PDI Dumps

PDI Free Practice Test

Salesforce PDI: Platform Developer I (PDI)

QUESTION 16

- (Exam Topic 2)
What is a characteristic of the Lightning Component Framework? Choose 2 answers:

Correct Answer: AC

QUESTION 17

- (Exam Topic 2)
What is the return data type when ApexPages.currentPage().getParameters() is used to retrieve URL parameters from a visualforce controller?

Correct Answer: A

QUESTION 18

- (Exam Topic 2)
Which statement about the Lookup Relationship between a Custom Object and a Standard Object is correct?

Correct Answer: C

QUESTION 19

- (Exam Topic 2)
A developer creates a new Visualforce page and Apex extension, and writes test classes that exercise 95% coverage of the new Apex extension.Change set deployment to production fails with the test coverage warning: "Average test coverage across all Apex classes and triggers is 74%, at least 75% test coverage is required."What can the developer do to successfully deploy the new Visualforce page and extension?

Correct Answer: C

QUESTION 20

- (Exam Topic 2)
A user selects a value from a multi-select picklist. How is this selected value represented in Apex?

Correct Answer: B