List of questions
Related questions
Question 27 - Certified Platform Developer II discussion
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.
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.
D.
Only Basic data types and sObjects are supported as return types for Apex Controllers called by Lightning Aura Components.
Your answer:
0 comments
Sorted by
Leave a comment first