Free CRT-450 Exam Dumps

Question 36

An org has a single account named ‘NoContacts’ that has no related contacts. Given the query:
List accounts = [Select ID, (Select ID, Name from Contacts) from Account where Name=‘NoContacts’]; What is the result of running this Apex?

Correct Answer:B

Question 37

Why would a developer consider using a custom controller over a controller extension?

Correct Answer:B

Question 38

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

Question 39

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

Question 40

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