exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 51 discussion

Actual exam question from Microsoft's AI-102
Question #: 51
Topic #: 1
[All AI-102 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 Service (AKS)
  • B. Azure Container Instances
  • C. a Kubernetes cluster hosted in an Azure Stack Hub integrated system
  • D. the Docker Engine
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Rob77
Highly Voted 1 year, 7 months ago
Docker - https://learn.microsoft.com/en-us/azure/cognitive-services/cognitive-services-container-support
upvoted 20 times
rdemontis
1 year, 1 month ago
thanks for the provided link
upvoted 4 times
...
...
zellck
Highly Voted 1 year, 5 months ago
Selected Answer: B
B is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/cognitive-services-container-support
upvoted 7 times
Ody
8 months, 2 weeks ago
I believe your link indicates that D is the answer: You must satisfy the following prerequisites before using Azure AI containers: Docker Engine: You must have Docker Engine installed locally. Docker provides packages that configure the Docker environment on macOS, Linux, and Windows. On Windows, Docker must be configured to support Linux containers. Docker containers can also be deployed directly to Azure Kubernetes Service or Azure Container Instances.
upvoted 2 times
...
zellck
1 year, 5 months ago
Gotten this in Jul 2023 exam.
upvoted 5 times
nanaw770
6 months, 2 weeks ago
What is your selected answer? B or D? Docker is justice?
upvoted 1 times
...
...
...
Sujeeth
Most Recent 1 month, 2 weeks ago
The correct choice is D. the Docker Engine. When running in a location with limited connectivity and aiming to minimize costs, Docker Engine is a lightweight and cost-effective option to host the model locally. You can containerize the Azure Cognitive Services model and run it using Docker without needing a cloud connection. This approach allows the app to function offline while minimizing infrastructure costs. A. Azure Kubernetes Service (AKS) is more complex and typically requires cloud connectivity, making it less suitable for limited connectivity scenarios. B. Azure Container Instances also requires cloud access and may not work well in offline environments. C. A Kubernetes cluster in an Azure Stack Hub provides an on-premise cloud environment, but it is more costly and complex compared to running a model in Docker.
upvoted 1 times
...
famco
3 months ago
Is this an AI question or an z-204 question. They talk about app hosting and then ask about the model. Ambigous. Just trying to make people fall into a trap (if you have to do this certification, you are already in that trap). The answer should not be azure hosting, because that will need connectivity. It has to be container services. I guess the wise-guy who put this excellent question wants Docker engine to be the answer. That's the best guess in this guessing-how-intelligent-microsoft-guys-are game
upvoted 1 times
...
HaraTadahisa
5 months, 2 weeks ago
Selected Answer: D
D is the answer. It must be used Docker.
upvoted 3 times
...
etellez
5 months, 2 weeks ago
Copilot Says C. a Kubernetes cluster hosted in an Azure Stack Hub integrated system Explanation: Azure Stack Hub is an extension of Azure that provides a way to run apps in an on-premises environment and deliver Azure services in your datacenter. It's designed for scenarios where you have limited or unreliable connectivity to the public cloud. By hosting the model on a Kubernetes cluster in an Azure Stack Hub integrated system, you can run your app in the location with limited connectivity. This solution also helps to minimize costs as you only pay for the Azure services that you use.
upvoted 1 times
...
gary_cooper
5 months, 3 weeks ago
Selected Answer: D
Docker Engine
upvoted 2 times
...
gary_cooper
5 months, 3 weeks ago
Selected Answer: D
Docker seems right
upvoted 2 times
...
monniq
5 months, 4 weeks ago
Selected Answer: D
D seems most suitable
upvoted 3 times
...
InfoMerp
6 months ago
Selected Answer: D
Says ChatGPT
upvoted 2 times
...
UnknownUser
6 months ago
Selected Answer: D
To host your Azure Cognitive Services model in a location with limited connectivity while minimizing costs, you should use: D. the Docker Engine Here's why: Docker Engine allows you to run containerized applications locally without requiring a full orchestration platform. This can be particularly useful in environments with limited connectivity where you need to run applications in a more lightweight and cost-effective manner. Unlike Azure Kubernetes Service (AKS) or Azure Container Instances, which typically require internet connectivity to Azure for management and operation, Docker Engine can operate entirely offline once the container images are downloaded. Using a Kubernetes cluster hosted in an Azure Stack Hub integrated system (Option C) could work but would be significantly more complex and costly compared to simply using Docker Engine. Minimizing costs is a key consideration, and Docker Engine provides a straightforward, low-overhead solution compared to the other options.
upvoted 3 times
...
emiliocb4
6 months ago
Selected Answer: D
docker engine for the requisite of limited connectivity.... aks and aci must have internet connectivity... Azure Stack Hub is high costly
upvoted 2 times
...
PeteColag
6 months, 1 week ago
Selected Answer: D
Azure Kubernetes Service (AKS) and Azure Container Instances both require a consistent and reliable internet connection to Azure, which make them not be suitable for a location with limited connectivity. A Kubernetes cluster hosted in an Azure Stack Hub integrated system could work, but it might be overkill for your needs and potentially more expensive. Excluding these leaves only D as the correct solution.
upvoted 3 times
...
nanaw770
6 months, 2 weeks ago
I would like to know the basis on which Azure Container Instances is the correct answer.
upvoted 1 times
...
vovap0vovap
6 months, 2 weeks ago
I might be stupid, but "data stream" and "limited connectivity" rendering out to me any cloud base staff. Which lead to Docker Engine
upvoted 4 times
...
emiliocb4
7 months ago
Selected Answer: D
Docker is the correct response
upvoted 3 times
...
AzureGC
7 months, 1 week ago
Selected Answer: D
D for Docker; While you can run Azure HCI with containers, that does not minimize costs. running a container instance locally on docker minimizes costs
upvoted 3 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 ...