exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 4 question 7 discussion

Actual exam question from Microsoft's MB-500
Question #: 7
Topic #: 4
[All MB-500 Questions]

HOTSPOT -
You have the following code:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Yes -
Add 1 to a date adds one day.

Box 2: No -
Date2num converts a date to an integer that corresponds to the number of days since January 1, 1900 so this would give us a large number.
Int2str converts the large number into a string.
Str2date converts a string to a date. However, the large number would not be in the correct format for a date.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/types-of-fields https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-conversion-run-time-functions

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
OzDiMe
Highly Voted 1 year, 3 months ago
Correct, checked in Visual Studio
upvoted 13 times
abhig535
3 months ago
What is the output of the left condition for result2?
upvoted 1 times
...
...
Prollyx
Most Recent 8 months, 4 weeks ago
Correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...