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 4 Jul 2025
Popular Designations

91 Interview questions

A Graduate Intern was asked 4w ago
Q. Why PwC CF and not other investment banks?
Ans. 

I am drawn to PwC CF for its collaborative culture, diverse opportunities, and strong focus on innovation in financial services.

  • PwC CF emphasizes a collaborative culture, allowing interns to work closely with experienced professionals.

  • The firm offers diverse opportunities across various sectors, enabling exposure to different industries and financial challenges.

  • PwC's commitment to innovation, such as leveraging te...

View all Graduate Intern interview questions
An Internship Trainee was asked 2mo ago
Q. How do you upload a dashboard to Power BI service?
Ans. 

Learn how to upload a Power BI dashboard to the Power BI Service for sharing and collaboration.

  • 1. Open Power BI Desktop and create your dashboard using reports and visuals.

  • 2. Save your Power BI file (.pbix) locally.

  • 3. Click on 'Publish' in the Home tab of Power BI Desktop.

  • 4. Sign in to your Power BI account if prompted.

  • 5. Choose the appropriate workspace in the Power BI Service to publish your dashboard.

  • 6. After p...

View all Internship Trainee interview questions
An Internship Trainee was asked 2mo ago
Q. Which skill is most important for a business analyst role?
Ans. 

Analytical thinking is crucial for business analysts to interpret data and drive strategic decisions effectively.

  • Strong analytical skills help in identifying trends and patterns in data, such as sales performance over time.

  • Effective communication is essential for translating complex data insights into actionable recommendations for stakeholders.

  • Problem-solving abilities enable business analysts to address challeng...

View all Internship Trainee interview questions
A Dot Net Fullstack Developer was asked 3mo ago
Q. What is a Magic Table in SQL?
Ans. 

Magic Tables in SQL Server are special tables used for tracking changes in data during INSERT, UPDATE, or DELETE operations.

  • Magic Tables are created automatically by SQL Server when using triggers.

  • They are virtual tables named 'Inserted' and 'Deleted'.

  • The 'Inserted' table holds new rows during an INSERT or UPDATE operation.

  • The 'Deleted' table holds old rows during a DELETE or UPDATE operation.

  • Example: In an UPDATE...

View all Dot Net Fullstack Developer interview questions

What people are saying about PwC

View All
an associate2
3d
Deloitte USI ASA2 or RSM USI SA1: Which way to go?
I'm at PwC AC as an Associate 2 with 2 yrs of PQE. Is it smart to join Deloitte USI Assurance as ASA2 (30% Hike)? Won't I be overqualified for that level? I also have an SA1 offer from RSM USI with the same pay (34% hike). Plus, I'm expecting a 10% raise at PwC by July end. Thoughts?
Got a question about PwC?
Ask anonymously on communities.
A Dot Net Fullstack Developer was asked 3mo ago
Q. Write a LINQ query using joins.
Ans. 

LINQ joins allow combining data from multiple collections based on a common key, enhancing data retrieval and manipulation.

  • Inner Join: Combines records from two collections where there is a match. Example: var result = from a in collectionA join b in collectionB on a.Id equals b.AId select new { a, b };

  • Group Join: Groups related records from one collection to another. Example: var result = from a in collectionA jo...

View all Dot Net Fullstack Developer interview questions
A Specslist was asked 3mo ago
Q. Describe payroll and CTC.
Ans. 

Payroll refers to the process of paying employees, while CTC (Cost to Company) includes all expenses incurred by the employer.

  • Payroll involves calculating employee wages, taxes, and deductions.

  • CTC includes basic salary, allowances, bonuses, and benefits.

  • For example, if an employee's CTC is $60,000, it includes all costs to the employer.

  • Payroll is typically processed monthly, while CTC is an annual figure.

An ETL Developer was asked 6mo ago
Q. How do you use error handling methods with Stored Procedures?
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

View all ETL Developer interview questions
Are these interview questions helpful?
An ETL Developer was asked 6mo ago
Q. Write a 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.

View all ETL Developer interview questions
A Manual Tester was asked 7mo ago
Q. What are some test cases for a bottle?
Ans. 

Test cases for bottle include checking for leaks, verifying capacity, ensuring material quality, and assessing durability.

  • Verify that the bottle does not leak when filled with water

  • Check if the bottle's capacity matches the stated volume

  • Inspect the material quality of the bottle for any defects

  • Assess the durability of the bottle by dropping it from a certain height

View all Manual Tester interview questions
A Junior Consultant was asked 7mo ago
Q. Can we overload the main method in Java?
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...

View all Junior Consultant 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
SAP S4HANA Public Cloud Consultant

Hyderabad / Secunderabad,

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

cloud security lead

Kolkata,

Gurgaon / Gurugram

5-9 Yrs

Not Disclosed

QA(QA+Gen AI+Pytest+Python+Selenium)

Hyderabad / Secunderabad,

Bangalore / Bengaluru

4-9 Yrs

₹ 4.3-29 LPA

Explore more jobs
Senior Associate
19k salaries
unlock blur

₹12.7 L/yr - ₹25 L/yr

Associate
15.1k salaries
unlock blur

₹7.9 L/yr - ₹14.5 L/yr

Manager
7.6k salaries
unlock blur

₹22.1 L/yr - ₹40 L/yr

Senior Consultant
4.9k salaries
unlock blur

₹15.9 L/yr - ₹26.3 L/yr

Associate2
4.7k salaries
unlock blur

₹7.5 L/yr - ₹14 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.7
Compare

Ernst & Young

3.4
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview