Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Software Developer Interview Questions, Process, and Tips

Updated 5 Dec 2024

Top PwC Software Developer Interview Questions and Answers

PwC Software Developer Interview Experiences

8 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 Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... 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 - Aptitude Test 

Random questions of maths

PwC interview questions for designations

 Python Software Developer

 (1)

 Software Developer Lead

 (1)

 Software Engineer

 (8)

 Salesforce Developer

 (10)

 Java Developer

 (4)

 Android Developer

 (2)

 Servicenow Developer

 (2)

 Senior Developer

 (1)

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
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

I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    Synchronous means happening at the same time, while asynchronous means not happening at the same time.

    • Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.

    • Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.

    • Examples of synchronous operations include function calls and loops, while examples of ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    CTE and temp table usage in SQL

    • Use CTE for recursive queries and complex subqueries

    • Use temp tables for large data sets and complex queries

    • CTE is more efficient for small data sets

    • Temp tables can be indexed for faster performance

    • Consider the scope and lifespan of the data when choosing between CTE and temp table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )

Round 2 - Technical 

(1 Question)

  • Q1. Asked for the introduction , then asked questions from the resume . Also the OOPS concept and interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give only neccessay answer of the question,do not say something extra

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, Coding Test and HR.
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 9 interviews

1 Interview rounds

  • Technical Round
View more
PwC Software Developer Salary
based on 289 salaries
₹4 L/yr - ₹15.9 L/yr
21% 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

3.7

Job security

3.7

Company culture

3.5

Promotions

3.5

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Associate
13.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
6.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate2
4.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.8
Compare

TCS

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