Question: 1
When is an Apex Trigger required instead of a Process Builder Process?
Question: 2
Using the Schema Builder, a developer tries to change the API name of a field that is referenced in an Apex test class.
What is the end result?
Question: 3
A platform developer at Universal Containers needs to create a custom button for the Account object that, when clicked, will perform a series of calculations and redirect the user to a custom Visualforce page.
Which three attributes need to be defined with values in the tag to accomplish this? (Choose three.)
Question: 4
An org has a single account named 'NoContacts' that has no related contacts. Given the query:
List<Account> accounts = [Select ID, (Select ID, Name from Contacts) from Account where Name='NoContacts'];
What is the result of running this Apex?
Question: 5
How should a developer make sure that a child record on a custom object, with a lookup to the Account object, has the same sharing access as its associated account?