CRT-450 Dumps

CRT-450 Free Practice Test

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

QUESTION 21

What is the value of x after the code segment executes?
String x = 'A';Integer i = 10;if ( i < 15 ) {i = 15;x = 'B';} else if ( i < 20 ) {x = 'C';} else {x = 'D'; }

Correct Answer: C

QUESTION 22

Which declarative method helps ensure quality data? (Choose 3)

Correct Answer: ADE

QUESTION 23

What is a capability of the Developer Console?

Correct Answer: A

QUESTION 24

When would a developer use a custom controller instead of a controller extension? Choose 2 answers:

Correct Answer: BC

QUESTION 25

A developer wants to display all of the available record types for a Case object. The developer also wants to display the picklist values for the Case.Status field. The Case object and the Case Status field are on a custom visualforce page. Which action can the developer perform to get the record types and picklist values in the controller? Choose 2 answers

Correct Answer: AB