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

List of questions
Question 151

What is the transaction limit for the number of records per DML statement?
Question 152

What is the transaction limit on the number of callouts?
Question 153

What is the transaction limit on the number of Apex jobs added to the queue?
Question 154

What is the transaction limit on the number of "sendEmail" method calls?
The reserveEmailCapacity methods let you declare how many emails you want to send prior to actually sending, allowing you to handle limit errors prematurely
Question 155

What is the transaction limit on the max Salesforce CPU time?
Question 156

What is the transaction limit on the max Salesforce CPU time?
Question 157

What is the transaction limit on the max timeout for all callouts?
Question 158

What is the transaction limit on the max execution time?
Question 159

What is the transaction limit on the recursive trigger depth?
Question 160

Which of the following object types can be used with a Web Service?
Question