Try 12 Microsoft DevOps Engineer Expert (AZ-400) sample questions and practice-test preview prompts on DevOps strategy, CI/CD, infrastructure as code, security, monitoring, source control, and Azure delivery scope.
AZ-400 is the exam for Microsoft Certified: DevOps Engineer Expert. It focuses on developer productivity, source control, CI/CD, security, infrastructure as code, observability, and continuous improvement in Microsoft cloud delivery environments.
IT Mastery coverage for AZ-400 is under review. Use this page to try 12 original sample questions, review the exam snapshot, route fit, and closest live Azure, GitHub, and DevOps practice paths.
Practice option: Sample questions available
Start with the 12 sample questions on this page. Dedicated practice for AZ-400: Designing and Implementing Microsoft DevOps Solutions is not currently included as a full web-app practice page; enter your email to get updates when full practice becomes available or expands for this exam.
Need live practice now? See currently available IT Mastery exam pages.
| Area | What to review |
|---|---|
| Development processes | team flow, source control, branching, quality gates, and collaboration |
| CI/CD | build, release, deployment, environments, approvals, and rollback choices |
| Security and compliance | secrets, policy, supply-chain controls, and secure delivery pipelines |
| Infrastructure as code | templates, deployment automation, configuration, and repeatability |
| Observability | telemetry, monitoring, feedback loops, and continuous improvement |
Try these 12 original sample questions for Microsoft AZ-400. They are designed for self-assessment and are not official exam questions.
Topic: branching strategy
A team has long-lived feature branches that create painful merges before release. What should they improve?
Best answer: A
Explanation: DevOps delivery favors frequent integration and validated changes. Long-lived branches increase integration risk.
What this tests: Source-control process design.
Topic: CI quality gates
A build should fail when tests or security scans fail. Where should this be enforced?
Best answer: B
Explanation: CI pipelines should provide fast, enforceable feedback. Required checks prevent low-quality or unsafe changes from progressing.
What this tests: Implementing pipeline quality controls.
Topic: deployment strategy
A web app needs low-risk releases with quick rollback if health checks fail. Which strategy fits?
Best answer: C
Explanation: Progressive or slot-based release patterns reduce blast radius and support rollback. Health checks make release decisions evidence-based.
What this tests: Choosing deployment strategies.
Topic: secrets in pipelines
A pipeline needs a connection string. What should the team avoid?
Best answer: D
Explanation: Secrets should not be committed to source control. Use secure stores, scoped permissions, and identity-based access where possible.
What this tests: Securing pipeline credentials.
Topic: infrastructure as code
A team manually deploys Azure resources, and environments drift. What should they adopt?
Best answer: A
Explanation: Infrastructure as code makes environment changes repeatable, reviewable, and auditable. It supports DevOps consistency.
What this tests: Applying IaC to Azure delivery.
Topic: observability feedback
An application team wants to know whether deployments improve user experience. What should they connect?
Best answer: B
Explanation: DevOps feedback loops connect changes to operational and user outcomes. Raw activity counts are not enough.
What this tests: Creating continuous feedback loops.
Topic: environment approvals
Production deployments require business approval and separation of duties. What should the release design include?
Best answer: C
Explanation: Production controls should be enforceable and auditable. Approvals and permissions support governance without abandoning automation.
What this tests: Release governance and approvals.
Topic: package management
A build should use approved dependency versions and prevent untrusted packages. What should the team implement?
Best answer: D
Explanation: Supply-chain security is part of modern DevOps. Controlled feeds and scans reduce dependency risk.
What this tests: Securing dependencies and artifacts.
Topic: test strategy
A team relies only on manual testing at the end of each release. What is a better DevOps direction?
Best answer: A
Explanation: Automated tests provide repeatable feedback. Manual testing can remain for exploratory or specialized validation, but should not be the only gate.
What this tests: Building an effective test strategy.
Topic: incident learning
A deployment caused an outage. What should the team do after service is restored?
Best answer: B
Explanation: Continuous improvement is a DevOps principle. Incidents should produce system improvements, not just blame.
What this tests: Learning from incidents.
Topic: work visibility
Developers and operations teams use separate queues and cannot see blocked delivery work. What practice helps?
Best answer: C
Explanation: Shared visibility supports collaboration and flow improvement. AZ-400 covers process as well as tooling.
What this tests: Improving DevOps collaboration and flow.
Topic: route fit
A learner wants CI/CD and DevOps delivery practice with GitHub-specific certification focus. What adjacent route should they compare?
Best answer: D
Explanation: AZ-400 is Microsoft DevOps Engineer Expert, while GitHub Actions is the adjacent GitHub-focused automation route.
What this tests: Choosing adjacent DevOps certification paths.
Use this map to connect the sample questions to the decision pattern Microsoft usually tests for this route.
flowchart LR
S1["Plan work and flow"] --> S2
S2["Commit through source control"] --> S3
S3["Validate with CI"] --> S4
S4["Release with controls"] --> S5
S5["Observe production signals"] --> S6
S6["Improve process and platform"]
| Cue | What to remember |
|---|---|
| Source control | Use branching, pull requests, required checks, and traceability to reduce integration risk. |
| Pipelines | Automate build, test, scan, package, and deployment stages with clear quality gates. |
| Security | Protect secrets, artifacts, dependencies, and environments as part of the delivery process. |
| IaC | Version and review infrastructure changes just like application code. |
| Feedback | Connect telemetry, incidents, work items, and deployment history to continuous improvement. |
Use this page to review AZ-400 sample questions and use the Notify me form for updates. The related pages below help you compare adjacent IT Mastery Azure DevOps practice options before choosing what to study next.