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?
Correct Answer:
B
Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers
Correct Answer:
ADE
A developer observes that an Apex test method fails in the Sandbox. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anonymous tool in the Developer Console. The code then executes with no exceptions or errors. Why did the test method fail in the sandbox and pass in the Developer Console?
Correct Answer:
B
What are three ways for 2 developer to execute tests in an org? Choose 3 answers
Correct Answer:
CDE
A developer Is asked to create a Visualforce page that lists the contacts owned by the current user. This component will be embedded In a Lightning page.
Without writing unnecessary code, which controller should be used for this purpose?
Correct Answer:
B