최신 PDII 무료덤프 - Salesforce Certified Platform Developer II (PDII)
Given the following code:

Assuming there were 10 Contacts and five Accounts created today, what is the expected result?

Assuming there were 10 Contacts and five Accounts created today, what is the expected result?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Consider the controller code below that is called from an Aura component and returns data wrapped in a class.

The developer verified that the queries return a single record each and there is error handling in the Aura component, but the component is not getting anything back when calling the controller getSemeData.
'What is wrong?

The developer verified that the queries return a single record each and there is error handling in the Aura component, but the component is not getting anything back when calling the controller getSemeData.
'What is wrong?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Universal Containers wants to notify an external system in the event that an unhandled exception occurs when their nightly Apex batch job runs.
What is the appropriate publish/subscribe logic to meet this requirement?
What is the appropriate publish/subscribe logic to meet this requirement?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
A developer writes a Lightning web component that displays a dropdown list of all custom objects in the org from which a user will select. An Apex method prepares and returns data to the component.
What should the developer do to determine which objects to include in the response?
What should the developer do to determine which objects to include in the response?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
A company wants to run different logic based on an Opportunity's record type.
Which code segment handles this request and follows best practices?
Which code segment handles this request and follows best practices?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
A company wants to incorporate a third-party weh service to set the Address fields when an Account is inserted, if they have not already been set.
What is the optimal way to achieve this?
What is the optimal way to achieve this?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
A Salesforce developer is hired by a multi-national company to build a custom Lightning application that shows employees their employment benefits and earned commissions over time. The application must acknowledge and respect the user's locale context for dates, times, numbers, currency, and currency symbols.
When using Aura components, which approach should the developer implement to ensure the Lightning application complies with the user's locale?
When using Aura components, which approach should the developer implement to ensure the Lightning application complies with the user's locale?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
As part of their quoting and ordering process, a company needs to send POFs to their document storage system's REST endpoint that supports OAuth 2.0. Each Salesforce user must be individually authenticated with the document storage system to send the PDF.
What is the optimal way for a developer to implement the authentication to the REST endpoint?
What is the optimal way for a developer to implement the authentication to the REST endpoint?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
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?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
Which statement is considered a best practice for writing bulk safe Apex triggers?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)