Question 79

- (Exam Topic 2)
A developer needs to avoid potential system problems that can arise in a multi-tenant architecture. Which requirement helps prevent poorty written applications from being deployed to a production environment?

Correct Answer:C

Question 80

- (Exam Topic 2)
Which type of controller should a developer use to include a list of related records for a Custom Object record on a Visualforce page without needing additional test coverage?

Correct Answer:C

Question 81

- (Exam Topic 2)
What is a valid statement about Apex classes and interfaces? Choose 2 answers:

Correct Answer:BD

Question 82

- (Exam Topic 2)
Given the code below, what can be done so that recordcount can be accessed by a test class, but not by a non-test class? Public class mycontroller{ private integer recordcount; }

Correct Answer:B

Question 83

- (Exam Topic 2)
In a single record, a user selects multiple values from a multi-select picklist. How are the selected values represented in Apex?

Correct Answer:C

Question 84

- (Exam Topic 2)
Which code segment can be used to control when the dowork() method is called?

Correct Answer:D

START PDI EXAM