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

A developer is asked to build a solution that will automatically send an email to the customer when an Opportunity stage changes. The solution must scale to allow for 10,000 emails per day. The criteria to send the email should be evaluated after certain conditions are met.
What is the optimal way to accomplish this?

解説: (GoShiken メンバーにのみ表示されます)
As part of point-to-point integration, a developer must call an external web service which, due to high demand, takes a long time to provide a response. As part of the request, the developer must collect key Inputs from the end user before making the callout. Which two elements should the developer use to Implement these business requirements?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers wants to notify an external system, in the event that an unhandled exception occurs, by publishing a custom event using Apex.
What is the appropriate publish/subscribe logic to meet this requirement?

解説: (GoShiken メンバーにのみ表示されます)
A page throws an 'Attempt to dereference a null object' error for a Contact.
What change in the controller will fix the error?

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

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers uses Salesforce to track orders in an order__c object.
The order = object has private organization-wide defaults. The order = object has a custom field, Quality_Controller_c, that is a Lookup to User and is used to indicate that the specified User is performing quality control on the order_ co.
What should be used to automatically give read only access to the User set in the Quality_Controller field?

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

Users of this Visualforce page complain that the page does a full refresh every time the Search button Is pressed.
What should the developer do to ensure that a partial refresh Is made so that only the section identified with opportunity List is re-drawn on the screen?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers is implementing a new approval process for expense reimbursements. The process requires complex logic to determine the appropriate approver based on factors such as expense amount, employee role, and project type. The solution should allow for flexibility and future changes in the approval rules.
Which approach would be the most suitable for implementing this logic?

解説: (GoShiken メンバーにのみ表示されます)
Which interface needs to be implemented by an Aura component so that it may be displayed in modal dialog by clicking a button on a Lightning record page?

解説: (GoShiken メンバーにのみ表示されます)
A developer wrote a class named asccuntRisteryManager that relies on field history tracking. The class has a static method called getaccountHistory that Lakes in an Account as a parameter and returns a list of associated accountHistory object records.
The following test fails:

What should be done to make this test pass?

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