Question 136

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 all it's trainers?
  • Question 137

    What declarative method helps ensure quality data? Choose 3 answers
  • Question 138

    A developer must write an Apex method that will be called from a Lightning component. The method may delete an Account stored in the accountRec variable.
    Which method should a developer use to ensure only users that should be able to delete Accounts can successfully perform deletions?
  • Question 139

    A developer needs to know if all tests currently pass in a Salesforce environment. Which feature can the developer use? (Choose 2)
  • Question 140

    In terms of the MVC paradigm, what are two advantages of implementing the view layer of a Salesforce application using Lightning Web Component-based development over Visualforce?
    Choose 2 answers