Upload Button Icon Add office photos

Filter interviews by

KPMG India Salesforce Developer Interview Questions, Process, and Tips

Updated 18 Jun 2024

Top KPMG India Salesforce Developer Interview Questions and Answers

  • Q1. Wha are important feature of service cloud, LWC decorators, events in lwc, asynchronous apex , batch class, flows and its type , experience cloud basics .
  • Q2. What is Salesforce service cloud
  • Q3. Write trigger on parent child scenario

KPMG India Salesforce Developer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is Salesforce service cloud
  • Ans. 

    Salesforce Service Cloud is a customer service platform that helps businesses manage and improve customer interactions.

    • It allows businesses to provide personalized customer support through various channels such as phone, email, chat, and social media.

    • Service Cloud includes features like case management, knowledge base, and omni-channel routing to streamline customer service processes.

    • It integrates with other Salesforce...

  • Answered by AI
  • Q2. How do you rate your self in coding
  • Q3. Salesforce Security model question
  • Q4. Have you worked on flows
  • Ans. 

    Yes, I have worked on flows in Salesforce.

    • I have experience creating flows to automate business processes in Salesforce.

    • I have used flows to streamline data entry and update records efficiently.

    • I have integrated flows with other Salesforce features like Process Builder and Apex triggers.

  • Answered by AI
  • Q5. Mostly asked what you mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Write trigger on parent child scenario
  • Ans. 

    Writing trigger on parent child scenario in Salesforce

    • Create trigger on parent object

    • Use trigger context variables to access child records

    • Perform necessary operations on child records based on parent record changes

  • Answered by AI
  • Q2. Wha are important feature of service cloud, LWC decorators, events in lwc, asynchronous apex , batch class, flows and its type , experience cloud basics .
  • Ans. 

    Service Cloud features, LWC decorators, events, asynchronous apex, batch class, flows, and experience cloud basics.

    • Service Cloud features include case management, knowledge base, omni-channel routing, and service console.

    • LWC decorators are used to add metadata to Lightning web components, such as @api, @track, and @wire.

    • Events in LWC are used for communication between components, such as standard events like onchange a...

  • Answered by AI
  • Q3. Expectations was user should know each and every topic of Salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was very good answered every single question asked by panel . After first round
HR says feedback is good, you got selected no need of next round , Asked what is final expected salary and notice period , for which i already shared before screening process .

Then after couple of days HR calls back and said Panel no sure about you wants to check another round of interview. Even my second round was good answer almost all questions. Not got any feedback from HR despite of couple of follow up .

People who want to apply make sure that you share your expectations with HR clearly .

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is Apex
  • Ans. 

    Apex is a programming language used to develop customizations for Salesforce applications.

    • Apex is similar to Java and C#.

    • It is used to write business logic and perform database operations.

    • It can be used to create triggers, classes, and controllers.

    • Apex code runs on the Salesforce platform.

    • Example: Apex can be used to create a custom button that updates a record when clicked.

  • Answered by AI
  • Q2. Difference between roles and profile.
  • Ans. 

    Roles define what users can do in an organization, while profiles determine what users can see and access within the application.

    • Roles define the level of access and responsibility a user has in an organization.

    • Profiles determine the objects, fields, and records that a user can view, edit, and delete.

    • Roles are hierarchical and determine the data visibility for users below them in the hierarchy.

    • Profiles are assigned to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were only 1 technical round and 1 HR round. The technical questions were moderate and they asked almost everything related to salesforce in 1 hour.

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. When you want delete account accosiated with contact. The account should not get deleted.
  • Ans. 

    To delete an account associated with a contact without deleting the account itself.

    • Remove the contact's association with the account before deleting the contact.

    • Check for any other dependencies before deleting the contact.

    • Consider creating a custom field to track the association between the contact and account.

  • Answered by AI
  • Q2. Do have experience in flows, Explain the flows
  • Ans. 

    Flows are declarative automation tools in Salesforce used to automate business processes by collecting data and performing operations.

    • Flows are created using a visual designer in Salesforce.

    • They can automate complex business processes without writing code.

    • Flows can collect data from users, interact with Salesforce, and make decisions based on user input or data.

    • They can be triggered by various events like record change...

  • Answered by AI
Round 2 - Client Interview 

(2 Questions)

  • Q1. When rating is hot update description
  • Ans. 

    When a rating is hot, update the description accordingly.

    • Monitor user feedback and ratings regularly

    • Update the description based on the latest ratings and reviews

    • Consider adding specific details or addressing common concerns mentioned in the feedback

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a Salesforce Developer with 5 years of experience in designing and implementing custom solutions for clients.

    • 5 years of experience in Salesforce development

    • Strong expertise in designing and implementing custom solutions

    • Proficient in Apex, Visualforce, and Lightning components

    • Certified Salesforce Developer

    • Experience working with clients to understand their requirements and deliver solutions

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question related to flow, security
  • Q2. Asked to write trigger related to after update
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is trigger in salesforce
  • Ans. 

    A trigger in Salesforce is a piece of code that is executed before or after specific data manipulation events, such as insert, update, or delete.

    • Triggers are used to perform custom actions on records in Salesforce.

    • Triggers can be written in Apex programming language.

    • Triggers can be executed before or after specific events like insert, update, or delete.

    • Triggers are associated with a specific object in Salesforce.

    • Exampl...

  • Answered by AI
  • Q2. Type of flows in salesforce
  • Ans. 

    There are three types of flows in Salesforce: Autolaunched Flows, Screen Flows, and Scheduled Flows.

    • Autolaunched Flows are triggered by a process or Apex trigger and do not require user interaction.

    • Screen Flows guide users through a series of screens to collect and display information.

    • Scheduled Flows are triggered by a schedule and can automate repetitive tasks.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium to hard difficultly

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is the use of @track

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was not good, he didn’t let me know if my response was correct or wrong, he didn’t give opportunity to display the other ways of doing it or why did we chose the approach we chose, behaved kind of like know-it-all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in May 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Diff. between SOQL and SOSL
  • Ans. 

    SOQL is used to query records from Salesforce objects, while SOSL is used to search for records across multiple objects.

    • SOQL stands for Salesforce Object Query Language

    • SOQL is used to query records from a single Salesforce object

    • SOSL stands for Salesforce Object Search Language

    • SOSL is used to search for records across multiple Salesforce objects

    • SOQL queries are more structured and specific, while SOSL searches are more

  • Answered by AI
  • Q2. Queueable Apex and Future Apex , Use, syntax and differences
  • Q3. Screen flow, Why we use Subflow?
  • Ans. 

    Subflows are used in screen flows to break down complex processes into smaller, reusable components.

    • Subflows help in organizing and modularizing the flow logic.

    • They allow for reusability of common flow elements across multiple screen flows.

    • Subflows can be called from multiple places within a screen flow, reducing redundancy.

    • They make it easier to maintain and update the flow logic.

    • Subflows can improve the overall perfo...

  • Answered by AI
  • Q4. What is mixed dml error?
  • Ans. 

    Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.

    • Mixed DML error occurs when DML operations are performed on both setup and non-setup objects in a single transaction.

    • Setup objects include objects like User, Profile, PermissionSet, etc.

    • Non-setup objects include custom objects created by the user.

    • To avoid mixed DML error, separate the DML operations on setup and

  • Answered by AI
  • Q5. Trigger to prevent user from deleting Account if any opportunity record is associated with it
  • Ans. 

    Use a trigger to prevent deletion of Account if any Opportunity record is associated with it

    • Create a before delete trigger on Account object

    • Query for related Opportunity records using SOQL

    • If any Opportunity records are found, throw an error message to prevent deletion

  • Answered by AI
  • Q6. What is ValidateInput
  • Ans. 

    ValidateInput is a method used to check and validate user input in a software application.

    • ValidateInput ensures that the data entered by the user meets certain criteria or constraints.

    • It helps prevent errors and security vulnerabilities by verifying the input before processing it.

    • Examples include checking for valid email addresses, ensuring numeric values are within a specified range, and validating required fields.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on baisc salesforce from every aspects
Round 2 - Technical 

(1 Question)

  • Q1. Same as technical 1
Round 3 - Behavioral 

(1 Question)

  • Q1. Logic question, project related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussed
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic understanding of platform
Round 2 - Technical 

(1 Question)

  • Q1. Advance level knowledge
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and rest depends on your experience in projects

KPMG India Interview FAQs

How many rounds are there in KPMG India Salesforce Developer interview?
KPMG India interview process usually has 2 rounds. The most common rounds in the KPMG India interview process are Technical.
How to prepare for KPMG India Salesforce Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at KPMG India. The most common topics and skills that interviewers at KPMG India expect are Apex, JQuery, Lightning, Salesforce and Force.com.
What are the top questions asked in KPMG India Salesforce Developer interview?

Some of the top questions asked at the KPMG India Salesforce Developer interview -

  1. Wha are important feature of service cloud, LWC decorators, events in lwc, asyn...read more
  2. What is Salesforce service cl...read more
  3. Write trigger on parent child scena...read more

Tell us how to improve this page.

KPMG India Salesforce Developer Salary
based on 40 salaries
₹4.9 L/yr - ₹20 L/yr
66% more than the average Salesforce Developer Salary in India
View more details

KPMG India Salesforce Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Consultant
7.6k salaries
unlock blur

₹6.9 L/yr - ₹26.2 L/yr

Assistant Manager
6.9k salaries
unlock blur

₹10.7 L/yr - ₹32 L/yr

Associate Consultant
4.5k salaries
unlock blur

₹4.5 L/yr - ₹15.6 L/yr

Analyst
3.5k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Manager
2.8k salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.8
Compare

PwC

3.4
Compare

Capgemini

3.8
Compare

Google

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview