Question 1

A developer has a VF page and custom controller to save Account records. The developer wants to display any validation rule violation to the user. How can the developer make sure that validation rule violations are displayed?
  • Question 2

    What is the result when a Visualforce page calls an Apex controller, which calls another Apex class, which then results in hitting a governor limit?
  • Question 3

    What should a developer do to check the code coverage of a class after running all tests?
  • Question 4

    Given the following Anonymous Block:

    Which one do you like?
    What should a developer consider for an environment that has over 10,000 Case records?
  • Question 5

    A developer is asked to create a PDF quote document formatted using the company's branding guidelines, and automatically save it to the Opportunity record.
    Which two ways should a developer create this functionality? (Choose two.)