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?
What is the optimal way to accomplish this?
正解:B
解答を投票する
解説: (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
Choose 2 answers
正解:A,D
解答を投票する
解説: (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?
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?
正解:A
解答を投票する
解説: (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?

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?
正解:A
解答を投票する
解説: (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?
Which approach would be the most suitable for implementing this logic?
正解:B
解答を投票する
解説: (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?
The following test fails:

What should be done to make this test pass?
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)