Upload Button Icon Add office photos

Haber

Compare button icon Compare button icon Compare
3.8

based on 8 Reviews

Filter interviews by

Haber Data Scientist Interview Questions and Answers

Updated 2 Mar 2023

1 interview found

Sort by: Popular

Data Scientist Interview Questions

user image Anonymous

posted on 2 Mar 2023

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

I applied via Campus Placement

3 Interview Rounds

1

Resume Shortlist Round

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
2

Group Discussion Round

DSA questions were asked based on the langugage of your choice . I choose python

3

Coding Test Round

Another round for more of data sience related programming exercise

Interview Preparation Tips

Interview preparation tips for other job seekers - practice more from your coding side and remeber the syntax also

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
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?

Haber Interview FAQs

How many rounds are there in Haber Data Scientist interview?
Haber interview process usually has 3 rounds. The most common rounds in the Haber interview process are Resume Shortlist, Group Discussion and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Haber interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Assistant Manager
6 salaries
unlock blur

₹12 L/yr - ₹16 L/yr

Software Engineer
4 salaries
unlock blur

₹8.8 L/yr - ₹12 L/yr

Junior Software Engineer
4 salaries
unlock blur

₹7.1 L/yr - ₹10 L/yr

Product Manager
4 salaries
unlock blur

₹28 L/yr - ₹28 L/yr

Supply Chain Manager
4 salaries
unlock blur

₹18 L/yr - ₹23 L/yr

Explore more salaries
Compare Haber with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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