Answers (Grade A+)
You need to increase the number of CPU cores and memory for
running Azure Container instance.
What steps do you take to carry out this task? -
correct answer ✅- Redeploy ARM ACI deployment template
- Update Dockerfile
You create an ACI multi-container group
- What is true about the ACI group? -
correct answer ✅- Containers in the ACI group share the same
resources
- ACI group can include the init containers
- You can create multi-container ACI groups on Linux only
What is a container group? -
correct answer ✅a collection of containers that get scheduled on
the same host machine. The containers in a container group share a
lifecycle, resources, local network, and storage volumes. (similar to
a pod in Kubernetes)
, AZ-104 WhizLabs Exam Questions &
Answers (Grade A+)
How do you deploy a multi-container group? -
correct answer ✅use a Resource Manager template or YAML file
You create an AKS cluster and need to attach the data volume
accessible from the multiple pods simultaneously
What type of storage should you use? -
correct answer ✅Azure Files
There are two types of storage for AKS: -
correct answer ✅- Azure Disks