- (Exam Topic 1)
A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension.
The Visualforce page should include which
Correct Answer:D
- (Exam Topic 2)
What are two characteristics of partial copy sandboxes versus full sandboxes? Choose 2 answers
Correct Answer:AC
- (Exam Topic 2)
To which data type in Apex a currency field automatically assigned?
Correct Answer:B
- (Exam Topic 1)
A developer needs to join data received from an integration with an external system with parent records in Salesforce. The data set does not contain the Salesforce IDs of the parent records, but it does have a foreign key attribute that can be used to identify the parent.
Which action will allow the developer to relate records in the data model without knowing the Salesforce ID?
Correct Answer:D
- (Exam Topic 2)
A developer wants to handle the click event for a lightning:button componentthe onclick attribute for the component references a javascript function in which resource in the component bundle?
Correct Answer:D
- (Exam Topic 2)
The sales management team requires that the lead source field of the Lead record be populated when Lead is converted. What would a developer use to ensure that a user populates the Lead source field?
Correct Answer:A