PDII試験無料問題集「Salesforce Certified Platform Developer II (PDII) 認定」

Refer to the markup below:

A Lightning web component displays the Account name and two custom fields out of
275 that exist on the abject. The custom fields are correctly declared and populated. However, the developer receives complaints that the component performs slowly.
What can the developer do to improve the performance?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers allows customers to log into a Salesforce Community and update their orders via a custom Visualforce page. Universal Containers' sales representatives can edit the orders on the same Visualforce page.
What should a developer use in an Apex test class to test that record sharing is enforced on the Visualforce page?

解説: (GoShiken メンバーにのみ表示されます)
A developer is inserting, updating, and deleting multiple lists of records in a single transaction and wants to ensure that any error prevents all execution.
How should the developer implement error exception handling in their code to handle this?

解説: (GoShiken メンバーにのみ表示されます)
A developer created a JavaScript library that simplifies the development of repetitive tasks and features and uploaded the library as a static resource called rsutils in Salesforce. Another developer is coding a new Lightning web component (LWC) and wants to leverage the library, Which statement properly loads the static resource within the LWC?

解説: (GoShiken メンバーにのみ表示されます)
What should a developer use to query all Account fields for the Acme account in their sandbox?

解説: (GoShiken メンバーにのみ表示されます)
Which three actions must be completed in a Lightning web component for a JavaScript file In a static resource to be loaded? Choose 3 answers

正解:A,B,E 解答を投票する

Consider the above trigger intended to assign the Account to the manager of the Account's region, Which two changes should a developer make in this trigger to adhere to best practices?

解説: (GoShiken メンバーにのみ表示されます)
A Lightning web component exists in the system and displays information about the record in context as a medal. Salesforce administrators need to use this component within the Lightning App Builder, Which two settings should the developer configure within the xml resource file?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers (UC) has an ERP system that stores customer Information, When an Account is created in Salesforce, the ERP system's REST endpoint for creating new customers must automatically be called with the Account information. If the call to the ERP system falls, the Account should still be created. Accounts in the UC org are only created, one at a time, by users in the UC customer on-boarding department.
What should a developer implement to make the call to the ERP
system's REST endpoint?

解説: (GoShiken メンバーにのみ表示されます)
Which technique can run custom logic when a Lightning web component is loaded?

解説: (GoShiken メンバーにのみ表示されます)