Upload Button Icon Add office photos

Filter interviews by

PwC Assurance Interview Questions and Answers

Updated 10 Sep 2021

PwC Assurance Interview Experiences

1 interview found

Assurance Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2021

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1. All about your resume.
  • Q2. 2. About Materiality. 3. Audit procedures on FA/AR/AP/Sales/Purchases 4. Excel related ques (VLOOKUP, PIVOT, Concetanate) 4. IND AS 115/116
  • Q3. Few HR ques like: 1. What's the X factor you consider in your self 2. Why we should choose CA over any other College Graduate for this profile?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be Confident, They check how you deal with uncertain situation
2. If you don't know any answer be straight forward and say "i currently don't about the subject/questions and will definitely get back to you" it shows your confidence and ability to deal with the unfavourable situations.
3. Always have smile on your face
4. Try to answer your question with the help of examples it creates an impact on the recruiter.
5. Good Luck!!!

Assurance Jobs at PwC

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented professional with a strong background in assurance and auditing.

    • Bachelor's degree in Accounting

    • Certified Public Accountant (CPA)

    • 5+ years of experience in assurance and auditing

    • Strong analytical and problem-solving skills

    • Experience working with clients in various industries

  • Answered by AI
  • Q2. Descirbe a time you had a comflict at work
  • Ans. 

    I had a conflict with a coworker over project deadlines

    • Miscommunication led to conflicting expectations

    • Discussed the issue calmly and openly with coworker

    • Compromised on a new deadline that worked for both of us

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. JavaScript Related Questions
  • Q2. ReactJs Related Questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Reactjs Use Effects and UseRef
  • Q2. JavaScript Closures,Map,CallBack

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Merge sort time complexity less
  • Ans. 

    Merge sort has a time complexity of O(n log n) in the worst case scenario.

    • Merge sort divides the array into two halves, sorts them recursively, and then merges them back together.

    • The time complexity of merge sort is O(n log n) in the worst case scenario.

    • For example, sorting an array of 8 elements would take 3 recursive calls to merge sort.

  • Answered by AI
  • Q2. Palindrome with react js to show on UI
  • Ans. 

    Create a palindrome checker using React JS to display on the UI

    • Create a input field for user to enter a string

    • Use state to store the input string

    • Create a function to check if the input string is a palindrome

    • Display the result on the UI

  • Answered by AI
Round 2 - Coding Test 

Javascript question on promise, callbacks, hosting

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1) what is ReactJs?
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces.

    • Developed by Facebook

    • Uses a virtual DOM for efficient updates

    • Supports server-side rendering

    • Can be used with other libraries and frameworks

    • Uses JSX syntax to write HTML-like code in JavaScript

    • Example: Facebook, Instagram, Airbnb, Netflix use ReactJS

  • Answered by AI
  • Q2. 2) What us UseState() In React
  • Ans. 

    UseState() is a hook in React that allows functional components to have state variables.

    • useState() is used to declare state variables in functional components.

    • It returns an array with two elements: the current state value and a function to update it.

    • The function to update the state can be called with a new value or a function that takes the previous value as an argument.

    • Example: const [count, setCount] = useState(0);

    • Ex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interviews were based on the technologies used to develop a company enterprise application
so it is important that candidates should have proper knowledge of their hands-on used technologies and should perform with confidence while explaining work experience.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

It ran for one hour covering topics like data, Logical Reasoning and Quantitative aptitude.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident in what are you saying and you will clear the Interview.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are closures with examples ?
  • Ans. 

    Closures are functions that have access to their own scope, as well as the scope in which they were defined.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • Closures are commonly used in event handlers and callbacks.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
  • Q2. How to get updated content on scroll on e-commerce app?
  • Ans. 

    Use infinite scrolling to fetch new content as user scrolls down the page.

    • Implement infinite scrolling to load more products as user scrolls down

    • Make AJAX calls to fetch new content from the server

    • Update the DOM with the new content dynamically

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 1. Introduction 2. PPE assertions 3.Ind as 115 steps 4.cash and cash equivalents 5.Risk based audit Few HR based question
Round 3 - HR 

(1 Question)

  • Q1. 1. No of attempts 2. Preferred location
  • Ans. 

    I have attempted the exam twice and my preferred location is New York.

    • I have attempted the exam twice and feel confident about my preparation.

    • New York is my preferred location due to its proximity to my current residence.

    • I have researched the exam centers in New York and feel comfortable with the facilities provided.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Prepare on your resume. Communication should be strong.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Javascript array questions like palindrom and others with aptitude

Round 2 - Technical 

(4 Questions)

  • Q1. Skill related technical questions
  • Q2. How to share data in components react
  • Ans. 

    Data can be shared between components in React using props, context, or state management libraries like Redux.

    • Use props to pass data from parent to child components

    • Use context to share data across multiple components without passing props manually

    • Use state management libraries like Redux to manage global state and share data between components

  • Answered by AI
  • Q3. Prop drilling explain in react
  • Ans. 

    Prop drilling is the process of passing data through multiple levels of components in React.

    • Prop drilling occurs when a component needs to pass data to a deeply nested child component.

    • It can lead to code that is hard to maintain and understand.

    • One way to avoid prop drilling is by using Context API or Redux for state management.

  • Answered by AI
  • Q4. Redux flow explain
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux stores the entire state of an application in a single immutable object.

    • State changes are made by dispatching actions, which are plain JavaScript objects.

    • Reducers specify how the application's state changes in response to actions.

    • Redux flow: Action -> Reducer -> Store -> View

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Previous project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basics of react or angular and redux also.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Related to audit procedures.

PwC Interview FAQs

How to prepare for PwC Assurance 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 Risk Management, Leadership Development, Auditing, External Audit and Financial Reporting.

Tell us how to improve this page.

PwC Assurance Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 792 Interviews
ZS Interview Questions
3.4
 • 481 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
WSP Interview Questions
4.3
 • 89 Interviews
View all
PwC Assurance Salary
based on 5 salaries
₹3 L/yr - ₹9.5 L/yr
94% more than the average Assurance Salary in India
View more details
Assurance - Financial Markets - Real Estate Valuation - Manager

Kolkata,

Hyderabad / Secunderabad

+1

3-7 Yrs

Not Disclosed

Assurance - Financial Markets

Kolkata,

Hyderabad / Secunderabad

+1

2-5 Yrs

Not Disclosed

Explore more jobs
Senior Associate
15k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
12.8k salaries
unlock blur

₹4.9 L/yr - ₹17.2 L/yr

Manager
6.7k salaries
unlock blur

₹14 L/yr - ₹44.3 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32.4 L/yr

Associate2
4.2k salaries
unlock blur

₹4.5 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.9
Compare

TCS

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