Gartner Salesforce Developer Interview Question for 3 YOE

Gartner Salesforce Developer Interview Questions

  1. Write a LWC component to fetch Account and it’s related contact and opportunities and display on UI.
  2. Are we allowed to use configuration or setup-related objects like User, Profile, or Permission Sets inside a screen flow?
  3. Can we call future method from flow?
  4. Can we use PS to control Page layout assignment?
  5. Explain muting Permission Sets.
  6. How can we use owner based Sharing setting?
  7. Why are sobject allowed in queueable but not future?
  8. Do Salesforce’s out-of-the-box APIs support operations on custom objects, or are additional configurations required to interact with them?
  9. 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.
  10. Parent to child, child to parent communication
  11. When is wire method called in life cycle?
  12. Write a SOQl query to fetch opportunity with max amount.
  13. While using wire method in lwc cmp, how does system comes to know that data has changed in backend?
  14. All configuration required for performing integrations inbound and outbound?
  15. 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?
  16. 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.
  17. What is a Mixed DML error in Salesforce, and how can you handle it in a Flow or Apex transaction.
  18. How can a manager’s in a certain role hierarchy share records with his subordinates.
  19. 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?
  20. how can we control field level security in apex code?

Leave a Reply