00:00

QUESTION 31

While writing a test class that covers an OpportunityLineItem trigger, a Developer is unable to create a standard PriceBook since one already exists in the org.
How should the Developer overcome this problem?

Correct Answer: A

QUESTION 32

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 33

Which statement about change set deployments is accurate? (Choose 3)

Correct Answer: ABE

QUESTION 34

What is a valid Apex statement?

Correct Answer: B

QUESTION 35

What are two valid options for iterating through each Account in the collection List named AccountList? (Choose two.)

Correct Answer: AD