Microsoft Azure DevOps Engineer Expert (AZ‑400) Practice Exams
About the Azure AZ-400 exam
Exam at a glance
Microsoft's senior DevOps certification at the expert tier.
Domain weighting
- Design and implement build and release pipelines: 40–45%
- Design and implement a source control strategy: 15–20%
- Configure processes and communications: 10–15%
- Develop a security and compliance plan: 10–15%
- Implement an instrumentation strategy: 10–15%
Tools and platforms in scope
- Azure DevOps Services — Boards, Repos, Pipelines (classic + YAML), Artifacts, Test Plans.
- GitHub — Actions, Advanced Security (CodeQL, secret scanning, Dependabot), Codespaces, Packages.
- Infrastructure as code — Bicep, ARM templates, Terraform, GitHub Actions for infrastructure.
- Containers and orchestration — Azure Container Registry, AKS deployment patterns, Helm.
- Security and supply chain — SAST/DAST integration, dependency scanning, SBOM, GitHub Advanced Security.
- Observability — Application Insights, Azure Monitor, Log Analytics, dashboards, alerts, action groups.
Prerequisites
AZ-400 has a formal prerequisite: you must already hold either the Azure Administrator Associate (AZ-104) OR the Azure Developer Associate (AZ-204) — only one is required, not both. You can technically pass AZ-400 first and earn the prerequisite afterward, but Microsoft will not award the DevOps Engineer Expert title until one of the two associate certifications is on record.
Why take this certification
- Microsoft's senior DevOps credential. AZ-400 is the recognized standard for DevOps engineers, site reliability engineers, and platform engineers in Microsoft-stack organizations. It signals you can own end-to-end CI/CD, not just write pipeline YAML.
- Spans Azure DevOps AND GitHub. Since GitHub joined Microsoft, AZ-400 has evolved into the only major certification that covers both toolchains and the migration patterns between them — a real differentiator in enterprises consolidating onto one platform.
- Strong salary signal. DevOps engineers with AZ-400 in the United States typically earn $130,000–$165,000 USD, with senior platform engineers and SREs reaching $180,000+ in major metros. Listings that name AZ-400 specifically tend to be senior-level.
- Free renewal forever. Microsoft's free online renewal assessment on Microsoft Learn means you keep the credential current without paying $165 again — among the cheapest certifications to maintain long-term in the industry.
What you'll learn in the AZ-400 exam
AZ-400 validates that you can design and operate production CI/CD across both Azure DevOps Services and GitHub. The exam is scenario-driven — most questions describe a delivery problem (slow releases, fragile environments, missing security controls) and ask you to choose the pipeline design, branching strategy, or instrumentation that fixes it.
Core technologies you'll be tested on
- Azure DevOps Services: Boards (work items, queries, dashboards), Repos (Git branching strategies, pull request policies), Pipelines (YAML, multi-stage, environments, approvals, gates, deployment jobs, agent pools), Artifacts (feeds, upstream sources, retention), Test Plans.
- GitHub: Actions (reusable workflows, composite actions, OIDC federation to Azure, self-hosted runners), Advanced Security (CodeQL, secret scanning, push protection, Dependabot alerts and updates), Codespaces, Packages, Environments with required reviewers.
- Pipeline-as-code: YAML pipelines (templates, variables, conditions, expressions), multi-stage release patterns, environment-scoped approvals, deployment gates, parallel jobs, matrix builds, cross-pipeline triggers.
- Infrastructure as code: Bicep, ARM templates, Terraform with Azure DevOps and GitHub Actions, state management for Terraform, drift detection.
- Containers and AKS: Container build/push to Azure Container Registry, AKS deployment patterns (Helm, Kustomize), GitOps with Flux/Argo, image scanning in the pipeline.
- Release strategies: Blue/green, canary, ring-based deployments, feature flags via Azure App Configuration, dark launches, progressive exposure.
- Security and compliance: SAST and DAST integration (Microsoft Defender for DevOps, GitHub Advanced Security, OWASP ZAP), dependency vulnerability scanning, secret detection and rotation, software bill of materials (SBOM), supply-chain security (SLSA, signed builds, attestation).
- Instrumentation: Application Insights (request, dependency, exception telemetry, availability tests, custom events), Azure Monitor metrics, Log Analytics with KQL, workbooks, dashboards, alert rules, action groups.
Architectural patterns you'll need to recognize
- Choosing between Azure Pipelines and GitHub Actions for a given workflow — and designing hybrid pipelines that use both.
- Migrating from classic Azure Pipelines to YAML, or from Jenkins to GitHub Actions / Azure Pipelines.
- Securing pipelines against supply-chain attacks: pinned actions, OIDC federation instead of long-lived secrets, branch protection, environment approvals.
- Designing branching strategies (GitHub Flow, trunk-based, release branches) and matching them to release cadence and team size.
- Integrating security scanning at the right pipeline stages so feedback is fast but blocking only when it should be.
- Building an instrumentation strategy that combines Application Insights, Azure Monitor, and Log Analytics into actionable dashboards and alerts.
How the practice exams help
Each free question and every premium exam mirrors the scenario-style format Microsoft uses — long stem describing a real DevOps problem, four to six plausible options, one or two correct. Detailed explanations cover not just why the right answer is right but why the distractors are wrong, so you learn the trade-offs between Azure DevOps and GitHub solutions rather than memorizing one tool.
How to prepare for the AZ-400 exam
A successful AZ-400 preparation strategy combines deep tool familiarity, real pipeline-building practice, and exam simulation. Recommended approach:
- Confirm your prerequisite (week 0). Make sure you already hold AZ-104 (Azure Administrator) or AZ-204 (Azure Developer) — Microsoft won't issue the DevOps Engineer Expert credential without one. If you don't, prepare and pass that exam first; it builds the Azure baseline AZ-400 assumes.
- Work through Microsoft Learn (3–4 weeks). Complete the official AZ-400 learning path. Microsoft refreshed the content in April 2026, so prioritize the modules covering GitHub Actions, GitHub Advanced Security, and the unified Azure DevOps + GitHub workflows. Read the official skills measured document end-to-end at least twice.
- Hands-on with both toolchains (3–4 weeks). Spin up free tiers of Azure DevOps and GitHub. Build the same multi-stage CI/CD pipeline in both — once in Azure Pipelines YAML, once in GitHub Actions — deploying to App Service or AKS. Practice OIDC federation, environment approvals, deployment gates, and rollback strategies. Configure Application Insights and at least one alert rule per pipeline.
- Security and supply chain (1–2 weeks). Enable GitHub Advanced Security on a sample repo and walk through CodeQL, secret scanning, and Dependabot. Add SAST and dependency scanning to your pipelines. Generate an SBOM. This area trips up candidates who only know "happy path" CI/CD.
- Practice exams (1–2 weeks). Take timed practice tests to identify weak areas — pipeline design and source control strategy combined are ~60% of the exam, so weight your prep accordingly. Detailed explanations on every answer option help you learn the reasoning. Aim for consistent 80%+ scores before scheduling your exam.
Recommended timeline
10–14 weeks of focused study (10–15 hours per week) for AZ-104 / AZ-204 holders with some prior CI/CD experience. Allow 14–18 weeks if you're brand-new to either Azure DevOps or GitHub Actions. Candidates without any prior CI/CD background in any platform should expect significantly longer.
Official resources
Download the official AZ-400 exam page and skills measured document and work through the Microsoft Learn AZ-400 learning path. The Azure DevOps documentation and GitHub Actions documentation are essential references — most exam scenarios trace directly back to capabilities described there.