Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Data Scientist Interview Questions and Answers for Experienced

Updated 7 Nov 2024

PwC Data Scientist Interview Experiences for Experienced

2 interviews found

Data Scientist Interview Questions & Answers

user image Hemant Yadav

posted on 7 Nov 2024

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

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

Round 1 - Coding Test 

Combination logic on python

Round 2 - Technical 

(1 Question)

  • Q1. Explain classification
  • Ans. 

    Classification is a machine learning technique used to categorize data into different classes or categories based on past observations.

    • Classification involves training a model on labeled data to predict the class of new, unseen data points.

    • Common algorithms for classification include logistic regression, decision trees, support vector machines, and k-nearest neighbors.

    • Examples of classification tasks include spam email...

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

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a prompt to extract key Personal Identifiable Information given a resume
  • Ans. 

    Extracting key Personal Identifiable Information from a resume prompt

    • Look for information such as full name, address, phone number, email address, date of birth, and social security number

    • Utilize natural language processing techniques to identify patterns and structures in the text

    • Consider using regular expressions to match specific formats of personal information

    • Ensure data privacy and security measures are in place w

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good hold over basic ML and DL concepts, and then go for more complex topics like LLMs

Data Scientist Interview Questions Asked at Other Companies for undefined

asked in Coforge
Q1. coding question of finding index of 2 nos. having total equal to ... read more
asked in Walmart
Q2. How can you tune the hyper parameters of XGboost,Random Forest,SV ... read more
Q3. How did you prevent your model from overfitting ? What did you do ... read more
asked in Walmart
Q4. What do these hyper parameters in the above mentioned algorithms ... read more
asked in Nielsen
Q5. Write pandas query to separate the names as first and last name f ... read more

Data Scientist Jobs at PwC

View all

Interview questions from similar companies

Interview Preparation Tips

Round: technical interview
Experience: There were 3 rounds, All related to statistics and machine learning and whatever stuffs I had mentioned in my resume. HR round was not there. The partner of the firm just briefed me a bit about the company and asked me to relax without asking any questions in the third round.

Tips: Interview will be fun if you are thorough about your resume and it will be a cakewalk to you.

General Tips: Do's :
1. Prepare for Aptitude very seriously. Puzzles are important but aptitude is must.
2. Be thorough about everything you had specified in your resume
3. Be honest while creating your resume (It helps a lot)

Don'ts :
1. Don't get broken if you are not getting selected in Day 1 or 2 or so.
2. Don't over-prepare for case interviews, they are fairly simple.



Final Tips :
Be confident about yourself. Your attitude in the interview matters a lot. And don't lie even a bit in your resume. Many got selected with a poor resume than those with huge exaggerations.

College Name: IIT Kanpur
Round 1 - Technical 

(1 Question)

  • Q1. Confusion Matrix, RoC curve

Interview Preparation Tips

Interview preparation tips for other job seekers - They just asked technical questions based on your job profile
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Simple aptitude test with mcqs. No stress

Interview Preparation Tips

Topics to prepare for Deloitte Data Scientist interview:
  • machine learning
  • data science
Interview preparation tips for other job seekers - Apply and don't be afraid
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. ML, DL, Data Science, Python
Round 2 - Technical 

(1 Question)

  • Q1. AI,ML, Data Science, Use cases
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour test with 3 python programming questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Are all the decision trees same in a random forest ?
  • Ans. 

    No, decision trees in a random forest are different due to the use of bootstrapping and feature randomization.

    • Decision trees in a random forest are trained on different subsets of the data through bootstrapping.

    • Each decision tree in a random forest also considers only a random subset of features at each split.

    • The final prediction in a random forest is made by aggregating the predictions of all individual decision trees

  • Answered by AI
  • Q2. How will you handle class imbalanced dataset to increase the f1 score ?
  • Ans. 

    Handling class imbalanced dataset involves techniques like resampling, using different algorithms, adjusting class weights, and using ensemble methods.

    • Use resampling techniques like oversampling the minority class or undersampling the majority class.

    • Try using different algorithms that are less sensitive to class imbalance, such as Random Forest or XGBoost.

    • Adjust class weights in the model to give more importance to the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They mainly focus on ML and DL. Go through all the algorithms and their working.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jun 2022. 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. Python programming.(List) SQL. Statistics.(Basics like CLT and Hypothesis Testing).
  • Q2. Question related to time series analysis. Program to detect outlier in time series.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with what us written in a job description they ask questions related to that.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Project Description and basic concepts related to data science and machine learning.
  • Q2. Describe project u have done. Which algorithm is your favourite?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident.
Listen the questions calmly and then answer like story teller
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the difference between precision and recall
  • Ans. 

    Precision is the ratio of correctly predicted positive observations to the total predicted positives, while recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • Precision focuses on the accuracy of positive predictions, while recall focuses on the proportion of actual positives that were correctly identified.

    • Precision = TP / (TP + FP), Recall = TP / (TP + FN)

    • High prec...

  • Answered by AI

Skills evaluated in this interview

PwC Interview FAQs

How many rounds are there in PwC Data Scientist interview for experienced candidates?
PwC interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the PwC interview process for experienced candidates are Technical and Coding Test.
How to prepare for PwC Data Scientist 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 Python, Machine Learning, SQL, Data Science and Data Analysis.
What are the top questions asked in PwC Data Scientist interview for experienced candidates?

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

  1. Write a prompt to extract key Personal Identifiable Information given a res...read more
  2. Explain classificat...read more
  3. List compehension example,List multiplications,Pandas merge,join,concat,some pa...read more

Tell us how to improve this page.

PwC Data Scientist Interview Process for Experienced

based on 2 interviews

Interview experience

4.5
  
Good
View more
PwC Data Scientist Salary
based on 115 salaries
₹6 L/yr - ₹24 L/yr
8% less than the average Data Scientist Salary in India
View more details

PwC Data Scientist Reviews and Ratings

based on 11 reviews

3.4/5

Rating in categories

4.3

Skill development

3.5

Work-life balance

2.6

Salary

4.2

Job security

3.5

Company culture

3.1

Promotions

4.0

Work satisfaction

Explore 11 Reviews and Ratings
Manager_Data Scientist_Advisory Corporate_Advisory

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Gen Ai Data Scientist - Manager

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Explore more jobs
Senior Associate
15.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
13.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
6.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate2
4.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.8
Compare

TCS

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