AI-900 Flashcards
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?
Enable Explain best model.
Forecasting housing prices based on historical data is an example of anomaly detection?
False
Identifying suspicious sign-ins by looking for deviations from usual patterns is an example of anomaly detection?
True
Predicting whether a patient will develop diabetes based on the patients medical history is an example of anomaly detection?
False
What is used to extract dates, quantities and locations from text?
Named Entity Recognition (NER)
What is used to generate additional features?
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?
The detect operation in the Face service
A triage bot that prioritises insurance claims based on injuries is an example of the Microsoft reliability and safety principle for responsible AI?
False
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? To answer, move the appropriate processes from the list of processes to the answer area and arrange them in the correct order.
Data preparation
Model training
Model evaluation
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
fairness
Data values that influence the prediction of a model are called ______.
Features
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?
The trip distance of individual taxi journeys
Automated machine learning can automatically infer the training data from the use case provided.
False
Automated machines learning works by running multiple training iterations that are scored and ranked by the metrics you specify?
True
Automated machine learning enables you to specify a dataset and will automatically understand which label to predict?
False
A banking system that predicts whether a loan will be repaid is an example of the __________ type of machine learning.
Classification
Labelling is the process of tagging training data with known values.
True
Accuracy is always the primary metric used to measure a model’s performance.
False
Which service should you use to extract text, key/value pairs, and table data automatically from scanned documents?
Form recogniser
From Azure Machine Learning designer, to deploy a real-time inference as a service for others to consumer, you must deploy the model to _________.
Azure Kubernetes Service (AKS)
Azure Machine Learning designer provides a drag and drop virtual canvas to build, test and deploy machine learning models.
True
Azure Machine Learning designer enables you to save your progress as a pipeline draft.
True
Azure Machine Learning designer enable you to include customer JavaScript functions.
False
Azure Machine Learning designer lets you create machine learning models by ________.
Adding and connecting modules on a visual canvas
Automated machine learning provides you with the ability to include custom Python scripts in a training profile.
True
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?
Classification
You are building a tool that will process images from retail stores and identify the products of competitors. The solution will use a custom model. Which Azure Cognitive Services service should you use?
Custom vision
What are two metrics that you can use to evaluate a regression model? Each correct answer presents a complete solution.
Coefficient of determination
Root mean squared error
Which metric can you use to evaluate a classification model?
True positive rate
The handling of unusual or missing values provided to an AI system is a consideration for the Microsoft _____ principle for responsible AI.
Reliability and safety
You are creating a company expense claim application. you wish to train a machine learning model using your own expense claim forms and labeled data. This is an example of ___________.
Supervised learning
The OCR API in Azure Computer Vision service is used to scan newspapers and magazines
False
You want to use some of your data for training a model and the remaining data for evaluation of the model. Which data transformation module do you have to add to your pipeline?
Split data
What is the maximum file size for the READ API
50MB
For a binary classification model, what does an AUC of 0.5 mean?
Your models performance is the same as random guessing of classes
Which service is used to suggest class and bounding boxes you add to training set after an initial dataset?
Tag smart
You are authoring a Language Understanding (LUIS) application to support a music festival. You want users to be able to ask questions about scheduled shows, such as: “Which act is playing on the main stage?”. The question “Which act is playing on the main stage?” is an example of which type of element?
An utterance
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
Add chit chat
What are the four types of Compute resources you can use in Azure Machine Learning Studio?
Attached compute
Compute instance
Compute clusters
Inference Clusters
You need to train and test your ML model. You prepare data for model training. Several of your numeric features have different scales. The first feature has a minimum value of 0.253 and a max of 0.987, the second one – from 12 to 124, and the last one – from 13545 to 56798. You need to bring them to a common scale. You decide to use feature engineering to address this problem. Does this decision help you to achieve your goal?
No, you need to normalise the numbers to bring them to a common scale
Feature engineering is a method of creating new features based on exisitng ones
You implement an aerial image processing application to identify the flooded areas. What common Computer Vision task is this application using?
Semantic segmentation (classifying pixels that belong to a particular object)
The customer service of your company spends a lot of time answering the same questions. They asked you to help them to automate this process. They provided you with a Microsoft Excel (*.xlsx) document with frequently asked questions and typical answers. What service will you use to create a knowledge base from this document?
QnA Maker
You are working for a car dealership. Your boss asks you to provide him forecast information: will the new car model be successful or not. The new model has a variety of engine improvements, more comfortable seats, and a sunroof. You compiled the list of data about previous successful models with their characteristics and sales numbers. What should you do in the pre-processing data stage that would help you to predict the success of the new model?
Feature selection - narrow down the feature which are important for label prediction and discard all features that don’t play or play a minimal role in label prediction
The Text Analytics service can detect handwritten signatures in a document. True or False?
False
You are creating a solution that needs to identify if celebrities are present in images and also to determine their age. What capabilities should you take into account?
Detect faces
Detect domain-specific content
Suppose you’re creating a software system that tracks activity in an automated production line and you want it to be able to identify failures. What Al cognitive service should you implement in the development of the system?
Anomaly detector
Al should bring benefits to some part of society or some specific groups of people. True or False?
False
Detecting image color schemes is a capability of Computer vision service. True or False?
True