Question 101

A developer working on a time management application wants to make total hours for each timecard available to application users. A timecard entry has a Master-Detail relationship to a timecard.
Which approach should the developer use to accomplish this declaratively?
  • Question 102

    A developer wants to display all of the available record types for a Case object. The developer also wants to display the picklist values for the Case.Status field. The Case object and the Case Status field are on a custom visualforce page.
    Which action can the developer perform to get the record types and picklist values in the controller? Choose 2 answers
  • Question 103

    How should a custom user interface be provided when a user edits an Account in Lightning Experience?
  • Question 104

    Which two strategies should a developer use to avoid hitting governor limits when developing in a multi-tenant environment? (Choose two.)
  • Question 105

    A developer has a unit test that is failing. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anonymous Apex Tool. The code then executes without failing. Why did the unit test failed, but not the Execute Anonymous?