ExamGecko
Home / Microsoft / AI-102 / List of questions
Ask Question

Microsoft AI-102 Practice Test - Questions Answers, Page 2

Add to Whishlist

List of questions

Question 11

Report Export Collapse

DRAG DROP

You train a Custom Vision model to identify a company’s products by using the Retail domain.

You plan to deploy the model as part of an app for Android phones.

You need to prepare the model for deployment.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Microsoft AI-102 image Question 11 83962 09262024054204000
Correct answer: Microsoft AI-102 image answer Question 11 83962 09262024054204000
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model

asked 26/09/2024
Adrien BARDE
35 questions

Question 12

Report Export Collapse

HOTSPOT

You are developing an application to recognize employees’ faces by using the Face Recognition API. Images of the faces will be accessible from a URI endpoint.

The application has the following code.

Microsoft AI-102 image Question 12 83963 09262024174204000000

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Microsoft AI-102 image Question 12 83963 09262024054204000
Correct answer: Microsoft AI-102 image answer Question 12 83963 09262024054204000
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/use-persondirectory

asked 26/09/2024
luis gilberto correa betancur
51 questions

Question 13

Report Export Collapse

DRAG DROP

You have a Custom Vision resource named acvdev in a development environment.

You have a Custom Vision resource named acvprod in a production environment.

In acvdev, you build an object detection model named obj1 in a project named proj1.

You need to move obj1 to acvprod.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Microsoft AI-102 image Question 13 83964 09262024054204000
Correct answer: Microsoft AI-102 image answer Question 13 83964 09262024054204000
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/copy-move-projects

asked 26/09/2024
Perry Schoenmaker
41 questions

Question 14

Report Export Collapse

DRAG DROP

You are developing an application that will recognize faults in components produced on a factory production line. The components are specific to your business.

You need to use the Custom Vision API to help detect common faults.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Microsoft AI-102 image Question 14 83965 09262024054204000
Correct answer: Microsoft AI-102 image answer Question 14 83965 09262024054204000
Explanation:

Step 1: Create a project

Create a new project.

Step 2: Upload and tag the images

Choose training images. Then upload and tag the images.

Step 3: Train the classifier model.

Train the classifier

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier

asked 26/09/2024
Antonio Ferri
35 questions

Question 15

Report Export Collapse

HOTSPOT

You are building a model that will be used in an iOS app.

You have images of cats and dogs. Each image contains either a cat or a dog.

You need to use the Custom Vision service to detect whether the images is of a cat or a dog.

How should you configure the project in the Custom Vision portal? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Microsoft AI-102 image Question 15 83966 09262024054204000
Correct answer: Microsoft AI-102 image answer Question 15 83966 09262024054204000
Explanation:

Box 1: Classification

Incorrect Answers:

An object detection project is for detecting which objects, if any, from a set of candidates are present in an image.

Box 2: Multiclass

A multiclass classification project is for classifying images into a set of tags, or target labels. An image can be assigned to one tag only.

Incorrect Answers:

A multilabel classification project is similar, but each image can have multiple tags assigned to it.

Box 3: General

General: Optimized for a broad range of image classification tasks. If none of the other specific domains are appropriate, or if you're unsure of which domain to choose, select one of the General domains.

Reference:

https://cran.r-project.org/web/packages/AzureVision/vignettes/customvision.html

asked 26/09/2024
Loyston Mathias
44 questions

Question 16

Report Export Collapse

HOTSPOT

You are building a text-to-speech app that will use a custom neural voice.

You need to create an SSML file for the app. The solution must ensure that the voice profile meets the following requirements:

* Expresses a calm tone

* Imitates the voice of a young adult female

How should you complete the code? To answer, select the appropriate options in the answer are a. NOTE: Each correct selection is worth one point.

 

Microsoft AI-102 image Question 16 130835 11292024063111000
Correct answer: Microsoft AI-102 image answer Question 16 130835 11292024063111000
asked 29/11/2024
Priti Agrawal
42 questions

Question 17

Report Export Collapse

You are building a multilingual chatbot

You need to send a different answer for positive and negative messages.

Which two Text Analytics APIs should you use? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.

Linked entities from a well-known knowledge base
Linked entities from a well-known knowledge base
Sentiment Analysis
Sentiment Analysis
Key Phrases
Key Phrases
Detect Language
Detect Language
Named Entity Recognition
Named Entity Recognition
Suggested answer: B, D
Explanation:

B: The Text Analytics API's Sentiment Analysis feature provides two ways for detecting positive and negative sentiment. If you send a Sentiment Analysis request, the API will return sentiment labels (such as "negative", "neutral" and "positive") and confidence scores at the sentence and document-level.

D: The Language Detection feature of the Azure Text Analytics REST API evaluates text input for each document and returns language identifiers with a score that indicates the strength of the analysis.

This capability is useful for content stores that collect arbitrary text, where language is unknown.

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis?tabs=version-3-1

https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-language-detection

asked 26/09/2024
Shane Cook
41 questions

Question 18

Report Export Collapse

You are building a bot on a local computer by using the Microsoft Bot Framework. The bot will use an existing Language Understanding model. You need to translate the Language Understanding model locally by using the Bot Framework CU.

What should you do first?

From the Language Understanding portal, clone the model.
From the Language Understanding portal, clone the model.
Export the model as an .lu file.
Export the model as an .lu file.
Create a new Speech service.
Create a new Speech service.
Create a new Language Understanding service.
Create a new Language Understanding service.
Suggested answer: B
Explanation:

You might want to manage the translation and localization for the language understanding content for your bot independently.

Translate command in the @microsoft/bf-lu library takes advantage of the Microsoft text translation API to automatically machine translate .lu files to one or more than 60+ languages supported by the Microsoft text translation cognitive service.

What is translated?

An .lu file and optionally translate

Comments in the lu file

LU reference link texts

List of .lu files under a specific path.

Reference:

https://github.com/microsoft/botframework-cli/blob/main/packages/luis/docs/translate-command.md

asked 26/09/2024
Henock Asmerom
44 questions

Question 19

Report Export Collapse

You build a conversational bot named bot1.

You need to configure the bot to use a QnA Maker application.

From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?

Access control (IAM)
Access control (IAM)
Properties
Properties
Keys and Endpoint
Keys and Endpoint
Identity
Identity
Suggested answer: C
Explanation:

Obtain values to connect your bot to the knowledge base

1. In the QnA Maker site, select your knowledge base.

2. With your knowledge base open, select the SETTINGS tab. Record the value shown for service name. This value is useful for finding your knowledge base of interest when using the QnA Maker portal interface. It's not used to connect your bot app to this knowledge base.

3. Scroll down to find Deployment details and record the following values from the Postman sample HTTP request:

4. POST /knowledgebases/<knowledge-base-id>/generateAnswer

5. Host: <your-host-url>

6. Authorization: EndpointKey <your-endpoint-key>

Reference:

https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-qna

asked 26/09/2024
Moraes, Jefferson
50 questions

Question 20

Report Export Collapse

You build a bot by using the Microsoft Bot Framework SDK and the Azure Bot Service.

You plan to deploy the bot to Azure.

You register the bot by using the Bot Channels Registration service.

Which two values are required to complete the deployment? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

botld
botld
tenantId
tenantId
appld
appld
object Id
object Id
appSecret
appSecret
Suggested answer: C, E
Explanation:

Reference:

https://github.com/MicrosoftDocs/bot-docs/blob/li ve/arti cles/bot-servi ce-qui ckstart-reqi strati on.md

asked 26/09/2024
George Mabry
54 questions
Total 323 questions
Go to page: of 33
Search

Related questions