Filter interviews by
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...
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...
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...
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...
What people are saying about PwC
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...
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.
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
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.
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
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...
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
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
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...
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...
I appeared for an interview in Jan 2025.
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
I appeared for an interview in Nov 2024.
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.
60 min , Logical , Analytical, Reasoning, Data Interpretation and English
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
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...
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...
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.
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.
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...
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
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.
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
I appeared for an interview in Oct 2024.
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...
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 ...
The duration of PwC interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 93 interview experiences
Difficulty level
Duration
based on 10.5k reviews
Rating in categories
Hyderabad / Secunderabad,
Bangalore / Bengaluru
4-9 Yrs
Not Disclosed
Hyderabad / Secunderabad,
Bangalore / Bengaluru
4-9 Yrs
₹ 4.3-29 LPA
Senior Associate
19k
salaries
| ₹12.7 L/yr - ₹25 L/yr |
Associate
15.1k
salaries
| ₹7.9 L/yr - ₹14.5 L/yr |
Manager
7.6k
salaries
| ₹22.1 L/yr - ₹40 L/yr |
Senior Consultant
4.9k
salaries
| ₹15.9 L/yr - ₹26.3 L/yr |
Associate2
4.7k
salaries
| ₹7.5 L/yr - ₹14 L/yr |
Deloitte
Ernst & Young
Accenture
TCS