Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Platform Developer II All Questions

View all questions & answers for the Certified Platform Developer II exam

Exam Certified Platform Developer II topic 1 question 126 discussion

Actual exam question from Salesforce's Certified Platform Developer II
Question #: 126
Topic #: 1
[All Certified Platform Developer II Questions]

A company wants to create a dynamic survey that navigates users through a different series of questions based on their previous responses.
What is the recommended solution to meet this requirement?

  • A. Dynamic Record Choice
  • B. Lightning Process Builder
  • C. Visualforce and Apex
  • D. Custom Lightning Application
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
beardAnt
1 month, 1 week ago
Selected Answer: A
A Dynamic Record Choice is a query on an Object in Salesforce that you may add filters to, and have those results presented to your End User for selection. The records that you return will be dynamic based on your filters, and the End User can select one or multiple records to perform an action on.
upvoted 1 times
...
Sapphire808
1 year, 1 month ago
Selected Answer: B
Process builder and if updated flow can get this accomplished easily. Nothing is mentioned of it being complicated that would require Visualforce and apex.
upvoted 1 times
...
cPickle
1 year, 6 months ago
Selected Answer: C
C is Correct. Visualforce allows you to create custom user interfaces using HTML, CSS, and Apex, and provides the flexibility to create dynamic surveys with conditional questions based on user responses. With Apex, you can define the logic to determine which questions should be displayed based on previous responses, as well as store and retrieve the survey responses. While the other options listed may have some capabilities to address this requirement, Visualforce and Apex are the most suitable options for creating a dynamic survey with custom logic and navigation based on user responses.
upvoted 1 times
...
lorenac2
1 year, 10 months ago
I don't see A being a good answer. Ideally you would want to use flow, and although A is a piece of flow, it itself is not a complete solution. Of the options available, D would be best as it implements lightning components, which may have incorporated flow into it. However, it doesn't need to, it can stand alone and is better with being reactive and is better for mobile apps as well.
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 ...