An org has a single account named ‘NoContacts’ that has no related contacts. Given the query:
List
Correct Answer:B
Why would a developer consider using a custom controller over a controller extension?
Correct Answer:B
A developer needs to create a Visualforce page that will override the standard Account edit button. The page will be used to validate the account's address using a SOQL query. The page will also allow the user to make edits to the address. Where would the developer write the Account address verification logic?
Correct Answer:D
A developer wrote a workflow email alert on case creation so that an email is sent to the case owner manager when a case is created. When will the email be sent?
Correct Answer:A
An org has different Apex Classes that provide Account -related functionality.After a new validation rule is added to the object, many of the test methods fail.What can be done to resolve the failures and reduce the number of code changes needed for future validation rules?Choose 2 answers:
Correct Answer:AB