exam questions

Exam Certified Platform App Builder All Questions

View all questions & answers for the Certified Platform App Builder exam

Exam Certified Platform App Builder topic 1 question 368 discussion

Actual exam question from Salesforce's Certified Platform App Builder
Question #: 368
Topic #: 1
[All Certified Platform App Builder Questions]

An app builder has been asked to display an Overdue Date that is two months after a Task's Due Date.
Which approach should the app builder take?

  • A. Create a formula field using the ADDMONTHS() function
  • B. Use Process Builder and set Overdue Date equal to DueDate + 60
  • C. Create a formula field using DueDate + 60
  • D. Use Process Builder and set Overdue Date equal to DueDate + ((365/12) * 2)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
ArturoDlr18
Highly Voted 3 years, 2 months ago
ADDMONTHS() will give an accurate date adding the especific 2 months, not 60 days
upvoted 16 times
...
gtudor
Highly Voted 3 years, 2 months ago
Answer: A ADDMONTHS function returns the date that is the indicated number of months before or after a specified date.
upvoted 11 times
...
Dzhumy
Most Recent 1 month ago
Selected Answer: A
28, 29,30,31 month days != 30 days. So here you go
upvoted 1 times
...
docxdmd
6 months, 3 weeks ago
Selected Answer: A
2 Months =/= 60 days. Months are not all the same length...This is pretty obvious isn't it? Correct answer is A.
upvoted 4 times
...
Saozer
1 year, 2 months ago
Selected Answer: A
They need "2" months after the DueDate. So let add these "2" months easely: >>> ADDMONTHS(DueDate, 2); <<<
upvoted 4 times
Saozer
1 year, 2 months ago
https://help.salesforce.com/apex/HTViewHelpDoc?id=sf.customize_functions_addmonths.htm&language=en_US#:~:text=Returns%20the%20date%20that%20is,component%20as%20the%20specified%20date.
upvoted 1 times
...
...
sf2022
1 year, 6 months ago
Selected Answer: A
Should not use 60 days = 2 months must use func addmonth() Ans is A
upvoted 3 times
...
Jacquealine71
1 year, 11 months ago
Agree "A" - ADDMONTHS(function)
upvoted 1 times
...
Ma21
2 years ago
Agree A
upvoted 2 times
...
sarthakdhar
2 years, 6 months ago
Its is Task's due date. which means a task record is linked to it and its due date + 60. this answer is correct
upvoted 1 times
...
sandy1230
3 years, 1 month ago
https://help.salesforce.com/articleView?id=customize_functions_a_h.htm&type=5
upvoted 2 times
...
oyeankur
3 years, 3 months ago
Correct ans : C. Create a formula field using DueDate + 60
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago