Question: 1
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: 2
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: 3
An after trigger on the account object performs a DML update operation on all of the child opportunities of an account. There are no active triggers on the opportunity object, yet a 'maximum trigger depth exceeded' error occurs in certain situation. Which two reasons possibly explain the account trigger firing recursively? choose 2 answers
Question: 4
A developer has JavaScript code that needs to be called by controller functions in multiple Aura components by extending a new abstract component.
Which resource in the abstract Aura component bundle allows the developer to achieve this?
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?