A Platform Developer needs to write an Apex method that will only perform an action if a record is assigned to a specific Record Type.
Which two options allow the developer to dynamically determine the ID of the required Record Type by its name? (Choose two.)
Correct Answer:CD
A developer wants to override a button using Visualforce on an object. What is the requirement?
Correct Answer:B
What is the result when a Visualforce page calls an Apex controller, which calls another Apex class, which then results in hitting a governor limit?
Correct Answer:B
Which actions can a developer perform using the Schema Builder?Choose 2 answers
Correct Answer:BC
A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension.
The Visualforce page should include which
Correct Answer:D