Practice Free AI-102 Exam Online Questions
You have an app named App1 that uses an Azure Cognitive Services model to identify anomalies in a time series data stream. You need to run App1 in a location that has limited connectivity. The solution must minimize costs.
What should you use to host the model?
- A . Azure Kubernetes Services (AKS)
- B . a Kubernetes cluster hosted in an Azure Stack Hub integrated system
- C . Azure Container instances
- D . the Docker Engine
HOTSPOT
You plan to provision Azure Cognitive Services resources by using the following method.
You need to create a Standard tier resource that will convert scanned receipts into text.
How should you call the method? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

HOTSPOT
You are developing a text processing solution.
You develop the following method.
You call the method by using the following code.
GetKeyPhrases(textAnalyticsClient, "the cat sat on the mat");
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: Yes
The Key Phrase Extraction API evaluates unstructured text, and for each JSON document, returns a list of key phrases.
Box 2: No
‘the’ is not a key phrase.
This capability is useful if you need to quickly identify the main points in a collection of documents. For example, given input text "The food was delicious and there were wonderful staff", the service returns the main talking points: "food" and "wonderful staff".
Box 3: No
Key phrase extraction does not have confidence levels.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-keyword-extraction
You have an Azure subscription that contains an Azure Al service resource named CSAccount1 and a virtual network named VNet1 CSAaccount1 is connected to VNet1
You need to ensure that only specific resources can access CSAccount1.
The solution must meet the following requirements:
• Prevent external access to CSAccount1
• Minimize administrative effort
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.
- A . In VNet1, modify the virtual network settings.
- B . In VNet1. enable a service endpoint for CSAccount1
- C . In CSAccount1, configure the Access control (1AM) settings.
- D . In VNet1, create a virtual subnet.
- E . In CSAccount1, modify the virtual network settings.
You have an Azure subscription that contains an Azure Al service resource named CSAccount1 and a virtual network named VNet1 CSAaccount1 is connected to VNet1
You need to ensure that only specific resources can access CSAccount1.
The solution must meet the following requirements:
• Prevent external access to CSAccount1
• Minimize administrative effort
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.
- A . In VNet1, modify the virtual network settings.
- B . In VNet1. enable a service endpoint for CSAccount1
- C . In CSAccount1, configure the Access control (1AM) settings.
- D . In VNet1, create a virtual subnet.
- E . In CSAccount1, modify the virtual network settings.
Which Azure Storage service implements the key/value model?
- A . Azure Files
- B . Azure Blob
- C . Azure Table
- D . Azure Queue
What should you use to build a Microsoft Power Bi paginated report?
- A . Power BI Report Builder
- B . Charciculator
- C . Power BI Desktop
- D . the Power BI service
You are building an app that will use the Azure AI Speech service.
You need to ensure that the app can authenticate to the service by using a Microsoft Entra ID token.
Which two action should you perform? Each answer part of the solution. NOTE: Each correct selection is worth one point.
- A . Create a Conditional Access
- B . Create a private endpoint
- C . Request an X.509 certificate
- D . Certificate a custom subdomain.
- E . Enable a virtual network service endpoint.
HOTSPOT
You plan to provision Azure AI service resources by using the following method.

You are training a Language Understanding model for a user support system.
You create the first intent named GetContactDetails and add 200 examples.
You need to decrease the likelihood of a false positive.
What should you do?
- A . Enable active learning.
- B . Add a machine learned entity.
- C . Add additional examples to the GetContactDetails intent.
- D . Add examples to the None intent.
A
Explanation:
Active learning is a technique of machine learning in which the machine learned model is used to identify informative new examples to label. In LUIS, active learning refers to adding utterances from the endpoint traffic whose current predictions are unclear to improve your model.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-glossary