nerdexam
Microsoft

98-374 · Question #53

What two ways can you improve the frame rate of your 3D game? (Choose two.)

The correct answer is A. Use column major matrices instead of row major matrices. D. Save results instead of recalculating them. See the full explanation below for the reasoning.

Question

What two ways can you improve the frame rate of your 3D game? (Choose two.)

Options

  • AUse column major matrices instead of row major matrices.
  • BAvoid inline methods.
  • CReduce draw calls.
  • DSave results instead of recalculating them.
  • EMake your view frustum longer.

How the community answered

(56 responses)
  • A
    82% (46)
  • B
    2% (1)
  • C
    11% (6)
  • E
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 98-374 Practice