Upload Button Icon Add office photos

Filter interviews by

Pocket52 Data Scientist Interview Questions and Answers

Updated 14 Mar 2021

1 interview found

Sort by: Popular

Data Scientist Interview Questions

user image Anonymous

posted on 14 Mar 2021

Interview Questions

  • Q1. 1st round- Data Science concepts, Project related questions. Add Answer
  • Q2. 2nd round- coding round preferably python, sql queries. Add Answer
  • Q3. 3rd round- product round, scenario based questions, deep dive into the solutions provided by you. Puzzles. Add Answer
  • Q4. 4th round- HR round. (Final) Add Answer

Interview questions from similar companies

Interview experience
2
 Poor
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 -

I applied via Referral and was interviewed in Jun 2024.

3 Interview Rounds

1

Aptitude Test Round

50 questions need to do in 15 mins.

2

One-on-one Round (1 Question)

  • Q1. Hr round easy asked to solve easy puzzle and guestimate.
3

Technical Round (1 Question)

  • Q1. Onsite interview where they give you task that is irrelevant.

Interview Preparation Tips

Interview preparation tips for other job seekers - The working environment at OneBanc is way too bad. It's a 12-hour job from 9:30 a.m. to 9:30 pm with no Saturdays off. It's a startup, and the work culture is very bad. Do not join this company.
Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Company Website and was interviewed in Feb 2024.

2 Interview Rounds

1

HR Round (2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
2

Coding Test Round

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is LLM how do you fine tune them
  • Q2. What is RAG and its working?
Interview experience
4
 Good
Difficulty level
 -
Duration
 4-6 weeks
Result
 -

I applied via Campus Placement and was interviewed in Sep 2024.

5 Interview Rounds

1

Group Discussion Round

A random topic was given and we had to speak on it

2

One-on-one Round (2 Questions)

  • Q1. Why do u want to join us
  • Q2. A guestimate question, how many tea cups are consumed daily in delhi
3

Technical Round (2 Questions)

  • Q1. What is Bias In ML?
  • Q2. Regression concept in ML
4

Aptitude Test Round

50 question in 15 mins

5

One-on-one Round (2 Questions)

  • Q1. On site evaluation, where various tasks were given
  • Q2. Why do u want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance might be an issue

Skills evaluated in this interview

Interview experience
2
 Poor
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 -

I applied via Referral and was interviewed in Jun 2024.

3 Interview Rounds

1

Aptitude Test Round

50 questions need to do in 15 mins.

2

One-on-one Round (1 Question)

  • Q1. Hr round easy asked to solve easy puzzle and guestimate.
3

Technical Round (1 Question)

  • Q1. Onsite interview where they give you task that is irrelevant.

Interview Preparation Tips

Interview preparation tips for other job seekers - The working environment at OneBanc is way too bad. It's a 12-hour job from 9:30 a.m. to 9:30 pm with no Saturdays off. It's a startup, and the work culture is very bad. Do not join this company.
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 -

I applied via Campus Placement and was interviewed in Aug 2024.

1 Interview Round

1

HR Round (5 Questions)

  • Q1. Introduce yourself.
  • Q2. Why you want to join onebanc ?
  • Q3. Explain your project.
  • Q4. What are your hobbies ?
  • Q5. What are the average no. Of tea people drink in a day in delhi ?
Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Campus Placement and was interviewed in Aug 2024.

1 Interview Round

1

One-on-one Round (1 Question)

  • Q1. Some basic questions were asked they were just looking for who will be loyal to the company even after working for 2-3 years.
Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Company Website and was interviewed in Feb 2024.

2 Interview Rounds

1

HR Round (2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
2

Coding Test Round

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is LLM how do you fine tune them
  • Q2. What is RAG and its working?

Pocket52 Interview FAQs

What are the top questions asked in Pocket52 Data Scientist interview?

Some of the top questions asked at the Pocket52 Data Scientist interview -

  1. 3rd round- product round, scenario based questions, deep dive into the solution...read more
  2. 2nd round- coding round preferably python, sql queri...read more
  3. 1st round- Data Science concepts, Project related questio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 51 Interviews
MyCaptain Interview Questions
3.3
 • 39 Interviews
HyperVerge Interview Questions
4.3
 • 24 Interviews
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Treebo Hotels Interview Questions
3.3
 • 21 Interviews
Simpl Interview Questions
2.9
 • 16 Interviews
Traya Health Interview Questions
3.4
 • 15 Interviews
View all
Automation Test Engineer
4 salaries
unlock blur

₹4.5 L/yr - ₹6.5 L/yr

Product Manager
3 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Android Developer
3 salaries
unlock blur

₹11 L/yr - ₹11 L/yr

Production Analyst
3 salaries
unlock blur

₹10 L/yr - ₹12 L/yr

Digital Marketing Executive
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Pocket52 with

Cogoport

2.8
Compare

Arzooo.com

2.4
Compare

Treebo Hotels

3.3
Compare

KrazyBee

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview