Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Clear your concepts with AI-102 Questions Before Attempting Real exam [Q117-Q138]

Share

Clear your concepts with AI-102 Questions Before Attempting Real exam

Get professional help from our AI-102 Dumps PDF


The AI-102 certification exam is a valuable credential for professionals who are looking to advance their careers in the field of AI and machine learning. By passing AI-102 exam, candidates will demonstrate that they have a strong understanding of Azure AI services and are capable of designing and implementing intelligent solutions that meet the needs of their organization. Designing and Implementing a Microsoft Azure AI Solution certification is also a valuable asset for organizations that are looking to build their AI capabilities and want to ensure that their employees have the skills and knowledge necessary to design and implement effective AI solutions.

 

NEW QUESTION # 117
Select the answer that correctly completes the sentence.

Answer:

Explanation:

Explanation


NEW QUESTION # 118
You develop an application that uses the Face API.
You need to add multiple images to a person group.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Box 1: Stream
The File.OpenRead(String) method opens an existing file for reading.
Example: Open the stream and read it back.
using (FileStream fs = File.OpenRead(path))
Box 2: AddFaceFromStreamAsync
Step 5 on
https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/how-to-add-faces


NEW QUESTION # 119
You are building a chatbot.
You need to configure the chatbot to query a knowledge base.
Which dialog class should you use?

  • A. ComponentDialog
  • B. AdaptiveDialog
  • C. SkillDialog
  • D. QnAMakerDialog

Answer: D

Explanation:
https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot- service-4.0#dialog-types The dialogs library provides a few types of dialogs to make your bot's conversations easier to manage.
- QnA Maker dialog
Automates access to a QnA Maker knowledge base. This dialog is designed to also work as an action within Composer.


NEW QUESTION # 120
You have an Azure subscription that contains an Azure OpenAI resource.
You deploy the GPT-4 model to the resource.
You need to ensure that you can upload files that will be used as grounding data for the model.
Which two types of resources should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Azure AI Document Intelligence
  • B. Azure SQL
  • C. Azure Blob Storage
  • D. Azure AI Search
  • E. Azure AI Bot Service

Answer: C,D

Explanation:
Azure OpenAI On Your Data enables you to run advanced AI models such as GPT-35-Turbo and GPT-4 on your own enterprise data without needing to train or fine-tune models.
For some data sources such as uploading files from your local machine (preview) or data contained in a blob storage account (preview), Azure AI Search is used.
Reference:
https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data


NEW QUESTION # 121
You build a custom Form Recognizer model.
You receive sample files to use for training the model as shown in the following table.

Which three files can you use to train the model? Each correct answer presents a complete solution. (Choose three.) NOTE: Each correct selection is worth one point.

  • A. File3
  • B. File5
  • C. File2
  • D. File1
  • E. File4
  • F. File6

Answer: C,D,F

Explanation:
Input requirements
Form Recognizer works on input documents that meet these requirements:
Format must be JPG, PNG, PDF (text or scanned), or TIFF. Text-embedded PDFs are best because there's no possibility of error in character extraction and location.
File size must be less than 50 MB.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/overview


NEW QUESTION # 122
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?

  • A. Keys and Endpoint
  • B. Properties
  • C. Identity
  • D. Access control (IAM)

Answer: A

Explanation:
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


NEW QUESTION # 123
Select the answer that correctly completes the sentence.

Answer:

Explanation:


NEW QUESTION # 124
You are developing the knowledgebase by using Azure Cognitive Search.
You need to build a skill that will be used by indexers.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: "categories": ["Locations", "Persons", "Organizations"],
Locations, Persons, Organizations are in the outputs.
Scenario: Contoso plans to develop a searchable knowledgebase of all the intellectual property Note: The categories parameter is an array of categories that should be extracted. Possible category types:
"Person", "Location", "Organization", "Quantity", "Datetime", "URL", "Email". If no category is provided, all types are returned.
Box 2: {"name": " entities"}
The include wikis, so should include entities in the outputs.
Note: entities is an array of complex types that contains rich information about the entities extracted from text, with the following fields name (the actual entity name. This represents a "normalized" form) wikipediaId wikipediaLanguage wikipediaUrl (a link to Wikipedia page for the entity) etc.
Reference:
https://docs.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognition


NEW QUESTION # 125
You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click theExhibittab.)

The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.
The user input will be stored in a property namedname.
You need to ensure that you can dispose of the property when the last active dialog ends.
Which scope should you assign toname?

  • A. user
  • B. curn
  • C. conversation
  • D. dialog

Answer: D

Explanation:
The dialog scope associates properties with the active dialog. Properties in the dialog scope are retained until the dialog ends.
Reference:
https://docs.microsoft.com/en-us/composer/concept-memory?tabs=v2x


NEW QUESTION # 126
You are building a model to detect objects in images.
The performance of the model based on training data is shown in the following exhibit.

Answer:

Explanation:

Explanation:


NEW QUESTION # 127
For each of the following statements, select Yes if the statement is tine. Otherwise, select No. NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 128
You are building an app that will process incoming email and direct email messages to either French or English language support teams.
Which Azure Cognitive Services API should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:


NEW QUESTION # 129
You have a custom Azure OpenAI model.
You have the files shown in the following table.

You need to prepare training data for the model by using the OpenAI CLI data preparation tool. Which files can you upload to the tool?

  • A. File4.xlsx only
  • B. File1.tsv.File2.xml and File4.xslx only
  • C. Filel.tsvonly
  • D. File3.pdf only
  • E. File1.tsv and File4.xslx only
  • F. File1.tsv, File2.xml, Fil3.pdf and File4.xslx
  • G. File2.xml only

Answer: E


NEW QUESTION # 130
What should you use to build a Microsoft Power Bi paginated report?

  • A. Power BI Report Builder
  • B. the Power BI service
  • C. Power BI Desktop
  • D. Charciculator

Answer: A


NEW QUESTION # 131
Select the answer that correctly completes the sentence.

Answer:

Explanation:

Explanation:


NEW QUESTION # 132
You are building an image sharing app that will use Azure AI to prevent users from sharing sexually explicit images.
You need to ensure that inappropriate images are identified correctly. The solution must minimize development effort.
What should you use?

  • A. Azure AI Content Safety Studio
  • B. Vision Studio in Azure AI Vision
  • C. Azure AI Studio
  • D. Visual Studio

Answer: B


NEW QUESTION # 133
You have a Computer Vision resource named contoso1 that is hosted in the West US Azure region.
You need to use contoso1 to make a different size of a product photo by using the smart cropping feature.
How should you complete the API URL? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
westus.api.cognitive.microsoft.com
generateThumbnail
https://docs.microsoft.com/en-us/rest/api/computervision/3.1/generate-thumbnail/generate-thumbnail#examples POST
https://westus.api.cognitive.microsoft.com/vision/v3.1/generateThumbnail?width=500&height=500&smartCropp Ocp-Apim-Subscription-Key: {API key}


NEW QUESTION # 134
You are developing the chatbot.
You create the following components:
* A QnA Maker resource
* A chatbot by using the Azure Bot Framework SDK
You need to add an additional component to meet the technical requirements and the chatbot requirements.
What should you add?

  • A. Microsoft Translator
  • B. Language Understanding
  • C. Dispatch
  • D. chatdown

Answer: C

Explanation:
Scenario: All planned projects must support English, French, and Portuguese.
If a bot uses multiple LUIS models and QnA Maker knowledge bases (knowledge bases), you can use the Dispatch tool to determine which LUIS model or QnA Maker knowledge base best matches the user input.
The dispatch tool does this by creating a single LUIS app to route user input to the correct model.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch


NEW QUESTION # 135
You plan to deploy an Azure OpenAI resource by using an Azure Resource Manager (ARM) template.
You need to ensure that the resource can respond to 600 requests per minute.
How should you complete the template? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 136
You are developing an application that will use the Computer Vision client library. The application has the following code.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Box 1: No
Box 2: Yes
The ComputerVision.analyzeImageInStreamAsync operation extracts a rich set of visual features based on the image content.
Box 3: No
Images will be read from a stream.
Reference:
https://docs.microsoft.com/en-us/java/api/com.microsoft.azure.cognitiveservices.vision.computervision.compute


NEW QUESTION # 137
You have an Azure subscription that contains an Azure OpenAI resource named AH.
You need to analyze an image to obtain a text descnption.
Which four actions should you perform in sequence from Azure OpenAI Studio? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:


NEW QUESTION # 138
......

Achieve the AI-102 Exam Best Results with Help from Microsoft Certified Experts: https://www.vce4dumps.com/AI-102-valid-torrent.html

Give You Free Regular Updates on AI-102 Exam Questions: https://drive.google.com/open?id=1iaj1H2DBrHUGYawkQKSiIkhvSMCx6Zyb