Microsoft Azure AI Fundamentals AI-900 (AI-900) — Questions 9761020

1020 questions total · 14pages · All types, answers revealed

Page 13

Page 14 of 14

976
MCQeasy

A news agency publishes hundreds of articles daily. They want to automatically extract the main topics discussed in each article, such as 'politics', 'economy', or 'sports', to categorize content without manual tagging. Which built-in Azure AI Language feature should they use?

A.Key phrase extraction
B.Named entity recognition
C.Sentiment analysis
D.Language detection
AnswerA

Correct. Key phrase extraction returns a list of key phrases that represent the main topics or concepts in the text.

Why this answer

Key phrase extraction is the correct choice because it identifies the main topics or subjects discussed in a document, such as 'politics', 'economy', or 'sports', without requiring manual tagging. This feature returns a list of key phrases that represent the core content of each article, directly addressing the need to automatically categorize content by topic.

Exam trap

The trap here is that candidates confuse named entity recognition (which extracts specific entities like 'Microsoft' or 'New York') with key phrase extraction (which extracts general topics like 'technology' or 'urban development'), leading them to choose option B incorrectly.

How to eliminate wrong answers

Option B (Named entity recognition) is wrong because it identifies and categorizes specific entities like people, organizations, locations, and dates, not the broad topics or themes of an article. Option C (Sentiment analysis) is wrong because it determines the emotional tone (positive, negative, neutral) of text, not the subject matter. Option D (Language detection) is wrong because it identifies the language of the text (e.g., English, Spanish), not the topics discussed within the content.

977
MCQeasy

What is 'fraud detection' as an AI workload and what type of ML technique does it typically use?

A.Generating synthetic fraudulent data to train security awareness training content
B.Using anomaly detection and classification models to identify fraudulent transactions in real time
C.Verifying digital signatures on financial documents to confirm their authenticity
D.Encrypting financial data to prevent fraudsters from intercepting it
AnswerB

Fraud detection combines anomaly detection (unusual patterns) with classification (fraud vs. legitimate) — operating in real time on transactions.

Why this answer

Fraud detection is an AI workload that identifies suspicious or anomalous patterns in transaction data to flag potential fraud. It typically uses anomaly detection (to spot outliers deviating from normal behavior) and classification models (e.g., logistic regression, random forest, or neural networks) to label transactions as legitimate or fraudulent in real time, enabling rapid intervention.

Exam trap

The trap here is that candidates confuse data security techniques (encryption, digital signatures) or data preparation steps (synthetic data generation) with the core AI workload of detecting fraud through anomaly detection and classification.

How to eliminate wrong answers

Option A is wrong because generating synthetic fraudulent data is a data augmentation technique, not a fraud detection workload; it may be used to train models but does not itself detect fraud. Option C is wrong because verifying digital signatures is a cryptographic authentication process, not an AI workload; it relies on public-key infrastructure (PKI) and hashing, not machine learning. Option D is wrong because encrypting financial data is a data protection mechanism (using algorithms like AES-256), not an AI workload; it prevents interception but does not analyze or detect fraudulent activity.

978
MCQeasy

A company develops an AI system to recommend personalized news articles to users. The system uses collaborative filtering, suggesting articles that similar users have read. Which type of machine learning does this approach primarily rely on?

A.Supervised learning
B.Unsupervised learning
C.Reinforcement learning
D.Semi-supervised learning
AnswerB

Correct. Collaborative filtering clusters users based on behavior patterns without predefined labels, making it a form of unsupervised learning.

Why this answer

Collaborative filtering identifies patterns in user-item interactions without labeled outcomes, grouping users or items based on similarity. This is a classic unsupervised learning task because the system discovers hidden structures (e.g., user clusters) from unlabeled data, rather than being trained on explicit input-output pairs.

Exam trap

Microsoft often tests the misconception that any recommendation system must be supervised because it 'predicts' what a user will like, but the key distinction is that collaborative filtering learns from unlabeled interaction patterns, not from labeled training examples.

How to eliminate wrong answers

Option A is wrong because supervised learning requires labeled training data with known target outputs, whereas collaborative filtering uses only user-item interaction data without explicit labels. Option C is wrong because reinforcement learning involves an agent learning through trial-and-error interactions with an environment to maximize cumulative reward, not by finding patterns in static user-item data. Option D is wrong because semi-supervised learning uses a small amount of labeled data alongside a larger unlabeled dataset, while collaborative filtering typically relies entirely on unlabeled interaction data.

979
MCQeasy

What does Azure AI Speech's 'custom neural voice' capability allow organizations to do?

A.Train speech recognition to understand unique industry vocabulary
B.Create a unique branded synthetic voice trained on recordings of a specific speaker
C.Translate speech from one language to another in real time
D.Automatically identify accents and dialects in speech
AnswerB

Custom neural voice creates a brand-specific synthesized voice by training on recorded speech, enabling unique voices for virtual assistants.

Why this answer

Azure AI Speech's 'custom neural voice' capability allows organizations to create a unique, branded synthetic voice by training a neural text-to-speech model on recordings of a specific speaker. This enables high-quality, natural-sounding voice personalization for applications like virtual assistants, audiobooks, and customer service bots, while requiring explicit speaker consent and adherence to responsible AI guidelines.

Exam trap

The trap here is that candidates confuse 'custom neural voice' (a Text-to-Speech synthesis feature) with 'Custom Speech' (a Speech-to-Text recognition feature), leading them to select Option A, which describes custom speech models for vocabulary adaptation.

How to eliminate wrong answers

Option A is wrong because training speech recognition to understand unique industry vocabulary is handled by Azure's Custom Speech service (part of Speech-to-Text), not by custom neural voice, which is a Text-to-Speech feature. Option C is wrong because real-time speech translation is provided by Azure AI Translator's speech translation API, not by custom neural voice, which focuses on generating speech from text. Option D is wrong because automatically identifying accents and dialects in speech is a capability of Azure's Speech-to-Text with language identification or custom speech models, not a function of custom neural voice, which synthesizes speech rather than analyzing it.

980
MCQeasy

What is the 'Azure OpenAI Playground' and what is it used for?

A.A children's educational game powered by Azure OpenAI for learning to code
B.A web-based interface for interactively testing Azure OpenAI models and prompts without coding
C.A sandboxed environment for running untrusted AI models safely
D.A feature for generating synthetic training data for custom model fine-tuning
AnswerB

The Playground enables no-code model experimentation — adjusting parameters and testing prompts before building the full application.

Why this answer

The Azure OpenAI Playground is a web-based interface that allows users to interactively test and experiment with Azure OpenAI models (like GPT-4, GPT-3.5, and DALL-E) by entering prompts and adjusting parameters (e.g., temperature, max tokens) without writing any code. It is used for rapid prototyping, prompt engineering, and evaluating model behavior before integrating into applications via the API.

Exam trap

Microsoft often tests the distinction between a testing/experimentation interface (Playground) and a production deployment or data generation tool, so candidates mistakenly choose options that describe unrelated features like sandboxing or synthetic data generation.

How to eliminate wrong answers

Option A is wrong because the Azure OpenAI Playground is not a children's educational game; it is a professional tool for developers and data scientists to test AI models. Option C is wrong because the Playground runs trusted Azure OpenAI models, not untrusted AI models, and it does not provide a sandbox for security isolation. Option D is wrong because while the Playground can help design prompts for fine-tuning, it does not generate synthetic training data itself; that is done via separate data generation processes or the fine-tuning API.

981
MCQmedium

What is the purpose of Azure AI Vision's 'product recognition' feature?

A.Recognizing counterfeit products in supply chain images
B.Identifying retail products in images to match them to a product catalog without barcodes
C.Recognizing products mentioned in customer text reviews
D.Detecting product defects in manufacturing quality control
AnswerB

Product recognition uses visual AI to identify products from appearance, enabling cashierless checkout and inventory automation.

Why this answer

Azure AI Vision's 'product recognition' feature is designed to identify retail products in images and match them to a product catalog without relying on barcodes. It uses computer vision models trained on product images to detect and recognize items based on visual features like packaging, logos, and shape, enabling inventory management and checkout automation in retail scenarios.

Exam trap

The trap here is that candidates may confuse product recognition with other computer vision tasks like defect detection or counterfeit analysis, but Azure AI Vision's product recognition is specifically for identifying known retail products from images, not for quality control or authentication.

How to eliminate wrong answers

Option A is wrong because product recognition does not detect counterfeit products; that would require specialized anomaly detection or authentication models, not standard product recognition. Option C is wrong because product recognition works on images, not text; analyzing product mentions in text reviews is a natural language processing (NLP) task, not a computer vision feature. Option D is wrong because detecting product defects in manufacturing is a separate computer vision capability (e.g., anomaly detection or quality control), not the product recognition feature which focuses on identifying known catalog items.

982
MCQhard

A restaurant chain wants to build a voice-powered ordering system for its drive-through. The system must understand when a user wants to place an order, modify an existing order, or cancel an order. It also needs to extract specific details like the menu item name and quantity from the user's speech. Which Azure AI Language feature should they use to handle both intent recognition and entity extraction?

A.Custom text classification
B.Conversational Language Understanding (CLU)
C.Key phrase extraction
D.Question answering
AnswerB

CLU is designed to parse natural language input, identify the user's intent, and extract customized entities. This makes it ideal for a voice ordering system that needs to understand commands and capture specific details.

Why this answer

Conversational Language Understanding (CLU) is the correct choice because it is specifically designed to handle both intent recognition (e.g., 'place order', 'modify order', 'cancel order') and entity extraction (e.g., menu item name, quantity) from natural language utterances. CLU uses a pre-built or custom model to map user input to intents and extract detailed entities, making it ideal for a voice-powered ordering system that needs to understand complex commands.

Exam trap

The trap here is that candidates often confuse Custom text classification with CLU because both involve custom models, but text classification lacks entity extraction capabilities, which are essential for extracting specific details like menu items and quantities.

How to eliminate wrong answers

Option A is wrong because Custom text classification only assigns predefined labels to entire documents or sentences, but it does not extract specific entities like menu item names or quantities from the speech. Option C is wrong because Key phrase extraction identifies general key topics or phrases in text, but it cannot recognize user intents (e.g., place vs. cancel) nor extract structured entities with precise values. Option D is wrong because Question answering is designed to retrieve answers from a knowledge base or FAQ, not to handle multi-intent dialog or extract order-specific details like item names and quantities.

983
MCQeasy

Which responsible AI principle focuses on protecting personal information and ensuring AI systems handle data with appropriate privacy safeguards?

A.Fairness
B.Privacy and security
C.Inclusiveness
D.Accountability
AnswerB

Privacy and security in responsible AI protects personal data, respects individual privacy rights, and safeguards AI systems from misuse.

Why this answer

Privacy and security is the correct responsible AI principle because it directly addresses the protection of personal data and the implementation of safeguards such as encryption, access controls, and data minimization. In AI systems, this principle ensures that sensitive information (e.g., PII) is handled in compliance with regulations like GDPR and that models do not inadvertently leak training data through inference attacks.

Exam trap

The trap here is that candidates often confuse 'privacy and security' with 'accountability' because both involve governance, but privacy specifically concerns data protection mechanisms, not just who is responsible for the system.

How to eliminate wrong answers

Option A (Fairness) is wrong because it focuses on mitigating bias and ensuring equitable outcomes across demographic groups, not on data protection or privacy safeguards. Option C (Inclusiveness) is wrong because it aims to design AI systems that empower and engage diverse users, including those with disabilities, rather than securing personal information. Option D (Accountability) is wrong because it deals with establishing governance, audit trails, and ownership for AI decisions, not with the technical handling or protection of data privacy.

984
MCQmedium

A marketing team wants to generate unique product images by providing detailed textual descriptions. Which Azure OpenAI model should they use?

A.GPT-4
B.DALL-E
C.Codex
D.Whisper
AnswerB

DALL-E is a generative AI model that creates original images from textual descriptions, making it ideal for this task.

Why this answer

DALL-E is the correct Azure OpenAI model because it is specifically designed to generate images from textual descriptions. It uses a diffusion-based architecture to create high-quality, unique images based on detailed prompts, making it ideal for the marketing team's requirement.

Exam trap

The trap here is that candidates may confuse GPT-4's general-purpose capabilities with image generation, not realizing that DALL-E is the dedicated model for text-to-image tasks in Azure OpenAI.

How to eliminate wrong answers

Option A is wrong because GPT-4 is a large language model optimized for text generation, reasoning, and conversation, not for image generation. Option C is wrong because Codex is a model specialized in generating code from natural language prompts, not for creating visual content. Option D is wrong because Whisper is a speech-to-text model designed for transcribing audio, not for generating images.

985
MCQmedium

A social media platform wants to automatically review user-uploaded images to flag any that contain explicit or suggestive adult content, as well as violent imagery. Which Azure Computer Vision feature should they use?

A.Optical Character Recognition (OCR)
B.Image Analysis - Tags
C.Image Analysis - Moderate content
D.Face Detection
AnswerC

This feature returns confidence scores for adult, racy, and violent content categories, enabling automatic flagging of inappropriate images.

Why this answer

Option C is correct because the 'Moderate content' feature of Azure Computer Vision is specifically designed to detect adult, suggestive, and violent content in images. It returns a binary flag and confidence scores for categories like adult, racy, and gory, making it the appropriate choice for automatically flagging explicit or violent user-uploaded images.

Exam trap

The trap here is that candidates often confuse 'Image Analysis - Tags' (which describes objects) with content moderation, or assume Face Detection can infer inappropriate content based on facial expressions, but neither performs explicit adult or violence detection.

How to eliminate wrong answers

Option A is wrong because Optical Character Recognition (OCR) extracts text from images, not content moderation for adult or violent imagery. Option B is wrong because Image Analysis - Tags returns a set of descriptive tags (e.g., 'person', 'tree') based on objects and scenes, but does not evaluate content for adult or violent categories. Option D is wrong because Face Detection identifies human faces and attributes like age or emotion, but does not detect explicit, suggestive, or violent content.

986
MCQeasy

A travel agency wants to build a chatbot that can automatically answer customer questions about flight status by extracting answers from a PDF document containing FAQs. Which Azure AI Language feature should they use to directly query this content?

A.Conversational Language Understanding (CLU)
B.Question Answering
C.Text Analytics for health
D.Translator
AnswerB

Question Answering is designed to create a knowledge base from documents and answer questions by extracting the most relevant passages.

Why this answer

Option B, Question Answering, is correct because it is specifically designed to extract answers directly from a provided document (such as a PDF FAQ) by using a pre-built or custom knowledge base. The travel agency can upload the PDF, and the service will return precise answers to user queries without requiring intent classification or entity extraction, which is exactly what is needed for querying flight status from a static FAQ document.

Exam trap

The trap here is that candidates often confuse Conversational Language Understanding (CLU) with Question Answering, mistakenly thinking that CLU can directly answer from a document, when in fact CLU requires explicit training on intents and entities and does not perform document-based extractive QA.

How to eliminate wrong answers

Option A is wrong because Conversational Language Understanding (CLU) is designed for intent classification and entity extraction in multi-turn conversational flows, not for directly extracting answers from a static document like a PDF. Option C is wrong because Text Analytics for health is a specialized domain-specific feature for extracting medical entities and relationships from unstructured clinical text, not for general FAQ querying. Option D is wrong because Translator is a machine translation service for converting text between languages, not for answering questions from a document.

987
MCQeasy

What does it mean for an AI system to be 'inclusive' according to Microsoft's responsible AI principles?

A.AI systems should include as many features as possible regardless of user needs
B.AI systems should empower all people including those with disabilities and from diverse backgrounds
C.AI data should include examples from every country in the world
D.All employees should be included in AI model training decisions
AnswerB

Inclusiveness ensures AI is accessible and beneficial to everyone — supporting diverse abilities, languages, and cultural contexts.

Why this answer

Option B is correct because Microsoft's responsible AI principle of inclusiveness requires that AI systems are designed to empower everyone, including people with disabilities and those from diverse cultural, linguistic, and socioeconomic backgrounds. This means the system should account for accessibility needs (e.g., screen readers, voice input) and avoid biases that could exclude or disadvantage any group.

Exam trap

The trap here is that candidates often confuse 'inclusiveness' with 'comprehensiveness' (more data or features), when in fact it is about equitable access and fair treatment for all user groups, especially marginalized ones.

How to eliminate wrong answers

Option A is wrong because inclusiveness is not about adding as many features as possible; it is about ensuring the system is usable and beneficial for all intended users, which often requires careful feature selection and simplification. Option C is wrong because inclusiveness does not mandate that training data must include examples from every country; it focuses on fair representation of relevant groups to avoid bias, not global coverage. Option D is wrong because inclusiveness does not require all employees to be involved in model training decisions; it is about the system's impact on end users, not internal governance processes.

988
MCQeasy

A company plans to use an AI system to analyze employee email communications to identify patterns and improve productivity. The company is concerned about respecting employee boundaries and legal regulations. Which Microsoft responsible AI principle is most important to consider?

A.Fairness – ensuring the system treats all employees equally.
B.Reliability and safety – ensuring the system functions correctly.
C.Privacy and security – protecting employees' personal data and email content.
D.Inclusiveness – ensuring the system works for all employees regardless of communication style.
AnswerC

Email analysis involves sensitive personal data; privacy and security must be ensured to comply with regulations and maintain trust.

Why this answer

The scenario involves analyzing employee email communications, which inherently includes sensitive personal data and private correspondence. Microsoft's 'Privacy and security' principle is the most relevant because it mandates that AI systems protect individuals' data and respect boundaries, ensuring compliance with regulations like GDPR and internal privacy policies. Without strong privacy and security safeguards, analyzing email content could violate employee trust and legal requirements, regardless of how fair, reliable, or inclusive the system is.

Exam trap

The trap here is that candidates may confuse 'fairness' (Option A) as the primary concern because it sounds ethical, but the question specifically highlights 'respecting employee boundaries and legal regulations,' which directly maps to privacy and security, not bias mitigation.

How to eliminate wrong answers

Option A is wrong because fairness focuses on avoiding bias and ensuring equitable treatment across groups, but it does not directly address the core concern of respecting employee boundaries and legal regulations around data protection in email analysis. Option B is wrong because reliability and safety ensure the system functions correctly and without errors, but they do not specifically cover the privacy and legal compliance needed when handling sensitive email content. Option D is wrong because inclusiveness ensures the system works for diverse communication styles and user groups, but it does not address the primary issue of protecting personal data and adhering to privacy laws.

989
MCQmedium

A legal firm needs to automatically produce a short summary of each lengthy court ruling, highlighting the most important sentences. Which Azure AI Language feature should they use?

A.Key phrase extraction
B.Named entity recognition
C.Extractive summarization
D.Sentiment analysis
AnswerC

Extractive summarization selects the most important sentences from the document to form a concise summary, which matches the requirement.

Why this answer

Extractive summarization (Option C) is the correct Azure AI Language feature because it identifies and extracts the most important sentences from a document to produce a concise summary. This directly matches the legal firm's requirement to automatically generate a short summary of lengthy court rulings by highlighting key sentences, without generating new text.

Exam trap

The trap here is that candidates confuse key phrase extraction (Option A) with extractive summarization, because both involve 'extracting' content, but key phrase extraction only yields isolated terms, not complete sentences forming a summary.

How to eliminate wrong answers

Option A is wrong because key phrase extraction only identifies single words or short phrases (like 'breach of contract' or 'negligence') but does not extract full sentences or produce a coherent summary. Option B is wrong because named entity recognition (NER) labels entities such as people, organizations, and dates, but it cannot select or rank sentences to form a summary. Option D is wrong because sentiment analysis evaluates the emotional tone (positive, negative, neutral) of text, which is irrelevant to summarizing the content of court rulings.

990
MCQhard

A retail company wants to use security cameras to analyze customer flow. They need to detect when a person enters a specific store zone, count how many people are in that zone at any given time, and track the direction each person moves within the zone. Which Azure Computer Vision capability should they use?

A.Object detection
B.Spatial Analysis
C.Optical Character Recognition (OCR)
D.Semantic segmentation
AnswerB

Spatial Analysis enables real-time analysis of people movement and occupancy in defined zones, making it ideal for this requirement.

Why this answer

Spatial Analysis is the correct Azure Computer Vision capability because it is specifically designed to analyze video feeds from cameras to detect people, count them in defined zones, and track their movement direction. Unlike general object detection, Spatial Analysis provides the specialized functions for zone occupancy and person trajectory tracking required by the retail scenario.

Exam trap

The trap here is that candidates often confuse object detection (which simply finds objects) with Spatial Analysis (which adds zone-aware tracking and counting), leading them to choose the more familiar 'Object detection' option without recognizing the need for directional tracking and zone occupancy.

How to eliminate wrong answers

Option A is wrong because object detection only identifies and locates objects (e.g., people) within an image or video frame, but it does not track movement direction or count people in a specific zone over time. Option C is wrong because Optical Character Recognition (OCR) extracts text from images, which is irrelevant to analyzing customer flow or tracking people. Option D is wrong because semantic segmentation classifies every pixel in an image into categories (e.g., floor, wall, person), but it does not provide zone-based counting or directional tracking of individuals.

991
MCQmedium

A developer uses Azure OpenAI Service to generate long-form articles. The developer notices that the model tends to repeat the same sentence structures and vocabulary, making the output monotonous. Which parameter should the developer increase to reduce this repetition?

A.A
B.B
C.C
D.D
AnswerC

Frequency penalty reduces the likelihood of repeating tokens that have already appeared, making the generated text less repetitive.

Why this answer

Increasing the 'frequency penalty' parameter (option C) reduces repetition by penalizing tokens that have already appeared in the generated text. This encourages the model to use a wider variety of sentence structures and vocabulary, making the output less monotonous.

Exam trap

The trap here is confusing the 'frequency penalty' with 'presence penalty' or 'temperature'—candidates often think temperature controls repetition, but it only affects randomness, not the specific suppression of repeated tokens.

How to eliminate wrong answers

Option A is wrong because 'temperature' controls randomness of token selection, not repetition; lowering it makes output more deterministic but doesn't address repeated phrases. Option B is wrong because 'top_p' (nucleus sampling) limits the cumulative probability of token choices, which can reduce diversity but does not specifically penalize repeated content. Option D is wrong because 'presence penalty' penalizes tokens that have appeared at least once, which can reduce topic repetition but is less effective than frequency penalty for reducing repeated sentence structures and vocabulary within a single generation.

992
MCQmedium

What is Azure AI Language's text summarization capability used for?

A.Translating long documents into multiple languages
B.Condensing long text into shorter summaries capturing the key information
C.Generating new creative text based on document themes
D.Classifying documents into predefined business categories
AnswerB

Text summarization produces concise summaries of long documents, either extracting key sentences or generating new summary text.

Why this answer

Azure AI Language's text summarization capability is designed to condense long documents into shorter summaries that capture the key information. It uses extractive or abstractive summarization techniques to identify and present the most important sentences or generate new concise text, making it ideal for quickly digesting large volumes of content.

Exam trap

The trap here is that candidates confuse summarization with translation or classification, as all involve processing text, but each serves a distinct purpose in NLP workloads.

How to eliminate wrong answers

Option A is wrong because translating long documents into multiple languages is the function of Azure AI Translator, not text summarization. Option C is wrong because generating new creative text based on document themes falls under generative AI or text generation models like GPT, not the specific summarization feature. Option D is wrong because classifying documents into predefined business categories is a text classification task, handled by custom text classification or prebuilt models, not summarization.

993
MCQhard

A travel booking website wants to automatically identify famous landmarks (e.g., Eiffel Tower, Taj Mahal) in photos uploaded by users. They want to use a prebuilt Azure Computer Vision feature without custom training. Which capability should they use?

A.Image classification
B.Optical character recognition (OCR)
C.Object detection
D.Domain-specific models (Landmark detection)
AnswerD

Azure Computer Vision includes prebuilt domain-specific models for landmarks, allowing identification of famous landmarks without custom training.

Why this answer

Option D is correct because Azure Computer Vision includes prebuilt domain-specific models for landmark detection that can identify famous landmarks like the Eiffel Tower or Taj Mahal without any custom training. This capability is specifically designed to recognize well-known structures from user-uploaded photos, making it the ideal choice for the travel booking website's requirement.

Exam trap

The trap here is that candidates often confuse object detection (which locates generic objects) with domain-specific models (which are pre-trained for specialized tasks like landmark recognition), leading them to choose Option C incorrectly.

How to eliminate wrong answers

Option A is wrong because image classification assigns a single label to an entire image (e.g., 'landscape' or 'building'), but it cannot identify specific landmarks like the Eiffel Tower without custom training. Option B is wrong because optical character recognition (OCR) extracts text from images, such as signs or documents, and has no capability to recognize landmarks. Option C is wrong because object detection identifies and locates generic objects (e.g., 'person', 'car') within an image, but it does not include prebuilt models for recognizing specific landmarks without custom training.

994
MCQeasy

A company deploys an AI system to screen job applications and recommend candidates for interviews. The system consistently rates male candidates higher than equally qualified female candidates. Which Microsoft responsible AI principle is most directly violated?

A.Fairness
B.Reliability and safety
C.Privacy and security
D.Inclusiveness
AnswerA

Fairness is violated because the AI system is discriminating based on gender by systematically favoring male candidates over equally qualified female candidates.

Why this answer

The AI system's consistent rating of male candidates higher than equally qualified female candidates demonstrates a clear bias in outcomes based on gender, which directly violates the Fairness principle. Fairness in responsible AI requires that AI systems treat all people equitably, avoiding discrimination based on sensitive attributes such as gender, race, or age. This bias likely stems from biased training data or flawed feature engineering that encodes historical hiring disparities.

Exam trap

The trap here is that candidates may confuse 'Inclusiveness' (which focuses on designing for all users, including those with disabilities) with 'Fairness' (which specifically addresses bias and equitable outcomes), leading them to select D instead of A.

How to eliminate wrong answers

Option B (Reliability and safety) is wrong because the issue is not about the system failing to function correctly or causing physical harm; it is about biased decision-making, not operational reliability. Option C (Privacy and security) is wrong because the problem does not involve unauthorized access to data, data breaches, or improper handling of personal information. Option D (Inclusiveness) is wrong because while inclusiveness relates to designing for diverse user groups, the core violation here is the unfair treatment of equally qualified candidates, which is a direct fairness issue, not a lack of accessibility or representation in design.

995
MCQeasy

What is 'Azure AI Bot Service' and how does it relate to Azure AI Language?

A.A hosting service for training NLP models on conversational data
B.The conversation infrastructure platform that uses Azure AI Language for NLP understanding
C.A monitoring service that tracks bot conversation quality metrics
D.Azure's billing service for tracking bot API call usage and costs
AnswerB

Bot Service + Azure AI Language = complete bot solution — Bot Service manages channels and turns; Language provides intent and QA.

Why this answer

Azure AI Bot Service is a comprehensive platform for building, deploying, and managing conversational bots. It relies on Azure AI Language (specifically the Language Understanding (LUIS) service) to perform natural language processing (NLP) — interpreting user intents and extracting entities from utterances. This integration allows the bot to understand and respond to natural language input, making option B correct.

Exam trap

The trap here is that candidates often confuse the hosting/infrastructure role of Azure AI Bot Service with the NLP training and understanding capabilities of Azure AI Language, leading them to select option A or C.

How to eliminate wrong answers

Option A is wrong because Azure AI Bot Service is not a training service for NLP models; training NLP models on conversational data is done using Azure AI Language (e.g., LUIS or Conversational Language Understanding), not Bot Service itself. Option C is wrong because Azure AI Bot Service does not primarily monitor conversation quality metrics; monitoring and analytics are handled by separate tools like Application Insights or Bot Analytics. Option D is wrong because Azure AI Bot Service is not a billing service; cost tracking and API usage are managed through Azure Cost Management and the Azure portal, not by Bot Service.

996
MCQeasy

What is the primary difference between GPT models and DALL-E models from OpenAI?

A.GPT processes audio; DALL-E processes video
B.GPT generates text; DALL-E generates images from text descriptions
C.GPT is for classification; DALL-E is for regression
D.GPT and DALL-E are the same model with different names
AnswerB

GPT is a text generation model; DALL-E is a text-to-image generation model — both are generative but for different modalities.

Why this answer

Option B is correct because GPT (Generative Pre-trained Transformer) models are designed to generate human-like text based on input prompts, while DALL-E models are specifically trained to generate images from textual descriptions. Both are generative AI models from OpenAI, but they operate on different modalities: GPT processes and produces text, whereas DALL-E processes text and produces images.

Exam trap

The trap here is that candidates often confuse the modality of generative AI models, assuming GPT can handle images or audio, or that DALL-E is just a variant of GPT, when in fact each model is specialized for a different output type (text vs. image).

How to eliminate wrong answers

Option A is wrong because GPT models process and generate text, not audio; DALL-E generates images from text, not video. Option C is wrong because GPT is a generative model for text, not a classification model, and DALL-E is a generative image model, not a regression model; classification and regression are supervised learning tasks, not generative AI capabilities. Option D is wrong because GPT and DALL-E are distinct models with different architectures and purposes: GPT uses a transformer decoder for text generation, while DALL-E uses a diffusion model (or VQ-VAE + transformer) for image generation from text.

997
MCQmedium

A multinational corporation deploys an AI-powered language translation system that performs well for English, Spanish, and French, but has significantly lower accuracy for Swahili and Navajo. The company wants to ensure the system serves all users equitably. Which Microsoft responsible AI principle is most directly relevant to this scenario?

A.Inclusiveness
B.Fairness
C.Reliability and safety
D.Transparency
AnswerA

Inclusiveness requires AI systems to be designed to empower everyone, including speakers of less common languages, by ensuring fair performance across diverse groups.

Why this answer

The correct answer is A. Inclusiveness. This principle directly addresses designing AI systems that work well for all users, including those with diverse languages, abilities, and cultural backgrounds.

The scenario highlights a performance disparity for Swahili and Navajo, which are underrepresented in the training data, making inclusiveness the most relevant principle to ensure equitable service.

Exam trap

The trap here is that candidates often confuse 'Fairness' (which deals with bias against protected groups) with 'Inclusiveness' (which focuses on designing for all users, including those with limited data or accessibility needs), leading them to pick B instead of A.

How to eliminate wrong answers

Option B (Fairness) is wrong because while fairness is related, it focuses on avoiding bias in outcomes (e.g., demographic parity), not specifically on ensuring the system serves underrepresented language groups through inclusive design. Option C (Reliability and safety) is wrong because the issue is not about system crashes, errors, or safety risks, but about accuracy gaps due to data imbalance. Option D (Transparency) is wrong because the core problem is not about explaining how the translation works, but about actively including languages that are currently underserved.

998
MCQmedium

What is 'Azure AI Vision's colour analysis' and what information does it return?

A.Converting colour images to greyscale for accessibility or artistic purposes
B.Returning dominant colours, accent colour, and B&W detection for image theming and organisation
C.Adjusting image brightness, saturation, and contrast to optimise visual quality
D.Detecting colour-related accessibility issues in user interface designs
AnswerB

Colour analysis extracts palette information — enabling automatic UI theming, image sorting, and colour-based search.

Why this answer

Azure AI Vision's color analysis extracts color information from images to support theming and organization tasks. It returns the dominant foreground and background colors, an accent color (the most vibrant color suitable for UI theming), and a boolean flag indicating whether the image is black-and-white. This is distinct from image editing or accessibility detection.

Exam trap

The trap here is that candidates confuse 'color analysis' (returning metadata about colors) with 'color editing' (modifying image pixels), leading them to pick options that describe image manipulation rather than analysis.

How to eliminate wrong answers

Option A is wrong because Azure AI Vision's color analysis does not convert images to greyscale; that would be a separate image processing operation, not an analysis feature. Option C is wrong because adjusting brightness, saturation, and contrast is an image enhancement or editing task, not part of the color analysis API which only returns metadata about existing colors. Option D is wrong because color-related accessibility detection in UI designs is not a capability of Azure AI Vision's color analysis; the service focuses on analyzing images, not evaluating UI accessibility.

999
Multi-Selectmedium

A hotel chain wants to analyze thousands of guest reviews to understand the overall tone of feedback (positive or negative) and to extract the most commonly mentioned features (e.g., 'room cleanliness', 'staff friendliness', 'breakfast'). Which two Azure AI Language features should they combine?

Select 2 answers
A.Sentiment analysis and key phrase extraction
B.Entity recognition and language detection
C.Key phrase extraction and entity linking
D.Text summarization and sentiment analysis
AnswersA, C

Sentiment analysis gives overall tone, and key phrase extraction pulls out frequent terms like 'staff friendliness', together answering both needs.

Why this answer

The hotel chain needs to determine the overall tone (positive/negative) of guest reviews and extract commonly mentioned features. Sentiment analysis provides the overall tone by assigning a sentiment score to each review, while key phrase extraction identifies the most salient phrases such as 'room cleanliness' and 'staff friendliness'. Combining these two Azure AI Language features directly addresses both requirements.

Exam trap

The trap here is that candidates may confuse key phrase extraction with entity recognition or entity linking, thinking that extracting features requires named entity recognition, when in fact key phrase extraction is designed to pull out multi-word phrases like 'room cleanliness' that are not necessarily named entities.

1000
Drag & Dropmedium

Drag and drop the steps to process text with Azure Text Analytics (Language service) into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order

Why this order

Using Text Analytics involves setting up a resource, making an API call, and interpreting results.

1001
MCQmedium

What is 'AI at the edge' and why would you deploy an AI model to an edge device?

A.Using AI to analyse data collected near the geographic borders of a country
B.Running AI inference locally on devices for low latency, offline capability, and data privacy
C.Using AI to detect adversarial attacks at the network perimeter
D.Deploying AI to the most remote Azure region for disaster recovery
AnswerB

Edge AI processes data where it's generated — avoiding cloud round-trips for speed, enabling offline use, and keeping sensitive data local.

Why this answer

B is correct because 'AI at the edge' refers to running AI inference locally on edge devices (e.g., IoT sensors, cameras, or local servers) rather than in the cloud. This approach provides low latency by processing data immediately without network round-trips, enables offline capability when connectivity is intermittent, and enhances data privacy by keeping sensitive data on the device. It is a core AI workload consideration for scenarios like real-time video analytics or industrial predictive maintenance.

Exam trap

The trap here is that candidates confuse 'edge' with geographic or network security boundaries, rather than understanding it as the local deployment of AI on devices at the network periphery for latency, offline, and privacy benefits.

How to eliminate wrong answers

Option A is wrong because it misinterprets 'edge' as a geographic border rather than the network edge (local devices near data sources). Option C is wrong because it confuses 'edge' with network security perimeters; adversarial attack detection at the network perimeter is a cybersecurity function, not an AI workload deployment concept. Option D is wrong because deploying AI to a remote Azure region is still cloud-based, not edge computing; edge devices operate locally, independent of specific cloud regions, and disaster recovery is a separate consideration.

1002
Multi-Selectmedium

A company needs to extract text from scanned invoices and receipts. Which Azure services are suitable for this task? (Select all that apply.)

Select 2 answers
A.Computer Vision
B.Form Recognizer
C.Text Analytics
D.Custom Vision
AnswersA, B

Computer Vision includes an OCR capability that can detect and extract text from images and documents.

Why this answer

Computer Vision (A) is correct because its OCR (Optical Character Recognition) capability can extract printed and handwritten text from images, including scanned invoices and receipts. Form Recognizer (B) is correct because it is specifically designed to extract text, key-value pairs, and tables from forms and documents like invoices and receipts, using prebuilt models. Both services can handle the task, but Form Recognizer is more specialized for structured document extraction.

Exam trap

The trap here is that candidates often confuse Text Analytics with OCR capabilities, assuming it can process images, when in fact it only works on raw text input.

1003
MCQeasy

A logistics company needs to automatically extract printed and handwritten text from scanned shipping labels. Which Azure Computer Vision capability should they use?

A.Azure Face API
B.Azure Computer Vision Read API
C.Azure Custom Vision
D.Azure Video Indexer
AnswerB

Read API performs OCR to extract printed and handwritten text from images, suitable for shipping labels.

Why this answer

The Azure Computer Vision Read API is specifically designed to extract printed and handwritten text from images and documents, such as scanned shipping labels. It uses optical character recognition (OCR) to process text in various languages and formats, making it the correct choice for this logistics scenario.

Exam trap

The trap here is that candidates often confuse Azure Custom Vision with OCR capabilities, assuming it can be trained for text extraction, but Custom Vision is limited to object detection and classification, not text recognition.

How to eliminate wrong answers

Option A is wrong because Azure Face API is used for detecting, recognizing, and analyzing human faces in images, not for extracting text from documents. Option C is wrong because Azure Custom Vision is a tool for training custom image classification and object detection models, not for OCR or text extraction. Option D is wrong because Azure Video Indexer is designed to extract insights from video content, such as speech transcription and scene detection, not for extracting text from static scanned images.

1004
MCQeasy

A developer wants to use Azure OpenAI to build a customer service chatbot that can answer questions about a company's return policy. They create a set of example question-answer pairs in the prompt without retraining the model. Which technique is being used?

A.Fine-tuning
B.Few-shot learning
C.Reinforcement learning
D.Transfer learning
AnswerB

Few-shot learning uses a handful of examples in the prompt to condition the model's responses, which matches the described approach.

Why this answer

Few-shot learning is the correct technique because the developer provides a small set of example question-answer pairs directly in the prompt to guide the model's responses, without retraining or updating the model's weights. This leverages the model's pre-existing knowledge to generalize from the examples, which is a hallmark of few-shot prompting in Azure OpenAI.

Exam trap

The trap here is that candidates often confuse few-shot learning with fine-tuning, assuming any use of examples requires retraining, but Azure OpenAI's prompt-based examples are a distinct inference-time technique that does not modify the model.

How to eliminate wrong answers

Option A is wrong because fine-tuning requires retraining the model on a custom dataset, updating its weights, which is not done here. Option C is wrong because reinforcement learning involves training the model via rewards and penalties, not by providing static examples in a prompt. Option D is wrong because transfer learning refers to using a pre-trained model as a starting point for a new task, which is a broader concept that includes fine-tuning, but the specific technique of providing examples in the prompt without retraining is few-shot learning.

1005
MCQmedium

What is 'voice cloning' in Azure AI Speech's custom neural voice and what are its ethical safeguards?

A.Automatically improving the audio quality of poor recordings by removing noise
B.Creating a synthetic voice model from recordings with consent requirements and ethical safeguards
C.Cloning a voice without the person's knowledge to create realistic audio deepfakes
D.Copying a standard Azure voice model and deploying it in a private Azure subscription
AnswerB

Voice cloning requires written talent consent and ethical disclosure — enabling personalised TTS with responsible AI guardrails.

Why this answer

Option B is correct because voice cloning in Azure AI Speech's custom neural voice refers to creating a synthetic voice model from recorded speech samples, which requires explicit consent from the voice donor. Azure enforces strict ethical safeguards, including a code of conduct, identity verification, and usage restrictions to prevent misuse, such as deepfakes or unauthorized impersonation.

Exam trap

The trap here is confusing voice cloning with audio enhancement or standard text-to-speech customization, leading candidates to pick option A or D, while option C represents the unethical use that Azure's safeguards are designed to prevent, not the definition of the feature itself.

How to eliminate wrong answers

Option A is wrong because it describes audio enhancement or noise reduction, which is a feature of Azure AI Speech's audio processing, not voice cloning. Option C is wrong because it describes unethical deepfake creation without consent, which Azure explicitly prohibits through its ethical safeguards and consent requirements. Option D is wrong because copying a standard Azure voice model and deploying it in a private subscription is not voice cloning; custom neural voice requires training on a specific speaker's recordings, not copying prebuilt models.

1006
MCQmedium

A city government implements an AI system to analyze traffic camera feeds and predict congestion. The system is found to be less accurate for neighborhoods with lower-income populations because historical traffic data from those areas is sparse. Which Microsoft responsible AI principle is most directly relevant to address this issue?

A.Transparency
B.Accountability
C.Fairness
D.Privacy and security
AnswerC

Fairness ensures AI systems do not discriminate or produce biased outcomes, directly addressing the accuracy imbalance in different neighborhoods.

Why this answer

The system's reduced accuracy for lower-income neighborhoods due to sparse historical data is a direct fairness issue. Fairness in AI requires that systems perform equitably across different demographic groups, and this scenario describes a clear disparity in model performance based on socioeconomic factors. Addressing this would involve techniques like data augmentation, reweighting, or collecting more representative data to mitigate bias.

Exam trap

The trap here is that candidates may confuse fairness with transparency, assuming that explaining why the model is inaccurate solves the underlying performance disparity, when in fact fairness requires actively correcting the imbalance.

How to eliminate wrong answers

Option A is wrong because Transparency refers to making AI systems understandable and their decisions explainable, but the core problem here is unequal performance, not a lack of explanation. Option B is wrong because Accountability concerns who is responsible for the system's outcomes, not the technical bias caused by data sparsity. Option D is wrong because Privacy and security focus on protecting personal data and preventing unauthorized access, whereas the issue is about data representativeness and model fairness, not data breaches or confidentiality.

1007
MCQeasy

What does Azure AI Vision's image tagging feature return?

A.A JSON file with the image's color palette in hex codes
B.A list of descriptive keywords about the image content with confidence scores
C.GPS coordinates of where the photo was taken
D.The camera settings used to capture the image
AnswerB

Image tagging returns keyword tags describing objects, scenes, activities, and colors in the image with confidence scores.

Why this answer

Azure AI Vision's image tagging feature analyzes the content of an image and returns a list of descriptive keywords (tags) along with a confidence score for each tag. This allows applications to automatically identify objects, people, scenes, and actions within the image without requiring manual labeling.

Exam trap

The trap here is that candidates confuse image tagging with other image analysis features like optical character recognition (OCR), face detection, or metadata extraction, leading them to select options that describe unrelated capabilities.

How to eliminate wrong answers

Option A is wrong because image tagging does not return color palette information; that would be a separate feature like analyzing color schemes or dominant colors. Option C is wrong because GPS coordinates are metadata that might be extracted from the image file's EXIF data, but image tagging focuses on visual content, not location data. Option D is wrong because camera settings (e.g., aperture, shutter speed) are also EXIF metadata, not part of the tagging output, which is purely about describing what is visually present in the image.

1008
MCQeasy

What is AutoML in Azure Machine Learning and what does it automate?

A.Automatically deploying models to production without human review
B.Automatically selecting algorithms, engineering features, and tuning hyperparameters to find the best model
C.Automatically collecting and labeling training data from the internet
D.Automatically writing Python code for custom ML algorithms
AnswerB

AutoML runs experiments across algorithm and hyperparameter combinations automatically, returning the best performing model for the task.

Why this answer

AutoML in Azure Machine Learning automates the iterative process of algorithm selection, feature engineering, and hyperparameter tuning to identify the best-performing model for a given dataset. It systematically evaluates multiple machine learning pipelines and returns the model with the highest metric score, reducing manual trial-and-error. This helps data scientists and non-experts build high-quality models efficiently.

Exam trap

The trap here is that candidates confuse automation of model building with automation of the entire ML lifecycle, including deployment or data collection, leading them to select options A or C.

How to eliminate wrong answers

Option A is wrong because AutoML does not automatically deploy models to production; deployment is a separate step that requires explicit configuration and can include human review. Option C is wrong because AutoML does not collect or label data from the internet; it works with data you provide and does not automate data acquisition or labeling. Option D is wrong because AutoML does not write custom Python code for algorithms; it uses built-in algorithms and pipelines, not custom code generation.

1009
MCQeasy

What is the purpose of a test dataset in machine learning model development?

A.To provide additional examples for training the model
B.To provide an unbiased final evaluation of the trained model on unseen data
C.To tune hyperparameters and select the best model version
D.To monitor model performance after deployment
AnswerB

Test data evaluates the model after all training and tuning is done — it estimates real-world performance.

Why this answer

The test dataset is used to provide an unbiased final evaluation of the trained model on unseen data. This is critical in machine learning because the model has never seen the test examples during training or validation, so the evaluation metrics (e.g., accuracy, precision, recall) reflect the model's true generalization ability. In Azure Machine Learning, the test dataset is typically split from the original data before any training begins and is only used once at the end of the model development lifecycle.

Exam trap

The trap here is that candidates often confuse the test dataset with the validation dataset, mistakenly thinking the test set is used for hyperparameter tuning or model selection, when in fact the test set must be reserved for a single, final unbiased evaluation.

How to eliminate wrong answers

Option A is wrong because the test dataset is not used for training; providing additional examples for training is the role of the training dataset, and using test data for training would cause data leakage and overestimate model performance. Option C is wrong because tuning hyperparameters and selecting the best model version is the purpose of a validation dataset (or cross-validation), not the test dataset; using the test set for this would bias the final evaluation. Option D is wrong because monitoring model performance after deployment is done with a separate monitoring pipeline using live inference data or a dedicated production dataset, not the original test dataset which is static and used only for final evaluation.

1010
Matchingmedium

Match each Azure AI service tier to its description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Limited usage for evaluation

Production usage with pay-as-you-go

Higher throughput than S0

Single key for multiple services

Train custom image classification models

Why these pairings

Tiers define pricing and capacity for Azure AI services.

1011
MCQeasy

Which of the following is an example of 'anomaly detection' as an AI workload?

A.Translating customer support emails from Spanish to English
B.Automatically identifying fraudulent credit card transactions that deviate from a customer's normal patterns
C.Generating product descriptions from a list of specifications
D.Classifying customer reviews as positive or negative
AnswerB

Fraud detection is anomaly detection — identifying transactions that statistically deviate from established normal behaviour patterns.

Why this answer

Anomaly detection identifies data points that deviate significantly from the norm. In this case, fraudulent credit card transactions are detected because they do not match the customer's typical spending patterns, which is a classic use case for anomaly detection in AI workloads.

Exam trap

The trap here is that candidates may confuse anomaly detection with classification (Option D) because both involve identifying unusual items, but classification requires labeled training data for known categories, whereas anomaly detection focuses on deviations from a learned norm without predefined labels for anomalies.

How to eliminate wrong answers

Option A is wrong because translating emails from Spanish to English is a natural language processing (NLP) task for machine translation, not anomaly detection. Option C is wrong because generating product descriptions from specifications is a generative AI or natural language generation task, not anomaly detection. Option D is wrong because classifying customer reviews as positive or negative is a text classification or sentiment analysis task, which falls under supervised learning, not anomaly detection.

1012
MCQeasy

A bank deploys an AI system to automatically approve or reject loan applications. After six months, an audit reveals that the system approves loans at a significantly lower rate for applicants from a specific ethnic group compared to other groups with similar financial profiles. Which Microsoft responsible AI principle is most directly violated by this outcome?

A.Transparency
B.Fairness
C.Privacy
D.Reliability
AnswerB

Fairness requires that AI systems treat all people fairly and do not discriminate based on sensitive attributes like ethnicity. The significantly lower approval rate for one ethnic group despite similar financial profiles is a direct violation of Fairness.

Why this answer

The AI system's approval rate disparity for a specific ethnic group, despite similar financial profiles, directly violates the Fairness principle. Fairness requires that AI systems treat all groups equitably and avoid discrimination based on sensitive attributes like ethnicity. This outcome demonstrates a lack of fairness in the model's decision-making process.

Exam trap

The trap here is that candidates may confuse the discriminatory outcome (a Fairness issue) with a lack of Transparency, thinking that if the system were more explainable the bias would be avoided, but the core violation is the unequal treatment itself.

How to eliminate wrong answers

Option A is wrong because Transparency refers to the ability to understand and interpret how an AI system makes decisions, not the discriminatory outcome itself. Option C is wrong because Privacy concerns the protection of personal data and control over its use, not the unequal treatment of groups. Option D is wrong because Reliability focuses on the system's ability to perform consistently and correctly under expected conditions, not on the equitable distribution of outcomes across demographic groups.

1013
MCQeasy

A data scientist trains a classification model to distinguish between images of cats and dogs. The model achieves 99% accuracy on the training set but only 75% accuracy on a validation set. Which concept best describes this situation?

A.Underfitting
B.Overfitting
C.Model bias
D.Data leakage
AnswerB

This is correct. The model performs well on training but poorly on validation, indicating it has learned noise and is not generalizing.

Why this answer

The model performs exceptionally well on the training data (99% accuracy) but significantly worse on unseen validation data (75% accuracy). This gap indicates the model has memorized noise and specific patterns in the training set rather than learning generalizable features, which is the classic definition of overfitting.

Exam trap

The trap here is that candidates see high accuracy and assume the model is good, failing to recognize that the large gap between training and validation accuracy is the hallmark of overfitting, not underfitting or bias.

How to eliminate wrong answers

Option A is wrong because underfitting would show poor performance on both training and validation sets, not high training accuracy with a large drop. Option C is wrong because model bias refers to systematic error from incorrect assumptions (e.g., using a linear model for non-linear data), not a performance gap between training and validation. Option D is wrong because data leakage would cause artificially high performance on both sets due to information from the validation set leaking into training, not a large accuracy drop on validation.

1014
MCQmedium

What is precision in the context of binary classification model evaluation?

A.The proportion of actual positives that the model correctly identified
B.The proportion of positive predictions that are actually correct
C.The overall proportion of all predictions that are correct
D.The number of decimal places in the model's confidence score
AnswerB

Precision = TP / (TP + FP). It measures how reliable the model's positive predictions are — minimizing false alarms.

Why this answer

Precision measures the accuracy of positive predictions: it is the ratio of true positives to the sum of true positives and false positives. Option B correctly defines this as 'the proportion of positive predictions that are actually correct,' which is the standard definition used in Azure Machine Learning's classification metrics.

Exam trap

The trap here is that candidates often confuse precision with recall (Option A) because both involve true positives, but precision focuses on the correctness of positive predictions while recall focuses on capturing all actual positives.

How to eliminate wrong answers

Option A is wrong because it describes recall (sensitivity), not precision; recall focuses on how many actual positives were caught, not how many predicted positives were correct. Option C is wrong because it describes accuracy, which is the overall proportion of correct predictions (both positives and negatives) out of total predictions, not precision. Option D is wrong because it confuses the mathematical concept of precision in classification with numerical precision (decimal places) in confidence scores, which is unrelated to model evaluation metrics.

1015
MCQmedium

A hospital deploys an AI system to assist doctors in interpreting MRI scans. The system highlights the regions of interest and provides a numeric confidence score for its findings, along with a list of the image features that contributed to the diagnosis. Which responsible AI principle is being applied?

A.Fairness
B.Transparency
C.Privacy
D.Accountability
AnswerB

Correct because transparency is achieved when the AI system provides understandable explanations for its outputs, enabling users to see what features influenced the result.

Why this answer

The system provides a numeric confidence score and a list of image features that contributed to the diagnosis, which directly supports the principle of Transparency. Transparency in responsible AI requires that AI systems are understandable and that their decisions can be explained to users, enabling clinicians to interpret and trust the output.

Exam trap

The trap here is that candidates confuse Transparency with Accountability, thinking that providing a confidence score implies responsibility, but Transparency is specifically about making the model's reasoning visible and interpretable to users.

How to eliminate wrong answers

Option A is wrong because Fairness focuses on ensuring AI systems do not exhibit bias or discriminate against groups, which is not addressed by providing confidence scores or feature lists. Option C is wrong because Privacy concerns the protection of personal data and compliance with regulations like GDPR or HIPAA, whereas the scenario describes explainability features, not data handling. Option D is wrong because Accountability refers to establishing governance and responsibility for AI outcomes, such as audit trails or human oversight, not the technical explanation of a single inference.

1016
MCQmedium

A company wants to use Azure OpenAI to generate realistic customer conversations for training a chatbot. They have a set of example conversation snippets and want the model to mimic the style and structure of those examples. The company does not want to retrain the model. Which approach should they use?

A.Fine-tune the model on the conversation dataset
B.Use prompt engineering with few-shot examples in the prompt
C.Use DALL-E to generate the conversations
D.Apply a content filter to restrict the output style
AnswerB

Few-shot prompting provides a small number of examples in the prompt itself, guiding the model to produce similar output without any training.

Why this answer

Option B is correct because prompt engineering with few-shot examples allows the model to mimic the style and structure of provided conversation snippets without retraining. By including a few example conversations in the prompt, the model learns the desired pattern through in-context learning, leveraging its pre-trained capabilities to generate realistic customer conversations.

Exam trap

The trap here is that candidates may confuse fine-tuning with in-context learning, assuming that any style adaptation requires retraining, when in fact few-shot prompting can achieve the same result without modifying the model.

How to eliminate wrong answers

Option A is wrong because fine-tuning requires retraining the model on the conversation dataset, which contradicts the requirement that the company does not want to retrain the model. Option C is wrong because DALL-E is designed for image generation, not text-based conversation generation, and cannot produce realistic customer conversations. Option D is wrong because content filters restrict output based on safety or policy rules, but they do not control or mimic the style and structure of example conversations.

1017
MCQmedium

A data scientist is training a model to predict whether a customer will purchase a product (Yes/No). The dataset contains 90% 'No' and 10% 'Yes'. After training, the model achieves 90% accuracy. Which evaluation metric would be more informative to assess the model's performance on the minority class?

A.Mean Absolute Error (MAE)
B.F1 score
C.Area Under the Curve (AUC)
D.R-squared
AnswerB

Correct. F1 score combines precision and recall, making it ideal for evaluating performance on the minority class in imbalanced datasets.

Why this answer

In this imbalanced dataset (90% 'No', 10% 'Yes'), a model that always predicts 'No' would achieve 90% accuracy, making accuracy a misleading metric. The F1 score is the harmonic mean of precision and recall, specifically designed to evaluate a model's performance on the minority class by balancing false positives and false negatives. It is the most informative metric here because it directly measures how well the model identifies the rare 'Yes' purchases without being inflated by the majority class.

Exam trap

The trap here is that candidates see 90% accuracy and assume the model is performing well, failing to recognize that accuracy is misleading in imbalanced datasets, and they may incorrectly select AUC because it is a common classification metric, but it does not directly penalize poor minority-class performance like the F1 score does.

How to eliminate wrong answers

Option A is wrong because Mean Absolute Error (MAE) is a regression metric that measures average absolute differences between continuous predicted and actual values, and it is not applicable to binary classification tasks like purchase prediction (Yes/No). Option C is wrong because Area Under the Curve (AUC) measures the model's ability to distinguish between classes across all classification thresholds, but it does not specifically isolate performance on the minority class; a high AUC can still mask poor precision or recall for the 'Yes' class. Option D is wrong because R-squared is a regression metric that indicates the proportion of variance in the dependent variable explained by the model, and it has no meaning for binary classification outcomes.

1018
MCQhard

What is 'pose estimation' in computer vision and what is it used for?

A.Estimating the correct posture for employees based on ergonomics guidelines
B.Detecting body keypoint positions (joints) in images to infer posture and movement
C.Determining the camera angle and position used to capture a photograph
D.Classifying whether a person is sitting or standing in an image
AnswerB

Pose estimation locates skeletal keypoints (joints) to understand body position — enabling fitness tracking, animation, and gesture recognition.

Why this answer

Pose estimation is a computer vision technique that detects and localizes keypoints (joints) on a human body in an image or video. These keypoints, such as shoulders, elbows, wrists, hips, and knees, are used to infer the body's posture, orientation, and movement. Option B correctly describes this process of detecting body keypoint positions to infer posture and movement.

Exam trap

The trap here is confusing human pose estimation (detecting body keypoints) with camera pose estimation (determining camera position) or with simple classification tasks like sitting/standing, leading candidates to pick options C or D.

How to eliminate wrong answers

Option A is wrong because it describes an ergonomic assessment, not a computer vision technique; pose estimation outputs keypoint coordinates, not compliance with ergonomic guidelines. Option C is wrong because determining camera angle and position is a separate task called camera pose estimation or structure from motion, not human pose estimation. Option D is wrong because classifying a person as sitting or standing is a simpler action recognition task that could be derived from pose estimation, but pose estimation itself involves detecting specific joint keypoints, not just outputting a binary state.

1019
MCQmedium

A financial services company uses an AI system to detect fraudulent credit card transactions. After deployment, the system incorrectly flags a significant number of legitimate transactions as fraudulent, causing customer dissatisfaction. The company wants to reduce these false positives while still catching most fraudulent transactions. Which Microsoft responsible AI principle should guide their redesign of the system?

A.Reliability and safety
B.Fairness
C.Transparency
D.Privacy and security
AnswerA

Correct. The company needs to ensure the system performs reliably by balancing false positives and false negatives, which is a core aspect of the Reliability and safety principle.

Why this answer

Option A is correct because the Reliability and safety principle emphasizes that AI systems should perform reliably, safely, and consistently under normal conditions. In this scenario, the high rate of false positives indicates the system is not operating reliably for legitimate transactions, causing customer harm. Redesigning to reduce false positives while maintaining fraud detection aligns directly with improving the system's reliability and safety for end users.

Exam trap

The trap here is that candidates confuse 'false positives causing customer dissatisfaction' with a fairness or transparency issue, when in fact it is a reliability and safety problem about the system's accuracy and trustworthiness in production.

How to eliminate wrong answers

Option B (Fairness) is wrong because the issue is not about bias or discrimination against protected groups—false positives affect all legitimate customers equally, not a specific demographic. Option C (Transparency) is wrong because the problem is not about explaining how decisions are made; customers are dissatisfied due to incorrect flags, not a lack of explanation. Option D (Privacy and security) is wrong because the system is not leaking or mishandling personal data; the core issue is classification accuracy, not data protection.

1020
MCQmedium

What is the difference between Azure OpenAI Service and the public OpenAI API?

A.Azure OpenAI has different models that perform better than OpenAI
B.Azure OpenAI adds enterprise security, compliance, private networking, and Azure integration
C.Azure OpenAI is only available for government customers
D.Azure OpenAI does not support GPT-4 models
AnswerB

Azure OpenAI provides the same models with enterprise-grade additions: private endpoints, no training on your data, compliance certs, and Azure RBAC.

Why this answer

Option B is correct because Azure OpenAI Service is a Microsoft Azure-based offering that wraps the same underlying OpenAI models (GPT-4, GPT-3.5, etc.) with enterprise-grade features such as Azure Active Directory authentication, private endpoints via Azure Virtual Network, compliance certifications (e.g., ISO 27001, SOC 2), and seamless integration with other Azure services like Cognitive Search and Logic Apps. The public OpenAI API lacks these enterprise controls, making Azure OpenAI the preferred choice for organizations that require data residency, network isolation, and managed identity access.

Exam trap

The trap here is that candidates assume 'Azure OpenAI' is a completely different set of models or a restricted service, when in fact it is the same models with added enterprise security and integration features.

How to eliminate wrong answers

Option A is wrong because Azure OpenAI Service uses the same underlying models as the public OpenAI API (e.g., GPT-4, GPT-3.5, Codex); there are no 'different models that perform better' — performance differences arise from deployment configuration, not model variants. Option C is wrong because Azure OpenAI Service is available to all Azure customers globally, not exclusively to government customers (though a separate Azure Government instance exists for US government agencies). Option D is wrong because Azure OpenAI Service fully supports GPT-4 models, including GPT-4 Turbo and GPT-4o, with the same capabilities as the public API.

Page 13

Page 14 of 14