A custom Visualforce controller calls the ApexPages.addMessage() method, but no messages are rendering on the page.
Which component should be added to the Visualforce page to display the message?
Answer : B
What can be easily developed using the Lightning Component framework?
Answer : B
Which annotation exposes an Apex class as a RESTful web service?
Answer : B
How does the Lightning Component framework help developers implement solutions faster?
Answer : A
A custom picklist field, Pool Preference , exists on a custom object. The picklist contains the following options: 'Vegan', 'Kosher', 'No Preference'. The developer must ensure a value is populated every time a record is created or updated.
What is the optimal way to ensure a value is selected every time a record is saved?
Answer : A
Which three statements are accurate about debug logs?
Choose 3 answers
Answer : A, B, E
Universal Containers implemented a private sharing model for the Account object. A custom Account search tool was developed with
Apex to help sales representatives find accounts that match multiple criteria they specify. Since its release, users of the tool report they can see
Accounts they do not own.
What should the developer use to enforce sharing permissions for the currently logged in user while using the custom search tool?
Answer : A