nerdexam
Microsoft

AI-100 · Question #139

You are designing a Computer Vision AI application. You need to recommend a deployment solution for the application. The solution must ensure that costs scale linearly without any upfront costs…

The correct answer is A. a containerized Computer Vision API on Azure Container Instances. Containers enable you to run the Computer Vision APIs in your own environment. Note: The host is a x64-based computer that runs the Docker container. It can be a computer on your premises or a Docker hosting service in Azure, such as: Azure Container Instances. Azure Kubernetes…

Design AI solutions

Question

You are designing a Computer Vision AI application. You need to recommend a deployment solution for the application. The solution must ensure that costs scale linearly without any upfront costs. What should you recommend?

Options

  • Aa containerized Computer Vision API on Azure Container Instances
  • Bthe Computer Vision API as a single resource
  • Can Azure Container Service
  • Da containerized Computer Vision API on Azure Kubernetes Service (AKS) that has virtual nodes

How the community answered

(19 responses)
  • A
    74% (14)
  • B
    5% (1)
  • C
    16% (3)
  • D
    5% (1)

Explanation

Containers enable you to run the Computer Vision APIs in your own environment. Note: The host is a x64-based computer that runs the Docker container. It can be a computer on your premises or a Docker hosting service in Azure, such as: Azure Container Instances. Azure Kubernetes Service. A Kubernetes cluster deployed to Azure Stack. https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/computer-vision-how- to-install-containers

Topics

#Computer Vision API#Azure Container Instances#cost scaling#deployment strategy

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice