Which of the following is a part of the Azure artificial intelligence service?

The AI-900: Microsoft Azure AI Fundamentals certification requires you to have an understanding of the concepts of Artificial Intelligence and Machine Learning, their workloads, and implementation on Azure. These free AI-900 exam questions will provide you with an insight into some of the concepts and skills measured in the AI-900 certification.

Show

Let’s start learning!

Domain : Describe fundamental principles of machine learning on Azure

Q1 : You are working for a car dealership. Your boss asks you to provide him with 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 predict the new model’s success?

A. Data selection
B. Training set selection
C. Data for model evaluation selection
D. Feature selection
E. Data classification

Correct Answer: D

Explanation

During pre-processing, you need to work with data to select features that influence the label prediction. In this problem, features are the engine characteristics (power or volume), seat comforts, etc. They could help the ML model to predict the success of the new car model. Maybe the sunroof is not essential for predicting the label, and we need to discard this feature from the final set of features that we will use for model training.

In short, Feature selection helps us to narrow down the features that are important for our label prediction and discard all features that don’t play or play a minimal role in a label prediction. As a result, our trained model and prediction will be more efficient.

All other options are incorrect because they are parts of the different data processing events that are irrelevant to the pre-processing (Training set selection or Data for model evaluation selection) or too generic (Data selection or Data Classification).

For more information about Feature selection, please visit the below URL: https://docs.microsoft.com/en-us/azure/machine-learning/team-data-science-process/select-features.

Which of the following is a part of the Azure artificial intelligence service?

Domain : Describe features of computer vision workloads on Azure

Q2 : You created a Custom Vision model. You want your model to detect trained objects on the photos.
What information will you get about each object if you are using an object detection model?

A. Image type
B. Bounding box
C. Image category
D. Class name
E. Probability score
F. Content name

Correct Answers: B, D and E

Explanation

Object detection is the form of ML that helps to recognize objects on the images. Each recognizable object will be put in the bounding box with the class name and probability score.

Here is the Microsoft information about the object detection model.

Which of the following is a part of the Azure artificial intelligence service?

All other options are incorrect because they are not part of the object detection model’s return information.

For more information about Object detection, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/detect-objects-images-custom-vision/1-introduction.

 

Domain : Describe features of Natural Language Processing (NLP) workloads on Azure

Q3 : What are the four types of entities that you can create during the authoring of the LUIS Application?

A. Machine-Learned
B. List
C. FAQ document
D. RegEx
E. Chit-chat
F. Pattern.any
G. Alternative phrasing

Correct Answers: A, B, D and F

Explanation

We need to create intents, entities, and train a model during an authoring phase for a Language Understanding application. There are four types of entities that we can create, such as, Machine-Learned, List, RegEx, and Pattern.any. 

All other options are incorrect because they are parts of creating a Knowledge base for Q&A Maker and Azure Bot Service.

For more information about LUIS, please visit the below URLs: https://docs.microsoft.com/en-us/learn/modules/create-language-model-with-language-understanding/2-get-started , https://www.luis.ai/ 

 

Domain : Describe AI workloads and considerations

Q4 : What are the main features and capabilities of Azure Machine Learning?

A. Anomaly Detection
B. Pipelines
C. Object Detection
D. Automated machine learning
E. Azure Machine Learning designer
F. Text Analytics
G. Data and compute management

Correct Answers: B, D, E and G

Explanation

Azure Machine Learning is the foundation for Artificial Intelligence service. It includes four features and capabilities.

  • Automated machine learning – automated creation of ML models based on your data; doesn’t require any data science experience.
  • Azure Machine Learning designer – a graphical interface for no-code creation of the ML solutions
  • Data and Compute management – cloud-based tools for data science professionals,
  • Pipelines – visual designer for creating ML tasks workflow

Option A is incorrect. Anomaly Detection – is one of the key elements of Artificial Intelligence, and it is not a feature of Machine Learning.
Option C is incorrect. Object Detection is one of Computer Vision’s common tasks and is not part of Machine Learning.
Option F is incorrect. Text Analytics – is a feature of Natural language processing and is not a part of Machine Learning.

For more information about the features and capabilities of Machine Learning, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/get-started-ai-fundamentals/2-understand-machine-learn

 

Domain : Describe fundamental principles of machine learning on Azure

Q5 : When you are creating a Clustering Model, what common ML algorithm are you using?

A. Multiclass Logistic Regression
B. K-means
C. Linear Regression
D. Two-Class Neural Network
E. Decision Forest Regression

Correct Answer: B

Explanation

The Clustering is a Machine Learning form that groups items based on some common properties.

The most common Clustering algorithm is K-means Clustering.

Option A is incorrect because the Multiclass Logistic Regression is a Classification algorithm based on a decision forest algorithm.
Option C is incorrect because the Linear Regression algorithm is a Regression algorithm based on a linear regression model.
Option D is incorrect because the Two-Class Neural Network is a Classification algorithm based on a neural network algorithm.
Option E is incorrect because the Decision Forest Regression algorithm is a Regression algorithm based on a decision forest algorithm.

For more information about K-means Clustering, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/create-clustering-model-azure-machine-learning-designer/create-training-pipeline.

 

Domain : Describe fundamental principles of machine learning on Azure

Q6 : What are the four typical steps of data transformation for model training?

A. Feature selection
B. Finding and removing data outliers
C. Split data
D. Impute missing values
E. ML algorithm selection
F. Normalize numeric features

Correct Answers: A, B, D and F

Explanation

After we ingest the data, we need to do a data preparation or transformation before supplying it for model training. There are four typical steps for data transformation such as Feature selection, Finding and removing data outliers, Impute missing values, and Normalize numeric features.

Option C is incorrect because Split data is coming after data transformation.
Option D is incorrect because ML algorithm selection data is coming after data transformation and Split Data steps.

For more information about Azure ML algorithms, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/create-regression-model-azure-machine-learning-designer/explore-data.

 

Domain : Describe features of computer vision workloads on Azure

Q7 : Please select three key fields that Form Recognizer service extracts from the common receipts.

A. Today’s date
B. Time of transaction
C. Taxes paid
D. Source of payment
E. Merchant information
F. Promotion information

Correct Answers: B, C and E

Explanation

Form Recognizer service is one of the Azure Computer vision solutions additional to Computer Vision service, Custom Vision Service and Face service.

Form Recognizer service uses pre-build receipt models to extract such information from receipts: date of transaction, time of the transaction, merchant information, taxes paid and receipt total. The service also recognizes all text on the receipt and returns it.

All other options are incorrect.

For more information about Custom vision, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/analyze-receipts-form-recognizer/2-receipts-azure

 

Domain : Describe features of Natural Language Processing (NLP) workloads on Azure

Q8 : What services are involved in live speech translation?

A. Speech Recognition
B. Speech-to-Text
C. Language Detection
D. Speech Correction
E. Text Analysis
F. Machine Translation
G. Text-to-Speech

Correct Answers: B, D, F and G

Explanation

Live speech translation involves the following sequence of the services during the real-time audio stream- Speech-to-Text -> Speech Correction -> Machine Translation -> Text-to-Speech.

The Microsoft documentation has the following diagram for the speech translation process.

Which of the following is a part of the Azure artificial intelligence service?

Options A is incorrect because the Speech Recognition is not involved in this process. You can define from and to translation languages in Speech Translation service settings.
Option E is incorrect because we are not using Text Analysis services in this case.

For more information about LUIS, please visit the below URLs: https://azure.microsoft.com/en-us/services/cognitive-services/speech-translation/#featureshttps://docs.microsoft.com/en-us/learn/modules/translate-speech-speech-service/1-introduction-speech-translation

 

Domain : Describe AI workloads and considerations

Q9 : You created a Personal Virtual Assistant.
Select all responsible AI principles that your solution must follow.

A. Responsiveness
B. Privacy and security
C. Dependability
D. Inclusiveness
E. Answerability
F. Reliability and safety

Correct Answers: B, D and F

Explanation

Microsoft recognizes six principles of responsible AI, mentioned below.

Fairness, Reliability and safety, Privacy and security, Transparency, Inclusiveness and Accountability.

All other options are incorrect. 

For more information about guiding principles for responsible AI, please visit the below URLs: https://www.microsoft.com/en-us/ai/responsible-ai?activetab=pivot1:primaryr6https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles

 

Domain : Describe fundamental principles of machine learning on Azure

Q10 : You create a regression model with low RMSE and review the best model metrics.
Where on the Residual histogram should the most frequently occurring residual values cluster for your model? 

A. 1
B. 0.5
C. 0
D. -1
E. 2
F. -0.5

Correct Answer: C

Explanation

The Residual histogram presents the frequency of residual values distribution. Residual is the difference between predicted and actual values. It represents the amount of error in the model.

If we have a good model, we should expect that most of the errors are small. They will cluster around 0 on the Residual histogram.

Which of the following is a part of the Azure artificial intelligence service?

 All other options are incorrect. 

For more information about Azure ML Residual histogram, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/use-automated-machine-learning/use-auto-ml.

 

Domain : Describe fundamental principles of machine learning on Azure

Q11 : You are creating a pipeline in Azure ML Designer. You need to add a module to execute the programming code. What languages can you use for code execution in Azure ML Designer?

A. C++
B. Java
C. Python
D. TypeScript
E. C#
F. R
G. JavaScript

Correct Answers: C and F

Explanation

Currently, you can use modules for two Languages only- Python and R.

Which of the following is a part of the Azure artificial intelligence service?

All other options are incorrect.

For more information about Azure ML Designer, please visit the below URLs: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-designer-python

 

Domain : Describe features of Natural Language Processing (NLP) workloads on Azure

Q12 : You need to create a language model.
What are the essential elements that you need to supply as data for your language model training?

A. Verbs
B. Utterances
C. Intents
D. Subjects
E. Entities
F. Knowledge domains 

Correct Answers: B, C and E

Explanation

For language model training, we need to provide the following key elements- Entities, Intents, and Utterance. We can achieve this by using the Azure Cognitive service LUIS portal.

Entity is the word or phrase that is the focus of the utterance, as the word “light” in the utterance “Turn the lights on.”

Intent is the action or task that the user wants to execute. It reflects in utterance as a goal or purpose. We can define intent as “TurnOn” in the utterance “Turn the lights on.”

Utterance is the user’s input that your model needs to interpret, like “Turn the lights on” or “Turn on the lights”.

All other options are incorrect.

For more information about Language modelling, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/create-language-model-with-language-understanding/1-introduction

 

Domain : Describe features of conversational AI workloads on Azure

Q13 : What service does provide a user interface for a Conversation AI agent?

A. Azure Speech
B. Bot Framework
C. QnA Maker
D. Azure Bot Service
E. Computer Vision Service

Correct Answer: D

Explanation

 Azure Bot Service provides a user interface and connections to the different channels for Conversation AI agents or bots.

Options A is incorrect because the Azure Speech helps recognize and synthesize speech, recognize and identify speakers, translate live or recorded speech. It doesn’t provide a user interface for bots.
Option B is incorrect because the Bot Framework provides additional bots’ capabilities, but it relies on Azure Bot Service to provide a user interface for bots.
Option C is incorrect because the QnA Maker service provides knowledge base capabilities for bots, but it relies on Azure Bot Service to provide a user interface for bots.
Options E is incorrect because the Computer Vision service works with images, and It doesn’t provide a user interface for bots.

For more information about Conversation AI agents, please visit the below URLs: https://docs.microsoft.com/en-us/learn/modules/build-faq-chatbot-qna-maker-azure-bot-service/1-introduction

 

Domain : Describe fundamental principles of machine learning on Azure

Q14 : Select all models that are part of Supervised ML?

A. Regression model
B. Association
C. Classification Model
D. Clustering Model
E. Anomaly Detection

Correct Answers: A and C

Explanation

A Regression and Classification modeling types are two parts of Supervised machine learning. Both techniques train the models using labeled data- previously acquired or historical data for the label.

Option B is incorrect because Association belongs to Unsupervised machine learning. It establishes associations/relationships between data objects in large databases and uses data that is not labeled.
Option D is incorrect. Clustering belongs to Unsupervised machine learning.
Option E is incorrect because Anomaly Detection belongs to Unsupervised Learning. It detects the irregularities in the time series data and uses the data that is not labeled.

For more information about Supervised ML, please visit the below URLs: https://azure.microsoft.com/en-us/overview/machine-learning-algorithms/#techniqueshttps://www.guru99.com/supervised-vs-unsupervised-learning.html

 

Domain : Describe fundamental principles of machine learning on Azure

Q15 : What are the three main authoring tools on the Azure ML Studio home screen?

A. Notebooks
B. Datasets
C. Designer
D. Experiments
E. Compute
F. Automated ML
G. Pipelines

Correct Answers:  A, C and F

Explanation

Azure ML Studio has three main authoring tools on its home page-

Notebooks, Automated ML and Designer.

Which of the following is a part of the Azure artificial intelligence service?

Option B is incorrect. Datasets are part of Assets tools and are not part of authoring tools.
Option D is incorrect. Experiments are part of Assets tools and are not part of authoring tools.
Option E is incorrect. Compute is a part of Manage tools and is not the part of authoring tools.
Option G is incorrect. Pipelines are part of Assets tools and are not part of authoring tools.

For more information about Azure ML Studio, please visit the below URL: https://docs.microsoft.com/en-us/azure/machine-learning/overview-what-is-machine-learning-studio

 

Domain : Describe features of Natural Language Processing (NLP) workloads on Azure

Q16 : You are using Text Analytics Entity Recognition API to analyze the following sentence- “After Peter met Sara at Microsoft headquarters in Paris, they visited the Eiffel tower.”
How many entities with the category “Location” should you expect in the API response?

A. 0
B. 1
C. 2
D. 3
E. 4

Correct Answer: D

Explanation

Named Entity Recognition (NER) is a Text Analytics service that helps identify entities in the text and group them into different entity categories, like person, organization, location, event, etc.

You should expect three recognized named entities with the category “Location” in the API response- “headquarters,” “Paris,” and “Eiffel tower.”

All other options are incorrect.

For more information about Entity Recognition services, please visit the below URLs: https://docs.microsoft.com/en-us/learn/modules/analyze-text-with-text-analytics-service/2-get-started-azure

 

Domain : Describe features of conversational AI workloads on Azure

Q17 : 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 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?

A. Azure Bot Service
B. Custom vision
C. Text Analytics
D. QnA Maker
E. LUIS

Correct Answer: D

Explanation

You need to use the QnA Maker service. First, you need to provision the QnA Maker resource in your Azure subscription. After that, you can populate the newly created knowledge base using frequently asked questions (FAQ) document.

Option A is incorrect. Azure Bot Service facilitates access to the knowledge base, but this service doesn’t create a knowledge base. 
Option B is incorrect. Custom vision service helps create your computer vision model, but this service doesn’t create a knowledge base. 
Option C is incorrect. Text Analytics helps analyze text documents, detect document’s language, extract key phrases, determine entities, and provide sentiment analysis. But this service doesn’t create a knowledge base. 
Option E is incorrect. Language Understanding Intelligent Service (LUIS) helps understand voice or text commands. But this service doesn’t create a knowledge base. 

For more information about QnA Maker, please visit the below URLs: https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/planhttps://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/quickstarts/create-publish-knowledge-base

 

Domain : Describe fundamental principles of machine learning on Azure

Q18 : Please select all examples of Classification models.

A. Predicting stock price based on earnings report
B. Bank’s assessment of the customer ability to pay back the loan
C. Defining marketing groups by similar buying habits
D. Monitoring time-series data for supervised anomaly detection
E. Predicting the score of the game
F. Reading text in images

Correct Answers: B, D and F

Explanation

The Classification is a Machine Learning form that predicts the category or class of the label. The classification model belongs to Supervised ML learning. It trains the models using previously acquired or historical data for the label.

Option B is correct because, for the bank’s assessment, you need to create a Classification model that, based on historical data, defines classes or categories for the customers’ ability to pay back the loan, like “yes” or “no” categories.
Option D is correct because, for supervised anomaly detection, you need to create a Classification model that, based on historical data, defines “normal and “abnormal” classes or categories for detecting the data irregularities in time-series data.
Option F is correct because we need to use Optical Character Recognition (OCR) technique for reading text in images. OCR utilizes a multi-class Classification model.
Option A is incorrect because you need to use a Regression Machine Learning model for a numeric prediction (stock price) but not a Classification model.
Option C is incorrect because you need to use a Clustering Machine Learning model for grouping buyers based on their buying habits but not a Classification model.
Option E is incorrect because you need to use a Regression Machine Learning model for a numeric prediction (game score) but not a Classification model.

For more information about Classification ML, please visit the below URL: https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/introduction.

 

Domain : Describe fundamental principles of machine learning on Azure

Q19 : You are creating a Compute cluster for the production environment. You set the maximum number of nodes to 5. What should be the value for the minimum number of nodes?

A. 5
B. 0
C. 2
D. 1
E. 3
F. 4

Correct Answer: B

Explanation

The minimum number of nodes in the production environment should be 0. With this setting, a compute cluster will be automatically stopped (deallocated) during an idle and start up when you need. It will save costs and energy.

Which of the following is a part of the Azure artificial intelligence service?

All other options are incorrect.

For more information about Azure ML Compute, please visit the below URLs: https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/create-compute

 

Domain : Describe features of Natural Language Processing (NLP) workloads on Azure

Q20 : What markup language will you use for the control of Speech Synthesis output for your phone auto attendant?

A. HTML
B. SQL
C. SSML
D. JSON
E. TeX

Correct Answer: C

Explanation

Azure Cognitive services use Speech Synthesis Markup Language (SSML) for control of Speech Synthesis output. Using SSML and XML-based language, you can change the voice speed and pitch and regulate how the text or the text’s parts should be read.

Options B is incorrect because SQL (Structured Query Language) is a data management language, not a markup language.
Options D is incorrect because JSON (JavaScript Object Notation) is a data-interchange format, and it is not a markup language.
Option A and E are incorrect. Even HTML (Hypertext Markup Language) and TeX are markup languages, but the Azure Cognitive services use SSML for the control of Speech Synthesis output.

For more information about SSML, please visit the below URL: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-synthesis-markup?tabs=csharp.

 

Domain : Describe features of Natural Language Processing (NLP) workloads on Azure

Q21 : You need to create a Web Bot using the Azure portal. You have to choose a bot template.
What are two SDK languages you can select for the bot template?

A. C++
B. Node.js
C. Python
D. C#
E. Java

Correct Answers: B and D

Explanation

Azure Bot Framework SDK provides templates only for two languages: C# and Node.js.

Which of the following is a part of the Azure artificial intelligence service?

All other options are incorrect.

For more information about Bot Framework Templates, please visit the below URL: https://docs.microsoft.com/en-us/azure/bot-service/abs-quickstart?view=azure-bot-service-4.0.

 

Domain : Describe fundamental principles of machine learning on Azure

Q22 : Your company created a new mobile phone. You need to define a price range (0 – low cost to 3 – very high cost) for the phone. You collected technical and sales data for the phones on the market. Now you are ready to train your model. Here is your train dataset.

Battery power

Clock speed

Dual sim

Color

Internal memory

Price range

842

2.2

0

black

7

1

1021

0.5

1

black

53

2

563

0.5

1

black

41

2

615

2.5

0

black

10

2

1821

1.2

0

black

44

1

1859

0.5

1

black

22

1

1821

1.7

0

black

10

3

1954

0.5

1

black

24

0

1445

0.5

0

black

53

0

509

0.6

1

black

9

0

What type of model will you train?

A. Regression model
B. Classification model
C. Clustering model
D. Unsupervised model

Correct Answer: B

Explanation

We are training the Classification model. In our case, we are using the historical data and predicting the price range category that a new phone belongs to.

The “Price range” column is our target or label, and it has four classes: 0 (low cost), 1(medium cost), 2(high cost), and 3(very high cost). The model output value will be one of these four classes.

Option A is incorrect. Even the Regression model uses historical data for model training. But it predicts the output numeric value, not the class or classes.
Option C is incorrect. Clustering model cluster unlabeled data into groups based on some common properties.
Option D is incorrect. An unsupervised model uses unlabeled data.

For more information about Machine Learning model types, please visit the below URLs: https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/introductionhttps://docs.microsoft.com/en-us/learn/modules/create-regression-model-azure-machine-learning-designer/https://docs.microsoft.com/en-us/learn/modules/create-clustering-model-azure-machine-learning-designer/

 

Domain : Describe fundamental principles of machine learning on Azure

Q23 : Your company created a new mobile phone. You need to define a price range (0 – low cost to 3 – very high cost) for the phone. You collected technical and sales data for the phones on the market and ready to train your model. Here is your train dataset.

Battery power

Clock speed

Dual sim

Color

Internal memory

Price range

842

2.2

0

black

7

1

1021

0.5

1

black

53

2

563

0.5

1

black

41

2

615

2.5

0

black

10

2

1821

1.2

0

black

44

1

1859

0.5

1

black

22

1

1821

1.7

0

black

10

3

1954

0.5

1

black

24

0

1445

0.5

0

black

53

0

509

0.6

1

black

9

0

What column will you discard from the final dataset during feature selection?

A. Battery power
B. Clock speed
C. Dual sim
D. Color
E. Internal memory
F. Price Range

Correct Answer: D

Explanation

Data pre-processing involves various techniques, like feature selection, normalization or feature engineering, etc.

During feature selection, we identify features that would help us with label prediction. And we discard the rest. In our dataset, the Color feature wouldn’t correlate with the label due to the constant value of “black.” We can safely remove this feature from the final dataset.

All other options should be included in the training dataset.

For more information about Feature selection, please visit the URL: https://docs.microsoft.com/en-us/learn/modules/use-automated-machine-learning/what-is-ml

 

Domain : Describe features of computer vision workloads on Azure

Q24 : Can Face service see face makeup in the person’s face image?

A. Yes
B. No

Correct Answer: A

Explanation

Azure Cognitive Face service currently includes the following functionality.

Face detection, Face verification, Find similar faces, Group faces on similarities, and Person identification.

Face API service call returns Face Attributes. Face attributes include age, gender, smile, glasses, emotion, makeup, hair, etc.

Here is an example of the JSON result for the makeup attribute.

Which of the following is a part of the Azure artificial intelligence service?

For more information about Azure Face services, please visit the below URL: https://docs.microsoft.com/en-us/azure/cognitive-services/face/overview.

 

Domain : Describe AI workloads and considerations

Q25 : What is the main foundation for the Personal Digital Assistant?

A. Azure Speech
B. Bot Framework
C. Computer Vision Service
D. Text Analytics
E. Automated Machine Learning

Correct Answer: B

Explanation

A Personal Digital Assistant is a solution based on the Bot Framework. It includes three main components, such as, Azure Bot Service, Bot Framework and Knowledge base.

Options A is incorrect because Azure Speech helps recognize and synthesize speech, recognize and identify speakers, translate live, or recorded speech. It is not a foundation for Personal Digital Assistant.
Options C is incorrect because the Computer Vision service works with images. It is not a foundation for Personal Digital Assistant.
Option D is incorrect because Text Analytics helps analyze text documents, detect document’s language, extract key phrases, determine entities, and provide sentiment analysis. It is not a foundation for Personal Digital Assistant.
Options E is incorrect because Automated Machine Learning is a feature of Machine Learning and is not a foundation for Personal Digital Assistant.

For more information about Personal Assistant, please visit the below URLs: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-virtual-assistant-introduction?view=azure-bot-service-4.0

Summary

We are sure that these AI-900 exam questions and answers with a detailed explanation have helped you with the brushing of the actual exam objectives and you feel more confident than before. For more questions on the AI-900 certification, you may try to attempt the practice tests on the official whizlabs page. Stay tuned with Whizlabs.

What are Azure AI services?

Azure AI is a robust framework for developing machine learning, conversational AI, data analytics, robotics, IoT, and more.

What Azure service can you use to build and deploy an Artificial Intelligence AI solution in Azure?

You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build, test, and deploy predictive analytics for the solution. Solution: You should make use of Azure Machine Learning Studio.

Which of the following is an Azure service that manages the machine learning project lifecycle?

Azure Machine Learning is a cloud service for accelerating and managing the machine learning project lifecycle.

Which five service components make up Azure cognitive services?

Azure Cognitive Services.
Speech..
Language..
Vision..
Decision..
OpenAI Service..