Question 61

- (Exam Topic 1)
Which three options allow a developer to use custom styling in a Visualforce page? (Choose three.)

Correct Answer:ABE

Question 62

- (Exam Topic 2)
A developer runs the following anonymous code block:List acc = [SELECT Id FROM Account LIMIT 10];Delete acc;Database.emptyRecycleBin(acc);system.debug(Limits.getDMLStatements()+ ‘, ‘
+Limits.getLimitDMLStatements());What is the result?

Correct Answer:D

Question 63

- (Exam Topic 2)
Which feature allows a developer to create test records for use in test classes?

Correct Answer:D

Question 64

- (Exam Topic 1)
A developer wants to override a button using Visualforce on an object. What is the requirement?

Correct Answer:B

Question 65

- (Exam Topic 1)
Which approach should a developer take to automatically add a “Maintenance Plan” to each Opportunity that includes an “Annual Subscription” when an opportunity is closed?

Correct Answer:D

Question 66

- (Exam Topic 2)
A developer tasked with creating a schema to track Movies, Actors, and contracts. A single movie can have many contracts and a single actor can have many contracts. Each contract is owned and actively managed by a single user. Which schema should be created to enable user to easily manage the contract they own; without requiring access to the movie or the actor records?

Correct Answer:B

START PDI EXAM