Practice Containers Questions Now
Start a timed practice session focusing on Container Strategy topics from the AZ-400 question bank.
Start AZ-400 Practice Quiz →AZ-400 Containers Question Bank (22 Questions)
Browse all 22 practice questions covering Container Strategy for the AZ-400 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.
- Question 1Design and implement build and release pipelines
A team manages a Kubernetes application with Helm charts stored in Azure Container Registry. Which Azure Pipelines task deploys a Helm chart from ACR to AKS?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 2Design and implement build and release pipelines
A pipeline builds a Docker image and pushes it to Azure Container Registry. The ACR credentials must not be hardcoded. Which Azure Pipelines feature stores and injects the credentials securely?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 3Develop a security and compliance plan
An engineer discovers that a Docker image in ACR contains a critical CVE. The image is used by 3 running services in AKS. What is the incident response process?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 4Design and implement build and release pipelines
A pipeline needs to authenticate to Azure Container Registry to pull a base image during a Docker build without using admin credentials. Which approach is most secure?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 5Develop a security and compliance plan
A company needs to ensure that their Docker images in Azure Container Registry do not contain known high/critical CVEs before being deployed. Which pipeline step implements this gate?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 6Design and implement build and release pipelines
A team builds and deploys a Python Flask application using Azure Pipelines. They want to package the application as a Docker image and store it in Azure Container Registry. Which YAML pipeline sequence is correct?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 7Design and implement build and release pipelines
A pipeline deploys to a Kubernetes cluster using Helm. The Helm chart values differ between staging and production. How should environment-specific values be managed in the pipeline?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 8Design and implement build and release pipelines
A pipeline has a stage that deploys to an Azure Kubernetes Service cluster. The deployment must be prevented from running if the AKS cluster's health check indicates it is unhealthy. Which Azure Pipelines feature provides this pre-deployment validation?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 9Design and implement build and release pipelines
A team uses Azure Container Registry and wants to automatically trigger an Azure Pipelines build whenever a new base image is published to ACR. Which feature enables this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 10Design and implement build and release pipelines
A team deploys to AKS using a Kubernetes manifest. They want to validate the manifest against the AKS API server before applying it (dry run). Which kubectl command performs this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 11Design and implement build and release pipelines
A team wants to deploy their microservices to AKS using a rolling update strategy to ensure zero downtime during updates. What Kubernetes Deployment configuration achieves this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 12Design and implement build and release pipelines
A DevOps engineer configures a YAML pipeline to deploy to Azure Kubernetes Service. The deployment uses kubectl apply. Which Kubernetes service connection type is recommended for AKS?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 13Design and implement build and release pipelines
A company uses Azure Pipelines and wants to build a Docker image, run a container-based integration test, and then push the image to ACR — all in a single pipeline job. Which Docker Compose approach supports this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 14Design and implement build and release pipelines
A team deploys a containerised application to AKS. After deployment, they need to automatically test the application using a test runner that also runs as a container in the cluster. Which Kubernetes resource type runs a container to completion and reports the exit code?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 15Design and implement build and release pipelines
A company uses Azure Pipelines and wants to scan their Docker images in ACR for known vulnerabilities automatically whenever a new image is pushed. Which Azure service provides automated vulnerability scanning on push to ACR?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 16Design and implement build and release pipelines
A YAML pipeline deploys to AKS and then runs a kubectl rollout status check. The pipeline should automatically roll back the Kubernetes deployment if the rollout does not succeed within 5 minutes. Which pipeline pattern implements this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 17Design and implement build and release pipelines
A team uses Helm for Kubernetes deployments and wants to use Helm chart tests to validate the deployment after it completes. Which pipeline step runs Helm tests?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 18Design and implement build and release pipelines
A team uses Azure Container Registry (ACR) and wants to implement a content trust policy that only allows signed images to be deployed. Which ACR feature provides this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 19Design and implement build and release pipelines
A team implements GitOps using Flux CD for their AKS cluster. A developer needs to understand why their Kubernetes manifest change hasn't been applied to the cluster after 30 minutes. Where should they look first?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 20Design and implement build and release pipelines
A team uses Azure Pipelines and wants to automatically update base Docker images (e.g., base OS patches) across all their service Dockerfiles. Which Azure Pipelines / ACR feature automates base image updates?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 21Design and implement build and release pipelines
A company runs a high-availability application on AKS and wants to perform zero-downtime updates using Azure Pipelines. The application uses a Kubernetes Service and Deployment. After updating the image, what validation ensures the rollout succeeded before the pipeline completes?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz - Question 22Develop a security and compliance plan
A company's security team requires that all container images deployed to production come from a specific approved ACR, not from public Docker Hub. Which Azure control enforces this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start AZ-400 Quiz
Key Containers Concepts for AZ-400
AZ-400 Containers Exam Tips
Container Strategy questions in AZ-400 are typically scenario-based. Focus on DevOps process maturity, release strategy, and secure delivery pipelines. Priority concepts: docker, container registry, acr, kubernetes, aks, helm.
What AZ-400 Expects
- Anchor your answer in prefer automated, testable, and observable delivery mechanisms across environments.
- Containers scenarios for AZ-400 are frequently mapped to Domain 3 (50-55%), so read the objective carefully before picking controls or architecture.
- Expect multi-topic scenarios where Containers interacts with identity, networking, governance, or monitoring patterns rather than appearing as an isolated question.
- When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Expert) and vendor best practices.
High-Value Containers Concepts
- Know the core Containers building blocks cold: docker, container registry, acr, kubernetes.
- Review the edge-case features and limits for aks, helm; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how Containers pairs with Pipelines, IaC in real deployment patterns.
- For AZ-400, explain why the chosen Containers design meets reliability, security, and cost expectations better than the alternatives.
Common AZ-400 Traps
- Watch for building pipelines without quality or security gates.
- Questions in Design and Implement Build and Release Pipelines often include distractors that look correct for Containers but violate least-privilege, compliance, or availability requirements.
- Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
- If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.
Fast Review Checklist
- Can you compare at least two Containers implementation paths and justify which one best fits the scenario?
- Can you map the chosen answer back to Design and Implement Build and Release Pipelines (50-55%) outcomes for AZ-400?
- Can you explain security and access boundaries for Containers without relying on default-open assumptions?
- Can you describe how Containers integrates with Pipelines and IaC during failure, scaling, and monitoring events?