AI-900: Microsoft Azure AI Fundamentals Part 1
Question #: 1
Topic #: 1
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
Selected Answer: B
Question #: 2
Topic #: 1
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.
Selected Answer: B
Question #: 4
Topic #: 1
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.
Selected Answer: B
Question #: 8
Topic #: 1
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
Selected Answer: B
Question #: 11
Topic #: 1
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.
Selected Answer: C
Question #: 14
Topic #: 1
What are three Microsoft guiding principles for responsible AI? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. knowledgeability
B. decisiveness
C. inclusiveness
D. fairness
E. opinionatedness
F. reliability and safety
Selected Answer: CDF
Question #: 17
Topic #: 1
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
Selected Answer: B
Question #: 18
Topic #: 1
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
Selected Answer: A
Question #: 22
Topic #: 1
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? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
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
Selected Answer: BC
Question #: 28
Topic #: 1
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
Selected Answer: B
Question #: 29
Topic #: 1
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
Selected Answer: B
Question #: 30
Topic #: 1
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
Selected Answer: B