Question 91

Which Apex class contains methods to return the amount of resources that have been used for a particular governor, such as the number of DML statements?
  • Question 92

    A developer created a helper class with a method that can be called from Visualforce pages, web services, triggers, and of even anonymous code. When the method is called from a trigger, the developer needs to execute logic that should not be executed If the method Is called from anywhere else. How can the developer determine if the code Is executed in a trigger context?
  • Question 93

    The Job_Application__c custom object has a field that is a Master-Detail relationship to the Contact object, where the Contact object is the Master. As part of a feature implementation, a developer needs to retrieve a list containing all Contact records where the related Account Industry is 'Technology' while also retrieving the contact's Job_Application__c records.
    Based on the object's relationships, what is the most efficient statement to retrieve the list of contacts?
  • Question 94

    Which requirement needs to be implemented by using standard workflow instead of Process Builder? Choose 2 answers
  • Question 95

    A developer wants to improve runtime performance of Apex calls by caching result on the client.
    What is the most efficient way to implement this and follow best practices?