PDI Dumps

PDI Free Practice Test

Salesforce PDI: Platform Developer I (PDI)

QUESTION 21

- (Exam Topic 2)
A developer is asked to create a custom visualforce page that will be used as a dashboard component. Which three are valid controller options for this page? Choose 3 answers

Correct Answer: ACE

QUESTION 22

- (Exam Topic 2)
A company wants to create an employee rating program that allows employees to rate each other. An employees average rating must be displayed on the employee record. Employees must be able to create rating records, but are not allowed to create employee records. Which two actions should a developer take to accomplish this task?

Correct Answer: B

QUESTION 23

- (Exam Topic 2)
What are two testing consideration when deploying code from a sandbox to production? Choose 2 answers

Correct Answer: BC

QUESTION 24

- (Exam Topic 2)
A developer needs to create a custom Visualforce button for the Opportunity object page layout that will cause a web service to be called and redirect the user to a new page when clicked. Which three attributes need to be defined in the tag of the Visualforce page to enable this functionality? Choose three answers.

Correct Answer: ABC

QUESTION 25

- (Exam Topic 2)
A visualforce interface is created for Case Management that includes both standard and custom functionality defined in an Apex class called myControllerExtension. The visualforce page should include which attribute(s) to correctly implement controller functionality?

Correct Answer: A