- (Exam Topic 1)
Which three options allow a developer to use custom styling in a Visualforce page? (Choose three.)
Correct Answer:ABE
- (Exam Topic 2)
A developer runs the following anonymous code block:List
+Limits.getLimitDMLStatements());What is the result?
Correct Answer:D
- (Exam Topic 2)
Which feature allows a developer to create test records for use in test classes?
Correct Answer:D
- (Exam Topic 1)
A developer wants to override a button using Visualforce on an object. What is the requirement?
Correct Answer:B
- (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
- (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