CRT-450 Dumps

CRT-450 Free Practice Test

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

QUESTION 11

Which two platform features align to the Controller portion of MVC architecture? (Choose two.)

Correct Answer: AB

QUESTION 12

Universal Containers wants Opportunities to be locked from editing when reaching the Closed/Won stage. Which two strategies should a developer use to accomplish this? (Choose two.)

Correct Answer: BD

QUESTION 13

A developer created a Visualforce page and a custom controller with methods to handle different buttons and events that can occur on the page.
What should the developer do to deploy to production?

Correct Answer: D

QUESTION 14

A developer has the following query: Contact c = [SELECT id, firstname, lastname, email FROM Contact WHERE lastname = 'Smith']; What does the query return if there is no Contact with the last name 'Smith'?

Correct Answer: B

QUESTION 15

A developer creates an Apex class that includes private methods. What can the developer do to ensure that the private methods can be accessed by the test class?

Correct Answer: C