Salesforce Certified Platform Developer Exam
Certified Platform Developer (Page 27 )

Updated On: 30-Jan-2026

What is a capability of the Developer Console?

  1. Execute Anonymous Apex code, Create/Edit code, view Debug Logs.
  2. Execute Anonymous Apex code, Run REST API, create/Edit code.
  3. Execute Anonymous Apex code, Create/Edit code, Deploy code changes.
  4. Execute Anonymous Apex code, Run REST API, deploy code changes.

Answer(s): A



In a single record, a user selects multiple values from a multi-select picklist. How are the selected values represented in Apex?

  1. As a String with each value separated by a comma
  2. As a Set with each value as an element in the set
  3. As a String with each value separated by a semicolon
  4. As a List with each value as an element in the list Previous

Answer(s): C



Which two statements are true about Apex code executed in Anonymous Blocks? Choose 2 answers

  1. Successful DML operations are automatically committed
  2. All DML operations are automatically rolled back
  3. The code runs with the permissions of the user specified in the runAs() statement
  4. The code runs with the permissions of the logged user.
  5. The code runs in system mode having access to all objects and fields.

Answer(s): A,D



What can a Lightning Component contain in its resource bundle? Choose 2 answer

  1. Custom client side rendering behavior.
  2. Build scripts for minification
  3. Properties files with global settings
  4. CSS styles scoped to the component

Answer(s): A,D



A developer wants to list all of the Tasks for each Account on the Account detail page. When a task is created for a Contact, what does the developer need to do to display the Task on the related Account record?

  1. Nothing. The task is automatically displayed on the Account page.
  2. Nothing. The Task cannot be related to an Account and a Contact.
  3. Create a Workflow rule to relate the Task to the Contact's Account.
  4. Create an Account formula field that displays the Task information.

Answer(s): A



Viewing page 27 of 77
Viewing questions 131 - 60 out of 60 questions



Post your Comments and Discuss Salesforce Certified Platform Developer exam prep with other Community members:

Join the Certified Platform Developer Discussion