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?
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?
正解:B
解答を投票する
解説: (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?
What should a developer use in an Apex test class to test that record sharing is enforced on the Visualforce page?
正解:A
解答を投票する
解説: (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?
正解:D
解答を投票する
解説: (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
Choose 2 answers
正解:B,C
解答を投票する
解説: (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?
What should a developer implement to make the call to the ERP
system's REST endpoint?
正解:D
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)