Microsoft Azure AI Fundamentals AI-900 Practice Exam Questions and Answers – Part 9/9

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 multinational corporation needs to implement document processing with the following requirements: – Extract data from . 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 multinational corporation needs to implement document processing with the following requirements: – Extract…
  • A healthcare organization uses Azure AI Foundry to deploy a model that predicts patient diagnoses. To comply…
  • A bank uses Azure Face service to verify customer identities via selfies. During testing, the system fails to…
  • A healthcare model predicts whether patients have a rare disease. Missing a positive case (false negative) is…
  • A model predicting house prices has large errors for luxury homes but performs well for mid-range homes. Whic…
  • A social media platform wants to automatically describe user-uploaded images for accessibility. Which Azure s…

Answers and explanations

Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.

Q1. A multinational corporation needs to implement document processing with the following requirements: – Extract data from handwritten forms – Classify documents automatically – Make content searchable in multiple languages – Maintain complia…

Answer: B. Document Intelligence with custom models and Knowledge Mining with AI skills

Document Intelligence handles complex data extraction and custom classification, while Azure AI Search with enrichment skills manages translation. Options lacking custom models or enrichment fail to meet all requirements.

Q2. A healthcare organization uses Azure AI Foundry to deploy a model that predicts patient diagnoses. To comply with responsible AI principles, they need to ensure clinicians can understand why the model made specific predictions. Which Azure…

Answer: A. Explainability

Explainability provides insights into model decisions, directly supporting the transparency principle of responsible AI. Content filters block harmful outputs but do not clarify why a model made a specific prediction.

Q3. A bank uses Azure Face service to verify customer identities via selfies. During testing, the system fails to distinguish between identical twins. Which limitation of facial recognition does this highlight?

Answer: D. Challenges with high facial similarity

Facial recognition algorithms can struggle when individuals share nearly identical facial structures, such as identical twins. Liveness detection prevents spoofing using photos but does not help distinguish between two similar faces.

Q4. A healthcare model predicts whether patients have a rare disease. Missing a positive case (false negative) is riskier than a false alarm (false positive). Which metric should be prioritized?

Answer: D. Recall

Recall measures the proportion of actual positive cases that a model correctly identifies, making it crucial when missing a positive case carries high risk. A strong exam cue is to prioritize recall when false negatives are dangerous, and precision when false positives are costly.

Q5. A model predicting house prices has large errors for luxury homes but performs well for mid-range homes. Which regression metric highlights this issue?

Answer: A. Mean Squared Error (MSE)

Mean Squared Error squares the differences between predicted and actual values, heavily penalizing larger errors like those for luxury homes. Root Mean Squared Error also highlights this, but MSE demonstrates the exponential penalty for outliers most clearly.

Q6. A social media platform wants to automatically describe user-uploaded images for accessibility. Which Azure service combination provides BOTH visual analysis and natural language processing?

Answer: C. Computer Vision + Azure OpenAI

Computer Vision analyzes the visual content of an image, while Azure OpenAI generates detailed natural language descriptions based on those visual features. Expect to see Azure OpenAI paired with other Azure AI services to provide advanced generative solutions.

Q7. Which scenario best illustrates when you might need to use custom models in Azure's Document Intelligence rather than prebuilt models?

Answer: A. Processing specialized scientific documents with unique data fields that do not match any standard template.

The correct answer works because custom models are built to extract fields from non-standard layouts that prebuilt templates cannot recognize. Standard invoices and common receipts are already covered by prebuilt options, making them strong distractors.

Q8. A global e-commerce company is implementing an AI system to generate product descriptions in multiple languages. During testing, they notice that some longer product names are processed differently than expected. Which statement BEST expla…

Answer: C. Tokens don't always map directly to complete words

Tokens do not always map directly to complete words because text is broken down into chunks that may be fragments of words. Negative prompting is unrelated to word processing, making it an invalid distractor here.

Q9. A data scientist is implementing dimension reduction using PCA (Principal Component Analysis). What is the PRIMARY purpose of this technique in responsible AI development?

Answer: C. To focus on the most important features while reducing overfitting

Principal Component Analysis focuses on the most important features by capturing the most data variance, which reduces noise and helps prevent overfitting. Lowering model complexity improves generalization, whereas high complexity makes a model prone to memorizing training data.

Q10. A museum uses Azure OCR to extract text from historical documents with faded ink. The results are inconsistent, with missing words. Which preprocessing step would MOST improve accuracy?

Answer: B. Applying a Sharpen filter to enhance text edges

Applying a sharpen filter enhances the contrast at text edges, making faded characters more distinct against the background. This improved clarity allows the Optical Character Recognition engine to better detect and extract words that would otherwise be missed.

Q11. A school wants automated attendance tracking using classroom cameras. Which Azure Face service configuration is needed? 1. Face Verification 2. Face Identification 3. Liveness Detection 4. Face Detection

Answer: B. 2 and 4

Face detection locates individuals in the camera frame, and face identification matches them against a known database to log attendance automatically. Verification compares a face to a single identity.

Q12. A startup is developing a multilingual customer service AI that needs to understand cultural nuances. Their data shows that sometimes single words have different meanings in different contexts. Which statement BEST describes how the AI mod…

Answer: C. Through vector proximity in multidimensional space

The correct answer works because modern AI uses word embeddings to map vocabulary to vectors, placing contextually similar terms near each other. Token counting handles billing or length limits, not semantic meaning, making it the strongest distractor here.

More AI-900: Microsoft Azure AI Fundamentals drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.

Scroll to Top