ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 27 - Certified Platform Developer II discussion

Report
Export

A developer wants to call an Apex Server-side Controller from a Lightning Aura Component. What are two limitations to the data being returned by the Controller? Choose 2 answers

A.
A Lists of Custom Apex Classes cannot be returned by Apex Controllers called by Lightning Aura Components.
Answers
A.
A Lists of Custom Apex Classes cannot be returned by Apex Controllers called by Lightning Aura Components.
B.
Basic data types are supported, but defaults, such as maximum size for a number, are defined by the objects that they map to.
Answers
B.
Basic data types are supported, but defaults, such as maximum size for a number, are defined by the objects that they map to.
C.
A custom Apex Class can be returned, but only the values of public instance properties and methods annotated with @AuraEnabled are serialized and returned.
Answers
C.
A custom Apex Class can be returned, but only the values of public instance properties and methods annotated with @AuraEnabled are serialized and returned.
D.
Only Basic data types and sObjects are supported as return types for Apex Controllers called by Lightning Aura Components.
Answers
D.
Only Basic data types and sObjects are supported as return types for Apex Controllers called by Lightning Aura Components.
Suggested answer: B, C
asked 23/09/2024
Alvaro Campos
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first