🚀 Salesforce Interview Questions - EPAM💡
- What is the difference between Managed and Unmanaged Packages?
- What is a Master-Detail relationship and when would you use it?
- What is system context and user context in salesforce?
- How do you pass the current record id to a screen flow? Also is it possible to send the entire record?
- Is it possible to use formula field in roll up summary calculation which is referring to another object?
- Suppose there is a custom field which has a default value but not added to the page layout. Now, if you clone a record from the UI, what would be the value of the field in the new record?
- How do you convert 15 digit record ID to 18 digit ID in the formula and validation rule?
- What happens to manual sharing record when ownership changes ?
- How can you dynamically enforce Field Level Security in apex queries ?
- If we make a field required using validation rule and trigger, which one will execute first.
- How can you prevent a user from assigning more than one primary contact?
- What is LDS ? Explain pros and cons.
- Can we execute a DML statement in before triggers? Why?
- Can we pass a list in the future method?
- What is Cross Object formula Field?
- Difference between formula field and summary field.
- What is the use of System.runAs()?
- Can queueable class call future method in salesforce? How?
- What is the use of AuraEnabled annotation?
- Difference between view all , modify all, view all data and modify all data.
- Write an apex class to fetch all the opportunities related to Accounts.
- Write a trigger to update the account’s description with Opportunity name that has the highest amount.
All the best for your interview 👍
Please share, repost and help people preparing for their interviews.