Explain batch apex?
Answer / apoorva mathur
Batch Apex is used to run large jobs (think thousands or millions of records!) that would exceed normal processing limits. Using Batch Apex, you can process records asynchronously in batches (hence the name, “Batch Apex”) to stay within platform limits.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many rows return by list controller?
How we can achieve dynamic approval process like approve of position record should be user defined in hiring manager field of position? : salesforce workflows and approval process
Can we bypass validation Rules? : salesforce validation rules
How to read the parameter value from the url in apex?
What is the use of force:hasrecordid interface?
What are the differences between 15 and 18 digit record ids?
If you want to set the running user other than yourself in the dashboard then what is the permission required?
What is a sandbox org? What are the different types of sandboxes in salesforce? : salesforce crm
Explain few considerations for @future annotation in apex?
How can we hard delete a record using a apex class/by code?
Name what are the types of sharing rules?
How to update the record using after trigger context?