問題1
You have an app named App1 that uses a custom Azure Al Document Intelligence model to recognize contract documents. You need to ensure that the model supports an additional contract format. The solution must minimize development effort. What should you do?
You have an app named App1 that uses a custom Azure Al Document Intelligence model to recognize contract documents. You need to ensure that the model supports an additional contract format. The solution must minimize development effort. What should you do?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題2
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 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?
正確答案: A
問題3
You are developing the shopping on-the-go project.
You are configuring access to the QnA Maker resources.
Which role should you assign to AllUsers and LeadershipTeam? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You are developing the shopping on-the-go project.
You are configuring access to the QnA Maker resources.
Which role should you assign to AllUsers and LeadershipTeam? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正確答案:

Explanation:

Box 1: QnA Maker Editor
Scenario: Provide all employees with the ability to edit Q & As.
The QnA Maker Editor (read/write) has the following permissions:
Create KB API
Update KB API
Replace KB API
Replace Alterations
" Train API " [in
new service model v5]
Box 2: Contributor
Scenario: Only senior managers must be able to publish updates.
Contributor permission: All except ability to add new members to roles
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/reference-role-based-access-control
問題4
You have the following C# method for creating Azure Cognitive Services resources programmatically.

You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?
You have the following C# method for creating Azure Cognitive Services resources programmatically.

You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題5
You need to develop an automated call handling system that can respond to callers in their own language. The system will support only French and English.
Which Azure Cognitive Services service should you use to meet each requirement? To answer, drag the appropriate services to the correct requirements. Each service may be used once, more than once, or not at all.
You may need to drag the split bat between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

You need to develop an automated call handling system that can respond to callers in their own language. The system will support only French and English.
Which Azure Cognitive Services service should you use to meet each requirement? To answer, drag the appropriate services to the correct requirements. Each service may be used once, more than once, or not at all.
You may need to drag the split bat between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正確答案:

Explanation:
Detect the incoming language:
Service: Speech to Text
Reasoning: The Speech to Text service can transcribe spoken language into text and includes language identification capabilities, allowing the system to detect whether the caller is speaking French or English.
Respond in the callers ' own language:
Service: Text to Speech
Reasoning: The Text to Speech service can convert text responses into spoken language in the detected language (French or English), enabling the system to respond to callers in their own language.
Ordered Mapping:
Detect the incoming language: Speech to Text
Respond in the callers ' own language: Text to Speech
Box 1: Text Analytics
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.
Box 2: Translator
Translator is a cloud-based neural machine translation service that is part of the Azure Cognitive Services family of REST APIs. Translator can be used with any operating system and powers many Microsoft products and services used by thousands of businesses worldwide to perform language translation and other language- related operations.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to- language-detection
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/translator-overview
問題6
You have an Azure Cognitive Search solution and a collection of blog posts that include a category field. You need to index the posts. The solution must meet the following requirements:
* Include the category field in the search results.
* Ensure that users can search for words in the category field.
* Ensure that users can perform drill down filtering based on category.
Which index attributes should you configure for the category field?
You have an Azure Cognitive Search solution and a collection of blog posts that include a category field. You need to index the posts. The solution must meet the following requirements:
* Include the category field in the search results.
* Ensure that users can search for words in the category field.
* Ensure that users can perform drill down filtering based on category.
Which index attributes should you configure for the category field?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題7
You have an Azure subscription that contains an Azure OpenA1 resource named All.
You plan to develop a console app that will answer user questions.
You need to call All and output the results to the console.
How should you complete the code? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.

You have an Azure subscription that contains an Azure OpenA1 resource named All.
You plan to develop a console app that will answer user questions.
You need to call All and output the results to the console.
How should you complete the code? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.

正確答案:

Explanation:

You are using the Azure OpenAI .NET SDK to send a prompt ("What is Microsoft Azure?") to a text model deployment. For text generation, you must call the Completions endpoint; hence client.GetCompletions(...) (or the async variant) is correct.
The Response < Completions > object returns one or more choices; the generated text is contained in response.Value.Choices[0].Text , which you can write to the console.
GetEmbeddings would return vector embeddings, not natural-language text, and GetImageGenerations is for DALL E image generation, so neither meets the requirement to "answer user questions" and print text.
Microsoft References
Azure OpenAI Service (.NET) - Completions quickstart and sample showing GetCompletions and reading Choices[0].Text .
Azure OpenAI Service - Embeddings overview (returns vectors, not text).
Azure OpenAI Service - Image generation overview (DALL E, not for text answers).
問題8
You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file. You need to configure the app to extract text from the images. The solution must minimize development effort. What should you include in the solution?
You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file. You need to configure the app to extract text from the images. The solution must minimize development effort. What should you include in the solution?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題9
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?
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?
正確答案: B
說明:(僅 NewDumps 成員可見)