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

Bread Financial Data Engineer Interview Questions and Answers

Updated 25 Aug 2023

Bread Financial Data Engineer Interview Experiences

2 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 15 May 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 

(5 Questions)

  • Q1. Fibonacci sequence
  • Q2. Databricks cluster questions
  • Q3. Intermediate SQL questions from datalemur
  • Q4. Python questions from geeksforgeeks
  • Q5. ETL information

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up python and SQL and spark. Ready to do coding questions.

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Scheduled for 15 min but it took 30 min[this is completely alright].
- Self-introduction
- Python codes
- ETL questions
- SQL query[test link didn't work, they said that's fine]

Answered 90% of the questions correctly, but the feedback that I received was completely negative. Interviewers were in a hurry and they were not able to concentrate on the interview. They asked questions so fast and I answered most of them correctly and did coding well.

Two interviewers were supposed to join the interview, one joined 10 min late and another joined 15 min late then I had to introduce myself twice :)

I don't know why the feedback was completely negative.

Round 3 - Not selected in the first round 

(1 Question)

  • Q1. As I didn't qualified in the first round of interview, I did not face the second orund.

Interview Preparation Tips

Interview preparation tips for other job seekers - Think once before you apply.
Record the interview from the candidates' side as well.

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spark question on optimization
  • Q2. SQL writting and optimization
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question on sql and other stuff
Round 2 - Technical 

(1 Question)

  • Q1. Question on sql and other stuff
Round 3 - Technical 

(1 Question)

  • Q1. Question on sql and queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. I personally found it very unprofessional.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 hr medium level DSA questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. DFS in tree Data Structure
  • Ans. 

    DFS (Depth First Search) is a traversal algorithm used in tree data structures to explore as far as possible along each branch before backtracking.

    • DFS starts at the root node and explores as far as possible along each branch before backtracking.

    • It uses a stack to keep track of nodes to visit next.

    • DFS can be implemented recursively or iteratively.

    • Example: In a binary tree, DFS would visit the left child of a node before

  • Answered by AI
  • Q2. SQL normalisation types and explanation
  • Ans. 

    SQL normalisation types include 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules for eliminating data redundancy.

    • 1NF (First Normal Form) - Each column in a table must contain atomic values, and there should be no repeating groups.

    • 2NF (Second Normal Form) - Table should be in 1NF and all non-key attributes should be fully functionally dependent on the primary key.

    • 3NF (Third Normal Form) - Table should be in 2NF an...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Preferred Location
  • Ans. 

    I am open to opportunities in various locations, depending on the job offer and company culture.

    • Open to relocation for the right opportunity

    • Prefer locations with good work-life balance

    • Interested in cities with strong tech communities

  • Answered by AI
  • Q2. About the company

Interview Preparation Tips

Interview preparation tips for other job seekers - This was an on-campus interview, everything was done in one day

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Mostly it was on SQL based and spark internals
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode questions easy to medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Project explanation
  • Q2. 2nd highest salary in sql / pyspark
  • Ans. 

    To find the 2nd highest salary in SQL or PySpark, use the ORDER BY and LIMIT clauses.

    • Use ORDER BY clause to sort the salaries in descending order

    • Use LIMIT 1,1 to get the second highest salary

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join Visa
  • Ans. 

    I want to join Visa because of its reputation as a global leader in payment technology and innovation.

    • Visa's reputation as a global leader in payment technology and innovation aligns with my career goals.

    • I am excited about the opportunity to work on cutting-edge data engineering projects at Visa.

    • I believe that joining Visa will provide me with the chance to collaborate with talented professionals in the industry.

    • Visa's...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was fine . medium level difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. Basic string questions easy level
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerrank test with medium level DSA and SQL questions

Round 2 - Technical 

(3 Questions)

  • Q1. SQL joins and window functions
  • Q2. Big data optimisation techniques
  • Ans. 

    Big data optimisation techniques involve strategies to improve the performance and efficiency of processing large volumes of data.

    • Use of distributed computing frameworks like Hadoop and Spark to process data in parallel

    • Implementing data compression techniques to reduce storage requirements

    • Utilizing indexing and partitioning to optimize query performance

    • Applying data pruning and filtering to reduce unnecessary data proc...

  • Answered by AI
  • Q3. DSA Medium level
Round 3 - Technical 

(2 Questions)

  • Q1. Big data Eco system
  • Q2. SQL and Python related
Round 4 - Technical 

(1 Question)

  • Q1. Managerial round on a specific use case designing

Interview Preparation Tips

Interview preparation tips for other job seekers - For Big data related interviews, Be very good with spark optimisations and SQL

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. 1) What is internal mechanism in spark . 2) tungsten project in spark explanation 3) sql problem to check where last two transaction belongs to particular retail
  • Ans. 

    Questions related to Spark internals, Tungsten project, and SQL problem for retail transactions.

    • Spark's internal mechanism includes components like Spark Core, Spark SQL, Spark Streaming, and MLlib.

    • Tungsten project in Spark aims to improve the performance of Spark by optimizing memory usage and CPU utilization.

    • To solve the SQL problem, we can use a query to filter transactions for a particular retail and then use the '...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. 1) scenario based question like , if a. job is launched with single executor will there be shuffling

Interview Preparation Tips

Interview preparation tips for other job seekers - look into spark architecture in details . how to assign executors and cores effeciently etc

Skills evaluated in this interview

Bread Financial Interview FAQs

How many rounds are there in Bread Financial Data Engineer interview?
Bread Financial interview process usually has 2-3 rounds. The most common rounds in the Bread Financial interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Bread Financial Data Engineer 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 Logistics, Automation, Data Quality, SQL and Agile.
What are the top questions asked in Bread Financial Data Engineer interview?

Some of the top questions asked at the Bread Financial Data Engineer interview -

  1. As I didn't qualified in the first round of interview, I did not face the secon...read more
  2. Intermediate SQL questions from datale...read more
  3. Python questions from geeksforge...read more

Tell us how to improve this page.

Bread Financial Data Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Bread Financial Data Engineer Salary
based on 12 salaries
₹10.5 L/yr - ₹28.4 L/yr
62% more than the average Data Engineer Salary in India
View more details
Process Analyst
150 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Process Associate
143 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Analyst
43 salaries
unlock blur

₹7.4 L/yr - ₹23.1 L/yr

AML Analyst
36 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Analyst
25 salaries
unlock blur

₹4 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Bread Financial with

Paytm

3.3
Compare

Angel One

4.0
Compare

Truhome Finance

3.9
Compare

Unimoni

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