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: A data scientist is building a model to classify images of vehicles (cars, trucks, bicycles). They decide to use a convo. 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
- A data scientist is building a model to classify images of vehicles (cars, trucks, bicycles). They decide to…
- A research institution is using Azure AI Foundry to develop a specialized scientific text analysis tool. They…
- A call center application must transcribe live customer calls in real time, even when background noise is pre…
- A developer uses Azure Face API to build an attendance system that identifies employees from a database of 10…
- A company is developing an AI system for loan approval decisions. Which trade-off must they MOST carefully co…
- A retail store uses Azure OCR to digitize handwritten customer feedback forms. The OCR extracts text accurate…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. A data scientist is building a model to classify images of vehicles (cars, trucks, bicycles). They decide to use a convolutional neural network (CNN). Why is a CNN the MOST appropriate choice?
Answer: C. CNNs use hidden layers to detect spatial patterns (e.g., edges, shapes).
Convolutional neural networks excel at processing spatial data by using hidden layers to detect hierarchical patterns like edges and shapes. For the AI-900 exam, associate CNNs with image classification tasks and remember they do not inherently require less training data.
Q2. A research institution is using Azure AI Foundry to develop a specialized scientific text analysis tool. They have existing models and need to integrate proprietary research data. Which combination of Azure AI Foundry features would MOST e…
Answer: C. Custom model upload and grounding
Uploading a custom model allows the institution to use its specialized scientific algorithms, while grounding integrates proprietary data to provide relevant context. For the exam, remember that grounding anchors large language models to your specific data to ensure accurate and tailored responses.
Q3. A call center application must transcribe live customer calls in real time, even when background noise is present. To ensure high transcription accuracy in these challenging acoustic conditions, which approach should a developer take when…
Answer: C. Employ a custom speech model optimized for noisy environments.
A custom speech model can be trained with specific audio data from noisy environments to improve transcription accuracy significantly. Relying on the default prebuilt model is a strong distractor, as it performs poorly on acoustic challenges without domain adaptation.
Q4. A developer uses Azure Face API to build an attendance system that identifies employees from a database of 10,000 faces. The API returns multiple matches for a single face scan. What is the MOST likely cause?
Answer: B. The API's confidence threshold is set too low.
Setting the confidence threshold too low causes the Face API to return multiple plausible matches because it accepts lower similarity scores. Raising the confidence threshold enforces stricter matching rules, reducing false positives and ensuring only the best match returns.
Q5. A company is developing an AI system for loan approval decisions. Which trade-off must they MOST carefully consider to ensure both accurate predictions and clear explanation of decisions?
Answer: B. Interpretability vs. Performance
Balancing interpretability and performance is critical because highly complex models often act as black boxes, hiding their decision logic. In regulated fields like loan approvals, simpler models might sacrifice some predictive power but provide the transparency legally required.
Q6. A retail store uses Azure OCR to digitize handwritten customer feedback forms. The OCR extracts text accurately, but the system fails to categorize feedback as "positive" or "negative." What additional Azure service is MOST needed to resol…
Answer: A. Azure Text Analytics
Azure Text Analytics provides sentiment analysis, which evaluates extracted text to determine if the underlying tone is positive or negative. When you see OCR extracting text on the exam, look for a downstream natural language processing service to interpret meaning.
Q7. A model trained to classify emails as spam shows 98% accuracy on training data but 65% on test data. What does this indicate?
Answer: D. Overfitting
Overfitting occurs when a model memorizes training data, resulting in high training accuracy but low test accuracy. Underfitting would cause poor performance across both datasets, not just the unseen test data.
Q8. A healthcare AI system demonstrates high accuracy in diagnosing common conditions but performs poorly with rare diseases. The development team has access to limited data for rare conditions. Which combination of responsible AI strategies w…
Answer: B. Cross-validation and additional targeted data collection
Cross-validation ensures robust evaluation while additional targeted data collection specifically addresses the lack of rare disease examples. Regularization alone cannot fix poor performance caused by underrepresented classes in the training data.
Q9. A company wants to predict customer churn using historical data. They have a small dataset with 500 records and limited computational resources. Which machine learning approach is MOST appropriate?
Answer: B. Traditional machine learning like logistic regression.
Traditional machine learning, such as logistic regression, is the best fit here because it performs well on small datasets and requires minimal compute resources. For the AI-900 exam, remember that deep learning requires massive datasets and significant compute power.
Q10. A healthcare provider operating in a regulated market needs to deploy a voice-driven application that must deliver minimal latency, support offline scenarios, and adhere to strict compliance requirements. Which Azure AI Speech deployment o…
Answer: A. Deploy Azure AI Speech using edge containers.
Deploying Azure AI Speech using edge containers meets all constraints by running the service locally on hardware within your facility. This guarantees low latency, enables offline capabilities, and ensures sensitive healthcare data never leaves the regulated environment.
Q11. You are designing a prompt to generate marketing slogans. The model produces slogans with exaggerated claims (e.g., "Best product ever!"). You want to avoid this while still encouraging creativity. Which element of prompt engineering shoul…
Answer: A. Negative Prompting: "Avoid unrealistic superlatives."
Negative prompting explicitly instructs the model on what to exclude, making it perfect for removing exaggerated superlatives while maintaining creativity. Adding context helps frame the product, but it does not directly instruct the model to avoid specific phrasing styles.
Q12. A company wants to automatically sort customer support tickets into specific categories that match its internal process (e.g., "billing issue," "technical support," "account management"). Which Azure AI language capability would best suppo…
Answer: D. Custom text classification
Custom text classification is designed specifically to categorize text into your own custom labels, making it the ideal choice for internal ticket routing. Named entity recognition extracts specific words, but it does not classify the overall theme of a document.
Q13. During a live webinar, attendees speak in various languages, and the company needs to display translated subtitles in real time. Which Azure service combination best addresses this scenario?
Answer: A. Azure AI Speech for speech-to-text combined with Azure AI Translator's real-time translation
Combining Azure AI Speech for speech-to-text with Azure AI Translator provides real-time transcription and immediate translation for live subtitles. Avoid asynchronous batch translation, as it is designed for large document workloads rather than live, real-time scenarios.
More AI-900: Microsoft Azure AI Fundamentals drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.