Question: 1
A developer wants to handle the click event for a lightning:button componentthe onclick attribute for the component references a javascript function in which resource in the component bundle?
Question: 2
Account acct = {SELECT Id from Account limit 1}; Given the code above, how can a developer get the type of object from acct?
Question: 3
A company wants to create an employee rating program that allows employees to rate each other. An employee's average rating must be displayed on the employee record. Employees must be able to create rating records, but are not allowed to create employee records. Which two actions should a developer take to accomplish this task? choose 2 answers
Question: 4
Which two sosl searches will return records matching search criteria contained in any of the searchable text fields on an object? choose 2 answers
Question: 5
Manage package can be created in which type of org?