Nagarro Salesforce Developer Interview Questions
Find the Salesforce Developer Interview Experience at Nagarro. These question are asked for candidate with 3 YOE.
In Nagarro there will be three interview round first two are technical and last one will be managerial.
Candidate 1: Round 1
- Write SOQL query to find Primary Contact of Account.
- What is OWD?
- When sharing rules are helpful?
- Can we call Batch class from Another Batch class?
- Rest API Integration. What ways are available to test REST api?
- Write sample class for REST api.
- What tool you are using for deployment?
- What is the use of @track decorator in lwc?
- If track is deprecated then why we used it?
- What is the purpose of extending LightningElement in lighting web component?
- Can we LWC without extending LightningElement?
- Write a Trigger: We have two custom object Meeting, Guest on Meeting we have field Status (Scheduled, In-Progress, Completed). On Guest we have Meeting lookup. Write logic such as If Meeting Status is ‘Completed’ then we should not able to link Guest to that Meeting.