00:00

QUESTION 41

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 42

Which statement results in an Apex compiler error?

Correct Answer: D

QUESTION 43

Which statement would a developer use when creating test data for products and pricebooks?

Correct Answer: A

QUESTION 44

What is the requirement for a class to be used as a custom Visualforce controller?

Correct Answer: D

QUESTION 45

On which object can an administrator create a roll-up summary field?

Correct Answer: A