AI Study Guide 2026

Everything you need to pass the AI exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.

📋 AI Exam Format at a Glance

60
Questions
90 min
Time Limit
70.00%
Passing Score

📚 AI Topics to Study (45)

✍️ Sample AI Questions & Answers

1. In natural language processing, what does 'tokenization' refer to?
Splitting raw text into smaller units such as words or subwords

Tokenization breaks text into tokens (words, subwords, or characters) that serve as the discrete input units for NLP models.

2. What is 'shadow mode' deployment in MLOps?
Sending production traffic to a new model without using its outputs to serve users

Shadow mode runs a new model on real traffic in parallel with the live model, comparing outputs without impacting users.

3. Which of the following uses artificial intelligence?
Language understanding and problem-solving (Text analytics and NLP)

Artificial intelligence is extensively applied in areas requiring the understanding and processing of human language, such as text analytics and Natural Language Processing (NLP). These AI capabilities enable machines to interpret, analyze, and generate human language, facilitating applications like chatbots, sentiment analysis, machine translation, and information extraction.

4. Which Azure AI service provides pre-built models for extracting key-value pairs and tables from forms and documents?
Azure Document Intelligence

Azure Document Intelligence (formerly Form Recognizer) extracts key-value pairs, tables, and structured data from documents using pre-built and custom models.

5. Which SPARQL query keyword is used to retrieve triples from an RDF knowledge graph?
SELECT with WHERE patterns

SPARQL uses SELECT queries with WHERE clauses containing triple patterns (subject, predicate, object) to match and retrieve data from RDF graphs.

6. Which technique is used to visualize which parts of an input image most influence a CNN's classification decision?
Grad-CAM (Gradient-weighted Class Activation Mapping)

Grad-CAM uses gradients flowing into the final convolutional layer to produce a heatmap highlighting the regions most important to the prediction.

🎯 Free AI Practice Tests

📖 AI Guides & Articles

Your AI Study Path
1. Learn with Flashcards → 2. Drill Practice Tests → 3. Take the Full Exam Simulation
Was this helpful?