ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 214 - Certified Platform Developer II discussion

Report
Export

A managed package uses a list of country ISO codes and country names as references data in many different places.. managed package Apex code.

What is the optimal way to store and retrieve the list?

A.
Store the information in Custom Metadata and query it with SOQL.
Answers
A.
Store the information in Custom Metadata and query it with SOQL.
B.
Store the information in Custom Metadata and access it with the getAll() method.
Answers
B.
Store the information in Custom Metadata and access it with the getAll() method.
C.
Store the information in a List Custom Setting and query it with SOQL.
Answers
C.
Store the information in a List Custom Setting and query it with SOQL.
D.
Store the information in a list Custom Setting and access it with the getAll() method
Answers
D.
Store the information in a list Custom Setting and access it with the getAll() method
Suggested answer: C
asked 23/09/2024
Kevin Collins
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first