Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Bread Financial Team. If you also belong to the team, you can get access from here

Bread Financial Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Bread Financial Senior Data Scientist Interview Questions and Answers

Updated 27 Apr 2024

Bread Financial Senior Data Scientist Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Pyspark, Python and Machine learning questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Moderate level questions
  • Q2. Moderate level questions from past work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't receive any update from the HR team after the second technical round, Be it pass or fail kindly update the candidate rather than giving no answers.

I even tried reaching them but there was no reply

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Tips: Have a good grasp of DS algo, java, etc.(Here CGPA doesn't matter)

General Tips: Do’s and Don’ts :
1. Be confident and to be confident prepare well.
2. Set the priority of your companies 
3. Don't start preparation at end. Don't ignore the content of resume.

Be confident and start preparation as soon as possible.
College Name: IIT Kanpur

Data Analyst Interview Questions & Answers

PayPal user image AKASH KUMAR SINGH

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. For this round he gave me lot of problems and asked to develop optimal algorithm to solve that. Problems were mainly on trees and number sequences
  • Q2. In this round he mainly discussed my projects and asked me how these can be put to use in Paypal. He also asked some basic questions from ML
  • Q3. HR round was just for formality
  • Q4. Probability , question on calculating expected number of trials and puzzles

Interview Preparation Tips

Round: Test
Experience: The coding question was:
Given a binary string containing 0's and 1's. You can split the string such that each partition should be a exponential of 5 (1,5,25,625...). You were asked to return minimum number of partition for the given string such each partition is exponential of 5. If no such partition exists return -1.
Examples: '101101101' Ans: 3 (101, 101, 101)
'111' Ans: 3 (1,1,1)
10101 Ans: -1
Tips: For MCQ's prepare DSA, OS and Networking. For DSA you can refer to cormen
For Coding question practice on either geeksforgeeks or from any of the coding platforms like hackerrank
The shortlist was mainly dependent on coding question
Duration: 1 hour 30 minutes

Round: Puzzle Interview
Tips: Do lot of puzzles from heard on the street, -----/ , Try to search for more. It will be helpful in other interviews as well

Round: Technical Interview
Tips: Practice algorithm section from geeksforgeeks. There are lot of standard problems. The given questions were slightly modified version of standard problems

Round: Technical Interview
Tips: For this round you need to be well prepared with your projects and resume.

College Name: IIT Madras

I applied via Referral and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about your self
  • Q2. Tell me about insurance
  • Ans. 

    Insurance is a contract between an individual and an insurance company to protect against financial loss.

    • Insurance provides financial protection against unexpected events

    • There are different types of insurance such as health, life, auto, and home insurance

    • Premiums are paid to the insurance company in exchange for coverage

    • Insurance policies have terms and conditions that must be followed to receive benefits

    • Insurance comp...

  • Answered by AI
  • Q3. Types of insurance
  • Ans. 

    Types of insurance include life, health, auto, home, and travel insurance.

    • Life insurance provides financial protection to beneficiaries upon the insured's death.

    • Health insurance covers medical expenses and provides access to healthcare services.

    • Auto insurance protects against financial loss in case of accidents or theft involving a vehicle.

    • Home insurance provides coverage for damages or losses to a house and its conten...

  • Answered by AI
  • Q4. Life insurance benefits sections
  • Q5. Why should we hire you on higher package

Interview Preparation Tips

Interview preparation tips for other job seekers - It's completely online
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was about DS Algo and Java garbage collection,multithreading

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design of rate limiter
  • Ans. 

    Rate limiter is a system that controls the rate of traffic sent or received by a network interface.

    • Implement a token bucket algorithm to track and limit the rate of requests

    • Use a sliding window algorithm to track the number of requests within a specific time frame

    • Consider using a distributed rate limiter for scalability and fault tolerance

  • Answered by AI
  • Q2. Springboot basics, java basics, future interfaces, basic sql queries

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me brief about your self
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Experienced in analyzing large datasets using SQL, Python, and R

    • Skilled in creating insightful reports and dashboards using Tableau and Power BI

    • Strong communication skills to present findings to stakeholders

    • Certified in data analysis and machine learning techniques

  • Answered by AI
  • Q2. What are youre strenth and weekness
  • Ans. 

    My strength lies in my analytical skills and attention to detail, while my weakness is sometimes getting too caught up in the details.

    • Strength: Strong analytical skills

    • Strength: Attention to detail

    • Weakness: Getting caught up in details (provide example)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do best stay carm
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Consecutive Sequence
  • Ans. 

    Find the length of the longest consecutive elements sequence in an array.

    • Sort the array to ensure consecutive elements are adjacent

    • Iterate through the array and keep track of the current consecutive sequence length

    • Update the longest consecutive sequence length as you iterate

  • Answered by AI
  • Q2. Core Java Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Executor Service and it's code
  • Ans. 

    Executor Service is a framework provided by Java for managing and executing asynchronous tasks.

    • Executor Service allows you to easily create and manage threads for executing tasks.

    • It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.

    • You can submit tasks to an Executor Service using methods like execute() or submit().

    • Executor Service can be used to execut...

  • Answered by AI
  • Q2. Core Java and Spring boot questions
Round 3 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Core Java questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2023.

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Hackkerrank (3 questions 90 (LC-Medium &Easy)).
  • Q2. Round 1 DS&Alog Problem solving (LC- Medium) .Round 2 DS & Algo LC-Medium.Round 3 design LinkedIn Data modelling and HLD. Round 4 HLD+LLD+Data modelling for restaurant reservation system.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Practice & Practice.Be prepared for a System design interview.Trust me it will be easy
Contribute & help others!
anonymous
You can choose to be anonymous

Bread Financial Interview FAQs

How many rounds are there in Bread Financial Senior Data Scientist interview?
Bread Financial interview process usually has 2 rounds. The most common rounds in the Bread Financial interview process are Coding Test and One-on-one Round.
How to prepare for Bread Financial Senior Data Scientist interview?
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 Bread Financial. The most common topics and skills that interviewers at Bread Financial expect are Analytical, Computer science, Data Analysis, Data Mining and Financial Services.

Recently Viewed

LIST OF COMPANIES

Arbro Pharmaceuticals

Locations

INTERVIEWS

Bread Financial

No Interviews

SALARIES

Wipro

INTERVIEWS

Bread Financial

No Interviews

INTERVIEWS

Bread Financial

No Interviews

JOBS

General Data

No Jobs

SALARIES

McKinsey & Company

REVIEWS

Paytm

No Reviews

REVIEWS

Paytm

No Reviews

SALARIES

Broadridge Financial Solutions

Tell us how to improve this page.

Bread Financial Senior Data Scientist Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 753 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
KFintech Interview Questions
3.5
 • 135 Interviews
Revolut Interview Questions
2.5
 • 97 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
View all

Bread Financial Senior Data Scientist Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Process Associate
164 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Process Analyst
150 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Senior Analyst
40 salaries
unlock blur

₹5.5 L/yr - ₹22.6 L/yr

AML Analyst
36 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Analyst
23 salaries
unlock blur

₹4 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Bread Financial with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Payed

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