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

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 339 discussion

Actual exam question from Salesforce's CRT-450
Question #: 339
Topic #: 1
[All CRT-450 Questions]

A developer is asked to create a Visualforce page that lists the contacts owned by the current user. This component will be embedded in a Lightning page.

Without writing unnecessary code, which controller should be used for this purpose?

  • A. Standard controller
  • B. Custom controller
  • C. Standard list controller
  • D. Lightning controller
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
aregas
5 months, 2 weeks ago
C) Use the standard list controller and an iteration component, such as <apex:pageBlockTable>, to display a list of records. https://trailhead.salesforce.com/content/learn/modules/visualforce_fundamentals/visualforce_standard_list_controllers
upvoted 1 times
...
huwamaru
12 months ago
Selected Answer: C
https://trailhead.salesforce.com/ja/content/learn/modules/visualforce_fundamentals/visualforce_standard_list_controllers
upvoted 1 times
...
tuananhbgbg
1 year ago
Selected Answer: C
Since we need a list of records, standardListController is answer because we can extend the controller if the query need to be different. Also it comes with ready to use functions for list use case
upvoted 1 times
...
irina_735
1 year ago
Selected Answer: B
I think its B, becuase we need filter contacts records by owner. If sharing settings to contacts are set to public - you`ll see all contacts of all owners
upvoted 1 times
...
Keiyo
1 year, 2 months ago
A. Standard controller
upvoted 1 times
...
BrucePark
1 year, 3 months ago
Isn't it A?
upvoted 1 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 ...