Virtusa Salesforce Developer Interview Questions
Following are the interview questions asked at Virtusa for a Salesforce Developer role with 3 years of experience.
- Introduction
- Explain your current project
- Why have you chosen Salesforce as your career?
- Explain roles in salesforce.
- How many ways can records be shared in Salesforce?
- My user not having object access in profile, but still able to view and edit the records what is the reason?
- Can a user delete records created by someone in the same role?
- Have you worked on batch apex? Explain about batch apex.
- Can we make callouts from Batch Apex?
- Can we call a Batch Apex class from a future method? If not, why?
- Have you ever faced Heap size error? What is the reason and how to resolve?
- How many records we can fetch by SOQL?
- If more than 50 records are fetched by the SOQL in the trigger. how to handle that.
- Write Query to find records created in Last 24 hours
- Can you name some date methods in apex?
- Trigger : Write triggers to send email when Opportunity update to “Closed Own”.