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?

解説: (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?

解説: (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

解説: (GoShiken メンバーにのみ表示されます)
A company has many different unit test methods that create Account records as part of their data setup. A new required field was added to the Account and now all of the unit tests fail.
What is the optimal way for a developer to fix the issue?

解説: (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?

解説: (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 gets an error saying 'Maximum Trigger Depth Exceeded.'
What is a possible reason to get this error message?

解説: (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?

解説: (GoShiken メンバーにのみ表示されます)
Which tag should a developer use to display different text while an <apex:commandButton> is Processing an action?

解説: (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?

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