ExamQuestions.com

Register
Login
Microsoft Azure DevOps Solutions (AZ-400) Exam Questions

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

294 / 375

Question 294:

Whizlabs is designing the CI/CD pipeline for the new project. They want to include several test steps in their pipeline. They created the following list of proposed tests: 
a.Unit testing 
b.Load and Performance testing 
c.Threat Modeling 
d.Active Pen Testing 
e.Integration Testing 
f.Static Code Analysis 
Could you select the right sequence of tests from the point of the Software Development and DevOps pipeline workflow?

Answer options:

A.Static Code -> Unit -> Load/Performance -> Pen -> Threat -> Integration
B.Unit -> Static Code -> -> Integration -> Load/Performance -> Pen -> Threat
C.Threat -> Static Code -> Unit -> Integration -> Load/Performance -> Pen
D.Static Code -> Threat -> Unit -> Load/Performance -> Pen -> Integration
E.Threat -> Static Code -> Unit -> Load/Performance -> Integration -> Pen