Microsoft Designing and Implementing a Microsoft Azure AI Solution - AI-102 FREE EXAM DUMPS QUESTIONS & ANSWERS
You have an Azure subscription that contains an Azure App Service app named Appl.
You provision a multi-service Azure Cognitive Services resource named CSAccount1.
You need to configure App1 to access CSAccount1. The solution must minimize administrative effort.
What should you use to configure App1?
You provision a multi-service Azure Cognitive Services resource named CSAccount1.
You need to configure App1 to access CSAccount1. The solution must minimize administrative effort.
What should you use to configure App1?
Correct Answer: A
Vote an answer
You are designing a content management system.
You need to ensure that the reading experience is optimized for users who have reduced comprehensive and learning differences, such as dyslexia.
Which Azure service should you include in the solution?
You need to ensure that the reading experience is optimized for users who have reduced comprehensive and learning differences, such as dyslexia.
Which Azure service should you include in the solution?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You plan to provision Azure Cognitive Services resources by using the following method.

You need to create a Standard tier resource that will convert scanned receipts into text.
How should you call the method? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


You need to create a Standard tier resource that will convert scanned receipts into text.
How should you call the method? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:

You are building a Language Understanding solution.
You discover that many intents have similar utterances containing airport names or airport codes.
You need to minimize the number of utterances used to fram the model.
Which type of custom entity should you use?
You discover that many intents have similar utterances containing airport names or airport codes.
You need to minimize the number of utterances used to fram the model.
Which type of custom entity should you use?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are designing two Azure Al agents named Agent 1 and Agent2 to assist different departments at your company. Each agent will have access to sensitive corporate data. The design must meet the following requirements:
* Agentl must process specific user queries and provide relevant answers in a conversational format
* Agent2 must perform the following actions:
o Adapt actions based on patterns in user behavior, o Understand and learn from historical data.
o Provide proactive recommendations.
Which type of agent should you recommend for each agent? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

* Agentl must process specific user queries and provide relevant answers in a conversational format
* Agent2 must perform the following actions:
o Adapt actions based on patterns in user behavior, o Understand and learn from historical data.
o Provide proactive recommendations.
Which type of agent should you recommend for each agent? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:

You have a chatbot that uses the Azure Al Language custom question answering service.
You need to test the chatbot. The solution must ensure that the chatbot responds only when an answer has a confidence score of at least 95 percent.
How should you complete the cURL statement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You need to test the chatbot. The solution must ensure that the chatbot responds only when an answer has a confidence score of at least 95 percent.
How should you complete the cURL statement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:

To make the chatbot respond only when the answer's confidence is # 95%, you must set the request body property confidenceScoreThreshold to 0.95 in the Query knowledge bases operation of Custom question answering. The REST API for querying a Custom question answering project is:
POST { Endpoint }/language/ :query-knowledgebases?projectName= {projectName} & deploymentName=
{deploymentName} & api-version= 2021 - 10 - 01
Here, projectName identifies the Custom question answering project you're querying (the screenshot's placeholder < chatbot-project > ), while deploymentName specifies which deployment (for example, production ) to use. The request body includes confidenceScoreThreshold (0-1) to filter out answers below that score; setting it to 0.95 enforces the requirement.
Example snippet:
curl -X POST " $LANGUAGE_ENDPOINT /language/:query-knowledgebases?projectName= < chatbot- project > & deploymentName=production & api-version=2021-10-01 " \
-H " Ocp-Apim-Subscription-Key: $LANGUAGE_KEY " \
-H " Content-Type: application/json " \
-d ' {
" question " : " How much energy does my phone have left? " ,
" confidenceScoreThreshold " : 0.95
} '
References
REST API: Question Answering - Get Answers (shows endpoint with projectName / deploymentName and the confidenceScoreThreshold request property). Microsoft Learn REST API (newer version) parameter list for projectName / deploymentName . Microsoft Learn
You have an Azure subscription.
You plan to build an app that will use the Azure Al DALL-E model.
You need to deploy the model.
What should you use?
You plan to build an app that will use the Azure Al DALL-E model.
You need to deploy the model.
What should you use?
Correct Answer: A
Vote an answer
You plan to build a chatbot to support task tracking.
You create a Language Understanding service named lu1.
You need to build a Language Understanding model to integrate into the chatbot. The solution must minimize development time to build the model.
Which four 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. (Choose four.)

You create a Language Understanding service named lu1.
You need to build a Language Understanding model to integrate into the chatbot. The solution must minimize development time to build the model.
Which four 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. (Choose four.)

Correct Answer:

Explanation:
1. Add a new application
2. Add a prebuilt domain intent ToDo (it has already utterances so we can skip this step)
3. Train
4. Publish
You have a collection of 50,000 scanned documents that contain text.
You plan to make the text available through Azure Cognitive Search.
You need to configure an enrichment pipeline to perform optical character recognition (OCR) and text analytics. The solution must minimize costs.
What should you attach to the skillset?
You plan to make the text available through Azure Cognitive Search.
You need to configure an enrichment pipeline to perform optical character recognition (OCR) and text analytics. The solution must minimize costs.
What should you attach to the skillset?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You need to measure the public perception of your brand on social media messages. Which Azure Cognitive Services service should you use?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are building an app that will answer customer calls about the status of an order. The app will query a database for the order details and provide the customers with a spoken response.
You need to identify which Azure Al service APIs to use. The solution must minimize development effort.
Which object should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You need to identify which Azure Al service APIs to use. The solution must minimize development effort.
Which object should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:

For a phone-style bot that listens to customers and replies with spoken output, you use two core Azure AI Speech SDK objects:
SpeechRecognizer performs speech-to-text (STT), turning the caller's audio into text that your app can use to query the orders database. This minimizes effort because it handles audio capture/streaming, language models, and returns recognized text events/results directly.
SpeechSynthesizer performs text-to-speech (TTS), converting the retrieved order status text into natural- sounding audio to play back to the customer. It supports neural voices and simple calls like SpeakTextAsync()
.
Other options are not appropriate here:
TranslationRecognizer is for real-time speech translation, not needed for simple STT.
VoiceProfileClient is for speaker verification/identification, not for recognition or synthesis of the conversation content.
Microsoft References
Azure AI Speech SDK - Speech to text (SpeechRecognizer) overview and quickstarts.
Azure AI Speech SDK - Text to speech (SpeechSynthesizer) overview and quickstarts.
Azure AI Speech SDK concepts - recognition vs. synthesis pipelines.
You are building an Azure web app named App1 that will translate text from English to Spanish.
You need to use the Text Translation REST API to perform the translation. The solution must ensure that you have data sovereignty in the United States.
How should you complete the URI? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You need to use the Text Translation REST API to perform the translation. The solution must ensure that you have data sovereignty in the United States.
How should you complete the URI? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:

1. api-nam.cognitive.microsofttranslator.com
2. translate
https://learn.microsoft.com/en-us/azure/cognitive-services/Translator/reference/v3-0-reference#base-urls Requests to Translator are, in most cases, handled by the datacenter that is closest to where the request originated. If there ' s a datacenter failure when using the global endpoint, the request may be routed outside of the geography.
To force the request to be handled within a specific geography, use the desired geographical endpoint. All requests are processed among the datacenters within the geography.
- United States
api-nam.cognitive.microsofttranslator.com
https://learn.microsoft.com/en-us/azure/cognitive-services/translator/reference/rest-api-guide
- translate
Translate specified source language text into the target language text.