AI 900 Exam Question Answers


Hello friends if you are finding AI 900 MCQ with answers | Azure AI 900 Multiple choice questions | Azure AI 900 Objective type questions | AI 900 Azure Questions answers | Azure AI 900 Exam MCQ Answers

You build a machine learning model by using the automated machine learning user interface (UI).
You need to ensure that the model meets the Microsoft transparency principle for responsible AI.
What should you do?

A. Set Validation type to Auto.
B. Enable Explain best model.
C. Set Primary metric to accuracy.
D. Set Max concurrent iterations to 0.

Ans: b

You are designing an AI system that empowers everyone, including people who have hearing, visual, and other impairments.
This is an example of which Microsoft guiding principle for responsible AI?

A. fairness
B. inclusiveness
C. reliability and safety
D. accountability

Ans: b

You are building an AI system.
Which task should you include to ensure that the service meets the Microsoft transparency principle for responsible AI?

A. Ensure that all visuals have an associated text that can be read by a screen reader.
B. Enable autoscaling to ensure that a service scales based on demand.
C. Provide documentation to help developers debug code.
D. Ensure that a training dataset is representative of the population.

Ans: c

Your company is exploring the use of voice recognition technologies in its smart home devices. The company wants to identify any barriers that might unintentionally
leave out specific user groups.
This an example of which Microsoft guiding principle for responsible AI?

A. accountability
B. fairness
C. inclusiveness
D. privacy and security

Ans: c

What are three Microsoft guiding principles for responsible AI? Each correct answer presents a complete solution.

A. knowledgeability
B. decisiveness
C. inclusiveness
D. fairness
E. opinionatedness
F. reliability and safety

Ans: cdf

You run a charity event that involves posting photos of people wearing sunglasses on Twitter.
You need to ensure that you only retweet photos that meet the following requirements:
Include one or more faces. Contain at least one person wearing sunglasses.
What should you use to analyze the images?

A. the Verify operation in the Face service
B. the Detect operation in the Face service
C. the Describe Image operation in the Computer Vision service
D. the Analyze Image operation in the Computer Vision service

Ans: b

Which metric can you use to evaluate a classification model?

A. true positive rate
B. mean absolute error (MAE)
C. coefficient of determination (R2)
D. root mean squared error (RMSE)

Ans: a

Which two components can you drag onto a canvas in Azure Machine Learning designer? Each correct answer presents a complete solution.

A. dataset
B. compute
C. pipeline
D. module

Ans: ad

You need to create a training dataset and validation dataset from an existing dataset.
Which module in the Azure Machine Learning designer should you use?

A. Select Columns in Dataset
B. Add Rows
C. Split Data
D. Join Data

Ans: c

You have the Predicted vs. True chart shown in the following exhibit.Which type of model is the chart used to evaluate?

A. classification
B. regression
C. clustering

Ans: b

Which type of machine learning should you use to predict the number of gift cards that will be sold next month?

A. classification
B. regression
C. clustering

Ans: b

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?

A. the number of taxi journeys in the dataset
B. the trip distance of individual taxi journeys
C. the fare of individual taxi journeys
D. the trip ID of individual taxi journeys

Ans: b

You need to predict the sea level in meters for the next 10 years.
Which type of machine learning should you use?

A. classification
B. regression
C. clustering

Ans: b

Which service should you use to extract text, key/value pairs, and table data automatically from scanned documents?

A. Form Recognizer
B. Text Analytics
C. Ink Recognizer
D. Custom Vision

Ans:a

You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to consume the pipeline? Each correct answer presents part of the solution.

A. the model name
B. the training endpoint
C. the authentication key
D. the REST endpoint

Ans: cd

A medical research project uses a large anonymized dataset of brain scan images that are categorized into predefined brain haemorrhage types.
You need to use machine learning to support early detection of the different brain haemorrhage types in the images before the images are reviewed by a person.
This is an example of which type of machine learning?

A. clustering
B. regression
C. classification

Ans: c

When training a model, why should you randomly split the rows into separate subsets?

A. to train the model twice to attain better accuracy
B. to train multiple models simultaneously to attain better performance
C. to test the model by using data that was not used to train the model

Ans: c

You are evaluating whether to use a basic workspace or an enterprise workspace in Azure Machine Learning.
What are two tasks that require an enterprise workspace? Each correct answer presents a complete solution.

A. Use a graphical user interface (GUI) to run automated machine learning experiments.
B. Create a compute instance to use as a workstation.

C. Use a graphical user interface (GUI) to define and run machine learning experiments from Azure Machine Learning designer.
D. Create a dataset from a comma-separated value (CSV) file.

Ans: ac

You need to predict the income range of a given customer by using the following dataset Which two fields should you use as features? Each correct answer presents a complete solution.

A. Education Level

B. Last Name
C. Age
D. Income Range
E. First Name

Ans: ac

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?

A. semantic segmentation
B. image classification
C. object detection
D. optical character recognition (OCR)

Ans: d

You need to determine the location of cars in an image so that you can estimate the distance between the cars.
Which type of computer vision should you use?

A. optical character recognition (OCR)
B. object detection
C. image classification
D. face detection

Ans: b

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?

A. object detection
B. semantic segmentation
C. optical character recognition (OCR)
D. image classification

Ans: a

What are two tasks that can be performed by using the Computer Vision service? Each correct answer presents a complete solution.

A. Train a custom image classification model.
B. Detect faces in an image.
C. Recognize handwritten text.
D. Translate the text in an image between languages.

Ans: bc

What is a use case for classification?

A. predicting how many cups of coffee a person will drink based on how many hours the person slept the previous night.
B. analyzing the contents of images and grouping images that have similar colors
C. predicting whether someone uses a bicycle to travel to work based on the distance from home to work
D. predicting how many minutes it will take someone to run a race based on past race times

Ans: c

What are two tasks that can be performed by using computer vision? Each correct answer presents a complete solution.

A. Predict stock prices.
B. Detect brands in an image.
C. Detect the color scheme in an image
D. Translate text between languages.
E. Extract key phrases.

Ans: bc

Your company wants to build a recycling machine for bottles. The recycling machine must automatically identify bottles of the correct shape and reject all other
items.
Which type of AI workload should the company use?

A. anomaly detection
B. conversational AI
C. computer vision
D. natural language processing

Ans: c

In which two scenarios can you use the Form Recognizer service? Each correct answer presents a complete solution.

A. Extract the invoice number from an invoice.
B. Translate a form from French to English.
C. Find image of product in a catalog.
D. Identity the retailer from a receipt.


Ans: ad

Your website has a chatbot to assist customers.
You need to detect when a customer is upset based on what the customer types in the chatbot.
Which type of AI workload should you use?

A. anomaly detection
B. semantic segmentation
C. regression
D. natural language processing

Ans: d

Which AI service can you use to interpret the meaning of a user input such as “Call me back later?”

A. Translator Text
B. Text Analytics
C. Speech
D. Language Understanding (LUIS)

Ans: d

You are developing a chatbot solution in Azure.
Which service should you use to determine a user’s intent?

A. Translator Text
B. QnA Maker
C. Speech
D. Language Understanding (LUIS)

Ans: d

You need to make the press releases of your company available in a range of languages.
Which service should you use?

A. Translator Text
B. Text Analytics
C. Speech
D. Language Understanding (LUIS)

Ans:a

You are developing a natural language processing solution in Azure. The solution will analyze customer reviews and determine how positive or negative each review is. This is an example of which type of natural language processing workload?

A. language detection
B. sentiment analysis
C. key phrase extraction
D. entity recognition

Ans:b

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?

A. entity recognition
B. key phrase extraction
C. sentiment analysis
D. translation

Ans: a

You are developing a solution that uses the Text Analytics service.
You need to identify the main talking points in a collection of documents.
Which type of natural language processing should you use?

A. entity recognition
B. key phrase extraction
C. sentiment analysis
D. language detection

Ans: b

In which two scenarios can you use speech recognition? Each correct answer presents a complete solution.

A. an in-car system that reads text messages aloud
B. providing closed captions for recorded or live videos
C. creating an automated public address system for a train station
D. creating a transcript of a telephone call or meeting

Ans: bd

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?

A. Text Analytics
B. Translator Text
C. Speech
D. Language Understanding (LUIS)

Ans: c

Which two scenarios are examples of a conversational AI workload? Each correct answer presents a complete solution.

A. a telephone answering service that has a pre-recorder message
B. a chatbot that provides users with the ability to find answers on a website by themselves
C. telephone voice menus to reduce the load on human resources
D. a service that creates frequently asked questions (FAQ) documents by crawling public websites

Ans: cb

You need to provide content for a business chatbot that will help answer simple user queries. What are three ways to create question and answer text by using QnA Maker? Each correct answer presents a complete solution.

A. Generate the questions and answers from an existing webpage.
B. Use automated machine learning to train a model based on a file that contains the questions.
C. Manually enter the questions and answers.
D. Connect the bot to the Cortana channel and ask questions by using Cortana.
E. Import chit-chat content from a predefined data source.

Ans: ace

You have a frequently asked questions (FAQ) PDF file.
You need to create a conversational support system based on the FAQ.
Which service should you use?

A. QnA Maker
B. Text Analytics
C. Computer Vision
D. Language Understanding (LUIS)

Ans: a

You need to reduce the load on telephone operators by implementing a chatbot to answer simple questions with predefined answers.
Which two AI service should you use to achieve the goal? Each correct answer presents part of the solution.

A. Text Analytics
B. QnA Maker
C. Azure Bot Service
D. Translator Text

Ans: bc

Which two scenarios are examples of a conversational AI workload? Each correct answer presents a complete solution.

A. a smart device in the home that responds to questions such as “What will the weather be like today?”
B. a website that uses a knowledge base to interactively respond to users’ questions
C. assembly line machinery that autonomously inserts headlamps into cars
D. monitoring the temperature of machinery to turn on a fan when the temperature reaches a specific threshold

Ans: ab

You have the process shown in the following exhibit.Which type AI solution is shown in the diagram?

A. a sentiment analysis solution
B. a chatbot
C. a machine learning model
D. a computer vision application

Ans: b

You need to develop a web-based AI solution for a customer support system. Users must be able to interact with a web app that will guide them to the best resource or answer. Which service should you use

A. Custom Vision
B. QnA Maker
C. Translator Text
D. Face

Ans: b

Which AI service should you use to create a bot from a frequently asked questions (FAQ) document?

A. QnA Maker
B. Language Understanding (LUIS)
C. Text Analytics
D. Speech

Ans: a

Which scenario is an example of a webchat bot?

A. Determine whether reviews entered on a website for a concert are positive or negative, and then add a thumbs up or thumbs down emoji to the reviews.
B. Translate into English questions entered by customers at a kiosk so that the appropriate person can call the customers back.
C. Accept questions through email, and then route the email messages to the correct person based on the content of the message.
D. From a website interface, answer common questions about scheduled events and ticket purchases for a music festival.

Ans: d

You are designing an AI system that empowers everyone, including people who have hearing, visual, and other impairments.
This is an example of which Microsoft guiding principle for responsible AI?

A. fairness
B. inclusiveness
C. reliability and safety
D. accountability

Ans: b

You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to consume the pipeline? Each correct answer presents part of the solution.

A. the model name
B. the training endpoint
C. the authentication key
D. the REST endpoint

Ans: ad

Which metric can you use to evaluate a classification model?

A. true positive rate

B. mean absolute error (MAE)
C. coefficient of determination (R2)
D. root mean squared error (RMSE)

Ans: a

You need to create a training dataset and validation dataset from an existing dataset.
Which module in the Azure Machine Learning designer should you use?

A. Select Columns in Dataset
B. Add Rows
C. Split Data
D. Join Data

Ans: c

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?

A. the number of taxi journeys in the dataset

B. the trip distance of individual taxi journeys
C. the fare of individual taxi journeys
D. the trip ID of individual taxi journeys

Ans: b

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?

A. semantic segmentation
B. image classification
C. object detection
D. optical character recognition (OCR)

Ans: d

You need to determine the location of cars in an image so that you can estimate the distance between the cars.
Which type of computer vision should you use?

A. optical character recognition (OCR)
B. object detection
C. image classification
D. face detection

Ans: b

What is a use case for classification?

A. predicting how many cups of coffee a person will drink based on how many hours the person slept the previous night.
B. analyzing the contents of images and grouping images that have similar colors
C. predicting whether someone uses a bicycle to travel to work based on the distance from home to work
D. predicting how many minutes it will take someone to run a race based on past race times

Ans: b


Leave a Reply

Your email address will not be published. Required fields are marked *