AI-100試験無料問題集「Microsoft Designing and Implementing an Azure AI Solution 認定」
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
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 are developing an application that uses an Azure Kubernetes Service (AKS) cluster.
You are troubleshooting a node issue.
You need to connect to an AKS node by using SSH.
Solution: You run the kubect1 command, and then you create an SSH connection.
Does this meet the goal?
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 are developing an application that uses an Azure Kubernetes Service (AKS) cluster.
You are troubleshooting a node issue.
You need to connect to an AKS node by using SSH.
Solution: You run the kubect1 command, and then you create an SSH connection.
Does this meet the goal?
正解:A
解答を投票する
You plan to deploy the Text Analytics and Computer Vision services. The Azure Cognitive Services will be deployed to the West US and East Europe Azure regions.
You need to identify the minimum number of service endpoints and API keys required for the planned deployment.
What should you identify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You need to identify the minimum number of service endpoints and API keys required for the planned deployment.
What should you identify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

Explanation

Box 1: 2
After creating a Cognitive Service resource in the Azure portal, you'll get an endpoint and a key for authenticating your applications. You can access Azure Cognitive Services through two different resources: A multi-service resource, or a single-service one.
Multi-service resource: Access multiple Azure Cognitive Services with a single key and endpoint.
Note: You need a key and endpoint for a Text Analytics resource. Azure Cognitive Services are represented by Azure resources that you subscribe to.
Each request must include your access key and an HTTP endpoint. The endpoint specifies the region you chose during sign up, the service URL, and a resource used on the request Box 2: 2 You need at least one key per region.
References:
https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account
Your company manages a sports team.
The company sets up a video booth to record messages for the team.
Before replaying the messages on a video screen, you need to generate captions for the messages and check the emotions in the video to ensure that only positive messages are played.
Which Azure Cognitive Services service should you use?
The company sets up a video booth to record messages for the team.
Before replaying the messages on a video screen, you need to generate captions for the messages and check the emotions in the video to ensure that only positive messages are played.
Which Azure Cognitive Services service should you use?
正解:D
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A data scientist deploys a deep learning model on an Fsv2 virtual machine.
Data analysis is slow.
You need to recommend which virtual machine series the data scientist must use to ensure that data analysis occurs as quickly as possible.
Which series should you recommend?
Data analysis is slow.
You need to recommend which virtual machine series the data scientist must use to ensure that data analysis occurs as quickly as possible.
Which series should you recommend?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You develop a custom application that uses a token to connect to Azure Cognitive Services resources.
A new security policy requires that all access keys are changed every 30 days.
You need to recommend a solution to implement the security policy.
Which three actions should you recommend be performed every 30 days? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

A new security policy requires that all access keys are changed every 30 days.
You need to recommend a solution to implement the security policy.
Which three actions should you recommend be performed every 30 days? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正解:

Explanation

Step 1: Generate new keys in the Cognitive Service resources

Step 2: Retrieve a token from the Cognitive Services endpoint
Step 3: Update the custom application to use the new authorization
Each request to an Azure Cognitive Service must include an authentication header. This header passes along a subscription key or access token, which is used to validate your subscription for a service or group of services.
References:
https://docs.microsoft.com/en-us/azure/cognitive-services/authentication
You plan to build an app that win provide wets with the ability to dictate messages and convert the messages into text. You need to recommend a solution to meet the following requirements for the app:
* Must be able to transcribe streaming dictated messages that are longer than 15 seconds.
* Must be able to upload existing recordings to Azure Blob storage to be transcribed later.
Which solution should you recommend for each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

* Must be able to transcribe streaming dictated messages that are longer than 15 seconds.
* Must be able to upload existing recordings to Azure Blob storage to be transcribed later.
Which solution should you recommend for each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

正解:

Explanation

Box 1: The Speech SDK
The Speech SDK is not limited to 15 seconds.
Box 2: Batch Transcription API
Batch transcription is a set of REST API operations that enables you to transcribe a large amount of audio in storage. You can point to audio files with a shared access signature (SAS) URI and asynchronously receive transcription results. With the new v3.0 API, you have the choice of transcribing one or more audio files, or process a whole storage container.
Asynchronous speech-to-text transcription is just one of the features.
Reference:
https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/13
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/batch-transcription
You plan to deploy a global healthcare app named App1 to Azure.
App1 will use Azure Cognitive Services APIs. Users in Germany, Canada, and the United States will connect to App1.
You need to recommend an app deployment solution to ensure that all the personal data of the users remain in their country or origin only.
Which three Azure services should you recommend deploying to each Azure region? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
App1 will use Azure Cognitive Services APIs. Users in Germany, Canada, and the United States will connect to App1.
You need to recommend an app deployment solution to ensure that all the personal data of the users remain in their country or origin only.
Which three Azure services should you recommend deploying to each Azure region? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
正解:A,D,E
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure SQL database, an Azure Data Lake Storage Gen 2 account, and an API developed by using Azure Machine Learning Studio.
You need to ingest data once daily from the database, score each row by using the API, and write the data to the storage account.
Solution: You create an Azure Data Factory pipeline that contains a Machine Learning Execute Pipeline activity.
Does this meet the goal?
After you answer a question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure SQL database, an Azure Data Lake Storage Gen 2 account, and an API developed by using Azure Machine Learning Studio.
You need to ingest data once daily from the database, score each row by using the API, and write the data to the storage account.
Solution: You create an Azure Data Factory pipeline that contains a Machine Learning Execute Pipeline activity.
Does this meet the goal?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)