Salesforce developer interview questions asked at Cognizant in 2024.
These questions asked for candidate having experience of 3-4 years.
Candidate 1
- Can we restrict access using permission set?
- When you have last used permission set and for what purpose?
- What us muting for permission sets?
- Worked on CRM Dashboards?
- How can we retrieve CRM Dashboards?
- What are the ways in LWC for child to parent and parent to child communications.
- Explain LWC life cycle.
- Tell me some difference in Aura & LWC.
- What we can do with Aura and not in LWC?
- When wire method get call in LWC life cycle?
- Why we have get and set in LWC?
- What is string mutation in LWC?
- What are the advantages of using wire method.
- How wire method detect the data has been changed.
- Open notepad and write code for showing related Contacts and Opportunity of Account Object. First tell me approaches.
- How I can display n number of records without pagination.
- Can we control field label security in Apex? How?
- What are wrapper classes? Can you write sample code?
- Write a Trigger: When check box is checked on Meeting object. The meeting status should changed to Cancelled.