A company employs a team of customer service agents to provide telephone and email support to customers.
The company develops a webchat bot to provide automated answers to common customer queries.
Which business benefit should the company expect as a result of creating the webchat bot solution?
A. increased sales
B. a reduced workload for the customer service agents
C. improved product reliability
B. a reduced workload for the customer service agents
For a machine learning progress, how should you split data for training and evaluation?
A. Use features for training and labels for evaluation.
B. Randomly split the data into rows for training and rows for evaluation.
C. Use labels for training and features for evaluation.
D. Randomly split the data into columns for training and columns for evaluation.
B. Randomly split the data into rows for training and rows for evaluation.
You are developing a model to predict events by using classification.
You have a confusion matrix for the model scored on test data as shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
There are ________ correctly predicted positives.
↓
5
11
1,033
13,951
There are ______ false negatives.
↓
5
11
1,033
13,951
There are ________ correctly predicted positives.
↓
11
There are ______ false negatives.
↓
1,033
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.
B. Enable Explain best model.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Forecasting housing prices based on historical data is an example of
anomaly detection.
Identifying suspicious sign-ins by looking for deviations from usual patterns
is an example of anomaly detection.
Predicting whether a patient will develop diabetes based on the patient’s
medical history is an example of anomaly detection.
Forecasting housing prices based on historical data is an example of
anomaly detection. → No
Identifying suspicious sign-ins by looking for deviations from usual patterns
is an example of anomaly detection. → Yes
Predicting whether a patient will develop diabetes based on the patient’s
medical history is an example of anomaly detection. → No
To complete the sentence, select the appropriate option in the answer area.
The handling of unusual or missing values provided to an AI system is a consideration for the Microsoft _______ principle for responsible AI.
↓
- inclusiveness
- privacy and security
- reliability and safety
- transparency
reliability and safety
Match the types of AI workloads to the appropriate scenarios.
To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may be used once, more than once, or not at all.
-Workloads Types-
- Anomaly detection
- Computer vision
- Conversational AI
- Knowledge mining
- Natural language processing
-Answer Area-
- An automated chat to answer questions about refunds and exchange
- Determining whether a photo contains a person
- Determining whether a review is positive or negative
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
inclusiveness
Match the Microsoft guiding principles for responsible AI to the appropriate descriptions.
To answer, drag the appropriate principle from the column on the left to its description on the right. Each principle may be used once, more than once, or not at all.
-Principles-
- Accountability
- Fairness
- Inclusiveness
- Privacy and security
- Reliability and safety
-Answer Area-
- Ensure that AI systems operate as they were originally designed, respond to unanticipated conditions, and resist harmful manipulation
- Implementing processes to ensure that decisions made by AI systems can be overridden by humans
- Provide consumers with information and controls over the collection, use, and storage of their data
To complete the sentence, select the appropriate option in the answer area.
When developing an AI system for self-driving cars, the Microsoft ______ principle for responsible AI should be applied to ensure consistent operation of the system during unexpected circumstances.
↓
- inclusiveness
- accountability
- reliability and safety
- fairness
reliability and safety
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.
C. Provide documentation to help developers debug code.
Match the types of AI workloads to the appropriate scenarios.
-Workload Types-
- Anomaly detection
- Computer vision
- Machine Learning (Regression)
- Natural language processing
-Answer Area-
- Identify handwritten letters.
- Predict the sentiment of a social media post.
- Identify a fraudulent credit card payment.
- Predict next month’s toy sales.
Computer vision→ Identify handwritten letters
Natural language processing → Predict the sentiment of a social media post
Anomaly detection → Identify a fraudulent credit card payment
Machine Learning (Regression) → Predict next month’s toy sales
Select the answer that correctly completes the sentence.
Named Entity Recognition (NER)
What are three Microsoft guiding principles for responsible AI?
A. knowledgeability
B. decisiveness
C. inclusiveness
D. fairness
E. opinionatedness
F. reliability and safety
C. Inclusiveness
D. Fairness
F. Reliability and safety
To complete the sentence, select the appropriate option in the answer area.
Returning a bounding box that indicates the location of a vehicle in an image is an example of ________
↓
- image classification.
- object detection.
- optical character recognizer (OCR).
- semantic segmentation.
object detection.
To complete the sentence, select the appropriate option in the answer area.
Feature engineering
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
B. the Detect operation in the Face service
When you design an AI system to assess whether loans should be approved, the factors used to make the decision should be explainable.
This is an example of which Microsoft guiding principle for responsible AI?
A. transparency
B. inclusiveness
C. fairness
D. privacy and security
A. transparency
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Match the principles of responsible AI to appropriate requirements.
-Principles-
- Fairness
- Privacy and security
- Reliability and safety
- Transparency
-Answer Area-
- The system must not discriminate based on gender, race
- Personal data must be visible only to approve
- Automated decision-making processes must be recorded so that approved users can identify why a decision was made
You plan to deploy an Azure Machine Learning model as a service that will be used by client applications.
Which three processes should you perform in sequence before you deploy the model?
-Processes-
- data encryption
- model retraining
- model training
- data preparation
- model evaluation
You are building an AI-based app.
You need to ensure that the app uses the principles for responsible AI.
Which two principles should you follow?
A. Implement an Agile software development methodology
B. Implement a process of AI model validation as part of the software review process
C. Establish a risk governance committee that includes members of the legal team, members of the risk management team, and a privacy officer
D. Prevent the disclosure of the use of AI-based algorithms for automated decision making
B. Implement a process of AI model validation as part of the software review process
C. Establish a risk governance committee that includes members of the legal team, members of the risk management team, and a privacy officer
To complete the sentence, select the appropriate option in the answer area.
According to Microsoft’s _______ principle of responsible AI, AI systems should NOT reflect biases from the data sets that are used to train the systems.
↓
- accountability
- fairness
- inclusiveness
- transparency
fairness
Duplicated of #23
To complete the sentence, select the appropriate option in the answer area.
According to Microsoft’s _______ principle of responsible AI, AI systems should NOT reflect biases from the data sets that are used to train the systems.
↓
- accountability
- fairness
- inclusiveness
- transparency
fairness