exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 54 discussion

Actual exam question from Microsoft's AI-102
Question #: 54
Topic #: 1
[All AI-102 Questions]

DRAG DROP
-

You are building an app that will scan confidential documents and use the Language service to analyze the contents.

You provision an Azure Cognitive Services resource.

You need to ensure that the app can make requests to the Language service endpoint. The solution must ensure that confidential documents remain on-premises.

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.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
zellck
Highly Voted 1 year, 5 months ago
1. Provision on-premise k8 cluster that is isolated from Internet 2. Pull image from MCR 3. Run container and specify API key and endpoint URL of Cognitive Services Services https://learn.microsoft.com/en-us/azure/cognitive-services/containers/disconnected-containers Containers enable you to run Cognitive Services APIs in your own environment, and are great for your specific security and data governance requirements. Disconnected containers enable you to use several of these APIs disconnected from the internet. https://learn.microsoft.com/en-us/azure/cognitive-services/containers/disconnected-container-faq#how-do-i-download-the-disconnected-containers These containers are hosted on the Microsoft Container Registry and available for download on Microsoft Artifact Registry and Docker Hub. You won't be able to run the container if your Azure subscription has not been approved after completion of the request form.
upvoted 27 times
sca88
1 year ago
Your first link explain how to use Container without internet, but doesn't talk about AI Services. So I think the correct link is this: https://learn.microsoft.com/en-us/training/modules/investigate-container-for-use-with-ai-services/3-use-ai-services-container "https://learn.microsoft.com/en-us/training/modules/investigate-container-for-use-with-ai-services/3-use-ai-services-container". So the correct answer will be: 1. Provision on-premise k8 cluster that is connected to Internet 2. Pull image from MCR 3. Run container and specify API key and endpoint URL of Cognitive Services Services
upvoted 26 times
Christian_garcia_martin
1 month, 1 week ago
agree you need a on-promise k8s no a isolated k8s.
upvoted 2 times
...
...
Mehe323
8 months, 1 week ago
You need permission from Microsoft to run the containers isolated from the internet and there are some very specific requirements (see your first link). Since this procedure is not included in the case study, I would go for the solution that uses internet connection for the billing. With this solution, the documents also remain on-premises.
upvoted 13 times
...
zellck
1 year, 5 months ago
Gotten this in Jul 2023 exam.
upvoted 7 times
...
rdemontis
1 year, 1 month ago
agree with you. ChatGPT confirm. Thanks for explanation
upvoted 1 times
...
...
dimsok
Highly Voted 10 months, 4 weeks ago
It needs to have internet connectivity to send billing information, so you cannot select an isolated K8s service. 1. K8s with internet 2. Image from MCR 3. AppID and Secret
upvoted 13 times
...
Christian_garcia_martin
Most Recent 1 month ago
first of all you need to provision cluster , after in a pod or deployment in containers section tag image specify the image to pull from MCR and Run container and specify API key and endpoint URL of Cognitive Services Services , cluster needs internet access to can reach that endpoint.
upvoted 1 times
...
Christian_garcia_martin
1 month, 3 weeks ago
k8s with internet : This is necessary because you still need to reach Azure Cognitive Services, which is hosted on Azure and thus requires internet connectivity.
upvoted 1 times
...
rookiee1111
5 months, 2 weeks ago
1. provision K8 with internet 2. pull from MCR 3. Run container and specify API key and endpoint URL of Cognitive Services Services,
upvoted 6 times
JakeCallham
3 months, 1 week ago
You need to not use cognitive services, that why you deploy on prem container
upvoted 1 times
jeffangel28
1 month, 3 weeks ago
is just for billing purposes, the documents remain in OnPrem
upvoted 1 times
...
...
...
nanaw770
6 months, 2 weeks ago
1. Provision on-premise k8 cluster that is isolated from Internet 2. Pull image from MCR 3. Run container and specify API key and endpoint URL of Cognitive Services Services
upvoted 3 times
...
JamesKJoker
6 months, 3 weeks ago
1. Provision on-premise k8 cluster that is connected to Internet 2. Pull image from MCR 3. Run container and specify API key and endpoint URL of Cognitive Services Services Internet Connectivity is required for billing
upvoted 5 times
...
NullVoider_0
8 months ago
1. Provision an on-premises Kubernetes cluster that is isolated from the internet. 2. Pull an image from the Microsoft Container Registry (MCR). 3. Run the container and specify an API key and the Endpoint URL of the Cognitive Services resource.
upvoted 1 times
...
varinder82
8 months, 2 weeks ago
Final Answer: 1. Provision on-premise k8 cluster that is isolated from Internet 2. Pull image from MCR 3. Run container and specify API key and endpoint URL of Cognitive Services Services
upvoted 1 times
...
Ody
8 months, 2 weeks ago
The Azure AI containers are required to submit metering information for billing purposes. Failure to allowlist various network channels that the Azure AI containers rely on will prevent the container from working. https://learn.microsoft.com/en-us/azure/ai-services/cognitive-services-container-support
upvoted 3 times
...
audlindr
9 months, 1 week ago
This was in 2-Mar-24 exam
upvoted 2 times
...
cloudguy1975
10 months, 2 weeks ago
The Image needs to be able to send billing info to the Azure AI Service. Also the question does not say anything about no internet traffic. It only states that the docs should remain on-premise. Build a K8s cluster onprem with internet acecss. Pull an image specify the API key and URL
upvoted 4 times
...
sl_mslconsulting
1 year, 1 month ago
Request access to use containers in disconnected environments might not get approved what then? A on-premise k8 cluster with internet connectivity is the way to go for billing purpose. The documents still remain on premise.
upvoted 4 times
sl_mslconsulting
1 year, 1 month ago
Also it’s meaningless to specify API key and endpoint URL of Cognitive Services Services while running the container if you don’t have internet connectivity.
upvoted 2 times
...
...
abcd9999
1 year, 3 months ago
if your cluster is isolated from Internet, how can you pull image from MCR?
upvoted 2 times
mhauber
1 year, 3 months ago
via the microsoft network
upvoted 1 times
...
...
msdfqwerfewf
1 year, 5 months ago
1. Provision an on-premises Kubernetes cluster that is isolated from the internet. 2. Pull an image from MCR (Microsoft Container Registry) or your private container registry. 3. Deploy the app container on the on-premises Kubernetes cluster, specifying the API Key and Endpoint URL of the Cognitive Services resource. FROM CHATGPT
upvoted 5 times
...
Hisayuki
1 year, 5 months ago
- Provision an on-prem kubernetes cluster that is isolated from Internet - Pull an image from MCR - Run the container and specify an API Key and Endpoint URL of the Cognitive Services resource
upvoted 6 times
...
973b658
1 year, 5 months ago
It is true.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...