AI-900: Microsoft Azure AI Fundamentals Practice Exam Questions and Answers – Part 1/3

Practice for the AI-900: Microsoft Azure AI Fundamentals exam with 15 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: A multinational organization needs to support two distinct translation scenarios: real-time translation of live conferen. 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 organization needs to support two distinct translation scenarios: real-time translation of li…
  • A developer trains a custom model in Azure AI Vision Studio to classify industrial machine parts. The model p…
  • Which of the following best differentiates deep learning from traditional machine learning methods?
  • A retail chain uses handwritten feedback forms from customers. They want to analyze sentiment from these form…
  • What is the primary purpose of vector embeddings in large language models?
  • In the context of Azure's facial analysis services, what distinguishes the role of face detection from that o…

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 organization needs to support two distinct translation scenarios: real-time translation of live conference audio and accurate batch document translation that preserves the original layout. Which combination of Azure service…

Answer: A. Azure AI Speech for speech-to-text combined with Azure AI Translator's asynchronous batch document translation

Azure AI Speech handles live audio conversion, and asynchronous batch document translation preserves original layouts. Synchronous translation processes immediate short texts, so it fails to maintain formatting across multiple large files effectively.

Q2. A developer trains a custom model in Azure AI Vision Studio to classify industrial machine parts. The model performs poorly on new images with varied lighting. What is the most likely mitigation step?

Answer: B. Add training images with diverse lighting conditions.

The poor performance happens because the model never encountered varied lighting during the training phase. Adding diverse training images directly fixes this generalization gap. Applying a blur or switching to a generic prebuilt model will not teach the model the needed variations.

Q3. Which of the following best differentiates deep learning from traditional machine learning methods?

Answer: C. Deep learning employs multi-layer neural networks to learn hierarchical representations, whereas traditional machine learning relies on simpler statistical algorithms.

Deep learning uses multi-layered neural networks to automatically learn hierarchical feature representations from raw data. Traditional machine learning typically relies on simpler statistical algorithms and requires manual feature engineering before model training begins.

Q4. A retail chain uses handwritten feedback forms from customers. They want to analyze sentiment from these forms. Which two Azure services must be combined?

Answer: C. OCR and Text Analytics

Optical character recognition converts the handwritten feedback into machine-readable text, which text analytics then processes to extract sentiment. This two-step pipeline is required because sentiment analysis services cannot directly process raw image files of physical forms.

Q5. What is the primary purpose of vector embeddings in large language models?

Answer: D. To represent words as numerical values in a multidimensional space for semantic understanding.

Vector embeddings map words or tokens into multidimensional numerical spaces to capture their semantic relationships. This mathematical representation allows the model to compare meaning and context, unlike tokenization, which simply breaks text into smaller chunks.

Q6. In the context of Azure's facial analysis services, what distinguishes the role of face detection from that of face analysis?

Answer: D. Face detection locates faces within an image by generating bounding boxes, while face analysis further extracts attributes like head pose and estimated age from those detected faces.

Face detection locates human faces within an image by drawing bounding boxes around them. Face analysis goes further by extracting specific attributes from those isolated faces, such as estimated age, emotion, or head pose.

Q7. When building a hotel booking chatbot using Azure AI Language Studio, a developer needs to ensure that the system correctly interprets user inputs by both determining the overall purpose of the message and extracting key details (such as c…

Answer: A. Entities

Entities represent specific, actionable data points within a user's input, such as dates, locations, or specific items. In contrast, the intent simply defines the user's overall goal or action, like booking a hotel room, but does not extract the granular details needed to complete it.

Q8. Fill in the blank: In responsible AI development, the ____ trade-off requires balancing a model's ability to handle complex patterns against developers' ability to influence and adjust its behavior.

Answer: C. controllability-complexity

The controllability and complexity trade-off involves balancing a highly complex model against a developer's ability to influence or adjust its behavior. As models become more complex, developers lose fine-grained control and transparency over how the system actually reaches its final decisions.

Q9. A retail company wants to deploy a chatbot that understands industry-specific terminology (e.g., "SKU," "backorder") and aligns with their internal style guide. They are using Azure AI Foundry. Which feature should they use to adapt a pre-…

Answer: D. Fine-tuning

Fine-tuning adapts a pre-trained model by training it further on custom, domain-specific data, such as internal style guides or industry jargon. Content filters are used strictly to block harmful or inappropriate content, not to customize the model's vocabulary or communication style.

Q10. A legal firm processes various contract types and needs to automatically extract specific clauses. Which combination of Document Intelligence features would be MOST appropriate?

Answer: C. Custom models with labeled data

Training custom models with labeled data allows the system to learn the unique structural language and specific clauses found within various legal contracts. Prebuilt models are generally designed for standard formats like generic receipts or invoices, lacking the specificity required for custom clauses.

Q11. Why does Azure Face service require developers to submit an intake form for liveness detection?

Answer: A. To comply with responsible AI principles and prevent misuse

Microsoft requires an intake form to ensure facial recognition features are used ethically and to prevent harmful misuse, such as unauthorized surveillance. This gated access aligns directly with responsible AI principles, prioritizing safety and fairness over regional limitations or enterprise prioritization.

Q12. A company wants to quickly analyze customer feedback from various channels. Which Azure AI language capability is best suited to determine if a review is positive or negative using a pre-built model without requiring deep NLP expertise?

Answer: C. Sentiment analysis

Sentiment analysis leverages pre-built models to evaluate text and determine whether the underlying tone is positive, negative, or neutral. While key phrase extraction identifies main topics, it does not evaluate the emotional polarity or overall attitude of the customer's feedback.

Q13. When designing a hotel booking chatbot using Azure's conversational language understanding service, which component is primarily responsible for capturing specific details like the booking date or destination mentioned in a user's input?

Answer: B. Entities

Entities represent specific, actionable data points within a user's input, such as booking dates, room types, or destinations. Utterances are simply the raw text spoken by the user, while intents define the overarching goal or action the user wants to accomplish.

Q14. You are developing an application that requires several language-based capabilities—such as text translation, sentiment analysis, and text-to-speech. To simplify integration and management, you need to choose the best resource configuratio…

Answer: D. Use a multi‐service language resource that consolidates all language capabilities under one endpoint.

A multi-service Azure AI resource is the correct choice because it consolidates multiple APIs under a single endpoint and access key, drastically simplifying management. Creating separate single-service resources would generate administrative overhead with unnecessary keys and endpoints.

Q15. A developer is setting up an Azure AI service to analyze customer feedback text. They create a multi-service resource in Azure. What two components are required to authenticate API requests to this resource?

Answer: C. A resource key and a regional endpoint URL

Azure AI services authenticate requests using a unique resource key to verify identity, paired with a regional endpoint URL to route the traffic correctly. Subscription IDs and resource group names are used for general Azure portal administration rather than API authentication.

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