Deck1 Flashcards

1
Q

You have 100 chatbots that each has its own Language Understanding model.
Frequently, you must add the same phrases to each model.
You need to programmatically update the Language Understanding models to include the new phrases. Complete the code below?

var phrasesListId = await client.Features.{1}(appId, versionId, new {2}
(
EnabledForAllModels = false,
IsExchangeable = true,
Name = “PLI”,
Phrases = “item1, item2,item3”
));

  • AddPhrasesListAsync
  • PhraseList
  • PhraseListCreateObject
  • Phrases
  • SavePhraseListAsync
  • UploadPhraseListAsync
A

1: AddPhrasesListAsync
2: PhraseListCreateObject

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Version, Trained Date, Published Date:
v1.2: null null
v1.1: date, null
v1.0: date, date

App1 was developed by using a Language Understanding authoring resource named lu1.

You need to create a container that uses the latest deployable version of app1.
Which three actions should you perform in sequence?

Run a container that has version set as an env variable
Export the model by using the “Export as JSON option”
Select v1.1 of app1
Run a container and mount the model file
Select v1.0 of App1
Export the model by using the “Export for containers (GZIP) option”
Select v1.2 of app1.

A

Select v1.1 of app1
Export the model by using the “Export for containers (GZIP) option”
Run a container and mount the model file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You need to build a chatbot that meets the following requirements:
✑ Supports chit-chat, knowledge base, and multilingual models
✑ Performs sentiment analysis on user messages
✑ Selects the best language model automatically
What should you integrate into the chatbot?

A. QnA Maker, Language Understanding, and Dispatch
B. Translator, Speech, and Dispatch
C. Language Understanding, Text Analytics, and QnA Maker
D. Text Analytics, Translator, and Dispatch

A

C. Language Understanding, Text Analytics, and QnA Maker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You need to create a new resource that will be used to perform sentiment analysis and optical character recognition (OCR). The solution must meet the following requirements:
✑ Use a single key and endpoint to access multiple services.
✑ Consolidate billing for future services that you might use.
✑ Support the use of Computer Vision in the future

{1}https://management.azure.com/subs/xxxx.x.x

{
“location”: “West US”,
“kind”: “{2}”
}

1: Patch, Post, Put
2: Conginitive Services, Computer Vision
Text Analytics

A

Put
Cognitive Services

Microsoft Azure Cognitive Services provide us to use its pre-trained models for various Business Problems related to Machine Learning.
List of Different Services are:
✑ Decision
✑ Language (includes sentiment analysis)
✑ Speech
✑ Vision (includes OCR)
✑ Web Search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Your company wants to reduce how long it takes for employees to log receipts in expense reports. All the receipts are in English.
You need to extract top-level information from the receipts, such as the vendor and the transaction total. The solution must minimize development effort.
Which Azure service should you use?

A. Custom Vision
B. Personalizer
C. Form Recognizer
D. Computer Vision

A

C. Form Recognizer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You are developing a new sales system that will process the video and text from a public-facing website.
You plan to monitor the sales system to ensure that it provides equitable results regardless of the user’s location or background.
Which two responsible AI principles provide guidance to meet the monitoring requirements?

A. transparency
B. fairness
C. inclusiveness
D. reliability and safety
E. privacy and security

A

B. fairness
D. reliability and safety

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You plan to use containerized versions of the Anomaly Detector API on local devices for testing and in on-premises datacenters.
You need to ensure that the containerized deployments meet the following requirements:
✑ Prevent billing and API information from being stored in the command-line histories of the devices that run the container.
✑ Control access to the container images by using Azure role-based access control (Azure RBAC).
Which four actions should you perform in sequence?

  • Create a custom Dockerfile.
  • Pull the Anomaly Detector container image.
  • Distribute a docker run script.
  • Push the image to an Azure container registry.
  • Build the image.
  • Push the image to Docker Hub.
A

Create a custom Dockerfile
Build the image
Push the image to an Azure container registry
Distribute a docker run script.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You plan to deploy a containerized version of an Azure Cognitive Services service that will be used for text analysis.
You configure https://contoso.cognitiveservices.azure.com as the endpoint URI for the service, and you pull the latest version of the Text Analytics
Sentiment Analysis container.
You need to run the container on an Azure virtual machine by using Docker.
How should you complete the command?

docker run –rm -it -p 5000:5000 –memory 8g –cpus 1
\ {1}
\Eula=accept \
Billing={2}

1: http://contoso.blob.core.windows.net
https://contoso.cognitiveservices.azure.com
mcr.microsoft.com/azure-cognitive-services/textanalytics/keyphrase
mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment

2: http://contoso.blob.core.windows.net
https://contoso.cognitiveservices.azure.com
mcr.microsoft.com/azure-cognitive-services/textanalytics/keyphrase
mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment

A

1: mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment

2: https://contoso.cognitiveservices.azure.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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. create_resource(client, “res1”, “ComputerVision”, “F0”, “westus”)
B. create_resource(client, “res1”, “CustomVision.Prediction”, “F0”, “westus”)
C. create_resource(client, “res1”, “ComputerVision”, “S0”, “westus”)
D. create_resource(client, “res1”, “CustomVision.Prediction”, “S0”, “westus”)

A

A. create_resource(client, “res1”, “ComputerVision”, “F0”, “westus”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You successfully run the following HTTP request.
POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-a54745f708a1/resourceGroups/RG1/providers/
Microsoft.CognitiveServices/accounts/contoso1/regenerateKey?api-version=2017-04-18
Body{“keyName”: “Key2”}
What is the result of the request?
A. A key for Azure Cognitive Services was generated in Azure Key Vault.
B. A new query key was generated.
C. The primary subscription key and the secondary subscription key were rotated.
D. The secondary subscription key was reset.

A

D. The secondary subscription key was reset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name
File1 | PDF | 20MB
File2 |MP4| 100MB
File3 |JPG |20MB
File4 |PDF |100MB
File5 |GIF |1MB
File6 |JPG |40MB

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?

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

A

A C F

New service limits are up to 500 MB but the question is about training model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. The index size will increase.
B. Query times will increase.
C. A self-signed X.509 certificate is required.
D. The index size will decrease.
E. Query times will decrease.
F. Azure Key Vault is required.

A

A. The index size will increase.
B. Query times will increase.
F. Azure Key Vault is required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.
A: You deploy service1 and a public endpoint to a new virtual network, and you configure Azure Private Link.
B: You deploy service1 and a public endpoint, and you configure an IP firewall rule.
C: You deploy service1 and a private endpoint to a new virtual network, and you configure Azure Private Link.
D: You deploy service1 and a public endpoint, and you configure a network security group (NSG) for vnet1.

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You collect IoT sensor data from 100 industrial machines for a year. Each machine has 50 different sensors that generate data at one-minute intervals. In total, you have 5,000 time series datasets.
You need to identify unusual values in each time series to help predict machinery failures.
Which Azure service should you use?
A. Anomaly Detector
B. Cognitive Search
C. Form Recognizer
D. Custom Vision

A

A. Anomaly Detector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You plan to provision a QnA Maker service in a new resource group named RG1.
In RG1, you create an App Service plan named AP1.
Which two Azure resources are automatically created in RG1 when you provision the QnA Maker service?

A. Language Understanding
B. Azure SQL Database
C. Azure Storage
D. Azure Cognitive Search
E. Azure App Service

A

D. Azure Cognitive Search
E. Azure App Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You are building a language model by using a Language Understanding (classic) service.
You create a new Language Understanding (classic) resource.
You need to add more contributors.
What should you use?
A. a conditional access policy in Azure Active Directory (Azure AD)
B. the Access control (IAM) page for the authoring resources in the Azure portal
C. the Access control (IAM) page for the prediction resources in the Azure portal

A

B. the Access control (IAM) page for the authoring resources in the Azure portal

17
Q

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?

Detect incoming language: {1}
Respond in the callers language: {2}

Speaker Recognition
Speech to Text
Text Analytics
Text to Speech
Translator

A

1: Speech to Text
2: Text to Speech

18
Q

You have receipts that are accessible from a URL.
You need to extract data from the receipts by using Form Recognizer and the SDK. The solution must use a prebuilt model.
Which client and method should you use?
A. the FormRecognizerClient client and the StartRecognizeContentFromUri method
B. the FormTrainingClient client and the StartRecognizeContentFromUri method
C. the FormRecognizerClient client and the StartRecognizeReceiptsFromUri method
D. the FormTrainingClient client and the StartRecognizeReceiptsFromUri method

A

C. the FormRecognizerClient client and the StartRecognizeReceiptsFromUri method

20
Q

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?
A. a new Computer Vision resource
B. a free (Limited enrichments) Cognitive Services resource
C. an Azure Machine Learning Designer pipeline
D. a new Cognitive Services resource that uses the S0 pricing tier

A

D. a new Cognitive Services resource that uses the S0 pricing tier

21
Q

You have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
A: You add indexes.
B: Use a higher tier
C: You enable customer-managed key (CMK) encryption.
D. Add replicas

A

B: Use a higher tier
D. Add replicas

22
Q

You have a Language Understanding resource named lu1.
You build and deploy an Azure bot named bot1 that uses lu1.
You need to ensure that bot1 adheres to the Microsoft responsible AI principle of inclusiveness.
How should you extend bot1?
A. Implement authentication for bot1.
B. Enable active learning for lu1.
C. Host lu1 in a container.
D. Add Direct Line Speech to bot1.

A

D. Add Direct Line Speech to bot1.

23
Q

You create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.

a. Deploy service1 and a private endpoint to vnet1

A

a. Deploy service1 and a private endpoint to vnet1

24
Q

You are building an app that will process incoming email and direct messages to either French or English language support teams.
Which Azure Cognitive Services API should you use?

https:// (1)(2)

1:
a. api.cognitive.microsofttranslator.com
b. eastus.api.cognitive.microsoft.com
c. portal.azure.com

2:
a. /text/analytics/v3.1/entities/recognition/general
b./text/analytics/v3.1/languages
c. /translator/text/v3.0/translate?to=en
d. /translator/text/v3.0/translate?to=fr

A

a,a

http://api.cognitive.microsofttranslator.com/text/analytics/v3.1/entities/recognition/general

25
Q

You have an Azure Cognitive Search instance that indexes purchase orders by using Form Recognizer.
You need to analyze the extracted information by using Microsoft Power BI. The solution must minimize development effort.
What should you add to the indexer?

A. a projection group
B. a table projection
C. a file projection
D. an object projection

A

B. a table projection

26
Q

You need to build a monitoring solution for staff compliance with personal protective equipment (PPE) requirements. The solution must meet the following requirements:
* Identify staff who have removed masks or safety glasses.
* Perform a compliance check every 15 minutes.
* Minimize development effort.
* Minimize costs.
Which service should you use?
A. Face
B. Computer Vision
C. Azure Video Analyzer for Media (formerly Video Indexer)

27
Q

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?
A. searchable, sortable, and retrievable
B. searchable, facetable, and retrievable
C. retrievable, filterable, and sortable
D. retrievable, facetable, and key

A

B. searchable, facetable, and retrievable

28
Q

You have an Azure IoT hub that receives sensor data from machinery.

You need to build an app that will perform the following actions:

  • Perform anomaly detection across multiple correlated sensors.
  • Identify the root cause of process stops.
  • Send incident alerts.

The solution must minimize development time.

Which Azure service should you use?

A. Azure Metrics Advisor
B. Form Recognizer
C. Azure Machine Learning
D. Anomaly Detector

A

A. Azure Metrics Advisor

29
Q

You have an app that analyzes images by using the Computer Vision API.

You need to configure the app to provide an output for users who are vision impaired. The solution must provide the output in complete sentences.

Which API call should you perform?

A. readInStreamAsync
B. analyzeImagesByDomainInStreamAsync
C. tagImageInStreamAsync
D. describeImageInStreamAsync

A

D. describeImageInStreamAsync

30
Q

You have a Custom Vision service project that performs object detection. The project uses the General domain for classification and contains a trained model.

You need to export the model for use on a network that is disconnected from the internet.

Which three actions should you perform in sequence?

  1. Change the classification type
  2. Export the model
  3. Retrain the model.
  4. Change domains to General(compact)
  5. Create a new classification model
A
  1. Change domains to General(compact)
  2. Retrain the model.
  3. Export the model
31
Q

You are building an AI solution that will use Sentiment Analysis results from surveys to calculate bonuses for customer service staff.

You need to ensure that the solution meets the Microsoft responsible AI principles.

What should you do?

A. Add a human review and approval step before making decisions that affect the staff’s financial situation.
B. Include the Sentiment Analysis results when surveys return a low confidence score.
C. Use all the surveys, including surveys by customers who requested that their account be deleted and their data be removed.
D. Publish the raw survey data to a central location and provide the staff with access to the location.

A

A. Add a human review and approval step before making decisions that affect the staff’s financial situation.

32
Q

You are developing a monitoring system that will analyze engine sensor data, such as rotation speed, angle, temperature, and pressure. The system must generate an alert in response to atypical values.

What should you include in the solution?

A. Application Insights in Azure Monitor
B. metric alerts in Azure Monitor
C. Multivariate Anomaly Detection
D. Univariate Anomaly Detection

A

C. Multivariate Anomaly Detection

33
Q

You have an Azure subscription that contains a Language service resource named ta1 and a virtual network named vnet1.

You need to ensure that only resources in vnet1 can access ta1.

A. a network security group (NSG) for vnet1
B. Azure Firewall for vnet1
C. the virtual network settings for ta1
D. a Language service container for ta1

A

C. the virtual network settings for ta1

34
Q

You have an app named App1 that uses an Azure Cognitive Services model to identify anomalies in a time series data stream.

You need to run App1 in a location that has limited connectivity. The solution must minimize costs.

What should you use to host the model?

A. Azure Kubernetes Service (AKS)
B. Azure Container Instances
C. a Kubernetes cluster hosted in an Azure Stack Hub integrated system
D. the Docker Engine

A

D. the Docker Engine

35
Q

You have an Azure Cognitive Search resource named Search1 that is used by multiple apps.

You need to secure Search1. The solution must meet the following requirements:

  • Prevent access to Search1 from the internet.
  • Limit the access of each app to specific queries.

Prevent access from internet:
- Configure an IP firwall
- Create a private endpoint
- Use Azure roles

Limit access to queries:
- Private endpoint
- Use Azure roles
- Use key auth

A
  • Create a private endpoint
  • Use key auth
36
Q

You are building a solution that will detect anomalies in sensor data from the previous 24 hours.

You need to ensure that the solution scans the entire dataset, at the same time, for anomalies.

Which type of detection should you use?

A. batch
B. streaming
C. change points

37
Q

You are building an app that will scan confidential documents and use the Language service to analyze the contents.

You provision an Azure Cognitive Services resource.

You need to ensure that the app can make requests to the Language service endpoint. The solution must ensure that confidential documents remain on-premises.

Which three actions should you perform in sequence?

  • Run the container and specify an App ID and Client Secret
  • Provision an on-premises Kubernetes cluster that is isolated from the internet.
  • Pull an image from the Microsoft Container Registry (MCR).
  • Run the container and specify an APl key and the Endpoint URL of the Cognitive Services
    resource.
  • Provision an on-premises Kubernetes cluster that has internet connectivity.
  • Pull an image from Docker Hub.
  • Provision an Azure Kuberetes Service (AKS) resource.
A
  • Provision an on-premises Kubernetes cluster that has internet connectivity.
  • Pull an image from the Microsoft Container Registry (MCR).
  • Run the container and specify an APl key and the Endpoint URL of the Cognitive Services
    resource.
38
Q

You are building an app that will use the Speech service.

You need to ensure that the app can authenticate to the service by using a Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra, token.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. Enable a virtual network service endpoint.
B. Configure a custom subdomain.
C. Request an X.509 certificate.
D. Create a private endpoint.
E. Create a Conditional Access policy.

A

B. Configure a custom subdomain.

B is for usng Azure AD tokens

D. Create a private endpoint.