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 |
What are different levels of security in salesforce? : salesforce sharing and security
If even one person in your organization is not allowed to see position data, what will be owd ? : salesforce sharing and security
Is it possible to delete reports using data loader? : salesforce admin
What is aura? Why do we use the aura: namespace in the code ? : salesforce lightning component
Can we implement multilevel approval process in salesforce? : salesforce workflows and approval process
How many records can a select query return? How many records can a sosl query return?
What are the best practises for improving visualforce performance ?
What are the actions in workflow?
Can we include one lightning component to another ?
What are some governor limits in salesforce?
explian trigger events? & Context variables?
Can you throw some light on assignment rules? How do you set up an assignment rule?