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 retail company gathers thousands of online customer reviews. They want to quickly understand overall customer sentimen. 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 retail company gathers thousands of online customer reviews. They want to quickly understand overall custom…
- A developer is creating prompts for a customer service chatbot. Which combination of elements would create th…
- Which aspect most clearly differentiates deep learning from traditional machine learning approaches?
- You are designing a hotel booking chatbot using Azure AI language services. To ensure the chatbot accurately…
- A financial services firm needs to automate the extraction of key data—such as invoice numbers, dates, and am…
- An AI team notices their language model sometimes generates inappropriate content when responding to user que…
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. A retail company gathers thousands of online customer reviews. They want to quickly understand overall customer sentiment and identify key phrases (such as "poor battery life" or "excellent service") without building a custom model or mana…
Answer: A. Azure AI Text Analytics
Azure AI Text Analytics provides out-of-the-box capabilities for sentiment analysis and key phrase extraction without requiring custom model training. Expect to choose text analytics whenever the scenario explicitly highlights extracting sentiment or key phrases from written reviews.
Q2. A developer is creating prompts for a customer service chatbot. Which combination of elements would create the most effective prompt?
Answer: D. Instructions, context, input data, and output indicators
The most effective prompts combine instructions, context, input data, and output indicators to give the model complete, unambiguous guidance. Options that omit context or output cues leave the model guessing at formatting or background details, which degrades chatbot accuracy.
Q3. Which aspect most clearly differentiates deep learning from traditional machine learning approaches?
Answer: A. Deep learning models tend to require larger datasets and more computational power due to their multi-layered structure.
Deep learning uses multi-layered neural networks that usually demand much larger datasets and more computational power than traditional techniques. While traditional models can be more interpretable, the AI-900 blueprint specifically anchors the deep learning distinction on high data and compute requirements.
Q4. You are designing a hotel booking chatbot using Azure AI language services. To ensure the chatbot accurately understands user requests—such as "Book a room in Paris next weekend"—what is the most critical step in the model training process?
Answer: B. Labeling training data with appropriate intents and entities
Labeling utterances with specific intents and entities is the core of conversational language understanding, allowing the bot to map requests to actions. Infrastructure choices like Azure Kubernetes Service handle deployment scaling, but they do not teach the model how to comprehend user goals.
Q5. A financial services firm needs to automate the extraction of key data—such as invoice numbers, dates, and amounts—from a variety of scanned financial documents. Which set of Azure Document Intelligence capabilities is best suited for this…
Answer: B. Leveraging prebuilt models that combine Optical Character Recognition (OCR) with key-value pair extraction to capture both text and structural information.
Prebuilt models leverage Optical Character Recognition and key-value pair extraction to accurately capture text and structural details from standardized documents like invoices. Option C fails because speech services cannot extract text from scanned document images.
Q6. An AI team notices their language model sometimes generates inappropriate content when responding to user queries. Which approach would best address this issue while maintaining the model's functionality?
Answer: B. Implementing negative prompting
Negative prompting explicitly instructs the model on what topics to avoid, effectively reducing harmful outputs without breaking core functionality. Increasing vector dimensions is irrelevant because it relates to database embeddings, not output safety filtering.
Q7. A classifier outputs a confidence score for the positive class. What is the most likely effect of lowering the decision threshold?
Answer: A. More instances will be classified as positive, increasing true positives while also increasing false positives.
Lowering the decision threshold makes the model predict the positive class more often, which increases both true and false positives. Option B describes raising the threshold, making it the opposite of the requested scenario.
Q8. A company has deployed an AI model for visual content analysis. During evaluation, they notice the model produces biased predictions due to an underrepresentation of certain groups in the training data. Which of the following strategies is…
Answer: A. Expand and diversify the training dataset and perform regular fairness audits.
Diversifying the training dataset directly addresses the root cause of representation bias, and regular audits help track ongoing fairness. Prebuilt services do not automatically eliminate bias, as they inherit biases from their own foundational data.
Q9. A company receives thousands of support tickets daily and wants to automatically categorize each ticket into predefined issue types that are specific to their business. Which Azure AI language capability should they choose?
Answer: C. Custom text classification
Custom text classification trains a model on your specific labeled data to categorize text into your distinct business categories. Prebuilt models only handle generic tasks like sentiment analysis, failing to address custom issue types.
Q10. You are developing an application that leverages multiple Azure AI capabilities—such as text translation, text analytics, and image recognition. Given the project's constraints of consolidated billing and simplified management, which resou…
Answer: A. Create a multi‑service resource that provides access to all required AI capabilities.
Creating a single multi-service resource provides one endpoint and key for multiple APIs, ensuring consolidated billing and simplified administration. Individual single-service resources fragment management and billing, failing to meet the constraints.
Q11. What key function do vector embeddings serve in multi-modal models that integrate language and visual data?
Answer: A. They convert text into numerical representations that capture semantic relationships, enabling alignment between language and visual features.
Vector embeddings convert text and images into numerical representations that capture semantic relationships. This shared mathematical space allows models to align concepts across different data types.
Q12. In the context of responsible AI, a machine learning engineer is tasked with reducing overfitting in a complex model that performs well on training data but poorly on unseen data. Which technique directly addresses this issue by penalizing…
Answer: D. Regularization
Regularization adds a penalty term to the loss function, which discourages extreme parameter weights during training. This simplifies the model and improves its ability to generalize to unseen data, effectively reducing overfitting.
Q13. A development team observes these patterns in their OCR implementation: Scenario A: 90% accuracy on printed text, 75% on handwriting Scenario B: 95% accuracy in good lighting, 60% in poor conditions Scenario C: 85% accuracy on clean docume…
Answer: D. Environmental factors have more impact than text type
The significant accuracy drop caused by poor lighting and background noise shows that environmental factors impact performance more than text type. Lighting changes degrade the image quality, making text recognition substantially harder for the API.
Q14. Which process most accurately explains the role of a kernel in image processing?
Answer: C. A kernel is overlaid on a small section of an image, and the element-wise multiplication of pixel values with kernel weights is summed to produce a single output value, forming a feature map.
A kernel is a small matrix slid over an image to perform element-wise multiplication, summing the results to build a feature map. This convolution process effectively extracts specific visual features like edges and textures for analysis.
More AI-900: Microsoft Azure AI Fundamentals drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.