It is more faster and easier to pass the Microsoft AI-100 exam by using Top Quality Microsoft Designing and Implementing an Azure AI Solution questuins and answers. Immediate access to the Replace AI-100 Exam and find the same core area AI-100 questions with professionally verified answers, then PASS your exam with a high score now.
Online AI-100 free questions and answers of New Version:
NEW QUESTION 1
You are designing a solution that will use the Azure Content Moderator service to moderate user-generated content.
You need to moderate custom predefined content without repeatedly scanning the collected content. Which API should you use?
Answer: A
Explanation:
The default global list of terms in Azure Content Moderator is sufficient for most content moderation needs. However, you might need to screen for terms that are specific to your organization. For example, you might
want to tag competitor names for further review.
Use the List Management API to create custom lists of terms to use with the Text Moderation API. The Text - Screen operation scans your text for profanity, and also compares text against custom and shared blacklists.
NEW QUESTION 2
You plan to build an application that will perform predictive analytics. Users will be able to consume the application data by using Microsoft Power Bl or a custom website.
You need to ensure that you can audit application usage. Which auditing solution should you use?
Answer: D
Explanation:
References:
https://docs.microsoft.com/en-us/azure/active-directory/reports-monitoring/concept-audit-logs
NEW QUESTION 3
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.
Answer: A
Explanation:
References:
https://docs.microsoft.com/bs-latn-ba/azure/architecture/example-scenario/data/fraud-detection
NEW QUESTION 4
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 deploying an Azure Machine Learning model to an Azure Kubernetes Service (AKS) container. You need to monitor the accuracy of each run of the model.
Solution: You configure Azure Monitor for containers. Does this meet the goal?
Answer: B
NEW QUESTION 5
You deploy an application that performs sentiment analysis on the data stored in Azure Cosmos DB.
Recently, you loaded a large amount of data to the database. The data was for a customer named Contoso. Ltd. You discover that queries for the Contoso data are slow to complete, and the queries slow the entire
application.
You need to reduce the amount of time it takes for the queries to complete. The solution must minimize costs. What is the best way to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
Answer: B
Explanation:
References:
https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning
NEW QUESTION 6
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 create several AI models in Azure Machine Learning Studio. You deploy the models to a production environment.
You need to monitor the compute performance of the models. Solution: You write a custom scoring script.
Does this meet the goal?
Answer: B
Explanation:
You need to enable Model data collection. References:
https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-enable-data-collection
NEW QUESTION 7
You are designing an Azure infrastructure to support an Azure Machine Learning solution that will have multiple phases. The solution must meet the following requirements:
• Securely query an on-premises database once a week to update product lists.
• Access the data without using a gateway.
• Orchestrate the separate phases.
What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
Box 1: Azure App Service Hybrid Connections
With Hybrid Connections, Azure websites and mobile services can access on-premises resources as if they were located on the same private network. Application admins thus have the flexibility to simply lift-and-shift specific most front-end tiers to Azure with minimal configuration changes, extending their enterprise apps for hybrid scenarios.
Incorrect Option: The VPN connection solution both use gateways. Box 2: Machine Learning pipelines
Typically when running machine learning algorithms, it involves a sequence of tasks including pre-processing, feature extraction, model fitting, and validation stages. For example, when classifying text documents might involve text segmentation and cleaning, extracting features, and training a classification model with
cross-validation. Though there are many libraries we can use for each stage, connecting the dots is not as easy as it may look, especially with large-scale datasets. Most ML libraries are not designed for distributed computation or they do not provide native support for pipeline creation and tuning.
Box 3: Azure Databricks References:
https://azure.microsoft.com/is-is/blog/hybrid-connections-preview/ https://databricks.com/glossary/what-are-ml-pipelines
NEW QUESTION 8
You need to configure versioning and logging for Azure Machine Learning models. Which Machine Learning service application should you use?
Answer: E
Explanation:
References:
https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-enable-logging#logging-for-deployed-
NEW QUESTION 9
Your company has an Azure subscription that contains an Azure Active Directory (Azure AD) tenant. Azure AD contains 500 user accounts for your company's employees. Some temporary employees do NOT
have user accounts in Azure AD
You are designing a storage solution for video files and metadata files. You plan to deploy an application to perform analysis of the metadata files.
You need to recommend an authentication solution to provide links to the video files. The solution must provide access to each file for only five minutes.
What should you include in the in the recommendation?
Answer: C
Explanation:
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1
NEW QUESTION 10
You are configuring data persistence for a Microsoft Bot Framework application. The application requires a structured NoSQL cloud data store.
You need to identify a storage solution for the application. The solution must minimize costs. What should you identify?
Answer: D
Explanation:
Table Storage is a NoSQL key-value store for rapid development using massive semi-structured datasets You can develop applications on Cosmos DB using popular NoSQL APIs.
Both services have a different scenario and pricing model.
While Azure Storage Tables is aimed at high capacity on a single region (optional secondary read only region but no failover), indexing by PK/RK and storage-optimized pricing; Azure Cosmos DB Tables aims for high throughput (single-digit millisecond latency), global distribution (multiple failover), SLA-backed predictive performance with automatic indexing of each attribute/property and a pricing model focused on throughput.
References:
https://db-engines.com/en/system/Microsoft+Azure+Cosmos+DB%3BMicrosoft+Azure+Table+Storage
NEW QUESTION 11
You plan to deploy Azure loT Edge devices that will each store more than 10,000 images locally and classify the images by using a Custom Vision Service classifier. Each image is approximately 5 MB.
You need to ensure that the images persist on the devices for 14 days. What should you use?
Answer: B
Explanation:
References:
https://docs.microsoft.com/en-us/azure/iot-edge/how-to-store-data-blob
NEW QUESTION 12
You need to design an application that will analyze real-time data from financial feeds. The data will be ingested into Azure loT Hub. The data must be processed as quickly as possible in the order in which it is ingested.
Which service should you include in the design?
Answer: D
NEW QUESTION 13
You have an Azure Machine Learning model that is deployed to a web service. You plan to publish the web service by using the name ml.contoso.com.
You need to recommend a solution to ensure that access to the web service is encrypted. Which three actions should you recommend? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Answer: BDE
Explanation:
The process of securing a new web service or an existing one is as follows:
1. Get a domain name.
2. Get a digital certificate.
3. Deploy or update the web service with the SSL setting enabled.
4. Update your DNS to point to the web service.
Note: To deploy (or re-deploy) the service with SSL enabled, set the ssl_enabled parameter to True, wherever applicable. Set the ssl_certificate parameter to the value of the certificate file and the ssl_key to the value of
the key file. References:
https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-secure-web-service
NEW QUESTION 14
You have a database that contains sales data.
You plan to process the sales data by using two data streams named Stream1 and Stream2. Stream1 will be used for purchase order data. Stream2 will be used for reference data.
The reference data is stored in CSV files.
You need to recommend an ingestion solution for each data stream.
What two solutions should you recommend? Each correct answer is a complete solution.
NOTE: Each correct selection is worth one point.
Answer: AB
Explanation:
Stream1 - Azure Event Stream2 - Blob Storage
Azure Event Hubs is a highly scalable data streaming platform and event ingestion service, capable of
receiving and processing millions of events per second. Event Hubs can process and store events, data, or telemetry produced by distributed software and devices. Data sent to an event hub can be transformed and stored using any real-time analytics provider or batching/storage adapters. Event Hubs provides publishsubscribe capabilities with low latency at massive scale, which makes it appropriate for big data scenarios.
Stream1, Stream2 - Blob Storage
Stream Analytics has first-class integration with Azure data streams as inputs from three kinds of resources: Azure Event Hubs
Azure IoT Hub Azure Blob storage
These input resources can live in the same Azure subscription as your Stream Analytics job or a different subscription.
References:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/real-time-ingestion
NEW QUESTION 15
You need to design the Butler chatbot solution to meet the technical requirements.
What is the best channel and pricing tier to use? More than one answer choice may achieve the goal Select the BEST answer.
Answer: D
Explanation:
References:
https://azure.microsoft.com/en-in/pricing/details/bot-service/
NEW QUESTION 16
You need to recommend a data storage solution that meets the technical requirements.
What is the best data storage solution to recommend? More than one answer choice may achieve the goal. Select the BEST answer.
Answer: B
Explanation:
References:
https://docs.microsoft.com/en-us/azure/architecture/example-scenario/ai/commerce-chatbot
NEW QUESTION 17
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?
Answer: C
Explanation:
With Computer Vision you can detect text in an image using optical character recognition (OCR) and extract the recognized words into a machine-readable character stream.
References:
https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/ https://docs.microsoft.com/en-us/azure/cognitive-services/content-moderator/image-moderation-api
NEW QUESTION 18
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.
Answer: A
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
NEW QUESTION 19
You need to design an application that will analyze real-time data from financial feeds.
The data will be ingested into Azure IoT Hub. The data must be processed as quickly as possible in the order in which it is ingested.
Which service should you include in the design?
Answer: C
Explanation:
References:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing
NEW QUESTION 20
You are designing an Al application that will use an Azure Machine Learning Studio experiment. The source data contains more than 200 TB of relational tables. The experiment will run once a month. You need to identify a data storage solution for the application. The solution must minimize compute costs. Which data storage solution should you identify?
Answer: B
Explanation:
References:
https://azure.microsoft.com/en-us/pricing/details/sql-database/single/
NEW QUESTION 21
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.
Answer: D
Explanation:
The Cognitive Services User lets you read and list keys of Cognitive Services. References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
NEW QUESTION 22
Your company recently purchased several hundred hardware devices that contains sensors.
You need to recommend a solution to process the sensor data. The solution must provide the ability to write back configuration changes to the devices.
What should you include in the recommendation?
Answer: A
Explanation:
References:
https://azure.microsoft.com/en-us/resources/samples/functions-js-iot-hub-processing/
NEW QUESTION 23
......
P.S. 2passeasy now are offering 100% pass ensure AI-100 dumps! All AI-100 exam questions have been updated with correct answers: https://www.2passeasy.com/dumps/AI-100/ (101 New Questions)