Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 19

List of questions
Question 181

What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?
Question 182

The "action" attribute on <apex:page> is ONLY evaluated on which type of request?
Question 183

If the "PageReference.setRedirect" Apex function is set to True, what type of request is made?
Question 184

If the "PageReference.setRedirect" Apex function is set to False, what type of request is made?
Question 185

When should you use the "transient" property on variables?
Question 186

Which type of controller is best suited when you want all of the basic DML functions from an object's normal new/edit page?
Question 187

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?
Question 188

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?
Question 189

Within the System.Limit class, what would you call to get the number of calls made in your transaction?
Question 190

Within the System.Limit class, what would you call to get the total limit you can call in a single transaction?
Question