ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 265 - Certified Platform Developer II discussion

Report
Export

Lightning Aura Component

Given the code above, which two changes need to be made in the Apex Controller for the code to work' Choose 2 answers

A.
Change the method signature to be global static, not public static.
Answers
A.
Change the method signature to be global static, not public static.
B.
Change the argument from JSONObject to String.
Answers
B.
Change the argument from JSONObject to String.
C.
Annotate the entire class as @AuraEnabled instead of just the single method.
Answers
C.
Annotate the entire class as @AuraEnabled instead of just the single method.
D.
Remove line 06 from the Apex Controller and use firstName In the return.
Answers
D.
Remove line 06 from the Apex Controller and use firstName In the return.
Suggested answer: B, D
asked 23/09/2024
JEAN-MARIE HERMANT
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first