PDI試験無料問題集「Salesforce Platform Developer I (PDI) 認定」

A Primaryld_c custom field exists on the Candidate _c custom object. The field is used to store each candidate's id number and is marked as Unique in the schema definition.
As part of a data enrichment process, Universal Containers has a CSV file that contains updated data for all candidates in the system. The file contains each Candidate's primary .. as a data point. Universal Containers wants to upload this information into Salesforce, while ensuring all data rows are correctly mapped to a candidate in the system.
Which technique should the developer implement to streamline the data upload?

解説: (GoShiken メンバーにのみ表示されます)
A developer wants to improve runtime performance of Apex calls by caching results on the client.
What is the most efficient way to implement this and follow best practices?

解説: (GoShiken メンバーにのみ表示されます)
A developer is migrating a Visualforce page into a Lightning web component.
The Visualforce page shows information about a single record. The developer decides to use Lightning Data Service to access record data.
Which security consideration should the developer be aware of?

解説: (GoShiken メンバーにのみ表示されます)
The orderHelper class is a utility class that contains business logic for processing orders. Consider the following code snippet:
Public class without sharing orderHelper {// code implementation
}
A developer needs to create a constant named delivery_multiplier with a value of 4.15. The value of the constant should not change at any time in the code.
How should the developer declare the delivery multiplier constant to meet the business objectives?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the component code requirements below:
<lightning:layout multipleRows="true">
<lightning:layoutItem size="12">{!v.account.Name}</lightning:layoutItem>
<lightning:layoutItem size="12">{!v.account.AccountNumber}</lightning:layoutItem>
<lightning:layoutItem size="12">{!v.account.Industry}</lightning:layoutItem>
</lightning:layout>
Requirements:
* For mobile devices, the information should display in three rows.
* 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?

解説: (GoShiken メンバーにのみ表示されます)
What are three considerations when using the @lnvocableMethod annotation in Apex?
Choose 3 answers

正解:A,B,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A team of many developers work in their own individual orgs that have the same configuration as the production org.
Which type of org is best suited for this scenario?

解説: (GoShiken メンバーにのみ表示されます)
A developer created these three Rollup Summary fields in the custom object, Project__c:
The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
Which should the developer use to implement the business requirement in order to minimize maintenance overhead?

解説: (GoShiken メンバーにのみ表示されます)
An org has an existing flow that edits an Opportunity with an Update Records element. A developer must update the flow to also create a Contact and store the created Contact's ID on the Opportunity.
Which update must the developer make in the flow?

解説: (GoShiken メンバーにのみ表示されます)
Which two settings must be defined In order to update a record of a junction object?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)