최신Salesforce Certified Platform Developer II - Multiple Choice - Plat-Dev-301무료샘플문제
문제1
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?
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?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
A developer is tasked with creating a Lightning web component that allows users to create a Case for a selected product, directly from a custom Lightning page. The input fields in the component are displayed in a non-linear fashion on top of an image of the product to help the user better understand the meaning of the fields.
Which two components should a developer use to implement the creation of the Case from the Lightning web component?
Choose 2 answers
A developer is tasked with creating a Lightning web component that allows users to create a Case for a selected product, directly from a custom Lightning page. The input fields in the component are displayed in a non-linear fashion on top of an image of the product to help the user better understand the meaning of the fields.
Which two components should a developer use to implement the creation of the Case from the Lightning web component?
Choose 2 answers
정답: A,C
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
A developer creates a Lightning web component to allow a Contact to be quickly entered. However, error messages are not displayed.

Which component should the developer add to the form to display error messages?
A developer creates a Lightning web component to allow a Contact to be quickly entered. However, error messages are not displayed.

Which component should the developer add to the form to display error messages?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
An Apex trigger and Apex class increment a counter, Edit __C, any time the Case is changed.

A)

B)

C)

D)

An Apex trigger and Apex class increment a counter, Edit __C, any time the Case is changed.

A)

B)

C)

D)

정답: B
문제5
An Apex class does not achieve expected code coverage. The testsetup method explicitly calls a method In the Apex class..
How can the developer generate the code coverage?
An Apex class does not achieve expected code coverage. The testsetup method explicitly calls a method In the Apex class..
How can the developer generate the code coverage?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
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)

B)

C)

D)

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)

B)

C)

D)

정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
Refer to the component code and requirements below:

Requirements: 1. For mobile devices, the information should display in three rows. 2. For desktops and tablets, the information should display in a single row. Requirement 2 Is not displaying as desired. Which option has the correct component code to meet the requirements for desktops and tablets? A)

B)

C)

D)

Refer to the component code and requirements below:

Requirements: 1. For mobile devices, the information should display in three rows. 2. For desktops and tablets, the information should display in a single row. Requirement 2 Is not displaying as desired. Which option has the correct component code to meet the requirements for desktops and tablets? A)

B)

C)

D)

정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
A Lightning web component exists in the system and displays information about the record in context as a medal. Salesforce administrators need to use this component within the Lightning App Builder, Which two settings should the developer configure within the xml resource file?
Choose 2 answers
A Lightning web component exists in the system and displays information about the record in context as a medal. Salesforce administrators need to use this component within the Lightning App Builder, Which two settings should the developer configure within the xml resource file?
Choose 2 answers
정답: B,C
설명: (ExamPassdump 회원만 볼 수 있음)