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?
A developer wishes to improve runtime performance of Apex calls by caching results on the client.What is the best way to implement this?
A developer is asked to update data in an org based on new business rules. The new rules state that Accounts with the type set to 'Customer' should have a status of 'Active', and Accounts with the type set to 'Prospect' should have a status of 'Pending'. No other changes to data should be made.Which code block will accurately meet the business requirements?
What is a benefit of JavaScript remoting over Visualforce Remote Objects?
A Lightning Component functions in preview mode and needs to be used inside a Lightning App Builder page, but it is not available.What change should be applied to the component?
A Visualforce page loads slowly due to the large amount of data it displays.Which strategy can a developer use to improve the performance?