Upload Button Icon Add office photos

Filter interviews by

PwC Software Developer Interview Questions, Process, and Tips

Updated 5 Aug 2024

Top PwC Software Developer Interview Questions and Answers

PwC Software Developer Interview Experiences

7 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is dom? in javaScript
  • Ans. 

    DOM stands for Document Object Model. It is a programming interface for web documents that allows scripts to dynamically access and update the content, structure, and style of a webpage.

    • DOM is a tree-like structure that represents the elements of an HTML document.

    • It allows developers to manipulate the content and structure of a webpage using JavaScript.

    • Example: document.getElementById('myElement') allows you to access

  • Answered by AI
  • Q2. What is virtual dom in react js
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React.js, used for efficient updates and rendering.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is maintained by React.js.

    • It allows React to efficiently update and render components by comparing the virtual DOM with the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM.

    • This h...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Spring boot related questions
  • Q2. Java and advanced java related questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. And aigle scrum methodology explains
  • Ans. 

    Agile Scrum methodology is a framework for managing and completing complex projects.

    • Agile Scrum is based on iterative and incremental development.

    • It involves breaking down the project into smaller tasks called user stories.

    • Scrum teams work in sprints, typically 2-4 weeks long, to deliver a potentially shippable product increment.

    • Daily stand-up meetings are held to discuss progress and any obstacles.

    • Scrum Master facilit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple coding test with easy to medium level questions

Round 2 - HR 

(2 Questions)

  • Q1. What motivated you to get into this field ?
  • Q2. What are your long term goals

PwC interview questions for designations

 Software Developer Lead

 (1)

 Python Software Developer

 (1)

 Software Engineer

 (9)

 Salesforce Developer

 (10)

 Java Developer

 (4)

 Android Developer

 (2)

 Servicenow Developer

 (2)

 ETL Developer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of java and angular
Round 2 - HR 

(1 Question)

  • Q1. Director round with typical hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in angular
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. What is constructor
  • Ans. 

    A constructor is a special method used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • They can be overloaded to have multiple versions with different parameters.

    • Example: class Car { Car() { ... } }

    • Example: class Person { Person(String name) { ... } }

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding

Round 2 - Technical 

(1 Question)

  • Q1. Confidential sorry can't reveal them

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Stay strong with all concepts which are on JD
Don't get tensed
Presence of mind

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a java program to sort an array
  • Ans. 

    Java program to sort an array of strings

    • Use Arrays.sort() method to sort the array of strings

    • Import java.util.Arrays package

    • Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);

  • Answered by AI
  • Q2. Collections in java and springboot
  • Ans. 

    Collections in Java and Spring Boot are used to store and manipulate groups of objects.

    • Collections in Java are used to store multiple objects in a single unit.

    • Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.

    • Collections in Java and Spring Boot help in organizing and manipulating data efficiently.

    • Example: List names = new ArrayList<>();

Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java questions
  • Q2. Spring, Spring boot basics
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices Communications
  • Q2. Project level experiences
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions. Could be done easily if practiced enough

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Array searching

PwC Interview FAQs

How many rounds are there in PwC Software Developer interview?
PwC interview process usually has 1-2 rounds. The most common rounds in the PwC interview process are Technical, HR and Coding Test.
How to prepare for PwC Software 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 PwC. The most common topics and skills that interviewers at PwC expect are SQL, Agile, Analytical, Angularjs and CSS3.
What are the top questions asked in PwC Software Developer interview?

Some of the top questions asked at the PwC Software Developer interview -

  1. what is virtual dom in react...read more
  2. what is dom? in javaScr...read more
  3. And aigle scrum methodology expla...read more

Tell us how to improve this page.

PwC Software Developer Interview Process

based on 6 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 4 PwC interviews
Job Portal
Campus Placement
75%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
PwC Software Developer Salary
based on 278 salaries
₹4 L/yr - ₹16 L/yr
18% more than the average Software Developer Salary in India
View more details

PwC Software Developer Reviews and Ratings

based on 31 reviews

3.8/5

Rating in categories

3.9

Skill development

3.5

Work-Life balance

3.6

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.5

Promotions/Appraisal

3.5

Work Satisfaction

Explore 31 Reviews and Ratings
Senior Associate
14.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
12.7k salaries
unlock blur

₹4.7 L/yr - ₹16 L/yr

Manager
6.6k salaries
unlock blur

₹13.5 L/yr - ₹50 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Associate2
4.1k salaries
unlock blur

₹4.5 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.5
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview