00:00

QUESTION 6

A developer is asked to create a PDF quote document formatted using the company’s branding guidelines, and automatically save it to the Opportunity record.
Which two ways should a developer create this functionality? (Choose two.)

Correct Answer: AB

QUESTION 7

For which three items can a trace flag be configured? (Choose three.)

Correct Answer: ABD

QUESTION 8

Which type of information is provided by the Checkpoints tab in the Developer Console? (Choose 2)

Correct Answer: AB

QUESTION 9

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 10

What are three characteristics of static methods? (Choose three.)

Correct Answer: ACE