Upload Button Icon Add office photos

Filter interviews by

KPMG India Java Developer Interview Questions and Answers

Updated 7 Mar 2024

KPMG India Java Developer Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test with Java MCQ questions

Round 2 - Coding Test 

Basic programs in Java

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Java Developer Jobs at KPMG India

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(8 Questions)

  • Q1. How much exp in docker?
  • Ans. 

    I have 2 years of experience working with Docker in various projects.

    • 2 years of experience working with Docker in various projects

    • Proficient in creating Docker containers, managing images, and orchestrating containers using Docker Compose

    • Familiar with Docker Swarm and Kubernetes for container orchestration

    • Experience in troubleshooting Docker-related issues and optimizing container performance

  • Answered by AI
  • Q2. Do you have exp in Kubernetes?
  • Ans. 

    Yes, I have experience in Kubernetes.

    • I have worked on deploying and managing applications on Kubernetes clusters.

    • I am familiar with creating and managing Kubernetes resources such as pods, deployments, services, and ingresses.

    • I have experience in using tools like kubectl and Helm for interacting with Kubernetes clusters.

    • I have implemented CI/CD pipelines using Kubernetes for automated deployment and scaling of applicat

  • Answered by AI
  • Q3. What is OOP?
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
  • Q4. Types of polymorphism
  • Ans. 

    Polymorphism in Java refers to the ability of a method to do different things based on the object it is acting upon.

    • Types of polymorphism in Java include method overloading and method overriding.

    • Method overloading is when multiple methods have the same name but different parameters.

    • Method overriding is when a subclass provides a specific implementation of a method that is already defined in its superclass.

  • Answered by AI
  • Q5. Thread in java
  • Ans. 

    Threads in Java allow multiple tasks to run concurrently within a single program.

    • Threads are lightweight sub-processes that share the same memory space.

    • They are used to improve performance by allowing tasks to run simultaneously.

    • Examples include creating a new thread using the Thread class or implementing the Runnable interface.

  • Answered by AI
  • Q6. Knowledge in which spring modules
  • Q7. What is spring profile
  • Ans. 

    Spring profile is a way to segregate parts of your application configuration and make it only available in certain environments.

    • Spring profiles allow you to define different configurations for different environments such as development, testing, and production.

    • You can use @Profile annotation to specify which beans should be loaded based on the active profile.

    • Profiles can be activated in various ways such as through app...

  • Answered by AI
  • Q8. What is @PreAuthorize and @PostAuthorize
  • Ans. 

    Annotations used in Spring Security to apply authorization rules before and after a method is called.

    • Used in Spring Security to define authorization rules

    • @PreAuthorize is used to apply authorization rules before a method is called

    • @PostAuthorize is used to apply authorization rules after a method is called

    • Both annotations support SpEL expressions for defining rules

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Java Developer interview:
  • Basics in java
  • Spring security
  • Spring Boot
  • Docker
  • Cloud Computing
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. They basically asked questions related to your project.
  • Q2. Then asked design patters and related questions to it.
  • Q3. Asked SOLID principal of software development.
  • Q4. Gave some coding questions related to Java array where I had to return the index of values whos total is 10.
  • Q5. How you would connect springboot project with data base.
  • Ans. 

    Use Spring Data JPA to connect Spring Boot project with database.

    • Add database configuration in application.properties or application.yml file

    • Create entity classes annotated with @Entity and @Table

    • Create repository interfaces extending JpaRepository

    • Use @Autowired annotation to inject repository in services or controllers

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Diff between static keyword and final keyword 2. Different ways of creating thread and which approach is better 3. Pgm to find min word and max word in a sentence
  • Ans. 

    The questions are related to Java programming and do not involve the medical field or puzzles.

    • The static keyword is used to declare a variable or method that belongs to the class itself, rather than an instance of the class.

    • The final keyword is used to declare a constant value or to prevent a variable, method, or class from being modified or extended.

    • Different ways of creating threads in Java include extending the Thre...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. 1, What are the purposes of api gateway other then authentication 2. how circut breaker works 3. What is saga design pattern 4. What is primary and secondary caching
  • Ans. 

    API gateway serves as a central entry point for all client requests, providing various functionalities beyond authentication.

    • API gateway acts as a reverse proxy, routing requests to appropriate microservices.

    • It can handle request/response transformation, protocol translation, and payload encryption/decryption.

    • API gateway can implement rate limiting, throttling, and caching to improve performance.

    • It enables service disc...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PwC Java Developer interview:
  • Microservice
  • Docker
  • Multithrading

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Explain Oops Concept, keywords in java, access specifiers
  • Q2. Diff between arraylist and linkedlist
  • Q3. Diff between set and list
  • Q4. Coding reverse a palindrome
  • Q5. How to create rest API
  • Q6. Java 8 features, write lambda function to add two numbers
Round 2 - Technical 

(2 Questions)

  • Q1. Why you want to change?
  • Q2. Coding question related to java 8
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA Collection Spring boot Java 8
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops, Multithreading,DSA,Design Pattern
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Core Java, multithreading and foncurrency
  • Q2. Springboot , app
  • Q3. Working of hashset
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Why do want to join Deloitte
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1- REST API 2- MICROSERVICES 3- Java 4- DB
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 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 

(5 Questions)

  • Q1. Previous projects related questions.
  • Q2. Sound knowledge on mentioned tech stack.
  • Q3. Pattern based questions specific for java
  • Q4. SQL CRUDs and stored procedures based questions.
  • Q5. Java 8 and Springboot questions.
Round 3 - Coding Test 

Codes on preferred skill from CV

Interview Preparation Tips

Topics to prepare for PwC Java Developer interview:
  • Java
  • SQL Server
  • Spring
  • Spring Boot
Interview preparation tips for other job seekers - Be prepared for deep knowledge on skills. Also know the basics for a better interview outcome.

KPMG India Interview FAQs

How many rounds are there in KPMG India Java Developer interview?
KPMG India interview process usually has 3 rounds. The most common rounds in the KPMG India interview process are HR, Aptitude Test and Coding Test.
How to prepare for KPMG India Java 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 Java, Spring Boot, Collections, Multithreading and Data Structures.

Tell us how to improve this page.

KPMG India Java Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Java Developer Interview Questions from Similar Companies

View all
KPMG India Java Developer Salary
based on 14 salaries
₹2.9 L/yr - ₹10 L/yr
At par with the average Java Developer Salary in India
View more details

KPMG India Java Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

5.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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