Practice for the AI-900: Microsoft Azure AI Fundamentals exam with 13 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: In the context of large language models, which statement best describes the function of embeddings?. Follow @CertPunch and visit certpunch.com for more certification practice exams and study content.
Prefer hands-on? Take this round as an interactive practice test — answer every question, get instant feedback, and see your score: Start the AI-900: Microsoft Azure AI Fundamentals practice test →
What you will practice
- In the context of large language models, which statement best describes the function of embeddings?
- A retail company has unlabeled data on customer purchase histories and wants to group customers with similar…
- Which of the following best distinguishes synchronous document translation from asynchronous batch document t…
- Fill the blank: In the context of model performance, _____ occurs when a model performs exceptionally well on…
- Which of the following techniques can help address the bias-variance trade-off by preventing the model from l…
- Fill the blank: Knowledge Mining uses _____ to store extracted and enriched information in a format that enab…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. In the context of large language models, which statement best describes the function of embeddings?
Answer: C. They are numerical vectors that capture the semantic meaning of words or phrases.
Embeddings represent text as numerical vectors to capture semantic relationships and meanings. Do not confuse these with tokens, which are the discrete text pieces processed or output by the model.
Q2. A retail company has unlabeled data on customer purchase histories and wants to group customers with similar buying patterns for targeted marketing. Which machine learning approach is most suitable?
Answer: D. Unsupervised Learning – Clustering
Clustering is an unsupervised learning technique that naturally groups unlabeled data based on similarities. Supervised learning requires known labels, which directly contradicts the scenario provided.
Q3. Which of the following best distinguishes synchronous document translation from asynchronous batch document translation in Azure AI Translator?
Answer: A. Synchronous translation returns the translated document directly to the client without external storage, while asynchronous translation processes multiple documents concurrently using Azure Blob storage.
Synchronous translation returns documents immediately without external storage, while asynchronous batch translation processes multiple files using Azure Blob storage. Manual intervention is not a requirement for either translation method.
Q4. Fill the blank: In the context of model performance, _____ occurs when a model performs exceptionally well on training data but fails to generalize to new, unseen data due to high variance.
Answer: D. overfitting
Overfitting happens when a model learns the training data too well, including noise and fluctuations, causing it to fail on unseen data. Underfitting represents the opposite problem, where the model is too simple to capture patterns.
Q5. Which of the following techniques can help address the bias-variance trade-off by preventing the model from learning noise in the training data while still capturing essential patterns?
Answer: A. Regularization and early stopping
Regularization penalizes extreme parameter weights to simplify the model, while early stopping halts training when validation performance degrades. Adding more features without selection actually increases the risk of learning noise.
Q6. Fill the blank: Knowledge Mining uses _____ to store extracted and enriched information in a format that enables efficient querying and analysis.
Answer: C. searchable indexes
Knowledge mining relies on a searchable index to store enriched information, enabling fast exploration of the data. Document containers merely store unstructured files and lack the querying capabilities required for analysis.
Q7. An e-commerce platform needs to extract both product descriptions (text) and identify merchandise defects (scratches) from user-uploaded images. Which Azure services should be combined?
Answer: A. OCR and Object Detection
Optical character recognition extracts the text from images, while object detection identifies and locates physical defects like scratches. Dense captioning provides descriptive sentences rather than exact bounding box coordinates.
Q8. How are color images typically represented in a computer for computer vision tasks?
Answer: A. Each pixel is represented by three separate values (e.g., in R, G, B channels), each ranging from 0 to 255.
Color images use an RGB format where each pixel contains three separate intensity values ranging from zero to two hundred fifty five. Grayscale images use a single brightness value, making that option incorrect for color.
Q9. What is the primary advantage of creating searchable indexes using Azure AI Search in a knowledge mining solution?
Answer: C. It transforms unstructured and semi-structured data into a structured format that can be queried efficiently.
Azure AI Search transforms unstructured and semi-structured data into a structured, searchable index, enabling fast and efficient querying. It does not replace services like Optical Character Recognition, but rather uses their outputs to enrich the search index during the pipeline.
Q10. A retail company uses knowledge mining to analyze customer feedback from PDFs. The system extracts text but fails to categorize feedback as "Complaints" or "Compliments." Which AI skill should be added to the enrichment pipeline?
Answer: C. Sentiment Analysis
Sentiment Analysis is the correct choice because it evaluates the emotional tone of text, easily distinguishing positive and negative feedback. While key phrase extraction identifies main topics, it does not evaluate the underlying emotion required to separate complaints from compliments.
Q11. A clustering algorithm groups customer data into three segments. A silhouette score of 0.75 is reported. What does this imply?
Answer: C. Clusters are well-separated and cohesive
A silhouette score near one indicates high cohesion and clear separation between clusters. For the exam, associate low or negative scores with overlapping clusters and poor model fit.
Q12. A developer uses the Read API to extract text from a blurry image of a receipt but gets inconsistent results. Which preprocessing step would most improve accuracy?
Answer: C. Increasing image contrast and sharpness
Increasing contrast and sharpness clarifies text boundaries, directly improving optical character recognition accuracy on blurry images. Applying more blur would further obscure the text, degrading extraction results.
Q13. A manufacturing plant needs to detect irregular-shaped custom components on conveyor belts. They have 5,000 labeled images. Which Azure approach is MOST efficient?
Answer: C. Train Custom Vision with transfer learning
Custom Vision uses transfer learning to train accurate models efficiently with smaller datasets. Prebuilt object detection models only detect generic items, so they cannot identify custom manufacturing components.
More AI-900: Microsoft Azure AI Fundamentals drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.