- (Exam Topic 1)
A developer is trying to decide between creating a Visualforce component or a Lightning component for a custom screen. Which functionality consideration impacts the final decision?
Correct Answer:
A
- (Exam Topic 1)
A developer notices the execution of all the test methods in a class takes a long time to run, due to the initial setup of ail the test data that is needed to perform the tests.
What should the developer do to speed up test execution?
Correct Answer:
A
- (Exam Topic 1)
What is the most efficient way in Visualforce to show information based on data filters defined by an end-user for a large volume of data?
Correct Answer:
B
- (Exam Topic 3)
A developer is building a Lightning web component that retrieves data from Salesforce and assigns it to the record property.
What must be done in the component to get the data from Salesforce?
A)
B)
C)
D)
Correct Answer:
B
- (Exam Topic 3)
A developer is creating a Lightning web component that can be added to a Lightning App Page and displayed when the page Is rendered in desktop and mobile phone format. To ensure a great mobile experience, the developer chooses to use the SLDS grid utility.
Which two Lighting web components should the developer implement to ensure the application Is mobile-ready? Choose 2 answers
Correct Answer:
AC