Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 19
List of questions
Related questions
What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?
The "action" attribute on <apex:page> is ONLY evaluated on which type of request?
If the "PageReference.setRedirect" Apex function is set to True, what type of request is made?
If the "PageReference.setRedirect" Apex function is set to False, what type of request is made?
When should you use the "transient" property on variables?
Which type of controller is best suited when you want all of the basic DML functions from an object's normal new/edit page?
Which type of controller is best suited when you want all of the basic DML functions from an object's normal new/edit page and want to include multiple records?
Which type of controller is best suited when you want to add custom functionality to a standard controller page, or when you want reusable functionality throughout pages?
Within the System.Limit class, what would you call to get the number of calls made in your transaction?
Within the System.Limit class, what would you call to get the total limit you can call in a single transaction?
Question