AI-100試験無料問題集「Microsoft Designing and Implementing an Azure AI Solution 認定」

You need to configure security for an Azure Machine Learning service used by groups of data scientists. The groups must have access to only their own experiments and must be able to grant permissions to the members of their team.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation
Workspace
Owner
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
You plan to create an intelligent bot to handle internal user chats to the help desk of your company. The bot has the following requirements:
* Must be able to interpret what a user means.
* Must be able to perform multiple tasks for a user.
* Must be able to answer questions from an existing knowledge base
You need to recommend which solutions meet the requirements.
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 Language Understanding (LUIS) service
Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.
Box 2: Text Analytics API
The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition, and language detection.
Box 3: The QnA Maker service
QnA Maker is a cloud-based Natural Language Processing (NLP) service that easily creates a natural conversational layer over your data. It can be used to find the most appropriate answer for any given natural language input, from your custom knowledge base (KB) of information.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/overview
You are designing an AI solution that will analyze millions of pictures.
You need to recommend a solution for storing the pictures. The solution must minimize costs.
Which storage solution should you recommend?

解説: (GoShiken メンバーにのみ表示されます)
You are designing a solution that will analyze bank transactions in real time. The transactions will be evaluated by using an algorithm and classified into one of five groups. The transaction data will be enriched with information taken from Azure SQL Database before the transactions are sent to the classification process.
The enrichment process will require custom code. Data from different banks will require different stored procedures.
You need to develop a pipeline for the solution.
Which components should you use for data ingestion and data preparation? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation

References:
https://docs.microsoft.com/bs-latn-ba/azure/architecture/example-scenario/data/fraud-detection
You have an Azure Machine Learning experiment that must comply with GDPR regulations.
You need to track compliance of the experiment and store documentation about the experiment.
What should you use?

解説: (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 need to create an IoT solution that performs the following tasks:
* Identifies hazards
* Provides a real-time online dashboard
* Takes images of an area every minute
* Counts the number of people in an area every minute
Solution: You configure the IoT devices to send the images to an Azure IoT hub, and then you configure an Azure Functions call to Azure Cognitive Services that sends the results to an Azure event hub. You configure Microsoft Power BI to connect to the event hub by using Azure Stream Analytics.
Does this meet the goal?

解説: (GoShiken メンバーにのみ表示されます)
You are designing an AI solution in Azure that will perform image classification.
You need to identify which processing platform will provide you with the ability to update the logic over time.
The solution must have the lowest latency for inferencing without having to batch.
Which compute target should you identify?

解説: (GoShiken メンバーにのみ表示されます)
You deploy an infrastructure for a big data workload.
You need to run Azure HDInsight and Microsoft Machine Learning Server. You plan to set the RevoScaleR compute contexts to run rx function calls in parallel.
What are three compute contexts that you can use for Machine Learning Server? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

正解:B,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You are designing an AI solution that will be used to find buildings in aerial pictures.
Users will upload the pictures to an Azure Storage account. A separate JSON document will contain for the pictures.
The solution must meet the following requirements:
* Store metadata for the pictures in a data store.
* Run a custom vision Azure Machine Learning module to identify the buildings in a picture and the position of the buildings' edges.
* Run a custom mathematical module to calculate the dimensions of the buildings in a picture based on the metadata and data from the vision module.
You need to identify which Azure infrastructure services are used for each component of the AI workflow.
The solution must execute as quickly as possible.
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: Azure Blob Storage
Containers and blobs support custom metadata, represented as HTTP headers.
Box 2: NV
The NV-series enables powerful remote visualisation workloads and other graphics-intensive applications backed by the NVIDIA Tesla M60 GPU.
Note: The N-series is a family of Azure Virtual Machines with GPU capabilities. GPUs are ideal for compute and graphics-intensive workloads, helping customers to fuel innovation through scenarios like high-end remote visualisation, deep learning and predictive analytics.
Box 3: F
F-series VMs feature a higher CPU-to-memory ratio. Example use cases include batch processing, web servers, analytics and gaming.
Incorrect:
A-series VMs have CPU performance and memory configurations best suited for entry level workloads like development and test.
References:
https://azure.microsoft.com/en-in/pricing/details/virtual-machines/series/
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.

解説: (GoShiken メンバーにのみ表示されます)