- (Exam Topic 3)
Exhibit.
A developer created a JavaScript function as a part of a Lightning web component (LWC) that surfaces information… about leads by imperatively calling getFetchLeadList when certain criteria are met.
What are these changes the developer should implement in the Apex class above to ensure the LWC can displ… data efficiently while preserving security?
Choose 3 answers
Correct Answer:
BCD
- (Exam Topic 1)
What Visualforce tag can be used to display custom messages in pages using the Salesforce Ul styling for errors, warnings, and other types of messages?
Correct Answer:
D
- (Exam Topic 3)
When developing a Lightning web component, which setting displays lightning-layout-items in one column on small devices, such as mobile phones, and in two columns on tablet-size and desktop-size screens?
Correct Answer:
B
- (Exam Topic 3)
A company recently deployed a Visualforce page with a custom controller that has a data grid of information about Opportunities in the org.
Users report that they receive a ''Maximum view state size limit'' error message under certain conditions. According to Visualforce best practice, which three actions should the developer take to reduce the view state?
Choose 3 answers
Correct Answer:
CDE
- (Exam Topic 1)
Universal Containers stores user preferences in a Hierarchy Custom Setting, User_prefs_c, with a Checkbox field, show_Help_c, Company-Level defaults are stored at the organizational level, but may be overridden at the user level, If a user has not overridden preferences, then the defaults should be used.
How should the Show_Help_c preference be retrieved for the current user?
Correct Answer:
C