Question 81
Which two characteristics are true for Lightning Web Component custom events?
Choose 2 answers
Choose 2 answers
Question 82
Which code statement includes an Apex method named updateaccounts in the Class AccountCont rolles for use in a Lightning web component?
Question 83
While developing an Apex class with custom search functionality that will be launched from a Lightning Web Component, how can the developer ensure only records accessible to the currently logged in user are displayed?
Question 84
Given the following Apex statement:
Account myAccount = [SELECT Id, Name FROM Account];
What occurs when more than one Account is returned by the SOQL query?
Account myAccount = [SELECT Id, Name FROM Account];
What occurs when more than one Account is returned by the SOQL query?
Question 85
A developer needs to have records with specific field values in order to test a new Apex class.
What should the developer do to ensure the data is available to the test?
What should the developer do to ensure the data is available to the test?
