- (Exam Topic 1)
A Visualforce page needs to make a callout to get biding information and tax information from two different REST endpoints. The information needs to be Displayed to the user at the same time and the return value of the billing information contains the input for the tax information callout. Each endpoint might take up to two minutes to process.
How should a developer implement the callouts?
Correct Answer:
A
- (Exam Topic 1)
A developer must perform a complex SOQL query that joins two objects in a Lightning component. how can the Lightning component execute the query?
Correct Answer:
D
- (Exam Topic 3)
Consider the following code snippet:
A developer needs to built an interactive Aura component that responds to the user's input by hiding or
showing sections according the user preferences.
What are two best practices the developer can implement to hide or show the powerVserView and s-rar.daraVserView inner components, based on the value of the attribute isPowexUser?
Choose 2 answers
A)
B)
C)
D)
Correct Answer:
B
- (Exam Topic 2)
A company decides that every time an Opportunity is created, they want to create a follow up Task and assign it to the Opportunity Owner.
What should a developer use to implement the requirements?
Correct Answer:
A
- (Exam Topic 3)
A lead developer is creating tests for a Lightning web component. The component re-renders when a property called bypassSelection. changes its value.
What should the developer use to the test that the component re-renders successfully when the property changes?
Correct Answer:
C