PDII Salesforce Certified Platform Developer II (PDII)

Loading demo links...

Showing 16–18 of 20 questions

Question 16

Users upload .csv files in an external system to create account and contact records in Salesforce. Up to 200 records can be created at a time. The users need to wait for a response from Salesforce in the external system, but the data does not need to synchronize between the two systems.

Based on these requirements, which method should a developer use to create the records in Salesforce?

Select an option, then click Submit answer.

  • REST API request using composite/vbatch/

  • REST API request using composite/tree/

  • Apex web services

  • Bulk API 2.0

Question 17

A developer built a Component to be used at the front desk for quests to self-register upon arrival at a kiosk. The developer is now asked to create a Component for the Utility Tray to alert Users whenever a guest has arrived at the front desk.

What should be used?

Select an option, then click Submit answer.

  • Application Event

  • DML Operation

  • Component Event

  • ChangeLog

Question 18

In an organization that has multi-currency enabled, a developer is tasked with building a Lighting Component that displays the top ten Opportunities most recently access by the logged in user. The developer must ensure the Amount and LastModifiedDate field values are displayed according to the user's locale.

What is the most effective approach to ensure values displayed respect the user’s locale settings?

Select an option, then click Submit answer.

  • Use the FOR VIEW clause in the SOQL Query.

  • Use REGEX expressions to format the values retrieved via SOQL.

  • Use the FORMAT() function in the SOQL query.

  • Use a wrapper class to format the values retrieved via SOQL.