exam questions

Exam ADM-201 All Questions

View all questions & answers for the ADM-201 exam

Exam ADM-201 topic 1 question 211 discussion

Actual exam question from Salesforce's ADM-201
Question #: 211
Topic #: 1
[All ADM-201 Questions]

IF(ISPICKVAL(picklist_field)) has the same output as:

  • A. VAL(picklist_field)
  • B. CASE(picklist_field)
  • C. CASE("picklist_field")
  • D. Picklist_field(VALUE)
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
JohnyWalker99
1 year ago
Correct answer is indeed B, because Three functions take picklist values as arguments in all formula fields: ISPICKVAL(), CASE(), and TEXT(). https://trailhead.salesforce.com/en/content/learn/modules/advanced_formulas/picklist_formulas
upvoted 1 times
JohnyWalker99
1 year ago
Also, this question depicts ISPICKVAL() incorrectly because this function requires two parameters - picklist_field, text_value. It returns true if picklist_field = text_value .
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 ...