nerdexam
Microsoft

AZ-400 · Question #75

Your company develops a client banking application that processes a large volume of data. Code quality is an ongoing issue for the company. Recently, the code quality has deteriorated because of an in

The correct answer is A. build. The Microsoft Security Code Analysis Extension build tasks abstract the complexities of: 1. Running security static analysis tools, and 2. Processing the results from log files to create a summary report or break the build.

Submitted by minji_kr· Mar 6, 2026Design and implement build and release pipelines

Question

Your company develops a client banking application that processes a large volume of data. Code quality is an ongoing issue for the company. Recently, the code quality has deteriorated because of an increase in time pressure on the development team. You need to implement static code analysis. During which phase should you use static code analysis?

Options

  • Abuild
  • Bproduction release
  • Cstaging
  • Dintegration testing

How the community answered

(29 responses)
  • A
    93% (27)
  • C
    3% (1)
  • D
    3% (1)

Explanation

The Microsoft Security Code Analysis Extension build tasks abstract the complexities of: 1. Running security static analysis tools, and 2. Processing the results from log files to create a summary report or break the build.

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice