Explain any scenario occurred you to work beyond governor limits?
Answer / Rishikant
Working beyond Salesforce Governor Limits can occur when processing large volumes of data, such as mass updates or imports. To handle this, consider using Batch Apex, which allows processing in smaller chunks (batches), ensuring that each instance does not exceed the Governor Limits. Additionally, using a third-party tool like MuleSoft or Jitterbit can help manage complex workflows while staying within the Governor Limits.
| Is This Answer Correct ? | 0 Yes | 0 No |
In the process of creating a new record, how you will check, whether user has entered email or not in the email field of Account object?
Explain Lightning AppBuilder? How will make sure that your lightning component available in App Builder?
What will happen if the account is deleted?
What is cross object formula creation?
Can we expose our Apex class as a Web Service?
What is lightning data services?
What is difference between datatable and pageblock table?
What is difference between standard objects and custom objects? : salesforce objects & fields
Is it possible to schedule a dynamic dashboard in salesforce?
Is it possible to start approval process after records is created in salesforce without clicking on submit for approval button? : salesforce workflows and approval process
When to use before and after trigger in salesforce?
Explain the force.com platform?