Exam PDII Topic 3 Question 172 Discussion

Actual exam question for Salesforce's PDII exam
Question #: 172
Topic #: 3
Which three approaches should a developer implement to obtain the best performance for data retrieval when building a Lightning web component? Choose 3 answers

Suggested Answer: A,C,E Vote an answer

Lazy loading improves performance by loading data only when needed.
Lightning Data Service (LDS) handles data operations and caching efficiently.
Using {Cacheable=true} on Apex methods enables the Lightning Component framework to cache the method's return value, reducing server round-trips for the same data.
References:
Lightning Web Components Developer Guide

by Luther at Feb 12, 2024, 12:53 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10