Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Interview Questions and Answers for Freshers

Updated 3 Jul 2025
Popular Designations

78 Interview questions

An Associate2 was asked
Q. Write code to reverse an array.
Ans. 

Implement a code to reverse an array of strings.

  • Create a function that takes an array of strings as input

  • Use a loop to iterate through the array and swap the elements from start to end

  • Return the reversed array

View all Associate2 interview questions
A Technology Consultant was asked
Q. Do you know about SAP or enterprise apps?
Ans. 

Yes, I am familiar with SAP and enterprise apps.

  • I have experience working with SAP software for managing business operations.

  • I am knowledgeable about enterprise applications used for resource planning and customer relationship management.

  • I have implemented SAP solutions for clients to streamline their business processes.

  • I have integrated enterprise apps with other systems to improve efficiency and productivity.

View all Technology Consultant interview questions
An Associate was asked
Q. What are the steps involved in the SDLC process?
Ans. 

SDLC process involves planning, designing, developing, testing, and deploying software.

  • 1. Planning phase involves defining project scope, requirements, and creating a project plan.

  • 2. Design phase includes creating system architecture, database design, and user interface design.

  • 3. Development phase involves coding, unit testing, and integration testing.

  • 4. Testing phase includes system testing, user acceptance testi...

View all Associate interview questions
An Associate2 was asked
Q. What is the meaning of taxation?
Ans. 

Taxation is the process of imposing a financial charge or other levy upon a taxpayer by a state or the functional equivalent of a state.

  • Taxation is the means by which governments finance their spending by imposing charges on citizens and corporate entities.

  • It involves the collection of taxes from individuals and businesses based on their income, profits, or property.

  • Taxation can take various forms such as income t...

View all Associate2 interview questions

What people are saying about PwC

View All
a senior analyst
4d
Microsoft Assessment coming up—any prep tips?
Hey everyone, I have a Microsoft Assessment coming up. If you have any insights or advice on how to prepare, please share!
Got a question about PwC?
Ask anonymously on communities.
An Associate was asked
Q. What are the 5 major gaps found during the Internal Audit?
Ans. 

The 5 major gaps found during IA were lack of documentation, inadequate risk assessment, insufficient testing, ineffective communication, and inadequate follow-up.

  • Lack of documentation: Missing or incomplete records of audit findings and recommendations.

  • Inadequate risk assessment: Failure to properly identify and assess potential risks to the organization.

  • Insufficient testing: Limited scope or depth of testing pro...

View all Associate interview questions
An Associate was asked
Q. Tell me about Business process
Ans. 

Business process refers to a series of steps or activities that are undertaken to achieve a specific goal or outcome within an organization.

  • Business processes can involve multiple departments or functions working together towards a common objective.

  • They often include tasks such as planning, execution, monitoring, and optimization.

  • Examples of business processes include procurement, sales, customer service, and prod...

View all Associate interview questions
An Associate L2 was asked
Q. Describe the 5-step model for revenue recognition.
Ans. 

The 5-step model for revenue recognition involves identifying the contract, identifying performance obligations, determining the transaction price, allocating the transaction price, and recognizing revenue when performance obligations are met.

  • Step 1: Identify the contract and its terms

  • Step 2: Identify the performance obligations in the contract

  • Step 3: Determine the transaction price

  • Step 4: Allocate the transaction...

View all Associate L2 interview questions
Are these interview questions helpful?
An Associate L2 was asked
Q. What is materiality in audit terms?
Ans. 

Materiality is the concept of determining the significance of an item or event in relation to the financial statements as a whole.

  • Materiality is a key concept in auditing and is used to determine the level of detail required in an audit.

  • It involves assessing the significance of an item or event in relation to the financial statements as a whole.

  • Materiality is a matter of professional judgment and is influenced by ...

View all Associate L2 interview questions
A Consultant was asked
Q. Estimate the number of pasta sauce bottles sold in Mumbai in a month.
Ans. 

Estimating the number of pasta sauce bottles sold in a month in Mumbai.

  • Consider the population of Mumbai and the average consumption of pasta sauce per person.

  • Research the market share of different pasta sauce brands in Mumbai.

  • Analyze the sales data of pasta sauce in supermarkets and grocery stores in Mumbai.

  • Take into account the demand during festive seasons or special events.

  • Consider the popularity of pasta dish...

View all Consultant interview questions
An Analyst was asked
Q. What is polymorphism?
Ans. 

Polymorphism is the ability of an object to take on many forms.

  • Polymorphism allows objects of different classes to be treated as if they are of the same class.

  • It can be achieved through method overloading or method overriding.

  • Example: A shape class can have different subclasses like circle, square, and triangle, each with their own implementation of the draw method.

  • Polymorphism makes code more flexible and reusabl...

View all Analyst interview questions

PwC Interview Experiences for Freshers

161 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to find character occurances in "Hello World"
  • Ans. 

    Program to find character occurances in 'Hello World'

    • Create a map to store character occurrences

    • Iterate through each character in the string and update the map

    • Print the character occurrences from the map

  • Answered by AI
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include running multiple tas...

  • Answered by AI
  • Q3. What are the annotations used in TestNG
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test.

    • Annotations like @Test, @BeforeSuite, @AfterSuite are used to define test methods and setup/teardown methods

    • Annotations like @BeforeTest, @AfterTest are used to run setup/teardown methods before/after a test

    • Annotations like @BeforeClass, @AfterClass are used to run setup/teardown methods before/after a test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - WORST Interviewer ever. Worst Behavior from the interviewer. She was in a bad mood already before joining. She had no respect for the candidate. Within 1 minute of coding question she was getting impatient. Seem like the person had no technical knowlegde and putting up questions from google. As you can see despite of the easy questions and an easy coding problem i failed to secure the interview. All I did was some syntax errors( as I was using an online simulator) but my logic was spot on and following the Big O Notation as well. But with her little googled knowlegde she was arguing about the process I followed to get the problem solved. She was using phrases like "Thats all?" , "I don't think you can code well as you're facing syntax error." (Clearly compliation doesn't agree to you Maa'm.). Clearly I lost my opputunity over a under performing interviewer.

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding AI/ML, Some python questions
Round 2 - Technical 

(1 Question)

  • Q1. What projects have you worked on?
  • Ans. 

    I have worked on projects involving natural language processing, computer vision, and recommendation systems.

    • Developed a sentiment analysis model using NLP techniques

    • Implemented a facial recognition system using computer vision algorithms

    • Built a recommendation engine based on collaborative filtering

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Can we overload main method?
  • Ans. 

    No, the main method in Java cannot be overloaded.

    • The main method in Java is the entry point of a program and must have a specific signature: public static void main(String[] args).

    • Attempting to overload the main method by changing the number or type of parameters will result in a compilation error.

    • Instead of overloading the main method, you can create additional methods in the same class to perform different tasks.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Some questions on my current project and aws
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion....

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2024

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

60 min , Logical , Analytical, Reasoning, Data Interpretation and English

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about your Project
  • Q2. Internship experience
  • Ans. 

    I have completed two internships in marketing and finance, gaining valuable hands-on experience.

    • Completed internships in marketing and finance

    • Gained hands-on experience in both fields

    • Learned about market research and financial analysis

  • Answered by AI
  • Q3. Favourite subject of your domain
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Your strength and weakness

Associate Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected
  • Q1. What values and opportunities do you appreciate in PwC that influenced your desire to work there?
  • Ans. 

    I value PwC's commitment to integrity, diversity, and professional growth, which align with my career aspirations.

    • PwC's strong emphasis on integrity and ethical practices resonates with my personal values.

    • The diverse and inclusive culture at PwC fosters collaboration and innovation, allowing for varied perspectives.

    • Opportunities for continuous learning and professional development, such as mentorship programs, are high...

  • Answered by AI
  • Q2. How flexible are you with the office location?
  • Ans. 

    I am quite flexible with office locations, as I prioritize collaboration and productivity over a specific geographic area.

    • I am open to relocating if necessary, as I believe in adapting to the team's needs.

    • I have experience working remotely and can maintain productivity from various locations.

    • I understand the importance of being present for team meetings and client interactions, so I can adjust my location accordingly.

    • F...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do not apply in PwC
  • Q2. Save yourself from PwC

Interview Preparation Tips

Interview preparation tips for other job seekers - They are not interested in hiring you. They are just testing your theoretical skills.

They advertise the role one level higher and then after the interview says
'Based on the interview we can't hire you at this level but at same level and salary.'

Purely because they don't have budget.

Do not get disheartened and refrain yourself from accepting the interview invites from PwC from next time. Save yourself from waste of time.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Core java, resp api, spring boot
  • Q2. Sql, spring security
  • Q3. Collection framework
  • Q4. Streams api, comparator

Associate Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between queue and stack
  • Ans. 

    Queue is a data structure that follows First In First Out (FIFO) principle, while stack follows Last In First Out (LIFO) principle.

    • Queue: elements are added at the rear and removed from the front.

    • Stack: elements are added and removed from the top.

    • Example: In a queue, people waiting in line at a ticket counter are served in the order they arrived. In a stack, plates in a stack are removed from the top.

  • Answered by AI
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows for parallel execution of multiple tasks within a single process.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Examples of multithreading include web servers handling multiple requests simultaneously and video games rendering gr...

  • Answered by AI

Skills evaluated in this interview

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2025

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Stored Procedure to get user input
  • Ans. 

    Use a stored procedure to prompt user for input in ETL process.

    • Create a stored procedure with parameters to accept user input.

    • Use the parameters in the stored procedure to filter or manipulate data.

    • Prompt the user for input values when calling the stored procedure.

  • Answered by AI
  • Q2. Use error handling method with Stored Procedure
  • Ans. 

    Use TRY...CATCH block in SQL to handle errors in Stored Procedures

    • Enclose the code inside a TRY block

    • Use a CATCH block to handle any errors that occur

    • Use RAISEERROR or THROW statement to raise custom error messages

    • Use @@ERROR or @@ROWCOUNT to check for errors or affected rows

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

(1 Question)

  • Q1. Details about company and previous Projects

Power BI Developer Interview Questions & Answers

user image Manjushree K

posted on 19 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the need of inactive relationship?
  • Ans. 

    Inactive relationships in Power BI allow for multiple relationships between tables, enabling complex data modeling without conflicts.

    • Multiple Relationships: Inactive relationships enable the creation of multiple relationships between two tables, which can be useful for different analysis scenarios.

    • Filtering Context: Inactive relationships can be activated in DAX formulas using the USERELATIONSHIP function, allowing for...

  • Answered by AI
  • Q2. Explain various roles in power BI service
  • Ans. 

    Power BI service roles define user permissions and capabilities for data access, report sharing, and collaboration within the platform.

    • Admin: Manages the Power BI environment, including user permissions, workspaces, and overall governance.

    • Member: Collaborates on content creation and can edit reports and dashboards within shared workspaces.

    • Contributor: Can create and publish content but has limited permissions compared ...

  • Answered by AI

PwC Interview FAQs

How many rounds are there in PwC interview for freshers?
PwC interview process for freshers usually has 2-3 rounds. The most common rounds in the PwC interview process for freshers are Technical, One-on-one Round and Aptitude Test.
How to prepare for PwC interview for freshers?
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, Research Analysis, Management, Advisory and Consulting.
What are the top questions asked in PwC interview for freshers?

Some of the top questions asked at the PwC interview for freshers -

  1. Mention some specific instance of data breach loss suffered by any MNC and how ...read more
  2. What are the Fundamental Accounting Assumptio...read more
  3. Do you know about stlc explain something about st...read more
What are the most common questions asked in PwC HR round for freshers?

The most common HR questions asked in PwC interview are for freshers -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Tell me about yourse...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.

Overall Interview Experience Rating

4/5

based on 93 interview experiences

Difficulty level

Easy 23%
Moderate 74%
Hard 3%

Duration

Less than 2 weeks 51%
2-4 weeks 31%
4-6 weeks 8%
6-8 weeks 5%
More than 8 weeks 6%
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.7
 • 3k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.4
 • 844 Interviews
ZS Interview Questions
3.3
 • 475 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 111 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
Mercer Interview Questions
3.7
 • 89 Interviews
View all

PwC Reviews and Ratings

based on 10.5k reviews

3.3/5

Rating in categories

3.4

Skill development

3.0

Work-life balance

3.3

Salary

3.4

Job security

3.2

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 10.5k Reviews and Ratings
Senior Associate_Zoho Apps_OneCloud_Advisory

Bangalore / Bengaluru

3-8 Yrs

₹ 25-33 LPA

Senior Associate_Client Adoption Manager_OneCloud_Advisory

Bangalore / Bengaluru

5-10 Yrs

₹ 5.2-38 LPA

Manager_Cloud Technology Consulting Sales Lead_OneCloud _Advisory

Bangalore / Bengaluru

13-18 Yrs

Not Disclosed

Explore more jobs
Senior Associate
18.7k salaries
unlock blur

₹12.6 L/yr - ₹25.2 L/yr

Associate
15.1k salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Manager
7.5k salaries
unlock blur

₹22.1 L/yr - ₹40 L/yr

Senior Consultant
4.9k salaries
unlock blur

₹9.1 L/yr - ₹33 L/yr

Associate2
4.6k salaries
unlock blur

₹4.8 L/yr - ₹16.5 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.7
Compare

Ernst & Young

3.4
Compare

Accenture

3.8
Compare

TCS

3.6
Compare
write
Share an Interview