00:00

QUESTION 1

What must the Controller for a Visualforce page utilize to override the Standard Opportunity view button?

Correct Answer: B

QUESTION 2

Given:
Map accountMap = new Map>ID, Account> ([SELECT Id, Name FROM Account]); What are three valid Apex loop structures for iterating through items in the collection? (Choose three.)

Correct Answer: ABC

QUESTION 3

Which two are true regarding a Dyno? Choose 2 answers

Correct Answer: CD

QUESTION 4

A developer writes a before insert trigger.How can the developer access the incoming records in the trigger body?

Correct Answer: A

QUESTION 5

The Sales Management team hires a new intern. The intern is not allowed to view Opportunities, but needs to see the Most Recent Closed Date of all child Opportunities when viewing an Account record. What would a developer do to meet this requirement?

Correct Answer: D