AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 55


A process contains only 4 stages. Study the following process below:

The data item "˜New Date is a date data item with no initial value.

The calculation stage is configured as follows:

What will happen when you execute the Create Date stage?

Show Answer
Correct Answer: B

The DateAdd function uses the first parameter to define the interval type. In this specific function, a value of 5 for the interval type represents adding months. Therefore, when this function is executed, one month (the second parameter) will be added to today's date (the third parameter). The result will be stored in the New Date data item.

Discussion

7 comments
Sign in to comment
JC_131Option: B
Jan 13, 2021

DateAdd(<interval<,<number>,<date>) *Interval* 0 Year 1 Week 2 (n/a) 3 (n/a) 4 Quarter Quarter 5 Month 9 Days

bik0Option: B
Nov 25, 2020

Usually dateadd used by identifying the interval first But here its mentioned 5, Which means WHAT????? As per some References, Answer is B But I still didnt get it

bik0Option: B
Nov 25, 2020

Usually dateadd used by identifying the interval first like dateadd(year, 1, '2015/1/1') which will add one year to the mentioned date But here its mentioned 5, Which means WHAT????? As per some References, Answer is B But I still didnt get it

coolalaOption: B
Jan 11, 2021

The first parameter is the interval type. A value of 5 represents month. The second parameter is the value to be added to the date, which is the third parameter.

ZerohashOption: B
Apr 21, 2021

Correct answer is B

sogoku_ichi_2907Option: B
Jun 5, 2021

Yes, B is the correct answer.

iteOption: B
Nov 30, 2021

it's b