ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 73 - Certified Platform Developer II discussion

Report
Export

A developer must create a custom pagination solution for accessing approximately 2000 records and displaying 50 records on each page. Data from Salesforce will be accessed via an API and not via Apex.

How can the developer meet these requirements? (Choose two.)

A.
Use a StandardSetController
Answers
A.
Use a StandardSetController
B.
Use CURSOR 50 in SOQL queries
Answers
B.
Use CURSOR 50 in SOQL queries
C.
Use OFFSET in SOQL queries
Answers
C.
Use OFFSET in SOQL queries
D.
Use LIMIT 50 in SOQL queries
Answers
D.
Use LIMIT 50 in SOQL queries
Suggested answer: C, D
asked 23/09/2024
Freddy KUBIAK
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first