For a machine learning progress, how should you split data for training and evaluation?
Reveal answer details Close answer details
Correct answerB
https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/split-data
Microsoft · AI-900
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
For a machine learning progress, how should you split data for training and evaluation? Reveal answer details Close answer detailsCorrect answerB Explanation https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/split-data
Multiple choice
You have an Al solution that provides users with the ability to control smart devices by using verbal commands. NOTE: Each correct selection is worth one point. Reveal answer details Close answer detailsCorrect answersC, D
Hotspot
HOTSPOT To complete the sentence, select the appropriate option in the answer area. ![]() Reveal answer details Close answer details![]() Explanation References:
Single choice
Which Azure OpenAI model should you use to summarize the text from a document? Reveal answer details Close answer detailsCorrect answerD
Hotspot
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]() Explanation References:
Drag & drop
DRAG DROP Match the types of machine learning to the appropriate scenarios. To answer, drag the appropriate machine learning type from the column on the left to its scenario on the right. Each machine learning type may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]() Explanation Box 1: Regression Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable. You use this module to define a linear regression method, and then train a model using a labeled dataset. Box 2: Classification Box 3: Clustering Over the years, many clustering algorithms have been developed. Almost all clustering algorithms use the features of individual items to find similar items. For example, you might apply clustering to find similar people by demographics. You might use clustering with text analysis to group sentences with similar topics or sentiment. References:
Single choice
In a machine learning model, the data that is used as inputs are called ________. Select the answer that correctly completes the sentence. Reveal answer details Close answer detailsCorrect answerC
Single choice
You are building a tool that will process images from retail stores and identity the products of competitors. The solution must be trained on images provided by your company. Which Azure Al service should you use? Reveal answer details Close answer detailsCorrect answerA
Single choice
What can be used to analyze scanned invoices and extract data, such as billing addresses and the total amount due? Reveal answer details Close answer detailsCorrect answerB Explanation The correct answer is B. Azure AI Document Intelligence (formerly Form Recognizer). This Azure service uses AI and OCR technologies to analyze and extract structured data from documents such as invoices, receipts, and purchase orders. It identifies key fields like billing address, invoice number, total amount due, and line items. The service supports prebuilt models for common document types and custom models for A. Azure AI Search: Used for knowledge mining and semantic search, not document data extraction. Therefore, Azure AI Document Intelligence is the right service to extract data from scanned invoices.
Single choice
You have the Predicted vs. True chart shown in the following exhibit. ![]() Which type of model is the chart used to evaluate? Reveal answer details Close answer detailsCorrect answerB Explanation What is a Predicted vs. True chart? References:
Single choice
You have a knowledge base of frequently asked questions (FAQ). You create a bot that uses the knowledge base to respond to customer requests. You need to identify what the bot can perform without adding additional skills. What should you identify? Reveal answer details Close answer detailsCorrect answerC Explanation Incorrect: References:
Single choice
You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit. ![]() Which type of computer vision was used? Reveal answer details Close answer detailsCorrect answerA Explanation Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image. The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like "indoor", which can't be localized with bounding boxes. References:
Single choice
You are developing a solution that predicts house prices based on historical data. Which type of machine learning should you use? Reveal answer details Close answer detailsCorrect answerC Explanation Regression is used to predict numeric values, such as prices. It models the relationship between input features and a continuous output variable.
Lab simulation
Simulation To complete the sentence, select the appropriate option in the answer area. Using Recency, Frequency, and Monetary (RFM) values to identify segments of a customer base is an example of___________ Reveal model answer Close model answerClassification ![]()
Single choice
You have an Internet of Things (loT) device that monitors engine temperature. The device generates an alert if the engine temperature deviates from expected norms. Which type of Al workload does the device represent? Reveal answer details Close answer detailsCorrect answerC
Single choice
Extracting relationships between data from large volumes of unstructured data is an example of which type of Al workload? Reveal answer details Close answer detailsCorrect answerB
Drag & drop
DRAG DROP Match the types of computer vision to the appropriate scenarios. To answer, drag the appropriate workload type from the column on the left to its scenario on the right. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]() Explanation Box 1: Facial recognition Box 2: OCR Box 3: Objection detection The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like "indoor", which can't be localized with bounding boxes. References:
Single choice
You use natural language processing to process text from a Microsoft news story. You receive the output shown in the following exhibit. ![]() Which type of natural languages processing was performed? Reveal answer details Close answer detailsCorrect answerA Explanation You can provide the Text Analytics service with unstructured text and it will return a list of entities in the text that it recognizes. You can provide the Text Analytics service with unstructured text and it will return a list of entities in the text that it recognizes. The service can also provide links to more information about that entity on the web. An entity is essentially an item of a particular type or a category; and in some cases,
Single choice
Providing contextual information to improve the responses quality of a generative Al solution is an example of which prompt engineering technique? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which action can be performed by using the Azure Al Vision service? Reveal answer details Close answer detailsCorrect answerD
Single choice
You are building a knowledge base by using QnA Maker. Which file format can you use to populate the knowledge base? Reveal answer details Close answer detailsCorrect answerD Explanation D: Content types of documents you can add to a knowledge base: Content types include many standard structured documents such as PDF, DOC, and TXT. Note: The tool supports the following file formats for ingestion: .tsv: QnA contained in the format Question(tab)Answer. Incorrect Answers: References:
Single choice
You need to predict the animal population of an area. Which Azure Machine Learning type should you use? Reveal answer details Close answer detailsCorrect answerA Explanation Regression is a supervised machine learning technique used to predict numeric values. References:
Hotspot
HOTSPOT Select the answer that correctly completes the sentence.
Reveal answer details Close answer details![]() Explanation This question is drawn from the Microsoft Azure AI Fundamentals (AI-900) syllabus section "Describe features of natural language processing (NLP) workloads on Azure." According to the Microsoft Learn materials, Natural Language Processing (NLP) is a branch of artificial intelligence that allows computers to analyze, understand, and generate human language. NLP enables machines to work with text or speech data in a way that extracts meaning, sentiment, and intent. Microsoft defines NLP as enabling scenarios such as language detection, text classification, key phrase extraction, sentiment analysis, and named entity recognition. The example given-classifying emails as "work-related" or "personal"-is a text classification task, which falls under NLP capabilities. The AI model processes the textual content of emails, identifies linguistic patterns, and categorizes them based on the detected topic or context. Let's analyze the other options: Predict the number of future car rentals # This is a forecasting task, handled by machine learning regression models, not NLP. Predict which website visitors will make a transaction # This is a classification or prediction problem in machine learning, not NLP, since it deals with behavioral or numerical data rather than language. Stop a process in a factory when extremely high temperatures are registered # This is an IoT or anomaly detection scenario, focusing on sensor data, not language
Single choice
You are creating an app to help employees write emails and reports based on user prompts. What should you use? Reveal answer details Close answer detailsCorrect answerB Explanation For an app that helps employees write emails and reports based on user prompts, you need a text generation model capable of understanding natural language instructions and producing coherent, contextually appropriate output. Azure OpenAI GPT models-available through Azure AI Foundry (formerly Azure OpenAI Studio)-are specifically designed for such generative tasks. By integrating GPT-3.5 or GPT- 4, the app can analyze prompts like "Write a professional email to a client about project updates" and automatically generate polished text in seconds. The other options do not fit: A. Azure AI Speech: Converts spoken language to text or text to speech; not suitable for generating written Therefore, to create a writing-assistance app for emails and reports, the correct solution is B. Azure OpenAI in Foundry Models using GPT-based language generation.
Single choice
A machine learning model produces a sentiment score ranging from -1 to 1 for each piece of text. How should this value be interpreted? Reveal answer details Close answer detailsCorrect answerB Explanation Sentiment analysis models often output scores where negative values indicate negative sentiment, positive values indicate positive sentiment, and values close to zero represent neutral sentiment.
Hotspot
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]() Explanation References:
Single choice
You are developing a Chabot solution in Azure. Which service should you use to determine a user's intent? Reveal answer details Close answer detailsCorrect answerD Explanation In Azure, the Language service unifies several natural language capabilities, including LUIS, QnA Maker, and Text Analytics, into one comprehensive service. To determine a user's intent in a chatbot, you use the Conversational Language Understanding (CLU) feature of the Language service, which is the evolution of LUIS. CLU helps chatbots and applications comprehend natural language input by identifying the intent (the purpose of the user's statement) and extracting entities (important details). For example, when a user types "Book a meeting for tomorrow," the model recognizes the intent (BookMeeting) and the entity (tomorrow). The other options do not determine intent: Translator (A) is used for language translation. References:
Multiple choice
In which two scenarios can you use the Form Recognizer service? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Reveal answer details Close answer detailsCorrect answersA, C Explanation References:
Hotspot
HOTSPOT To complete the sentence, select the appropriate option in the answer area. ![]() Reveal answer details Close answer details![]() Explanation Azure Custom Vision is a cognitive service that lets you build, deploy, and improve your own image classifiers. An image classifier is an AI service that applies labels (which represent classes) to images, according to their visual characteristics. Unlike the Computer Vision service, Custom Vision allows you to specify the labels to apply. Note: The Custom Vision service uses a machine learning algorithm to apply labels to images. You, the developer, must submit groups of images that feature and lack the characteristics in question. You label the images yourself at the time of submission. Then the algorithm trains to this data and calculates its own accuracy by testing itself on those same images. Once the algorithm is trained, you can test, retrain, and eventually use it to classify new images according to the needs of your app. You can also export the model itself for offline use. Incorrect Answers: References:
Hotspot
HOTSPOT Select the answer that correctly completes the sentence. ![]() Reveal answer details Close answer details![]() Explanation According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft's Here's how the other options differ: Inclusiveness ensures accessibility for all users, including those with disabilities or from different backgrounds. It's unrelated to prediction control or data reliability. Privacy and Security protects sensitive data and ensures proper handling of personal information, not system prediction logic. Transparency ensures that users understand how an AI system makes its decisions but doesn't address prediction reliability. Thus, stopping a prediction when data is incomplete or abnormal directly supports the Reliability and Safety principle - it ensures that the AI model functions correctly under valid conditions and avoids unintended or harmful outcomes. This principle aligns with Microsoft's
Hotspot
HOTSPOT Select the answer that correctly completes the sentence. ![]() Reveal answer details Close answer details![]() Explanation The correct answer is Document Intelligence. According to the Microsoft Azure AI Fundamentals (AI-900) study materials and Microsoft Learn documentation, the Azure AI Document Intelligence service (formerly known as Form Recognizer) is specifically designed to extract structured data from documents, including scanned invoices, receipts, forms, and business cards. This service combines optical character recognition (OCR) with machine learning to analyze both the layout and semantic meaning of document content.
Single choice
You have a bot that identifies the brand names of products in images of supermarket shelves. Which service does the bot use? Reveal answer details Close answer detailsCorrect answerC Explanation Brand detection is a specialized mode of object detection that uses a database of thousands of global logos to identify commercial brands in images or video. You can use this feature, for example, to discover which brands are most popular on social media or most prevalent in media product placement. The Azure AI Vision service detects whether there are brand logos in a given image; if there are, it returns the brand name, a confidence score, and the coordinates of a bounding box around the logo. The built-in logo database covers popular brands in consumer electronics, clothing, and more. If you find that the brand you're looking for is not detected by the Azure AI Vision service, you could also try creating and training your own logo detector using the Custom Vision service. References:
Single choice
A web application allows users to upload images which are then analyzed to detect objects and identify features. Can computer vision services evaluate user-uploaded images? Reveal answer details Close answer detailsCorrect answerA Explanation Computer vision services can analyze images from many sources, including user uploads. Once an image is submitted, the service can perform tasks such as object detection, tagging, or text recognition.
Single choice
You need to create a model that labels a collection of your personal digital photographs. Which Azure Al service should you use? Reveal answer details Close answer detailsCorrect answerB
Drag & drop
DRAG DROP Match the facial recognition tasks to the appropriate questions. To answer, drag the appropriate task from the column on the left to its question on the right. Each task may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]() Explanation Box 1: verification Box 2: similarity Box 3: Grouping Box 4: identification References:
Multiple choice
What are two tasks that can be performed by using the Computer Vision service? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Reveal answer details Close answer detailsCorrect answersB, C Explanation B: Azure's Computer Vision service provides developers with access to advanced algorithms that process images and return information based on the visual features you're interested in. For example, Computer Vision can determine whether an image contains adult content, find specific brands or objects, or find human faces. C: Computer Vision includes Optical Character Recognition (OCR) capabilities. You can use the new Read API to extract printed and handwritten text from images and documents. References:
Hotspot
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]()
Single choice
In which scenario should you use key phrase extraction? Reveal answer details Close answer detailsCorrect answerC
Single choice
A conference organizer collects written feedback from attendees and uses generative AI to summarize the responses. Some attendees cannot participate in audio discussions and only provide written comments. Which Responsible AI principle helps ensure the system treats all participants fairly? Reveal answer details Close answer detailsCorrect answerA Explanation The fairness principle ensures that AI systems treat all individuals equally and do not disadvantage certain groups. In this scenario, the system must fairly represent feedback regardless of whether it comes from spoken or written input.
Single choice
body={text="polar bear standing on the ground", size="1024x1024"} Which Azure AI model should be used? Reveal answer details Close answer detailsCorrect answerB Explanation DALL-E is an image generation model available through Azure OpenAI that creates images from text prompts. Parameters such as image size and prompt text are commonly used when generating images.
Multiple choice
Which two components can you drag onto a canvas in Azure Machine Learning designer? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Reveal answer details Close answer detailsCorrect answersA, D Explanation You can drag-and-drop datasets and modules onto the canvas. References:
Single choice
You are developing a Language Understanding (LUIS) model. What is an utterance? Reveal answer details Close answer detailsCorrect answerB Explanation An utterance is a phrase or sentence that a user might input, used to train the model to recognize intents.
Drag & drop
DRAG DROP Match the Al solution to the appropriate task. To answer, drag the appropriate solution from the column on the left to its task on the right. Each solution may be used once, more than once, or not at all. NOTE: Each correct match is worth one point. ![]() Reveal answer details Close answer details![]()
Hotspot
HOTSPOT Select the answer that correctly completes the sentence.
Reveal answer details Close answer details![]() Explanation According to the Microsoft Azure AI Fundamentals (AI-900) curriculum and Microsoft Learn's modules on Computer Vision, object detection is the AI technique used to identify and locate multiple objects within an image. Unlike simple image classification, which only labels an entire image with a single category (for example, "This is a product"), object detection not only identifies the type of object but also pinpoints its exact position by providing bounding boxes and coordinates within the image. In the scenario described - identifying the location of products on a conveyor belt - the system must be able to detect multiple items simultaneously and determine their spatial positions. Object detection algorithms (such as YOLO, Faster R-CNN, or SSD) are specifically designed for this purpose. This allows automation systems, like robotic arms or quality inspection systems, to track product locations in real time for sorting, packaging, or defect detection. Let's evaluate the other options: Image classification only determines what is in the image, not where it is located. It cannot handle multiple objects or their positions. Image processing involves operations like resizing, filtering, or adjusting contrast, not understanding object placement. Optical character recognition (OCR) extracts text from images and documents, unrelated to locating physical items. Thus, per Microsoft Learn's AI-900 guidance, object detection is the correct computer vision capability when a task requires both identification and spatial localization of items in an image or video stream. # Final Answer: Object detection
Hotspot
HOTSPOT Select the answer that correctly completes the sentence. ![]() Reveal answer details Close answer details![]() Explanation Privacy and security. According to Microsoft's Responsible AI Principles, implementing filters to block harmful or inappropriate content in a Generative AI chat solution demonstrates a commitment to the Privacy and Security principle. This principle ensures that AI systems are designed and operated in a way that protects users, their data, and society from harm. When a chat system uses Generative AI models (like Azure OpenAI's GPT-based services), there is a risk that the model might produce unsafe, offensive, or sensitive content. Microsoft addresses this through content filters and safety systems, which automatically detect and block violent, hate-based, or sexually explicit outputs. This is part of responsible deployment practices to ensure that user interactions remain safe, private, and compliant with ethical standards. Implementing these filters aligns with the Privacy and Security principle because it: Protects users from exposure to harmful or abusive content. Ensures that conversations are safeguarded against malicious or unsafe use. Upholds user trust by maintaining a safe digital environment for all participants. Let's briefly clarify why the other options are incorrect: Fairness deals with ensuring unbiased treatment and equitable outcomes in AI decisions. Transparency focuses on explaining how AI systems make decisions.
Multiple choice
You are building a conversational AI assistant that will interact with users across multiple platforms. Which platforms can AI agents be integrated with? Reveal answer details Close answer detailsCorrect answersA, B, C Explanation AI agents can operate across multiple interaction channels such as voice assistants, web chat applications, and collaboration platforms like Microsoft Teams. Azure Storage is used for data storage and does not provide a user interaction interface.
Hotspot
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]()
Single choice
Which machine learning technique can be used for anomaly detection? Reveal answer details Close answer detailsCorrect answerD Explanation Anomaly Detector, an AI service that helps you foresee problems before they occur. References:
Hotspot
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]() Explanation Box 1: Yes Box 2: No Box 3: Yes Note: Named entity recognition is a natural language processing technique that can automatically scan entire articles and pull out some fundamental entities in a text and classify them into predefined categories. Organizations, Company names References:
Drag & drop
DRAG DROP Match the machine learning tasks to the appropriate scenarios. To answer, drag the appropriate task from the column on the left to its scenario on the right. Each task may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]() Explanation Box 1: Model evaluation Box 2: Feature engineering Note: Often, features are created from raw data through a process of feature engineering. For example, a time stamp in itself might not be useful for modeling until the information is transformed into units of days, months, or categories that are relevant to the problem, such as holiday versus working day. Box 3: Feature selection References:
Single choice
You need to develop a mobile app for employees to scan and store their expenses while travelling. Which type of computer vision should you use? Reveal answer details Close answer detailsCorrect answerD Explanation Azure's Computer Vision API includes Optical Character Recognition (OCR) capabilities that extract printed or handwritten text from images. You can extract text from images, such as photos of license plates or containers with serial numbers, as well as from documents - invoices, bills, financial reports, articles, and more. References:
Hotspot
HOTSPOT To complete the sentence, select the appropriate option in the answer area. ![]() Reveal answer details Close answer details![]() Explanation References:
Single choice
You need to build a system that translates text between multiple languages in real time. Which service should you use? Reveal answer details Close answer detailsCorrect answerB Explanation The Translator service provides real-time multilingual text translation using neural machine translation technology.
Single choice
You need to build an app that will read recipe instructions aloud to support users who have reduced vision. Which version service should you use? Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
You have a dataset that contains information about taxi journeys that occurred during a given period. You need to train a model to predict the fare of a taxi journey. What should you use as a feature? Reveal answer details Close answer detailsCorrect answerB Explanation The label is the column you want to predict. The identified Featuresare the inputs you give the model to predict the Label. Example: vendor_id: The ID of the taxi vendor is a feature. rate_code: The rate type of the taxi trip is a feature. passenger_count: The number of passengers on the trip is a feature. trip_time_in_secs: The amount of time the trip took. You want to predict the fare of the trip before the trip is completed. At that moment, you don't know how long the trip would take. Thus, the trip time is not a feature and you'll exclude this column from the model. trip_distance: The distance of the trip is a feature. payment_type: The payment method (cash or credit card) is a feature. fare_amount: The total taxi fare paid is the label. References:
Hotspot
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. ![]() Reveal answer details Close answer details![]()
Multiple choice
What are three stages in a transformer model? Each correct answer presents a complete solution. NOTE: Each correct answer is worth one point. Reveal answer details Close answer detailsCorrect answersB, C, D
Single choice
You build a QnA Maker bot by using a frequently asked questions (FAQ) page. You need to add professional greetings and other responses to make the bot more user friendly. What should you do? Reveal answer details Close answer detailsCorrect answerD Explanation References:
Single choice
You are developing a chatbot solution in Azure. Which service should you use to determine a user's intent? Reveal answer details Close answer detailsCorrect answerD Explanation Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information. Design your LUIS model with categories of user intentions called intents. Each intent needs examples of user utterances. Each utterance can provide data that needs to be extracted with machine-learning entities. References: |