Question 91

A custom object Trainer_c has a lookup field to another custom object Gym___c.
Which SOQL query will get the record for the Viridian City gym and it's trainers?
  • Question 92

    How would a developer determine if a CustomObject__c record has been manually shared with the current user in Apex?
  • Question 93

    What must the Controller for a Visulforce page utilized to override the standard Opportunity view button?
  • Question 94

    What are two valid options for iterating through each Account in the collection List<Account> named AccountList? (Choose two.)
  • Question 95

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