Microsoft AI-102 Übungsprüfungen
Zuletzt aktualisiert am 27.04.2025- Prüfungscode: AI-102
- Prüfungsname: Designing and Implementing a Microsoft Azure AI Solution
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 27.04.2025
You need to create a visualization of running sales totals per quarter as shown in the following exhibit.
What should you create in Cower Bl Desktop;1
- A . a waterfall chart
- B . a ribbon chart
- C . a bar chart
- D . a decomposition tree
You need to store event log data that is semi-structured and received as the logs occur.
What should you use?
- A . Azure Table storage
- B . Azure Queue storage
- C . Azure Files
A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . The index size will increase.
- B . Query times will increase.
- C . A self-signed X.509 certificate is required.
- D . The index size will decrease.
- E . Query times will decrease.
- F . Azure Key Vault is required.
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 have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
Solution: You enable customer-managed key (CMK) encryption.
Does this meet the goal?
- A . Yes
- B . No
DRAG DROP
You Build a bot in JavaScript.
From the Azure Command-Line interface (CLI), you run the following command.
az bot prepare-deploy
You need to deploy the bot to Azure.
Which three Azure CLl commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the client order.
You have the following data sources:
✑ Finance: On-premises Microsoft SQL Server database
✑ Sales: Azure Cosmos DB using the Core (SQL) API
✑ Logs: Azure Table storage
✑ HR: Azure SQL database
You need to ensure that you can search all the data by using the Azure Cognitive Search REST API.
What should you do?
- A . Configure multiple read replicas for the data in Sales.
- B . Mirror Finance to an Azure SQL database.
- C . Migrate the data in Sales to the MongoDB API.
- D . Ingest the data in Logs into Azure Sentinel.
HOTSPOT
You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3 encoding.
You need to develop a method to convert speech to text for streaming MP3 data.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You ace building an internet-based training solution. The solution requires that a user’s camera and microphone remain enabled.
You need to monitor a video stream of the user and detect when the user asks an instructor a question. The solution must minimize development effort.
What should you include in the solution?
- A . object detection in Azure Al Custom Vision
- B . the Face service in Azure Al Vision
- C . language detection in Azure Al Language Service
- D . speech-to-text in the Azure Al Speech service
You successfully run the following HTTP request.
POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-a54745f708a1/resourceGroups/RG1/providers/Microsoft.CognitiveServices/accounts/contosol/rege
nerateKey?api-version=2017-04-18
Body{"keyName": "Key2"}
What is the result of the request?
- A . A key for Azure Cognitive Services was generated in Azure Key Vault.
- B . A new query key was generated.
- C . The primary subscription key and the secondary subscription key were rotated.
- D . The secondary subscription key was reset.
DRAG DROP
You are developing an application that will recognize faults in components produced on a factory production line. The components are specific to your business.
You need to use the Custom Vision API to help detect common faults.
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.