Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top PwC Interview Questions and Answers

View all 791 questions

PwC Interview Experiences

Popular Designations

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Associate Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

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

(1 Question)

  • Q1. Define Q2C Implementation process
  • Ans. 

    Q2C Implementation process involves converting a sales order into a completed transaction.

    • Q2C stands for Quote-to-Cash

    • Involves creating quotes, managing pricing, generating sales orders, invoicing, and receiving payments

    • Integration with CRM and ERP systems for seamless process flow

  • Answered by AI

Top PwC Associate Interview Questions and Answers

Q1. Create a table with specified columns Alter the table and add new columns Create another table with help of existing tables Write a query which uses group by clause Write a query which uses having clause
View answer (2)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Associate Engineer Interview Questions & Answers

user image Manilal Mandal

posted on 5 Dec 2024

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy prepare the topics analytical verbal english quant basic level

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction youself where u from
  • Q2. What is your favorite subject

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare engineering g subjects well and a fav subject from where they mainly ask the question.

Top PwC Associate Engineer Interview Questions and Answers

Q1. In a string reverse the small letters to capital and caps to small
View answer (1)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About kyc SAR And STR
  • Q2. Technical Questions they'll ask About kyc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and loud specially experienced person

KYC Associate Interview Questions asked at other Companies

Q1. What do you mean by Negative new screening?
View answer (2)

PwC interview questions for popular designations

 Associate

 (217)

 Senior Associate

 (171)

 Consultant

 (76)

 Associate2

 (42)

 Associate Consultant

 (36)

 Manager

 (32)

 Senior Consultant

 (31)

 Technology Consultant

 (27)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. AWS services, Terraform commands , Kubernetes concepts, Linux commands

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Get interview-ready with Top PwC Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About SA 315, explain the process of practical application
  • Q2. Case study question based on ind as 115

Top PwC Senior Associate Interview Questions and Answers

Q1. What is Materiality, How to decide Materiality , who decide what will be the level of Materiality ?
View answer (3)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Jobs at PwC

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of GSTIN
  • Q2. What is HSN code
  • Ans. 

    HSN code stands for Harmonized System of Nomenclature code, used for classifying goods for taxation purposes.

    • HSN code is a 6-digit code used to classify goods for taxation in India.

    • It helps in systematic classification of goods across the globe.

    • The first 2 digits represent the chapter, the next 2 digits represent the heading, and the last 2 digits represent the sub-heading.

    • For example, HSN code for Rice is 1006, where ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioral Test
  • Q2. Why do we hire you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in data analysis and have successfully completed numerous projects in this field.

    • I am proficient in various analytical tools and techniques, allowing me to provide valuable insights and recommendations.

    • I am a quick learner and adaptable, able to quickly grasp new concepts and technologies.

    • I am highly motivated and dedicated to d...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Date modification

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Senior Associate Interview Questions & Answers

user image Sukanya Dutta

posted on 9 Nov 2024

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

(1 Question)

  • Q1. What is closure
  • Ans. 

    Closure is the process of finalizing or completing something.

    • Closure is the resolution of a situation or the end of an event.

    • It involves bringing something to a conclusion or finishing a task.

    • Closure can also refer to the feeling of acceptance or peace after a difficult experience.

    • For example, after a breakup, seeking closure may involve having a conversation with the ex-partner to gain clarity and emotional resolution

  • Answered by AI

Top PwC Senior Associate Interview Questions and Answers

Q1. What is Materiality, How to decide Materiality , who decide what will be the level of Materiality ?
View answer (3)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is consignment process
  • Ans. 

    Consignment process involves transferring goods to a customer but retaining ownership until they are used or sold.

    • Goods are transferred to customer's location but remain in the ownership of the seller

    • Customer only pays for the goods once they are used or sold

    • Seller can track the goods in the customer's location

    • Risk of damage or loss is usually borne by the seller

  • Answered by AI
  • Q2. Difference in SAP ECC / HANA
  • Ans. 

    SAP ECC is the traditional ERP system while SAP HANA is an in-memory database platform.

    • SAP ECC is a traditional ERP system that relies on disk-based databases for data storage.

    • SAP HANA is an in-memory database platform that stores data in RAM for faster processing.

    • SAP HANA allows real-time data processing and analytics, while SAP ECC may have delays in data retrieval.

    • SAP HANA is optimized for handling large volumes of ...

  • Answered by AI
  • Q3. Vendor master Details
  • Q4. Scheduling agreement types

Skills evaluated in this interview

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Previous project
  • Q2. What is partion key?
  • Ans. 

    Partition key is a field used to distribute data across multiple partitions in a database for scalability and performance.

    • Partition key determines the partition in which a row will be stored in a database.

    • It helps in distributing data evenly across multiple partitions to improve query performance.

    • Choosing the right partition key is crucial for efficient data storage and retrieval.

    • For example, in Azure Cosmos DB, partit...

  • Answered by AI
  • Q3. Explai data bricks,how its different from adf
  • Ans. 

    Data bricks is a unified analytics platform for big data and machine learning, while ADF (Azure Data Factory) is a cloud-based data integration service.

    • Data bricks is a unified analytics platform that provides a collaborative environment for big data and machine learning projects.

    • ADF is a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • Data bricks supports multiple pr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PwC Azure Data Engineer interview:
  • Adf
  • data bricks
  • SQL
  • pyspark
  • basic quereis on sql,pyspark

Skills evaluated in this interview

Azure Data Engineer Interview Questions asked at other Companies

Q1. 7. How can we load multiple(50)tables at a time using adf?
View answer (2)

PwC Interview FAQs

How many rounds are there in PwC interview?
PwC interview process usually has 2-3 rounds. The most common rounds in the PwC interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for PwC 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 Leadership Development, Consulting, Risk Management, Operations and Management.
What are the top questions asked in PwC interview?

Some of the top questions asked at the PwC interview -

  1. What is Materiality, How to decide Materiality , who decide what will be the l...read more
  2. 3- If you have received 2 mails from PwC with same name how will you identify t...read more
  3. 1. How are the fixed income products valued in accordance with the Prudential n...read more
How long is the PwC interview process?

The duration of PwC interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

PwC Interview Process

based on 1.2k interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 804 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
Protiviti Interview Questions
3.2
 • 56 Interviews
RSM India Interview Questions
3.4
 • 54 Interviews
BDO Interview Questions
3.3
 • 45 Interviews
Crowe Horwath Interview Questions
4.1
 • 28 Interviews
Mazars Interview Questions
3.1
 • 21 Interviews
View all

PwC Reviews and Ratings

based on 9.1k reviews

3.4/5

Rating in categories

3.5

Skill development

3.0

Work-life balance

3.3

Salary

3.5

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 9.1k Reviews and Ratings
Senior Associate Project Manager

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Senior Associate Market Research Social

Gurgaon / Gurugram

1-4 Yrs

Not Disclosed

Explore more jobs
Senior Associate
15.2k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
13.1k salaries
unlock blur

₹4.8 L/yr - ₹17 L/yr

Manager
6.8k salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32.8 L/yr

Associate2
4.2k salaries
unlock blur

₹4.6 L/yr - ₹16.5 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