최신 PDI 무료덤프 - Salesforce Platform Developer I (PDI)
A developer is asked to write helper methods that create test data for unit tests.
What should be changed in the TestUtils class so that its methods are only usable by unit test methods?
What should be changed in the TestUtils class so that its methods are only usable by unit test methods?
정답: A
A business has a proprietary Order Management System (QMS) that creates orders from Its website and fulfills the orders. When the order Is created in the OMS, an integration also creates an order record In Salesforce and relates It to the contact as identified by the email on the order. As the order goes through different stages in the OMS, the integration also updates it in Salesforce.
The business notices that each update from the OMS creates a new order record in Salesforce.
Which two actions should prevent the duplicate order records from being created in Salesforce?
The business notices that each update from the OMS creates a new order record in Salesforce.
Which two actions should prevent the duplicate order records from being created in Salesforce?
정답: B,C
설명: (DumpTOP 회원만 볼 수 있음)
What should a developer use to script the deployment and unit test execution as part of continuous integration?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
developer must provide custom user interfaces when users edit a Contact either Salesforce Classic or Lightning Experience.
What should the developer use to override the Contact's Edit button and provide this functionality?
What should the developer use to override the Contact's Edit button and provide this functionality?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
A developer considers the following snippet of code:
Based on this code, what is the value of %?
Based on this code, what is the value of %?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Universal Containers needs to create a custom user interface component that allows users to enter information about their accounts. The component should be able to validate the user input before saving the information to the database.
What is the best technology to create this component?
What is the best technology to create this component?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
Universal Containers hires a developer to build a custom search page to help users find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field.
Which consideration should the developer be aware of when deciding between SOQL and SOSL?
Choose 2 answers
Which consideration should the developer be aware of when deciding between SOQL and SOSL?
Choose 2 answers
정답: A,C
설명: (DumpTOP 회원만 볼 수 있음)
In the following example, which sharing context will myMethod execute when it is invoked?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
A developer created a Visualforce page and custom controller to display the account type field as shown below.
Custom controller code:
Visualforce page snippet:
what should the developer do to correct the problem?
Custom controller code:
Visualforce page snippet:
what should the developer do to correct the problem?
정답: A
Which scenario is valid for execution by unit tests?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)