salesforce interview questions

Опубликовано: 16 Май 2026
на канале: Peddireddy Subbareddy
582
14

1. What are the tools used in your project? (Like for logs, user stories)
2. Deployment process using git?
3. Batch class scenarios?
Answers:
1. We have used VS code for code development, Git for code version. Jira for user stories.
Optional – used sonar cube / PMD for code quality check
2. Once we received the user story, we will create a new git branch. (This can be done from vs git extension or direct git console or from git desktop, tell anyone from this, to be safer side I am telling this from vs code). I will pull the code from the master branch. After that I will develop the code in vs code which is linked to dev sandbox. Once the testing is done from my side I will stage and commit / push this changes (git extension in vs code will show this ). After that I will open git hub url and got the branch create a merge request. My TL will review this and gives if there any changes needed in code quality, once this is done, he will approve the merge request. And the code will be deployed to UAT sandbox for testing team too test using CI CD.
3. To inform due date we had a batch. To send monthly orders summery we use batch. To clean junk leads, ‘not interested leads’ we had batch. Like this we have different seniors where we use batch class.