Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 15
List of questions
Question 141
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
The maximum view state size of a visualforce page is______________.
Question 142
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
How long is field history retained?
Question 143
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Choose the correct definition for <apex:pageMessage>.
Question 144
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Choose the correct definition for <apex:actionFunction>.
Question 145
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the correct order of execution for Visualforce Page "get" requests (initial page visit)?
Question 146
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the transaction limit for the number of records for SOQL queries?
Question 147
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the transaction limit for the number of records using QueryLocator?
Explanation:
"Scope" parameter in "executeBatch" can be set up to 2,000 records
Question 148
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the transaction limit for the number of SOSL queries?
Question 149
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the transaction limit for the number of records for SOSL?
Question 150
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the transaction limit for the number of DML statements allowed?
Explanation:
Includes Approval functions, rollbacks/savepoints, and System.runAs
Question