Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam PDI Topic 1 Question 43 Discussion

Actual exam question for Salesforce's PDI exam
Question #: 43
Topic #: 1
Which annotation should a developer use on an Apex method to make it available to be wired to a property in a Lightning web component?

Suggested Answer: A Vote an answer

The@AuraEnabled(cacheable=true)annotation makes an Apex method available to Lightning Web Components and allows it to be wired to a property while enabling client-side caching for improved performance.
Reference:Apex Methods for Lightning Web Components
Incorrect Options:
B, C:@RemoteActionis not used for Lightning Web Components.
D:@AuraEnabledwithoutcacheable=truecannot be wired.

by Ellen at Aug 24, 2026, 04:13 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.