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 510 discussion

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

The Recruiting team at AW Computing captures the job acceptance and date of hire of a candidate on the Job Application custom object. Once the candidate accepts the recruiter's Job offer, the date of hire should be entered and not be changed on subsequent record edits.

Which validation formula should the app builder use?

  • A. (ISBLANK(Job_Accepted__c) || NOT(ISCHANGED(Hire_Date__c))
  • B. (ISBLANK(Job_Accepted__c) && NOT(ISCHANGED(Hire_Date__c))
  • C. NOT(ISBLANK(Job_Accepted__c)) && ISCHANGED(Hire_Date__c)
  • D. NOT(ISBLANK(Job_Accepted__c)) || ISCHANGED(Hire_Date__c)
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
elaine03
Highly Voted 6 months, 2 weeks ago
C is the answer
upvoted 9 times
wlthorn
6 months ago
You are correct, the correct answer is C: NOT(ISBLANK(Job_Accepted__c)) && ISCHANGED(Hire_Date__c). The formula validates that the "Job Accepted" field is not blank (i.e., the candidate has accepted the job offer) and that the "Hire Date" field is being changed. If both conditions are met, the validation rule will trigger and prevent the change to the "Hire Date" field.
upvoted 5 times
...
...
sfreesway
Most Recent 1 month, 3 weeks ago
Selected Answer: C
As explained by wIthorn C is right
upvoted 2 times
...
cloudconnected
4 months, 3 weeks ago
Selected Answer: C
I agree, C is correct
upvoted 3 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