Practice exams for DevOps Engineer Expert (AZ-400)
50 questions ยท 100 min
- Design and implement build and release pipelines 28 questions
- Design and implement processes and communications 6 questions
- Design and implement a source control strategy 6 questions
- Develop a security and compliance plan 6 questions
- Implement an instrumentation strategy 4 questions
25 free questions across all domains, no account required.
The full set of 50 questions is included in the All certifications subscription. Subscribe
How to prepare for DevOps Engineer Expert (AZ-400) with InfraPrep
The 50 questions cover 5 domains: Design and implement build and release pipelines, Design and implement processes and communications, Design and implement a source control strategy, Develop a security and compliance plan, Implement an instrumentation strategy. 25 of them are free, without an account.
Study mode
Answer at your pace: each answer is corrected straight away, with an explanation and the link to the documentation it relies on.
Exam mode
A timed exam of 100 minutes, with a question map to flag and come back to questions before you submit.
Results by domain
Your score is broken down by domain, so you know what to review first.
Original questions
Every question is written from the public documentation, never copied from the exam. You can contest an answer from study mode.
Sample question
Design and implement processes and communications
A team uses GitHub for source control and wants GitHub commits, pull requests, and branches to link automatically to work items in Azure Boards. Before any linking can happen, what must the team do first?
- Enable branch policies on the GitHub repository
- Connect the Azure Boards project to the GitHub repository
- Create a service connection of type GitHub in Azure Pipelines
- Install the Azure Boards app in GitHub and accept the updated permissions for pull request insights
Show the answer and the explanation
Correct answer: B
The documentation explains how to link work items to GitHub commits, pull requests, branches, and builds only after the Azure Boards project has been connected to the GitHub repository.