nerdexam
Microsoft

70-498 · Question #34

You are developing a new application. The application will require rapid changes after it is in production. You need to implement practices that promote high quality and ensure the code is…

The correct answer is A. Refactor code based on code metrics from the maintainability index. D. Create unit tests and monitor code coverage. F. Refactor code based on code clone analysis. See the full explanation below for the reasoning.

Question

You are developing a new application. The application will require rapid changes after it is in production. You need to implement practices that promote high quality and ensure the code is maintainable. Which three practices should you implement? (Each correct answer presents part of the solution. Choose three.)

Options

  • ARefactor code based on code metrics from the maintainability index.
  • BKeep the code tightly coupled.
  • CCreate as few classes as possible.
  • DCreate unit tests and monitor code coverage.
  • ECreate as few assemblies as possible.
  • FRefactor code based on code clone analysis.

How the community answered

(39 responses)
  • A
    72% (28)
  • B
    15% (6)
  • C
    8% (3)
  • E
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 70-498 Practice