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

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

Universal Containers manages leads in a Lead qualification queue where sales reps can accept ownership of the Lead. Campaign members are required to have a sales owner.

What validation rule should an app builder configure?

  • A. NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
  • B. NOT( ISBLANK(Lead.Owner:Queue.Id))
  • C. AND( ISBLANK(Lead.Owner.Id) )
  • D. AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))
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
92b6348
5 days, 1 hour ago
Selected Answer: D
I'd choose D-Because ,Checks when the Lead is new and if there's no User as Owner, enforces the requirement that new Campaign Members cannot be created if their associated Lead does not have a User as its owner. This implies that a sales rep has taken ownership of the Lead from the qualification queue. A- Only checks during record creation (ISNEW()), focuses on Queue.Id. B-Would trigger if Queue ownership exists, but doesn't check if it's user-owned properly.C-Only checks if Owner is blank, doesn't distinguish between Queue and User.
upvoted 1 times
...
Justinemj
6 months ago
Should be AND(ISNEW(), ISBLANK(Lead.Owner:User.Id)). Validation Rule will block saving the record when it is blank for this field.
upvoted 3 times
...
tknsn
1 year, 6 months ago
Selected Answer: B
bbbbbbbbbbbbb
upvoted 1 times
...
BorisBoris
1 year, 9 months ago
B. If you want to ensure that a Lead in the qualification queue has a sales owner assigned (not belonging to a queue), you can use this validation rule:
upvoted 3 times
...
Maykul
2 years ago
Is this answer correct? I think it is B.
upvoted 3 times
ExamTube
1 year, 11 months ago
I guess you are right. It should be B.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago