최신Salesforce Platform Developer I (PDI) - PDI무료샘플문제
문제1
What is an example of a polymorphic lookup field in Salesforce?
What is an example of a polymorphic lookup field in Salesforce?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
The following code snippet is executed by a Lightning web component in an environment with more than
2,000 lead records:

Which governor limit will likely be exceeded within the Apex transaction?
The following code snippet is executed by a Lightning web component in an environment with more than
2,000 lead records:

Which governor limit will likely be exceeded within the Apex transaction?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
Which two statements are true about using the @testSetup annotation in an Apex test class?
Choose 2 answers
Which two statements are true about using the @testSetup annotation in an Apex test class?
Choose 2 answers
정답: A,C
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
A developer needs to have records with specific field values in order to test a new Apex class.
What should the developer do to ensure the data is available to the test?
A developer needs to have records with specific field values in order to test a new Apex class.
What should the developer do to ensure the data is available to the test?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
What are two benefits of using External IDs?
Choose 2 answers
What are two benefits of using External IDs?
Choose 2 answers
정답: B,D
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
A lead developer creates a virtual class called "OrderRequest". Consider the following code snippet:
Public class CustomerOrder {
//code implementation
}
How can a developer use the OrderRequest class within the CustomerOrder class?
A lead developer creates a virtual class called "OrderRequest". Consider the following code snippet:
Public class CustomerOrder {
//code implementation
}
How can a developer use the OrderRequest class within the CustomerOrder class?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
What are three capabilities of the <ltng: require> tag when loading JavaScript resources in Aura components?
Choose 3 answers
What are three capabilities of the <ltng: require> tag when loading JavaScript resources in Aura components?
Choose 3 answers
정답: B,C,D
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
Universal Containers (UC) processes orders in Salesforce in a custom object, Order__c. They also allow sales reps to upload CSV files with thousands of orders at a time.
A developer is tasked with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system.
After the status for an Order__c is first set to 'Placed', the order information must be sent to a REST endpoint in the ERP system that can process one order at a time.
What should the developer implement to accomplish this?
Universal Containers (UC) processes orders in Salesforce in a custom object, Order__c. They also allow sales reps to upload CSV files with thousands of orders at a time.
A developer is tasked with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system.
After the status for an Order__c is first set to 'Placed', the order information must be sent to a REST endpoint in the ERP system that can process one order at a time.
What should the developer implement to accomplish this?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제9
A developer is tasked to perform a security review of the ContactSearch Apex class that exists in the system.
Within the class, the developer identifies the following method as a security threat:
ist<Contact> performSearch (String lastName} [
return Database.query('SELECT Id, FirstName, LastName FROM Contact WHERE LastName Like s'+lastName+'s'")?; What are two ways the developer can update the method to prevent a SOQL injection attack?
Choose 2 answers
A developer is tasked to perform a security review of the ContactSearch Apex class that exists in the system.
Within the class, the developer identifies the following method as a security threat:
ist<Contact> performSearch (String lastName} [
return Database.query('SELECT Id, FirstName, LastName FROM Contact WHERE LastName Like s'+lastName+'s'")?; What are two ways the developer can update the method to prevent a SOQL injection attack?
Choose 2 answers
정답: A,C
설명: (KoreaDumps 회원만 볼 수 있음)
문제10
Universal Containers has an order system that uses an Order Number to identify an order for customers and service agents. Order records will be imported into Salesforce.
How should the Order Number field be defined in Salesforce?
Universal Containers has an order system that uses an Order Number to identify an order for customers and service agents. Order records will be imported into Salesforce.
How should the Order Number field be defined in Salesforce?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)