Gartner Salesforce Developer Interview Questions
- Write a LWC component to fetch Account and it’s related contact and opportunities and display on UI.
- Are we allowed to use configuration or setup-related objects like User, Profile, or Permission Sets inside a screen flow?
- Can we call future method from flow?
- Can we use PS to control Page layout assignment?
- Explain muting Permission Sets.
- How can we use owner based Sharing setting?
- Why are sobject allowed in queueable but not future?
- Do Salesforce’s out-of-the-box APIs support operations on custom objects, or are additional configurations required to interact with them?
- There is a component on record page, we want to display this component to only 5 user in my org from differ profiles. In future this number may rise to 10,15. What solution will you implement.
- Parent to child, child to parent communication
- When is wire method called in life cycle?
- Write a SOQl query to fetch opportunity with max amount.
- While using wire method in lwc cmp, how does system comes to know that data has changed in backend?
- All configuration required for performing integrations inbound and outbound?
- In a lwc component I need to display records from a custom object. The record to be displayed in table and records are more that 50k. How can we display all records without using pagination?
- When a Contact is inserted or updated, you should automatically update the corresponding User record with matching information. So if someone updates the email, name, or phone number on a Contact, the same fields on the related User record should be updated as well.
- What is a Mixed DML error in Salesforce, and how can you handle it in a Flow or Apex transaction.
- How can a manager’s in a certain role hierarchy share records with his subordinates.
- In an apex class denoted with with sharing, contains a soql on account object having a custom field abc__c. A user who is not having access to this field tries to run this code. What error would he get?
- how can we control field level security in apex code?