- (Exam Topic 1)
When should you use the "transient" property on variables?
Correct Answer:B
- (Exam Topic 3)
A developer is tasked with creating a Lightning web component that allows users to create a Case for a selected product, directly from a custom Lightning page. The input fields in the component are displayed in a non-linear fashion on top of an image of the product to help the user better understand the meaning of the fields.
Which two components should a developer use to implement the creation of the Case from the Lightning web component?
Choose 2 answers
Correct Answer:AC
- (Exam Topic 1)
What is the optimal technique a developer should use to programmatically retrieve Global Picklist options in a Test Method?
Correct Answer:B
- (Exam Topic 1)
Which of the following standard fields are indexed? (Choose three.)
Correct Answer:ABC
- (Exam Topic 1)
Choose the correct definition for
Correct Answer:A
- (Exam Topic 1)
A company processes Orders within their Salesforce instance. When an Order's status changes to 'Paid' it must notify the company's order management system (OMS). The OMS exposes SOAP web service endpoints to listen for when to retrieve the data from Salesforce. What is the optimal method to implement this?
Correct Answer:D