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

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

Consider the following code snippet:



Users of this Visualforce page complain that the page does a full refresh every time the Search button is pressed.

What should the developer do to ensure that a partial refresh is made so that only the section identified with opportunityList is re-drawn on the screen?

  • A. Enclose the DATA table within the tag.
  • B. Ensure the action method search returns null.
  • C. Implement the tag with immediate = true.
  • F. Implement the reRender attribute on the tag.
Show Suggested Answer Hide Answer
Suggested Answer: F 🗳️

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
BrucePark
10 months, 4 weeks ago
Selected Answer: F
reRenderer should be 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 ...