A developer receives an error when trying to call a global server-side method using the @remoteAction decorator.
How can the developer resolve the error?
Which two settings must be defined In order to update a record of a junction object?
Choose 2 answers
Which three code lines are required to create a Lightning component on a Visualforce page?
Choose 2 answers
The Job_Application__c custom object has a field that is a Master-Detail relationship to the Contact object, where the Contact object is the Master. As part of a feature implementation, a developer needs to retrieve a list containing all Contact records where the related Account Industry is 'Technology' while also retrieving the contact's Job_Application__c records.
Based on the object's relationships, what is the most efficient statement to retrieve the list of contacts?
Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers