PDI 無料問題集「Salesforce Platform Developer I (PDI)」
A software company uses the following objects and relationships:
* Case: to handle customer support issues
* Defect__c: a custom object to represent known issues with the company's software
* Case Defect__c a junction object between Case and Defect __c to represent that a defect is a cause of a customer issue Case and Defect__c have Private organization-wide defaults.
What should be done to share a specific Case_Defect__c record with a user?
* Case: to handle customer support issues
* Defect__c: a custom object to represent known issues with the company's software
* Case Defect__c a junction object between Case and Defect __c to represent that a defect is a cause of a customer issue Case and Defect__c have Private organization-wide defaults.
What should be done to share a specific Case_Defect__c record with a user?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer creates a Lightning web component that imports a method within an Apex class. When a Validate button is pressed, the method runs to execute complex validations.
In this implementation scenario, which two options are.. of the Controller according to the MVC architecture?
Choose 2 answers
In this implementation scenario, which two options are.. of the Controller according to the MVC architecture?
Choose 2 answers
正解:A、C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer is creating an app that contains multiple Lightning web components.
One of the child components is used for navigation purposes. When a user clicks a button called Next in the child component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?
One of the child components is used for navigation purposes. When a user clicks a button called Next in the child component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
When a user edits the Postal Code on an Account, a custom Account text field named "Timezone" must be updated based on the values in a PostalCodeToTimezone__c custom object.
Which two automation tools can be used to implement this feature? Choose 2 answers
Which two automation tools can be used to implement this feature? Choose 2 answers
正解:A、D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Universal Containers has implemented an order management application. Each Order can have one or more Order Line items. The Order Line object is related to the Order via a master-detail relationship. For each Order Line item, the total price is calculated by multiplying the Order Line item price with the quantity ordered.
What is the best practice to get the sum of all Order Line item totals on the Order record?
What is the best practice to get the sum of all Order Line item totals on the Order record?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
The Job _Application__c custom object has a field that is a master-detail relationship to the Contact object, where the Contact object is the master.
As part of a feature implementation, a developer needs to retrieve a list containing all Contact records where the related Account Industry is
'Technology', while also retrieving the Contact's Job_Application__c records.
Based on the object's relationships, what is the most efficient statement to retrieve the list of Contacts?
As part of a feature implementation, a developer needs to retrieve a list containing all Contact records where the related Account Industry is
'Technology', while also retrieving the Contact's Job_Application__c records.
Based on the object's relationships, what is the most efficient statement to retrieve the list of Contacts?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Universal Containers has developed custom Apex code and Lightning Components in a Sandbox environment. They need to deploy the code and associated configurations to the Production environment.
What is the recommended process for deploying the code and configurations to Production?
What is the recommended process for deploying the code and configurations to Production?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)