nerdexam
SAP

C_BOCR_11 · Question #72

You want to print a report that shows all new hires and the date that their probation period ends. Which line of code returns the end of probation date?

The correct answer is A. Dateadd("M",3,{hiredate}). See the full explanation below for the reasoning.

Question

You want to print a report that shows all new hires and the date that their probation period ends. Which line of code returns the end of probation date?

Options

  • ADateadd("M",3,{hiredate})
  • BAddDate("M",{hiredate},3)
  • CAddDate("M",3,{hiredate})
  • DDateadd("M",{hiredate},3)

How the community answered

(33 responses)
  • A
    76% (25)
  • B
    9% (3)
  • C
    12% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full C_BOCR_11 Practice