Practice for the AI-900: Microsoft Azure AI Fundamentals exam with 14 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: A multinational customer support center is building a voice-driven application. Their goal is to transcribe live custome. 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 customer support center is building a voice-driven application. Their goal is to transcribe l…
- When you create an Azure AI service resource (for example, for computer vision or language services), Azure p…
- Which evaluation metric is most suitable for assessing the balance between precision and recall in a binary c…
- A bank is developing an AI-driven loan approval system and must balance high predictive accuracy with the nee…
- Which feature has been restricted in Azure Face services to ensure alignment with responsible AI principles?
- A healthcare provider processes thousands of handwritten patient forms daily. They want to minimize manual da…
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 customer support center is building a voice-driven application. Their goal is to transcribe live customer calls and translate the spoken content into multiple languages in real time. Which Azure AI service best meets these…
Answer: C. Azure AI Speech
Azure AI Speech provides both speech transcription and speech translation capabilities within a single service for real time scenarios. Azure AI Translator is a strong distractor, but it primarily handles text rather than spoken audio natively.
Q2. When you create an Azure AI service resource (for example, for computer vision or language services), Azure provides two resource keys. What is the primary purpose of having these two keys?
Answer: C. To allow for the rotation of one key while keeping the other active.
Having two keys allows you to securely rotate one key without causing application downtime. While load balancing might seem logical, a single active key is sufficient because applications do not dual authenticate simultaneously for standard requests.
Q3. Which evaluation metric is most suitable for assessing the balance between precision and recall in a binary classification task?
Answer: B. F1 Score
The F1 Score calculates the harmonic mean of precision and recall to provide a balanced metric for classification models. Mean Squared Error and R squared apply to regression tasks, while accuracy can be misleading with imbalanced datasets.
Q4. A bank is developing an AI-driven loan approval system and must balance high predictive accuracy with the need for decision transparency to satisfy regulatory requirements. They are considering a decision tree model instead of a deep neura…
Answer: B. Interpretability vs. Performance – Because decision trees provide clear, rule-based decisions that are easily explained, even if performance may be slightly lower.
Decision trees address the interpretability trade off because their rule based logic is easily explained to regulators. Neural networks are often black box models, making them less suitable when decision transparency is explicitly required over peak performance.
Q5. Which feature has been restricted in Azure Face services to ensure alignment with responsible AI principles?
Answer: B. Extraction of facial attributes such as emotion and gender.
Microsoft restricted extracting sensitive facial attributes like emotion and gender to align with responsible AI principles. Basic detection tasks like finding boundaries or one to one verification remain available, though some require explicit access.
Q6. A healthcare provider processes thousands of handwritten patient forms daily. They want to minimize manual data entry errors by automatically extracting patient names, dates of service, and diagnostic codes from these forms. Which Azure so…
Answer: D. Prebuilt Document Intelligence Model
Prebuilt Document Intelligence models use advanced optical character recognition to extract printed and handwritten key-value pairs from forms. The other options fail because translation and sentiment analysis cannot digitize text from physical documents.
Q7. A financial institution is implementing a document processing system with the following requirements: – Process handwritten checks – Handle varying image qualities – Extract text from multiple languages – Maintain high accuracy in poor lig…
Answer: B. Read API with handwriting support → Multi-language processing → Image preprocessing
The Read API handles both printed and handwritten text across multiple languages, while image preprocessing corrects poor lighting and quality. Basic OCR cannot accurately process handwriting, making it unsuitable for processing physical checks.
Q8. Which regression evaluation metric is most sensitive to outliers due to its mathematical formulation?
Answer: D. Mean Squared Error (MSE)
Mean Squared Error is highly sensitive to outliers because its mathematical formulation squares the differences between predicted and actual values. Root Mean Squared Error also squares errors, making both metrics heavily penalize large prediction errors.
Q9. Which description best captures how a digital color image is represented for processing?
Answer: A. The image is split into three separate grids, each corresponding to red, green, or blue intensities with values typically ranging from 0 to 255.
Digital color images use the RGB format, splitting the picture into three intensity grids for red, green, and blue. The system avoids continuous functions, external palettes, or direct hexadecimal strings for core computer vision mathematical processing.
Q10. A financial institution wants to customize an LLM for analyzing earnings reports. They need to: 1. Access sector-specific models 2. Fine-tune with proprietary trading data 3. Integrate with existing risk analysis tools. Which Azure AI Foun…
Answer: E. Model Catalog + Fine-tuning + Azure DevOps integration
The Azure AI Foundry model catalog supplies pre-trained base models, which you can then fine-tune using your proprietary organizational data. Integration with Azure DevOps establishes CI/CD pipelines, ensuring smooth operational deployment and lifecycle management for your customized solutions.
Q11. A financial institution processes thousands of loan applications daily containing both digital forms and handwritten notes. They need to: – Automatically extract key fields (name, income, credit score) – Flag applications with specific ris…
Answer: B. Document Intelligence (custom models) + Knowledge Mining with AI skills + Azure AI Search
Custom Document Intelligence models accurately extract specific fields from complex forms, including mixed digital and handwritten text. Combining this with Azure AI Search and cognitive skills creates a robust knowledge mining pipeline, enabling advanced search and automated risk flagging across documents.
Q12. Which characteristic of an OCR solution powered by the Read API contributes most significantly to accurate text extraction from varied document images?
Answer: C. Support for both printed and handwritten text, even in images with visual noise.
The Read API supports both printed and handwritten text, even in images with visual noise. This robust capability ensures accurate extraction across diverse real-world documents.
Q13. A logistics company needs to process shipping manifests containing handwritten delivery notes and structured tables. The solution must identify delivery locations (entities) and make the data searchable across regional offices. Which combi…
Answer: A. Document Intelligence + Azure AI Search
Document Intelligence is specifically designed to extract data from structured tables and handwritten notes efficiently. Pairing it with Azure AI Search enables you to index the extracted entities, creating a centralized knowledge base that users can easily query across different regional offices.
Q14. A company uses a large language model (LLM) to generate product descriptions. The model consistently groups words like "durable," "waterproof," and "lightweight" together in its responses. Which concept explains why the model associates th…
Answer: A. Vector embeddings capturing contextual similarity
Vector embeddings map words into numerical space so that terms appearing in similar contexts sit close together. For the exam, recognize that embeddings enable semantic search by understanding conceptual similarity, whereas simple tokenization merely breaks text into manageable chunks.
More AI-900: Microsoft Azure AI Fundamentals drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.