AI Cheat Sheet 2026
The 30 highest-yield AI facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
60 questions
90 min time limit
70.00% to pass
- In knowledge graph embedding models like TransE, how are relationships represented? → As translations in vector space such that head + relation ≈ tail
- Which of the following uses artificial intelligence? → All of the above
- What does 'data drift' mean in the context of production ML models? → The statistical distribution of input features changes over time
- What is the best course of action for a game playing issue? → Heuristic approach (Some knowledge is stored)
- In the context of knowledge management for AI systems, what does 'provenance tracking' enable? → Tracing every fact back to its original source for auditability and trust assessment
- Which strategy best handles a user query that exceeds an LLM's context window in a document QA system? → Use hierarchical summarization or a retrieval step to select only relevant chunks
- An AI engineer wants to reduce an LLM's memory footprint by 4x with minimal accuracy loss. Which technique is most appropriate? → INT4 weight quantization
- Filters "poor" answers to prevent the algorithms from responding to certain input questions. → Bias:
- Which evaluation metric measures the overlap between generated text and human reference text using n-gram precision? → BLEU
- Which metric best evaluates the quality of generated text when a reference answer exists? → BLEU or ROUGE score
- What is 'data augmentation' primarily used for in AI training? → Artificially expanding the training set by applying transformations to existing samples
- Which deployment option allows you to host an Azure AI model locally on a device without requiring internet connectivity? → Azure IoT Edge with AI modules
- What is Retrieval-Augmented Generation (RAG)? → Combining an LLM with a retrieval system to ground responses in external documents
- In LoRA (Low-Rank Adaptation) fine-tuning, what is decomposed into low-rank matrices? → The weight update matrices ΔW
- In transformer attention, what does the 'key' vector represent? → What information the token offers for matching
- Which information retrieval metric measures the fraction of relevant documents returned out of all documents returned? → Precision
- What is the primary purpose of a 'knowledge cutoff' date in deployed AI systems? → Indicating the date beyond which the model has no trained knowledge
- In convolutional neural networks, what is the primary purpose of a pooling layer? → To reduce spatial dimensions and provide translation invariance
- Which MLOps practice ensures that a model retrained on new data maintains or improves its performance compared to the previous version? → Model validation and comparison
- You want to detect whether uploaded images contain adult or violent content before storing them. Which Azure service should you use? → Azure Content Moderator
- When building a RAG (Retrieval-Augmented Generation) solution on Azure, which service is typically used to store and search document embeddings? → Azure AI Search
- What is the main advantage of using vector embeddings to represent knowledge compared to symbolic representations? → They capture semantic similarity and enable fuzzy matching
- 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)
- What is a recurrent neural network (RNN) primarily designed to handle? → Sequential and time-series data with temporal dependencies
- One of these states defines a problem in a search space. → Initial state
- What distinguishes a 'zero-shot' evaluation from a 'few-shot' evaluation when benchmarking LLMs? → Zero-shot provides no examples in the prompt; few-shot includes demonstration examples
- You are configuring an Azure Cognitive Search skillset and need to call a custom Python function to enrich documents. What feature enables this? → Custom Web API skill pointing to an Azure Function endpoint
- What does "AI" mean in its entirety? → Artificial Intelligence
- You are designing a bot that needs to understand natural language commands and map them to predefined intents. Which service should you use? → Language Understanding (LUIS)
- Which type of machine learning uses labeled training data to learn a mapping from inputs to outputs? → Supervised learning
Turn these facts into recall:
Was this helpful?