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 is the radius of Salesforce?
What is the relationship in salesforce? What are its types?
What is the character limit of custom label? : salesforce crm
How to automate business processes?
We are not providing some of fields in .csv file which are required in filed level. What happens if we try to insert records into salesforce through data loader?
What do you know about crm?
How to check for user license in salesforce work environment?
What is a role and role hierarchy? : salesforce admin
Write a trigger on account, while inserting a text value as ‘somename’ ended with ‘text’ ex: ‘renutext’ on account object it should through an error. How you will achieve this…??
Name the types of relationship in salesforce
What is custom controller? : salesforce visualforce
Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )