Running Containers with Azure Container Instances Quiz

5 questions Pass: 70% +25 pts

Quiz covering Containerized Solutions

Running Containers with Azure Container Instances Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which of the following is the primary benefit of using Azure Container Instances (ACI) over Azure Kubernetes Service (AKS)?

  2. 2

    You need to ensure that an Azure Container Instance can access a secret stored in Azure Key Vault without hardcoding credentials in the container image. What is the recommended approach?

  3. 3

    An application running in ACI requires access to files that persist even after the container restarts or crashes. Which storage solution should you mount to the container?

  4. 4

    You have a container group with two containers that need to communicate with each other via 'localhost'. How should you configure the container group?

  5. 5

    You are deploying a container to ACI using a YAML configuration. You need to ensure the container restarts only if the application crashes. Which restart policy should you use?