PDII試験無料問題集「Salesforce Certified Platform Developer II (PDII) 認定」
Universal Containers ne=ds to integrate with several external systems. The process Is Initiated when a record Is created in Salesforce, The remote systems do not require Salesforce to wait for a response before continuing.
What is the recommended best solution to accomplish this?
What is the recommended best solution to accomplish this?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Refer to the code snippet below:

A custom object called Credit_Memo__c exists in a Salesforce environment. As part of a new feature development that retrieves and manipulates this type of record, the developer needs to ensure race conditions are prevented when a set of records are modified within an Apex transaction.
In the preceding Apex code, how can the developer alter the query statement to use SOQL features to prevent race conditions within a transaction?

A custom object called Credit_Memo__c exists in a Salesforce environment. As part of a new feature development that retrieves and manipulates this type of record, the developer needs to ensure race conditions are prevented when a set of records are modified within an Apex transaction.
In the preceding Apex code, how can the developer alter the query statement to use SOQL features to prevent race conditions within a transaction?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A Salesforce org has more than 50,000 contacts. A new business process requires a calculation that aggregates data from all of these contact records. This calculation needs to run once a day after business hours.
which two steps should a developer take to accomplish this?
Choose 2 answers
which two steps should a developer take to accomplish this?
Choose 2 answers
正解:C,D
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Universal Containers stores user preferences in a Hierarchy Custom Setting, User_Prefs_c, with a Checkbox field, Show_Help_c. Company-level defaults are stored at the organizational level, but may be overridden at the user level. If a user has not overridden preferences, then the defaults should be used.
How should the Show_Help_c preference be retrieved for the current user?
How should the Show_Help_c preference be retrieved for the current user?
正解:A
解答を投票する
解説: (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 Salesforce Platform Developer is leading a team that is tasked with deploying a new application to production. The team has used source-driven development, and they want to ensure that the application is deployed successfully.
What tool or mechanism should be used to verify that the deployment is successful?
What tool or mechanism should be used to verify that the deployment is successful?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A developer is asked to replace the standard Case creation screen with a custom screen that takes users through a wizard before creating the Case. The org only has users running Lightning Experience.
What should the developer override the Case New Action with to satisfy the requirements?
What should the developer override the Case New Action with to satisfy the requirements?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)