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 Renew 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.
Microsoft AI-100 Free Dumps Questions Online, Read and Test Now.
NEW QUESTION 1
You need to build an API pipeline that analyzes streaming data. The pipeline will perform the following:
Visual text recognition
Audio transcription
Sentiment analysis
Face detection
Which Azure Cognitive Services should you use in the pipeline?
- A. Custom Speech Service
- B. Face API
- C. Text Analytics
- D. Video Indexer
Answer: D
Explanation:
Azure Video Indexer is a cloud application built on Azure Media Analytics, Azure Search, Cognitive Services (such as the Face API, Microsoft Translator, the Computer Vision API, and Custom Speech Service). It enables you to extract the insights from your videos using Video Indexer video and audio models described below:
Visual text recognition (OCR): Extracts text that is visually displayed in the video. Audio transcription: Converts speech to text in 12 languages and allows extensions.
Sentiment analysis: Identifies positive, negative, and neutral sentiments from speech and visual text. Face detection: Detects and groups faces appearing in the video.
References:
https://docs.microsoft.com/en-us/azure/media-services/video-indexer/video-indexer-overview
NEW QUESTION 2
You plan to deploy an application that will perform image recognition. The application will store image data in two Azure Blob storage stores named Blob! and Blob2. You need to recommend a security solution that meets the following requirements:
•Access to Blobl must be controlled by a using a role.
•Access to Blob2 must be time-limited and constrained to specific operations.
What should you recommend using to control access to each blob store? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-auth
NEW QUESTION 3
Your company develops an AI application that is orchestrated by using Kubernetes. You need to deploy the application.
Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each
correct selection is worth one point.
- A. Create a Kubernetes cluster.
- B. Create an Azure Container Registry instance.
- C. Create a container image file.
- D. Create a Web App for Containers.
- E. Create an Azure container instance.
Answer: ABC
Explanation:
References:
https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-app
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 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?
- A. Yes
- B. No
Answer: A
Explanation:
By default, SSH keys are generated when you create an AKS cluster. If you did not specify your own SSH keys when you created your AKS cluster, add your public SSH keys to the AKS nodes.
You also need to create an SSH connection to the AKS node. References:
https://docs.microsoft.com/en-us/azure/aks/ssh
NEW QUESTION 5
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?
- A. Microsoft Azure loT Hub
- B. API apps in Microsoft Azure App Service
- C. Microsoft Azure Event Hubs
- D. Microsoft Azure Notification Hubs
Answer: A
Explanation:
References:
https://azure.microsoft.com/en-us/resources/samples/functions-js-iot-hub-processing/
NEW QUESTION 6
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.
- A. Mastered
- B. Not Mastered
Answer: A
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
NEW QUESTION 7
You need to configure versioning and logging for Azure Machine Learning models. Which Machine Learning service application should you use?
- A. models
- B. activities
- C. experiments
- D. pipelines
- E. deployments
Answer: E
Explanation:
References:
https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-enable-logging#logging-for-deployed-
NEW QUESTION 8
You need to build a solution to monitor Twitter. The solution must meet the following requirements:
• Send an email message to the marketing department when negative Twitter messages are detected.
• Run sentiment analysis on Twitter messages that mention specific tags.
•Use the least amount of custom code possible.
Which two services should you include in the solution? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A. Azure Databricks
- B. Azure Stream Analytics
- C. Azure Functions
- D. Azure Cognitive Services
- E. Azure Logic Apps
Answer: BE
Explanation:
References:
https://docs.microsoft.com/en-us/azure/stream-analytics/streaming-technologies https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-twitter-sentiment-analysis-trends
NEW QUESTION 9
You use an Azure key vault to store credentials for several Azure Machine Learning applications. You need to configure the key vault to meet the following requirements:
Ensure that the IT security team can add new passwords and periodically change the passwords.
Ensure that the applications can securely retrieve the passwords for the applications.
Use the principle of least privilege.
Which permissions should you grant? To answer, drag the appropriate permissions to the correct targets. Each permission 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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 10
You have a container image that contains an Al solution. The solution will be used on demand and will only be needed a few hours each month.
You plan to use Azure Functions to deploy the environment on-demand.
You need to recommend the deployment process. The solution must minimize costs.
Which four actions should you recommend Azure Functions 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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 11
You are designing a solution that will ingest temperature data from loT devices, calculate the average temperature, and then take action based on the aggregated data. The solution must meet the following requirements:
•Minimize the amount of uploaded data.
• Take action based on the aggregated data as quickly as possible.
What should you include in the solution? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Box 1: Azure Functions
Azure Function is a (serverless) service to host functions (little piece of code) that can be used for e. g. event driven applications.
General rule is always difficult since everything depends on your requirement but if you have to analyze a data stream, you should take a look at Azure Stream Analytics and if you want to implement something like a serverless event driven or timer-based application, you should check Azure Function or Logic Apps.
Note: Azure IoT Edge allows you to deploy complex event processing, machine learning, image recognition, and other high value AI without writing it in-house. Azure services like Azure Functions, Azure Stream Analytics, and Azure Machine Learning can all be run on-premises via Azure IoT Edge.
Box 2: An Azure IoT Edge device
Azure IoT Edge moves cloud analytics and custom business logic to devices so that your organization can focus on business insights instead of data management.
References:
https://docs.microsoft.com/en-us/azure/iot-edge/about-iot-edge
NEW QUESTION 12
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 create several Al 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 enable Applnsights diagnostics.
Does this meet the goal?
- A. Yes
- B. No
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 13
You create an Azure Machine Learning Studio experiment.
You plan to publish the experiment as a Machine Learning Web service.
You need to ensure that you can consume the web service from Microsoft Excel spreadsheets. What should you use?
- A. a Batch Execution Service (BES) and an Azure managed identity
- B. a Request-Response Service (RRS) and an Azure managed identity
- C. a Request-Response Service (RRS) and an API key
- D. a Batch Execution Service (BES) and an API key
Answer: C
Explanation:
Steps to Add a New web service
1. Deploy a web service or use an existing Web service.
2. Click Consume.
3. Look for the Basic consumption info section. Copy and save the Primary Key and the Request-Response URL.
4. In Excel, go to the Web Services section (if you are in the Predict section, click the back arrow to go to the list of web services).
5. Click Add Web Service.
6. Paste the URL into the Excel add-in text box labeled URL.
7. Paste the API/Primary key into the text box labeled API key.
8. Click Add.
References:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/excel-add-in-for-web-services
NEW QUESTION 14
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.
- A. Azure Event Hubs
- B. Azure SQL Database
- C. Azure Blob storage
- D. Azure Cosmos DB
Answer: D
Explanation:
Stream Analytics can target Azure Cosmos DB for JSON output, enabling data archiving and low-latency queries on unstructured JSON data.
References:
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-documentdb-output
NEW QUESTION 15
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?
- A. Azure Storage Analytics
- B. Azure Application Insights
- C. Azure diagnostic logs
- D. Azure Active Directory (Azure AD) reporting
Answer: D
Explanation:
References:
https://docs.microsoft.com/en-us/azure/active-directory/reports-monitoring/concept-audit-logs
NEW QUESTION 16
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?
- A. Term List API
- B. Text Moderation API
- C. Image Moderation API
- D. Workflow API
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 17
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?
- A. Yes
- B. No
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 18
Your company plans to implement an Al solution that will analyse data from loT devices.
Data from the devices will be analysed in real time. The results of the analysis will be stored in a SQL database.
You need to recommend a data processing solution that uses the Transact-SQL language. Which data processing solution should you recommend?
- A. Azure Stream Analytics
- B. SQL Server Integration Services (SSIS)
- C. Azure Event Hubs
- D. Azure Machine Learning
Answer: A
Explanation:
References:
https://www.linkedin.com/pulse/getting-started-azure-iot-services-stream-analytics-rob-tiffany
NEW QUESTION 19
Which two services should be implemented so that Butler can find available rooms based on the technical requirements? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. QnA Maker
- B. Bing Entity Search
- C. Language Understanding (LUIS)
- D. Azure Search
- E. Content Moderator
Answer: AC
Explanation:
References:
https://azure.microsoft.com/en-in/services/cognitive-services/language-understanding-intelligent-service/
NEW QUESTION 20
You have several AI applications that use an Azure Kubernetes Service (AKS) cluster. The cluster supports a maximum of 32 nodes.
You discover that occasionally and unpredictably, the application requires more than 32 nodes. You need to recommend a solution to handle the unpredictable application load.
Which scaling method should you recommend?
- A. horizontal pod autoscaler
- B. cluster autoscaler
- C. manual scaling
- D. Azure Container Instances
Answer: B
Explanation:
To keep up with application demands in Azure Kubernetes Service (AKS), you may need to adjust the number of nodes that run your workloads. The cluster autoscaler component can watch for pods in your cluster that can't be scheduled because of resource constraints. When issues are detected, the number of nodes is increased to meet the application demand. Nodes are also regularly checked for a lack of running pods, with the number of nodes then decreased as needed. This ability to automatically scale up or down the number of nodes in your AKS cluster lets you run an efficient, cost-effective cluster.
References:
https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler
NEW QUESTION 21
......
Thanks for reading the newest AI-100 exam dumps! We recommend you to try the PREMIUM Certleader AI-100 dumps in VCE and PDF here: https://www.certleader.com/AI-100-dumps.html (101 Q&As Dumps)