Upload Button Icon Add office photos

Filter interviews by

KPMG India Senior Software Engineer Interview Questions and Answers

Updated 1 Mar 2024

KPMG India Senior Software Engineer Interview Experiences

5 interviews found

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Life cycle around Static Constructor
  • Ans. 

    Static constructor is called only once during the lifetime of a class.

    • Static constructor is used to initialize static fields of a class.

    • It is called automatically before the first instance of the class is created.

    • It cannot be called directly and cannot have any access modifiers.

    • It can be used to perform one-time initialization tasks such as setting up a database connection.

    • If an exception is thrown during static constr

  • Answered by AI
  • Q2. SOLID principle deep dive

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong fundamental of OOPS required.
CLR Process functioning

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Code test on Codility

Round 2 - Technical 

(2 Questions)

  • Q1. How NodeJs handles concurrency
  • Ans. 

    NodeJs handles concurrency using event-driven, non-blocking I/O model.

    • NodeJs uses event loop to handle multiple requests concurrently.

    • It utilizes asynchronous functions to avoid blocking the main thread.

    • NodeJs supports callbacks, promises, and async/await for managing asynchronous operations.

  • Answered by AI
  • Q2. Event Loop, Single Threaded
Round 3 - Behavioral 

(1 Question)

  • Q1. Your day to day activities, Roles and Responsibilities

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Technical stuff about previous company.
Round 3 - Technical 

(2 Questions)

  • Q1. Previous company work, experience about topics
  • Q2. Technical stuff qna about previous company work and tools n technology
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round technical stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join as contractor, office politics, manager ego, and permanent colleague behaviouur makes a toxic environment. Training only to permanent, no culture and doesn't have any ethics.Request join on ur own risk. Thanks.

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Interview was for .NET Full Stack Developer 1. What is the difference between .Use and .Run in Configure method in startup class in .NET core applications. 2. What are SOLID principles? 3. What are AWS ...

Interview Preparation Tips

Topics to prepare for KPMG India Senior Software Engineer interview:
  • .Net Core
  • OOPS
  • C#
Interview preparation tips for other job seekers - Prepare for the basics and advanced for the interview.

KPMG India interview questions for designations

 Senior Software Engineer 2

 (1)

 Senior Software Test Engineer

 (1)

 Software Engineer

 (3)

 Associate Software Engineer

 (1)

 Junior Software Engineer

 (1)

 Senior Software Engineer 1

 (1)

 Software Developer

 (3)

 Senior Consultant

 (22)

I was interviewed before Sep 2020.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is standard. Mainly tests the conceptual level knowledge. Java multithreading might be asked if the candidate mentions it. Multi threading concepts are appreciated and gives an edge

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between inheritance and polymorphism
  • Ans. 

    Inheritance is a way to create a new class using properties and methods of an existing class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance promotes code reusability and reduce...

  • Answered by AI
  • Q2. Write a code to check anagram or not
  • Ans. 

    Code to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Convert both strings to lowercase and remove any spaces

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked very basic java questions like difference between inheritance and polyformism.
Asked basic java concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What are TMG events?
  • Ans. 

    TMG events refer to events related to Threat Management Gateway, a Microsoft network security product.

    • TMG events are generated by Threat Management Gateway (TMG), a network security product developed by Microsoft.

    • These events provide information about network traffic, security threats, and system health.

    • Examples of TMG events include firewall rule violations, malware detection, and system errors.

  • Answered by AI
  • Q2. Events in interactive report?
  • Ans. 

    Events in interactive report refer to user interactions like clicking, hovering, or scrolling.

    • Events can trigger actions or functions in the report.

    • Common events include click, hover, scroll, keypress, etc.

    • Events can be used to enhance user experience and interactivity.

    • Examples: Clicking on a data point to view more details, hovering over a chart to see tooltips.

  • Answered by AI
  • Q3. Difference between RFC and BAPI
  • Ans. 

    RFC is a protocol for requesting services from a server, while BAPI is a specific type of RFC used in SAP systems.

    • RFC stands for Remote Function Call and is a protocol used to request services from a server over a network.

    • BAPI stands for Business Application Programming Interface and is a specific type of RFC used in SAP systems for integrating external applications with SAP.

    • RFC can be used in various systems and techn...

  • Answered by AI
  • Q4. What is ABAP on HANA
  • Ans. 

    ABAP on HANA is a programming language that combines ABAP with the in-memory database technology of SAP HANA.

    • ABAP on HANA allows developers to leverage the speed and power of SAP HANA for their ABAP-based applications.

    • It enables real-time analytics, predictive modeling, and faster data processing.

    • Developers can use ABAP on HANA to optimize existing ABAP code for better performance.

    • It provides a seamless integration bet...

  • Answered by AI
  • Q5. Limitations of CDs Views
  • Ans. 

    CDs Views have limitations in terms of performance and scalability.

    • Limited support for complex queries and joins

    • Performance degradation with large datasets

    • Scalability issues when handling high volume of data

    • Difficulty in maintaining and updating views as database schema changes

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Few basics of java
Dsa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading questions
  • Q2. Spring boot questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technological working experience question
Round 3 - Technical 

(1 Question)

  • Q1. Technology and architect
Round 4 - HR 

(1 Question)

  • Q1. Expectations of the roll
  • Ans. 

    The expectations of the role include leading software development projects, mentoring junior engineers, and collaborating with cross-functional teams.

    • Lead software development projects from conception to delivery

    • Mentor junior engineers and provide guidance on best practices

    • Collaborate with cross-functional teams to ensure project success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and smooth process from hiring end. A great process that I feel comfortable while answering questions.
I recommend every job aspirants to attend RSMUS india
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hr test with questions on react and , js, python

KPMG India Interview FAQs

How many rounds are there in KPMG India Senior Software Engineer interview?
KPMG India interview process usually has 2-3 rounds. The most common rounds in the KPMG India interview process are Technical, Resume Shortlist and HR.
How to prepare for KPMG India Senior Software Engineer 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 Agile, .Net, ASP.Net, Angularjs and Automation.
What are the top questions asked in KPMG India Senior Software Engineer interview?

Some of the top questions asked at the KPMG India Senior Software Engineer interview -

  1. How NodeJs handles concurre...read more
  2. Life cycle around Static Construc...read more
  3. Interview was for .NET Full Stack Developer 1. What is the difference between ...read more

Tell us how to improve this page.

KPMG India Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
KPMG India Senior Software Engineer Salary
based on 76 salaries
₹8 L/yr - ₹30 L/yr
18% more than the average Senior Software Engineer Salary in India
View more details

KPMG India Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.0/5

Rating in categories

1.8

Skill development

1.9

Work-life balance

1.8

Salary

1.8

Job security

1.8

Company culture

1.9

Promotions

1.8

Work satisfaction

Explore 4 Reviews and Ratings
Consultant
7.7k salaries
unlock blur

₹6.5 L/yr - ₹26.5 L/yr

Assistant Manager
6.9k salaries
unlock blur

₹10.5 L/yr - ₹31.8 L/yr

Associate Consultant
4.6k salaries
unlock blur

₹4.5 L/yr - ₹15.9 L/yr

Analyst
3.5k salaries
unlock blur

₹1 L/yr - ₹9.6 L/yr

Manager
2.9k salaries
unlock blur

₹16 L/yr - ₹50 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.8
Compare

PwC

3.4
Compare

Capgemini

3.7
Compare

Google

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