Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

PwC

Compare button icon Compare button icon Compare
3.4

based on 10.1k Reviews

Play video Play video Video summary
  • About
  • Reviews
    10.1k
  • Salaries
    94.9k
  • Interviews
    1.4k
  • Jobs
    2k
  • Benefits
    900
  • Photos
    24
  • Posts
    20

Filter interviews by

PwC Interview Questions and Answers for Experienced

Updated 14 May 2025
Popular Designations

159 Interview questions

An Automation Test Engineer was asked 4w ago
Q. What are API testing response codes and their reasons?
Ans. 

API testing response codes indicate the status of a request and help diagnose issues in communication between client and server.

  • 200 OK: The request was successful, and the server returned the requested data.

  • 201 Created: The request was successful, and a new resource was created (e.g., a new user).

  • 400 Bad Request: The server could not understand the request due to invalid syntax.

  • 401 Unauthorized: The request requir...

View all Automation Test Engineer interview questions
A Senior Associate 2 was asked 1mo ago
Q. What is the difference between internal audit, Internal Financial Controls (IFC), and Internal Control over Financial Reporting (ICFR)?
Ans. 

Internal audit evaluates risk management; IFC focuses on financial controls; ICFR ensures accurate financial reporting.

  • Internal Audit: An independent assessment of an organization's operations, risk management, and governance processes. Example: Evaluating compliance with policies.

  • Internal Financial Controls (IFC): Processes designed to ensure the integrity of financial reporting and compliance with laws. Example:...

View all Senior Associate 2 interview questions
A Senior Associate 2 was asked 1mo ago
Q. Can you describe a specific process with which you are familiar, such as Procure to Pay (P2P), Order to Cash (OTC), or Record to Report (RTR), and discuss the major risks associated with that process along ...
Ans. 

Discussing the Order to Cash (OTC) process and its associated risks.

  • 1. Credit Risk: Customers may default on payments, impacting cash flow. Example: A major client goes bankrupt.

  • 2. Order Fulfillment Risk: Errors in order processing can lead to incorrect shipments. Example: Wrong product shipped to a customer.

  • 3. Data Integrity Risk: Inaccurate data entry can cause invoicing issues. Example: Incorrect pricing entere...

View all Senior Associate 2 interview questions
A Billing Executive was asked 1mo ago
Q. What is a conflict of interest?
Ans. 

A conflict of interest occurs when an individual's personal interests interfere with their professional responsibilities.

  • Personal relationships can influence decision-making, e.g., hiring a family member.

  • Financial interests may affect objectivity, e.g., owning stock in a competing company.

  • Dual roles can create bias, e.g., a doctor consulting for a pharmaceutical company while treating patients.

View all Billing Executive interview questions

What people are saying about PwC

View All
clarkkent52
Verified Icon
2w
works at
Accenture
Already got 110 % hike, also got other offers but company only matching the existing offer!!
Recently I was successfully cleared PWC and infosys all interview rounds and in HR discussion they are not ready to give me more , they only ready to match the offer and keep saying you already got the 110% hike on your current CTC! So I said to HR I can't say no to company whose offer I have for just same amount of offer and rejected. How can I grab 150% hike as I also cleared Deloitte all rounds and HR discussion is remaining, Any suggestions??
Got a question about PwC?
Ask anonymously on communities.
A Billing Executive was asked 1mo ago
Q. What is a deferred revenue system?
Ans. 

Deferred revenue is income received before services are performed or goods delivered, recorded as a liability until earned.

  • Deferred revenue is recognized when cash is received but the service or product is not yet delivered.

  • Common in subscription services, e.g., annual software subscriptions where payment is made upfront.

  • Recorded as a liability on the balance sheet until the service is provided or the product is d...

View all Billing Executive interview questions
An Associate was asked 1mo ago
Q. How is the purchase order type determined in schedule lines?
Ans. 

Purchase order type in schedule lines is determined by various factors including item category and delivery schedule.

  • The purchase order type is influenced by the item category (e.g., standard, consignment).

  • Schedule lines can be linked to specific delivery dates, affecting the order type.

  • For example, a 'Standard Order' type is used for regular purchases, while 'Consignment' is used for stock provided by a vendor.

  • Th...

View all Associate interview questions
A Senior Mulesoft Developer was asked 1mo ago
Q. What is the procedure for changing the Java version in Anypoint Studio when using the latest version of the software?
Ans. 

Changing the Java version in Anypoint Studio involves configuring the JDK settings in the preferences menu for your projects.

  • Open Anypoint Studio and navigate to 'Window' > 'Preferences'.

  • In the Preferences window, expand 'Java' and select 'Installed JREs'.

  • Add a new JRE by clicking 'Add...' and selecting the JDK installation directory.

  • Set the newly added JDK as the default by checking the box next to it.

  • For spec...

View all Senior Mulesoft Developer interview questions
Are these interview questions helpful?
A Senior Mulesoft Developer was asked 1mo ago
Q. Have you ever used RAML? Please write a RAML specification with one endpoint, `/account`, and include a query parameter, `bankId`, that can be used to filter the response.
Ans. 

RAML is a RESTful API modeling language that helps design APIs with clear structure and documentation.

  • API Versioning: RAML allows you to specify the version of the API, e.g., `#%RAML 1.0`.

  • Endpoint Definition: You can define endpoints like `/account` to specify the resources available.

  • Query Parameters: Use query parameters such as `bankId` to filter responses, e.g., `?bankId=123`.

  • Response Types: Define response typ...

View all Senior Mulesoft Developer interview questions
A Senior Mulesoft Developer was asked 1mo ago
Q. What permissions are required for a developer and a maintainer in a source control system such as GitLab?
Ans. 

Developers and maintainers in GitLab need specific permissions for effective collaboration and code management.

  • Developers typically require 'Developer' role permissions to push code, create branches, and manage merge requests.

  • Maintainers need 'Maintainer' role permissions to manage project settings, merge code, and manage access controls.

  • Example: A Developer can create a feature branch, while a Maintainer can dele...

View all Senior Mulesoft Developer interview questions
A Senior Mulesoft Developer was asked 1mo ago
Q. What are some operations available in the file connector?
Ans. 

MuleSoft's File Connector supports various operations for file handling, including reading, writing, and deleting files.

  • Read: Retrieve content from a file. Example: Reading a CSV file to process data.

  • Write: Create or overwrite a file with specified content. Example: Writing JSON data to a file.

  • Append: Add content to an existing file without overwriting. Example: Appending log entries to a log file.

  • Delete: Remove a...

View all Senior Mulesoft Developer interview questions
1 2 3 4 5 6 7

PwC Interview Experiences for Experienced

557 interviews found

Senior Mulesoft Developer Interview Questions & Answers

user image Anonymous

posted on 6 Apr 2025

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is object store? How would you use it
  • Ans. 

    Object Store in MuleSoft is a persistent storage mechanism for storing and retrieving data across Mule applications.

    • Used to store temporary or permanent data, such as user sessions or application state.

    • Supports key-value pairs for easy data retrieval.

    • Can be used to share data between different flows or applications.

    • Example: Storing user preferences or shopping cart items in an e-commerce application.

    • Can be configured f...

  • Answered by AI
    Add your answer
  • Q2. What is DLQ? How would you setup a DLQ? What's the real world usage of it?
  • Ans. 

    DLQ (Dead Letter Queue) is a messaging pattern for handling message processing failures in MuleSoft applications.

    • DLQ is used to store messages that cannot be processed successfully after a defined number of retries.

    • To set up a DLQ in MuleSoft, configure a queue in Anypoint MQ and set error handling in your flows.

    • Example: If a message fails to process due to a validation error, it can be sent to the DLQ for later analys...

  • Answered by AI
    Add your answer
  • Q3. What integration patterns have you utilized in your projects?
  • Ans. 

    I have utilized various integration patterns such as API-led connectivity, event-driven architecture, and batch processing in my projects.

    • API-led Connectivity: Used to create reusable APIs for different services, enhancing modularity and scalability.

    • Event-Driven Architecture: Implemented with Anypoint MQ to handle real-time data processing and notifications.

    • Batch Processing: Utilized for large data transfers, such as m...

  • Answered by AI
    Add your answer
  • Q4. What is API-led connectivity from the perspective of MuleSoft?
  • Ans. 

    API-led connectivity is a strategy that uses APIs to connect applications, data, and devices in a scalable manner.

    • APIs are categorized into three layers: Experience APIs, Process APIs, and System APIs.

    • Experience APIs are tailored for specific user experiences, like a mobile app or web portal.

    • Process APIs orchestrate data and services from multiple sources, enabling complex business processes.

    • System APIs connect to back...

  • Answered by AI
    Add your answer
  • Q5. Have you ever used RAML? Please write a RAML specification with one endpoint, `/account`, and include a query parameter, `bankId`, that can be used to filter the response.
  • Ans. 

    RAML is a RESTful API modeling language that helps design APIs with clear structure and documentation.

    • API Versioning: RAML allows you to specify the version of the API, e.g., `#%RAML 1.0`.

    • Endpoint Definition: You can define endpoints like `/account` to specify the resources available.

    • Query Parameters: Use query parameters such as `bankId` to filter responses, e.g., `?bankId=123`.

    • Response Types: Define response types fo...

  • Answered by AI
    Add your answer
  • Q6. How would you design a RAML specification for a case where two clients require different types of responses from the same endpoint? Additionally, what steps would you take if the requests use two different...
  • Ans. 

    Designing RAML for multiple clients with different responses and MIME types requires careful specification and content negotiation.

    • Use content negotiation to handle different MIME types in the same endpoint.

    • Define multiple response types in the RAML specification using 'responses' section.

    • Example: For application/json and application/xml, specify different response schemas.

    • Utilize traits to encapsulate common response ...

  • Answered by AI
    Add your answer
  • Q7. What are some operations available in file connector?
  • Ans. 

    MuleSoft's File Connector supports various operations for file handling, including reading, writing, and deleting files.

    • Read: Retrieve content from a file. Example: Reading a CSV file to process data.

    • Write: Create or overwrite a file with specified content. Example: Writing JSON data to a file.

    • Append: Add content to an existing file without overwriting. Example: Appending log entries to a log file.

    • Delete: Remove a spec...

  • Answered by AI
    Add your answer
  • Q8. How to create a system API? Tell me about a few connectors you have used in the system API.
  • Ans. 

    Creating a system API involves defining endpoints, data models, and connectors for integration.

    • Define the API specification using RAML or OAS to outline endpoints and data structures.

    • Use Anypoint Studio to create flows that handle requests and responses.

    • Implement connectors like Salesforce for CRM data, Database Connector for SQL operations, or HTTP Connector for RESTful services.

    • Ensure proper error handling and loggin...

  • Answered by AI
    Add your answer
  • Q9. How to create a business group in anypoint platform?
  • Ans. 

    Creating a business group in Anypoint Platform involves defining roles and permissions for better resource management.

    • Log in to Anypoint Platform and navigate to the 'Access Management' section.

    • Select 'Business Groups' and click on 'Create Business Group'.

    • Provide a name and description for the new business group.

    • Set the parent business group if applicable, to establish hierarchy.

    • Assign roles and permissions to users wi...

  • Answered by AI
    Add your answer
  • Q10. What are the components of anypoint platform?
  • Ans. 

    Anypoint Platform consists of various components for API design, management, and integration.

    • Anypoint Studio: A desktop IDE for designing and testing Mule applications.

    • Anypoint Exchange: A marketplace for sharing APIs, connectors, and templates.

    • Anypoint Management Center: A web-based interface for monitoring and managing APIs and applications.

    • Anypoint API Designer: A tool for designing and documenting APIs using RAML o...

  • Answered by AI
    Add your answer
  • Q11. How would you use an MQ in your project? Explain the step by step process. What are the operations available in an MQ?
  • Ans. 

    Using MQ in a project involves message queuing for asynchronous communication between services.

    • 1. Identify the use case: Determine where asynchronous communication is needed, e.g., processing orders.

    • 2. Choose an MQ provider: Select a message broker like RabbitMQ, ActiveMQ, or IBM MQ.

    • 3. Configure the MQ: Set up the broker, define queues, and configure connection settings.

    • 4. Implement producers: Create applications that ...

  • Answered by AI
    Add your answer
  • Q12. What's the difference between a topic and a queue?
  • Ans. 

    Topics broadcast messages to multiple subscribers, while queues deliver messages to a single consumer.

    • Topics allow multiple subscribers to receive the same message, e.g., a news update sent to all subscribers.

    • Queues ensure that each message is processed by only one consumer, e.g., a task assigned to a specific worker.

    • In a topic, messages are published and all subscribers receive them simultaneously, while in a queue, m...

  • Answered by AI
    Add your answer
  • Q13. What Java version have you used in your Mule projects, and what steps would you take to migrate to Java 17 if requested by your client?
  • Ans. 

    Migrating to Java 17 in MuleSoft projects involves assessing compatibility, updating dependencies, and testing thoroughly.

    • Assess Compatibility: Check if the current MuleSoft version supports Java 17. For example, Mule 4.4 and later versions are compatible.

    • Update Dependencies: Review and update any third-party libraries or dependencies to versions that are compatible with Java 17.

    • Refactor Code: Identify and refactor any...

  • Answered by AI
    Add your answer
  • Q14. What are the differences between CloudHub 1.0 (CH 1.0) and CH 2.0?
  • Ans. 

    CloudHub 2.0 offers enhanced features, scalability, and performance improvements over CloudHub 1.0 for MuleSoft applications.

    • Deployment Model: CH 1.0 used a single-tenant model, while CH 2.0 supports a multi-tenant architecture, allowing better resource utilization.

    • Scalability: CH 2.0 provides improved auto-scaling capabilities, enabling applications to handle varying loads more efficiently compared to CH 1.0.

    • Performan...

  • Answered by AI
    Add your answer
  • Q15. Have you done any certifications?
  • Ans. 

    I hold multiple MuleSoft certifications, showcasing my expertise in API design, integration, and application development.

    • MuleSoft Certified Developer - Level 1: This certification demonstrates my ability to design and build APIs and integrations using MuleSoft's Anypoint Platform.

    • MuleSoft Certified Architect - Level 1: This certification validates my skills in designing and managing complex integration solutions and ar...

  • Answered by AI
    Add your answer
  • Q16. Can you describe your most recent project and your role in it?
  • Add your answer
  • Q17. Which Maven command can be used to add a dependency to your project?
  • Ans. 

    Use the Maven command 'mvn install:install-file' to add a dependency to your project.

    • The command 'mvn install:install-file' allows you to add a specific JAR file as a dependency.

    • Example: mvn install:install-file -Dfile=path/to/your.jar -DgroupId=com.example -DartifactId=your-artifact -Dversion=1.0 -Dpackaging=jar

    • You can also add dependencies directly in the 'pom.xml' file under the <dependencies> section.

    • Example ...

  • Answered by AI
    Add your answer
  • Q18. What is the procedure for changing the Java version in Anypoint Studio when using the latest version of the software?
  • Ans. 

    Changing the Java version in Anypoint Studio involves configuring the JDK settings in the preferences menu for your projects.

    • Open Anypoint Studio and navigate to 'Window' > 'Preferences'.

    • In the Preferences window, expand 'Java' and select 'Installed JREs'.

    • Add a new JRE by clicking 'Add...' and selecting the JDK installation directory.

    • Set the newly added JDK as the default by checking the box next to it.

    • For specific ...

  • Answered by AI
    Add your answer
  • Q19. What is API-Manager? What is auto-discovery? What is the usage of auto-discovery?
  • Ans. 

    API Manager is a tool for managing APIs, while auto-discovery helps connect APIs with their policies and configurations.

    • API Manager allows you to create, manage, and secure APIs.

    • Auto-discovery enables APIs to automatically connect with their configurations in API Manager.

    • For example, when deploying an API, auto-discovery can link it to the correct policies without manual intervention.

    • It simplifies the management of mul...

  • Answered by AI
    Add your answer
  • Q20. What permissions are required for a developer and a maintainer in a source control system such as GitLab?
  • Ans. 

    Developers and maintainers in GitLab need specific permissions for effective collaboration and code management.

    • Developers typically require 'Developer' role permissions to push code, create branches, and manage merge requests.

    • Maintainers need 'Maintainer' role permissions to manage project settings, merge code, and manage access controls.

    • Example: A Developer can create a feature branch, while a Maintainer can delete br...

  • Answered by AI
    Add your answer
  • Q21. Introduce yourself.
  • Add your answer
  • Q22. What is trust store and what is keystore?
  • Ans. 

    A trust store holds trusted certificates, while a keystore contains private keys and certificates for secure communication.

    • A keystore is used to store private keys and their associated certificates, enabling secure communication.

    • A trust store contains trusted certificates from external sources, allowing the application to verify the identity of remote servers.

    • For example, a keystore might contain a server's SSL certifi...

  • Answered by AI
    Add your answer
  • Q23. Explain the difference between foreach loop & parallel foreach?
  • Ans. 

    Foreach loop processes items sequentially, while parallel foreach executes them concurrently for improved performance.

    • Foreach loop processes each item one after the other, which can be slower for large datasets.

    • Parallel foreach allows multiple items to be processed simultaneously, enhancing performance.

    • Example of foreach: processing a list of customer orders one at a time.

    • Example of parallel foreach: processing multipl...

  • Answered by AI
    Add your answer
  • Q24. What are the error handling options available in Mule 4?
  • Ans. 

    Mule 4 offers various error handling options to manage exceptions and ensure robust integration flows.

    • Global Error Handling: Define a global error handler to catch exceptions across the application.

    • Error Handling Scope: Use error handling scopes like 'Try', 'On Error Continue', and 'On Error Propagate' to manage errors locally.

    • Custom Error Types: Create custom error types for specific error scenarios to provide more co...

  • Answered by AI
    Add your answer
  • Q25. How would you rate yourself in DataWeave out of five? Given an input string "0102030405INDPAKUSABANAUS", write a DataWeave script to generate an object where 2 digits number will be key, and three charact...
  • Ans. 

    DataWeave is a powerful transformation language used in MuleSoft for data manipulation and integration tasks.

    • Pattern Matching: Use regex to identify patterns in the input string, such as two-digit numbers followed by three-character strings.

    • String Manipulation: Leverage DataWeave functions like 'substring' to extract specific parts of the input string.

    • Object Construction: Utilize the 'object' function to create key-val...

  • Answered by AI
    View 1 more answer
  • Q26. Transform the array of objects as per the requirements. 1. If the value of the property "company" is "abc", then replace it with "xyz" 2. Else leave the value as it found in input. Input: [ {"name": "nomb...
  • Ans. %dw 2.0 output application/json --- payload map ((item, index) -> if(item.company == "abc") { (item.&name), company: "xyz" else item )
  • Answered by devsha256
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you ever read in the job description phrases like "Early joiner's application will be fast tracked", do not apply for the company immediately if your notice period exceeds 45+ days. Wait for the right moment and when you have 30 days or less left in your NP, then you apply for this. Otherwise the weightage of the interview will be on the NP rather than the skillset you bring to the table, which is unfortunate. And when you are asked to rate yourself on a specific topic like "in DataWeave" or "RAML designing", do not be cocky to give yourself 100 out of 100 unless you are confident to solve any problem on the desk. Be ready to write code on paper since this was a physical interview, we have lost this skill, so have someone from your peer group take a mock interview on a physical location.

Senior Mulesoft Developer Interview Questions asked at other Companies

Q1. How would you rate yourself in DataWeave out of five? Given an input string "0102030405INDPAKUSABANAUS", write a DataWeave script to generate an object where 2 digits number will be key, and three characters string will be value, map them i... read more
View answer (2)
Anonymous

Associate Consultant Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Total years of experience
  • Ans. 

    I have 5 years of experience in consulting and project management roles.

    • 5 years of experience in consulting and project management

    • Experience includes client interactions, data analysis, and project implementation

    • Worked on various projects in different industries such as healthcare, technology, and finance

  • Answered by AI
    Add your answer
  • Q2. Major work exposure
  • Add your answer
Round 2 - Technical 

(3 Questions)

  • Q1. Explain the assignment done in the last year
  • Ans. 

    Developed a market research report on consumer behavior trends in the tech industry

    • Conducted surveys and interviews with tech consumers

    • Analyzed data to identify key trends and preferences

    • Presented findings to senior management for strategic decision-making

  • Answered by AI
    Add your answer
  • Q2. Give some of the major observations of p2p along with financial impact
  • Ans. 

    Major observations of p2p with financial impact

    • Increased efficiency in transactions due to direct peer-to-peer interactions

    • Reduced costs as intermediaries are eliminated from the process

    • Greater transparency and security in transactions

    • Potential for disintermediation in various industries

    • Challenges with regulation and legal frameworks

    • Examples: Bitcoin, Ethereum, Airbnb, Uber

  • Answered by AI
    Add your answer
  • Q3. 5 points to consider while drafting standard of operating procedures
  • Ans. 

    5 key points to consider when drafting standard operating procedures

    • Clearly define the purpose and scope of the SOP

    • Ensure the SOP is written in a clear and concise manner

    • Include step-by-step instructions for each process

    • Specify roles and responsibilities of individuals involved

    • Regularly review and update the SOP to reflect any changes in processes

  • Answered by AI
    Add your answer

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B (once), what will be the total number of handshakes?
View answer (15)
Anonymous

Fraud Investigator Interview Questions & Answers

user image Anonymous

posted on 14 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Self indrocution
  • Add your answer
  • Q2. Work experience
  • Add your answer
  • Q3. What do you know about kyc and aml
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good opportunity

Fraud Investigator Interview Questions asked at other Companies

Q1. Provide an example of a problem you solved and describe your experience.
View answer (1)
Anonymous

UI/UX Designer Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. How you have handled challenges
  • Ans. 

    I have handled challenges by breaking them down, seeking input from others, and staying persistent.

    • Breaking down the challenge into smaller tasks

    • Seeking input and feedback from team members

    • Staying persistent and not giving up easily

  • Answered by AI
    Add your answer
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your Background
  • Ans. 

    I have a background in graphic design and front-end development, with a focus on creating user-friendly interfaces.

    • Studied graphic design in college

    • Worked as a front-end developer for 3 years

    • Designed user interfaces for mobile apps and websites

    • Familiar with UX principles and best practices

  • Answered by AI
    Add your answer
  • Q2. How you maintain quality and keep your self updated
  • Ans. 

    I maintain quality by staying updated through continuous learning and feedback.

    • Regularly attend workshops, conferences, and webinars to learn about the latest trends and technologies in UI/UX design.

    • Seek feedback from users, stakeholders, and colleagues to improve the quality of my designs.

    • Read industry blogs, articles, and books to stay informed about best practices and emerging tools in the field.

    • Collaborate with oth...

  • Answered by AI
    Add your answer

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)
Anonymous

Senior Scrum Master Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. What are agile methodologies ?
  • Ans. 

    Agile methodologies are a set of principles and practices that promote iterative development, collaboration, and flexibility in project management.

    • Focus on delivering working software in short iterations

    • Embrace changing requirements throughout the project

    • Encourage frequent communication and collaboration within teams

    • Promote self-organizing teams to make decisions

    • Use feedback loops to continuously improve the process

    • Exa...

  • Answered by AI
    Add your answer
  • Q2. How to make dash board presentation
  • Ans. 

    To create a dashboard presentation, gather relevant data, choose appropriate visualization tools, design a clear layout, and regularly update the information.

    • Gather relevant data and metrics to be displayed on the dashboard

    • Choose appropriate visualization tools such as charts, graphs, and tables

    • Design a clear and easy-to-understand layout for the dashboard

    • Regularly update the information on the dashboard to keep it cur...

  • Answered by AI
    Add your answer
  • Q3. How to make a sprint
  • Ans. 

    To make a sprint, plan the work, set goals, allocate resources, and track progress.

    • Start by defining the sprint goal and scope

    • Break down the work into tasks and estimate the effort required

    • Allocate resources and assign tasks to team members

    • Set a timeline for the sprint and create a sprint backlog

    • Hold daily stand-up meetings to track progress and address any issues

    • Review and demo the completed work at the end of the spr...

  • Answered by AI
    Add your answer
  • Q4. How do you manage a new team member
  • Ans. 

    Managing a new team member involves onboarding, mentorship, and fostering a collaborative environment for growth.

    • Onboarding Process: Provide a structured onboarding plan that includes an introduction to team processes, tools, and company culture.

    • Mentorship: Pair the new member with an experienced team member for guidance and support during their initial weeks.

    • Regular Check-Ins: Schedule frequent one-on-one meetings to ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well before interview.

Skills evaluated in this interview

Senior Scrum Master Interview Questions asked at other Companies

Q1. What is the difference between the Agile and Waterfall model?
View answer (1)
Anonymous

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Brief Explain about SCD Type II
  • Add your answer

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Anonymous

Manager Interview Questions & Answers

user image Pritam Putatunda

posted on 12 Mar 2025

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What are the major areas where you have worked and successfully delivered results to clients?
  • Ans. 

    I have successfully delivered results in project management, client relations, and process optimization across various industries.

    • Led a cross-functional team to complete a $2M project ahead of schedule, enhancing client satisfaction by 30%.

    • Implemented a new CRM system that improved client communication and increased sales by 25% within six months.

    • Streamlined operational processes, reducing costs by 15% while maintainin...

  • Answered by AI
    Add your answer
  • Q2. What is your strongest skill area that allows us to evaluate your qualifications?
  • Ans. 

    My strongest skill is strategic leadership, enabling teams to achieve goals through effective planning and collaboration.

    • Proven track record in leading cross-functional teams to successfully complete projects ahead of schedule.

    • Implemented a new project management system that increased team productivity by 30%.

    • Skilled in conflict resolution, having mediated disputes that resulted in improved team dynamics.

    • Experience in ...

  • Answered by AI
    Add your answer
  • Q3. Could you please elaborate on all the steps involved from Business Blueprint Phase (BBP) to Hypercare?
  • Ans. 

    Overview of steps from Business Blueprint Phase to Hypercare in project management.

    • Business Blueprint Phase (BBP): Define project scope, gather requirements, and document business processes.

    • Realization Phase: Configure the system based on the BBP, develop prototypes, and conduct unit testing.

    • Final Preparation: Conduct user training, finalize data migration, and perform system testing.

    • Go-Live: Transition to the new syst...

  • Answered by AI
    Add your answer
  • Q4. How comfortable are you with the AGILE methodology, and how flexible are you in extending your work hours to meet tight deadlines?
  • Ans. 

    I am highly comfortable with AGILE methodology and flexible in extending work hours to meet deadlines.

    • I have led multiple AGILE projects, ensuring iterative progress and regular feedback.

    • In my previous role, I facilitated daily stand-ups to keep the team aligned and focused.

    • I am accustomed to working in sprints, allowing for quick adjustments based on stakeholder feedback.

    • During a critical project, I extended my hours ...

  • Answered by AI
    Add your answer
  • Q5. Where do you envision yourself in the next five years within this organization?
  • Ans. 

    In five years, I see myself as a key leader, driving strategic initiatives and fostering team growth within the organization.

    • I aim to lead a high-performing team, focusing on collaboration and innovation.

    • I envision taking on larger projects, such as spearheading a new product launch that aligns with our strategic goals.

    • I plan to mentor junior staff, sharing my knowledge and helping them develop their skills for future ...

  • Answered by AI
    Add your answer
  • Q6. Are you comfortable working night shifts and managing a core SAP team composed of senior consultants and consultants?
  • Ans. 

    I am comfortable with night shifts and managing a skilled SAP team, ensuring productivity and collaboration.

    • Experience in managing teams across different time zones, ensuring seamless communication.

    • Successfully led a project where night shifts were essential, resulting in on-time delivery.

    • Implemented strategies to maintain team morale during night shifts, such as flexible scheduling.

    • Fostered a collaborative environment...

  • Answered by AI
    Add your answer
  • Q7. How comfortable are you with directly handling and managing clients in an on-site position?
  • Ans. 

    I am very comfortable managing clients on-site, ensuring effective communication and relationship building.

    • I have over five years of experience in client-facing roles, where I developed strong relationships with key stakeholders.

    • In my previous position, I successfully managed a portfolio of clients, increasing satisfaction scores by 20% through regular check-ins.

    • I believe in proactive communication; for instance, I ini...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid exaggerating yourself in front of the panelists. In Big Four firms, they pay attention to all behaviors, from turning on the webcam to gestures and posture at the end of the call and during face-to-face interviews. Additionally, my advice is not to fabricate any career-related or knowledge-related information, as this could disrupt your background verification process.

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)
Anonymous

Senior Associate Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Moderate level questions about domain
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Where do you see yourself in this organisation after 3-4 years.
  • Ans. 

    In 3-4 years, I envision myself as a key contributor, leading projects and mentoring junior associates to drive organizational success.

    • I aim to take on leadership roles in major projects, such as leading a cross-functional team to improve operational efficiency.

    • I plan to enhance my skills through continuous learning, possibly obtaining certifications relevant to our industry.

    • I see myself mentoring new associates, shari...

  • Answered by AI
    Add your answer

Senior Associate Interview Questions asked at other Companies

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

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain all types of joins
  • Ans. 

    Different types of joins in SQL are inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns rows when there is a match in either table

  • Answered by AI
    Add your answer
  • Q2. Difference between having and where
  • Ans. 

    The main difference between 'having' and 'where' in SQL is that 'having' is used with aggregate functions to filter groups, while 'where' is used to filter rows.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions results

    • WHERE is used to filter rows based on conditions

    • HAVING is applied after GROUP BY, while WHERE is applied before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROU...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Write code to calculate the number of people in a room at the end of the day, given that X people enter and Y people leave continuously throughout the day.
View answer (11)
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2025

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

I appeared for an interview in Sep 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Add your answer
  • Q2. What was your experience in your last company?
  • Ans. 

    In my last company, I focused on project management, team collaboration, and enhancing operational efficiency.

    • Led a team of 5 in a project that improved client satisfaction by 20% through streamlined communication.

    • Implemented a new project management tool that reduced task completion time by 15%.

    • Conducted weekly team meetings to ensure alignment on goals and foster a collaborative environment.

    • Trained new employees on c...

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are your key skills?
  • Ans. 

    I possess strong analytical, communication, and problem-solving skills, essential for effective teamwork and project execution.

    • Analytical Skills: I excel at breaking down complex problems into manageable parts, as demonstrated in my previous role where I improved process efficiency by 20%.

    • Communication: I have experience presenting ideas clearly to diverse audiences, which helped secure stakeholder buy-in for a major p...

  • Answered by AI
    Add your answer
  • Q2. What is your reason for choosing this company?
  • Ans. 

    I admire this company's commitment to innovation and its strong values, which align with my career aspirations and personal beliefs.

    • The company's focus on cutting-edge technology resonates with my passion for innovation, as seen in my previous project on AI development.

    • I appreciate the strong emphasis on teamwork and collaboration, which I experienced during my internship where I thrived in a team-oriented environment.

    • ...

  • Answered by AI
    Add your answer

Associate Interview Questions asked at other Companies

Q1. A rat has 3000 grams of rice and needs to travel 3000 meters. It eats 1 gram of rice per meter, and its maximum carrying capacity is 1000 grams. How should the rat travel the distance to maximize the amount of rice left at the destination?
View answer (6)
Anonymous
More about working at PwC
  • HQ - London, United Kingdom, United Kingdom (UK)
  • Management Consulting
  • 50k-1 Lakh Employees (India)
  • Accounting & Auditing

PwC Interview FAQs

How many rounds are there in PwC interview for experienced candidates?
PwC interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the PwC interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for PwC interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the PwC interview for experienced candidates -

  1. What are the types of sampling? What is the difference between test of details ...read more
  2. 3) How to do audit of Balance Sheet and Profit & Loss A...read more
  3. How would you rate yourself in DataWeave out of five? Given an input string "01...read more
What are the most common questions asked in PwC HR round for experienced candidates?

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

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. Why are you looking for a chan...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 Interviews By Designations

  • PwC Associate Interview Questions
  • PwC Senior Associate Interview Questions
  • PwC Consultant Interview Questions
  • PwC Associate2 Interview Questions
  • PwC Associate Consultant Interview Questions
  • PwC Manager Interview Questions
  • PwC Senior Consultant Interview Questions
  • PwC Technology Consultant Interview Questions
  • Show more
  • PwC Senior Associate 2 Interview Questions
  • PwC Tax Associate Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Senior Associate Interview Questions
  • Consultant Interview Questions
  • Associate2 Interview Questions
  • Associate Consultant Interview Questions
  • Manager Interview Questions
  • Senior Consultant Interview Questions
  • Technology Consultant Interview Questions
  • Show more
  • Tax Associate Interview Questions
  • Senior Associate 2 Interview Questions

Overall Interview Experience Rating

4/5

based on 325 interview experiences

Difficulty level

Easy 18%
Moderate 69%
Hard 13%

Duration

Less than 2 weeks 59%
2-4 weeks 25%
4-6 weeks 11%
6-8 weeks 1%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

Deloitte
Deloitte Interview Questions
3.8
 • 2.9k Interviews
Ernst & Young
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India
KPMG India Interview Questions
3.5
 • 825 Interviews
ZS
ZS Interview Questions
3.3
 • 465 Interviews
McKinsey & Company
McKinsey & Company Interview Questions
3.9
 • 238 Interviews
BCG
BCG Interview Questions
3.7
 • 202 Interviews
Bain & Company
Bain & Company Interview Questions
3.9
 • 109 Interviews
WSP
WSP Interview Questions
4.2
 • 99 Interviews
Mercer
Mercer Interview Questions
3.7
 • 82 Interviews
Gartner
Gartner Interview Questions
4.1
 • 82 Interviews
View all

PwC Reviews and Ratings

based on 10.1k reviews

3.4/5

Rating in categories

3.4

Skill development

3.0

Work-life balance

3.3

Salary

3.5

Job security

3.2

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 10.1k Reviews and Ratings
Jobs at PwC
PwC
IN_Associate _ Investigation & Dispute_ Investigation & Dispute

Bangalore / Bengaluru

2-13 Yrs

Not Disclosed

PwC
IN-Senior Associate_SAP ABAP_Enterprise Apps SAP_Advisory_Bangalore

Bangalore / Bengaluru

4-7 Yrs

₹ 8.15-32.75 LPA

PwC
IN-Senior Associate_.NET with REACT_MS Engg_Advisory_Kolkata

Kolkata

3-5 Yrs

₹ 8.2-20 LPA

Explore more jobs
PwC Salaries in India
Senior Associate
17.1k salaries
unlock blur

₹8.1 L/yr - ₹31 L/yr

Associate
14.1k salaries
unlock blur

₹4.8 L/yr - ₹16.5 L/yr

Manager
7.1k salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Senior Consultant
4.6k salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Associate2
4.5k salaries
unlock blur

₹4.8 L/yr - ₹16.5 L/yr

Explore more salaries
Compare PwC with
Deloitte

Deloitte

3.8
Compare
Ernst & Young

Ernst & Young

3.4
Compare
Accenture

Accenture

3.8
Compare
TCS

TCS

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • PwC Interview Questions >
  • PwC Interview Questions for Experienced
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter