最新的Microsoft Designing and Implementing an Azure AI Solution - AI-100免費考試真題
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 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 add an SSH key to the node, and then you create an SSH connection.
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 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 add an SSH key to the node, and then you create an SSH connection.
Does this meet the goal?
正確答案: B
說明:(僅 Fast2test 成員可見)
You need to build an A) solution that will be shared between several developers and customers.
You plan to write code, host code, and document the runtime all within a single user experience.
You build the environment to host the solution.
Which three actions should you perform in sequence next? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

You plan to write code, host code, and document the runtime all within a single user experience.
You build the environment to host the solution.
Which three actions should you perform in sequence next? 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: Create an Azure Machine Learning Studio workspace
Step 2: Create a notebook
You can manage notebooks using the UI, the CLI, and by invoking the Workspace API.
To create a notebook
* Click the Workspace button Workspace Icon or the Home button Home Icon in the sidebar. Do one of the following:
Next to any folder, click the Menu Dropdown on the right side of the text and select Create > Notebook.
Create Notebook
In the Workspace or a user folder, click Down Caret and select Create > Notebook.
2. In the Create Notebook dialog, enter a name and select the notebook's primary language.
3. If there are running clusters, the Cluster drop-down displays. Select the cluster to attach the notebook to.
4. Click Create.
Step 3: Create a new experiment
Create a new experiment by clicking +NEW at the bottom of the Machine Learning Studio window. Select EXPERIMENT > Blank Experiment.
References:
https://docs.azuredatabricks.net/user-guide/notebooks/notebook-manage.html
https://docs.microsoft.com/en-us/azure/machine-learning/service/quickstart-run-cloud-notebook
You create an Azure Cognitive Services resource.
You develop needs to be able to retrieve the keys used by the resource. The solution must use the principle of least privilege.
What is the best role to assign to the developer? More than one answer choice may achieve the goal.
You develop needs to be able to retrieve the keys used by the resource. The solution must use the principle of least privilege.
What is the best role to assign to the developer? More than one answer choice may achieve the goal.
正確答案: A
說明:(僅 Fast2test 成員可見)
You have an Azure Machine Learning experiment.
You need to validate that the experiment meets GDPR regulation requirements and stores documentation about the experiment.
What should you use?
You need to validate that the experiment meets GDPR regulation requirements and stores documentation about the experiment.
What should you use?
正確答案: B
說明:(僅 Fast2test 成員可見)
Von have an Azure SQL database w 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 a scheduled Jupyter Notebook in Azure Databricks.
Does this meet the goal?
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 a scheduled Jupyter Notebook in Azure Databricks.
Does this meet the goal?
正確答案: A
說明:(僅 Fast2test 成員可見)
You are designing an AI solution that will analyze millions of pictures by using Azure HDInsight Hadoop cluster.
You need to recommend a solution for storing the pictures. The solution must minimize costs.
Which storage solution should you recommend?
You need to recommend a solution for storing the pictures. The solution must minimize costs.
Which storage solution should you recommend?
正確答案: A
說明:(僅 Fast2test 成員可見)
You plan to deploy an Al solution that tracks the behavior of 10 custom mobile apps. Each mobile app has several thousand users. You need to recommend a solution for real-time data ingestion for the data originating from the mobile app users. Which Microsoft Azure service should you include in the recommendation?
正確答案: A
說明:(僅 Fast2test 成員可見)
The development team at your company builds a bot by using C# and .NET.
You need to deploy the bot to Azure.
Which tool should you use?
You need to deploy the bot to Azure.
Which tool should you use?
正確答案: D
說明:(僅 Fast2test 成員可見)
You are designing an AI solution that will provide feedback to teachers who train students over the Internet.
The students will be in classrooms located in remote areas. The solution will capture video and audio data of the students in the classrooms.
You need to recommend Azure Cognitive Services for the AI solution to meet the following requirements:
Alert teachers if a student facial expression indicates the student is angry or scared.
Identify each student in the classrooms for attendance purposes.
Allow the teachers to log voice conversations as text.
Which Cognitive Services should you recommend?
The students will be in classrooms located in remote areas. The solution will capture video and audio data of the students in the classrooms.
You need to recommend Azure Cognitive Services for the AI solution to meet the following requirements:
Alert teachers if a student facial expression indicates the student is angry or scared.
Identify each student in the classrooms for attendance purposes.
Allow the teachers to log voice conversations as text.
Which Cognitive Services should you recommend?
正確答案: B
說明:(僅 Fast2test 成員可見)
You need to design the workflow for an Azure Machine Learning solution. The solution must meet the following requirements:
Retrieve data from file shares, Microsoft SQL Server databases, and Oracle databases that in an on-premises network.
Use an Apache Spark job to process data stored in an Azure SQL Data Warehouse database.
Which 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 bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Retrieve data from file shares, Microsoft SQL Server databases, and Oracle databases that in an on-premises network.
Use an Apache Spark job to process data stored in an Azure SQL Data Warehouse database.
Which 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 bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正確答案:

Explanation

References:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/use-data-from-an-on-premises-sql-server
https://docs.microsoft.com/en-in/azure/azure-databricks/what-is-azure-databricks
You design an AI solution that uses an Azure Stream Analytics job to process data from an Azure IoT hub.
The IoT hub receives time series data from thousands of IoT devices at a factory.
The job outputs millions of messages per second. Different applications consume the messages as they are available. The messages must be purged.
You need to choose an output type for the job.
What is the best output type to achieve the goal? More than one answer choice may achieve the goal.
The IoT hub receives time series data from thousands of IoT devices at a factory.
The job outputs millions of messages per second. Different applications consume the messages as they are available. The messages must be purged.
You need to choose an output type for the job.
What is the best output type to achieve the goal? More than one answer choice may achieve the goal.
正確答案: C
說明:(僅 Fast2test 成員可見)
You are designing an AI solution that will analyze media data. The data will be stored in Azure Blob storage.
You need to ensure that the storage account is encrypted by using a key generated by the hardware security module (HSM) of your company.
Which three 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.

You need to ensure that the storage account is encrypted by using a key generated by the hardware security module (HSM) of your company.
Which three 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.

正確答案:

Explanation

References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-encryption-keys-portal
https://docs.microsoft.com/en-us/azure/key-vault/key-vault-hsm-protected-keys
You have thousands of images that contain text.
You need to process the text from the images into a machine-readable character stream.
Which Azure Cognitive Services service should you use?
You need to process the text from the images into a machine-readable character stream.
Which Azure Cognitive Services service should you use?
正確答案: D
說明:(僅 Fast2test 成員可見)