nerdexam
Oracle

1Z0-071 · Question #417

Which is true about the ROUND, TRUNC and MOD functions?

The correct answer is B. ROUND(MOD(25,3),-1) is invalid. See the full explanation below for the reasoning.

Question

Which is true about the ROUND, TRUNC and MOD functions?

Options

  • ATRUNC(MOD(25,3),-1) is invalid.
  • BROUND(MOD(25,3),-1) is invalid.
  • CROUND(MOD(25,3),-1) and TRUNC(MOD(25,3),-1) are both valid and give the same result.
  • DROUND(MOD(25,3),-1) and TRUNC(MOD(25,3),-1) are both valid but give different results.

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    83% (29)
  • C
    3% (1)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice