CRT-450 Dumps

CRT-450 Free Practice Test

Salesforce CRT-450: Salesforce Certified Platform Developer I (SU18)

QUESTION 41

How should a developer create a new custom exception class?

Correct Answer: A

QUESTION 42

A developer has a unit test that is failing. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anonymous Apex Tool. The code then executes without failing. Why did the unit test failed, but not the Execute Anonymous?

Correct Answer: B

QUESTION 43

A lead object has a custom field Prior_Email c. The following trigger is intended to copy the current Email into the Prior_Email c field any time the Email field is changed:
CRT-450 dumps exhibit
Which type of exception will this trigger cause?

Correct Answer: C

QUESTION 44

Which code block returns the ListView of an Account object using the following debug statement? system.debug(controller.getListViewOptions() );

Correct Answer: A

QUESTION 45

What are two correct examples of the model in the salesforce MVC architecture? Choose 2 answers.

Correct Answer: BC