Question 71
How would a developer determine if a CustomObject__c record has been manually shared with the current user in Apex?
Question 72
Where are two locations a developer can look to find information about the status of asynchronous or future cals? Choose 2 answers
Question 73
A developer needs to implement a custom SOAP Web Service that is used by an external Web Application. The developer chooses to Include helper methods that are not used by the Web Application In the Implementation of the Web Service Class.
Which code segment shows the correct declaration of the class and methods?
Which code segment shows the correct declaration of the class and methods?
Question 74
A credit card company needs to Implement the functionality for a service agent to process damaged credit cards. When the customers call In, the service agent must gather many pieces of information Is tasked to Implement this functionality.
What should the developer use to satisfy this requirement In the most efficient manner?
What should the developer use to satisfy this requirement In the most efficient manner?
Question 75
A developer writes a trigger on the Account object on the before update event that increments a count field. A workflow rule also increments the count field every time that an Account is created or updated. The field update in the workflow rule is configured to not re-evaluate workflow rules.
What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?
What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?
