Salesforce Interview Questions - Amazon
Hello Dear Coders, Here Is a collection of Amazon Salesforce Interview Questions.
Source: Internet, LinkedIn, Personal Experiences
- What is the example of Salesforce API and How it is used.
- How you will integrate with more than 10 external system at a time, after a record is created, updated in salesforce.
- In your past experience, has there ever been a project that went wrong and had to be redone? If so, what went wrong?
- What is named credentials?
- What are custom settings?
- What are custom metadata’s?
- What will be the result of following query, there are two Accounts with same name: ‘Belli Jacks’: Query: Select Name From Account Where Name=’Belli Jacks’. Check our blog on this topic.
- How do you will ensure data integrity and prevent error in large data migrations.
- Describe the scenario where need to use Platform Events in a Salesforce Integration.
- How you will Implement Platform Events.
- Encountering ‘Too many SOQL queries: 101’ errors during deployment from Acceptance Testing (AT) to Production. How would you resolve this issue?
- What is JWT Flow in Salesforce.
- Explain any latest salesforce updates you have implemented in you project.
- How do we restrict and Aura component to be used in record page only?
- How to get current user name and user profile in Aura Component without using Apex? Tip: $UserInfo global value provider.
- What are the common practices to avoid CPU time limit in Salesforce?
- Explain how we can use Dynamic Forms in Salesforce for Different User Profiles?
- How do you troubleshoot and resolve issue with salesforce integration using REST API?
- What are governor limits? explain Few.
- How do you ensure your code complains with them.
- What are the new capabilities in WLC for enhancing user experience.
- What is purpose of disconnected callback in LWC?
- How do you manage deployment, What you use? like: Copado, SFDX?
- How to communicate between LWC & Apex?
- Project based question like how do I handle critical bugs in projects, how do I make sure that what ever solution i am giving is best and optimize solution in salesforce , any thing new that you have implemented in salesforce project
If a sprint is there and the developmet got late how do you handle that
Difference between synchronous and asynchronous in apex
how to debug in LWC. - Interface in apex?
- SOQL query on LAST_N_Months:N
- Explain how will you create cab booking system in salesforce (lot of cross question like how will give discount, what will be relationship , if any new user is there then special discount etc.)
- Explain promise and promise all in LWC.