Upload Button Icon Add office photos

Dunnhumby

Compare button icon Compare button icon Compare

Filter interviews by

Dunnhumby Data Science Engineer Interview Questions, Process, and Tips

Updated 11 Jun 2024

Dunnhumby Data Science Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is RDD and how its different from DF and Datasets
  • Ans. 

    RDD stands for Resilient Distributed Dataset and is the fundamental data structure of Apache Spark.

    • RDD is a distributed collection of objects that can be operated on in parallel.

    • DataFrames and Datasets are higher-level abstractions built on top of RDDs.

    • RDDs are more low-level and offer more control over data processing compared to DataFrames and Datasets.

  • Answered by AI
  • Q2. What is Partitioning and how to use colease and repartition
  • Ans. 

    Partitioning is the process of dividing data into smaller chunks for better organization and processing in distributed systems.

    • Partitioning helps in distributing data across multiple nodes for parallel processing.

    • Coalesce is used to reduce the number of partitions without shuffling data, while repartition is used to increase the number of partitions by shuffling data.

    • Example: coalesce(5) will merge partitions into 5 pa...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is Spark and explian its architecture
  • Ans. 

    Spark is a distributed computing framework that provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.

    • Spark has a master-slave architecture with a driver program that communicates with a cluster manager to distribute work across worker nodes.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark supports various programming l...

  • Answered by AI
  • Q2. What is DAG? how a spark job works how the dag gets created
  • Ans. 

    DAG stands for Directed Acyclic Graph. It is a finite directed graph with no cycles.

    • DAG is a collection of nodes connected by edges where each edge goes from one node to another, but no cycles are allowed.

    • In the context of Spark, a DAG represents the sequence of transformations that need to be applied to the input data to get the final output.

    • When a Spark job is submitted, Spark creates a DAG of the transformations spe...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 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 - Aptitude Test 

There are 30 basic aptitude question in 30 minutes

Round 3 - Coding Test 

3 coding question 2 were easy and 1 was of medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not selected in HR round . they select only two girls out 15 students

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Network related and security related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience and interaction with interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - Main focus on Junit. If you are good in it is fine.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic ds algo round with questions asked around arrays strings

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare ds algo throughly mostly easy-medium leetcode questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum in Rotated Sorted array
  • Ans. 

    Find the minimum element in a rotated sorted array.

    • Perform binary search to find the pivot point where the array is rotated.

    • Compare the element at pivot point to the first element to determine which half to search for the minimum.

    • Continue binary search in the appropriate half to find the minimum element.

  • Answered by AI
  • Q2. API and DB Schema for Instagram based application.
  • Ans. 

    API for Instagram application to interact with user data and DB schema to store user information and posts.

    • API endpoints for user authentication, posting photos, liking photos, following users, etc.

    • DB schema with tables for users, posts, comments, likes, followers, etc.

    • Example API endpoint: /users/{userId}/posts to retrieve all posts by a specific user.

    • Example DB schema: Users table with columns for username, email, pr

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Resume introspection, AWS, K8s

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Third party took the interview. Basics of programming and database were asked.
Round 2 - Technical 

(1 Question)

  • Q1. Asked to build a small game. LLD round.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is a dirty read in a database?
  • Ans. 

    A dirty read occurs when a transaction reads data that has been modified but not yet committed by another transaction.

    • Dirty reads can lead to inconsistencies, as the data may change before the first transaction is committed.

    • For example, if Transaction A updates a record but hasn't committed yet, and Transaction B reads that record, Transaction B sees uncommitted data.

    • If Transaction A rolls back, Transaction B will have...

  • Answered by AI
  • Q2. What are design patterns?
  • Ans. 

    Design patterns are reusable solutions to common software design problems, promoting best practices and improving code maintainability.

    • Creational patterns (e.g., Singleton, Factory Method) manage object creation.

    • Structural patterns (e.g., Adapter, Composite) deal with object composition.

    • Behavioral patterns (e.g., Observer, Strategy) focus on communication between objects.

    • Design patterns help in code reusability and sca

  • Answered by AI

I applied via LinkedIn and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic to advanced JavaScript concepts, OOPS and data structures
  • Q2. Writing live code for the problems given during the interview rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic to advanced knowledge is must and also practice some of the easy and medium level leetcode problems

Interview Questionnaire 

1 Question

  • Q1. About the technologies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Experience : ( Go with your knowledge, Theory will not help you )
Started with Interview Examination 2 problem questions. It was easy nothing complicated.
Technical round. Share the screen and solve three problem questions that was easy and after that you will be questioned about technology that you worked on. You will be able to answer if you have hands on experience on it.
Third round. Behavioural interview it will be very friendly and fun filled chat.
Then you got the offer .. Smooth till here ..

Onboarding Experience:
You will get a zip of documents. No one in the world will help you if you do not know what it is. Try to google and fill whatever you get in mind that's it. People who hired you will let you know about the company introduce to the project after that.

Project Experience:
Still old technologies like java 8 ( supported only till March 2022 ). If vendor is your lead they will do whatever to close their deliverables. If have something that need be reused sorry buddy, Follow them and scrap out your work whatever you have done is always "not a recommended approach".

Overall if you are looking for place for learning and exploring technologies believe me the industry is far ahead. If you are beginner you can learn how business and company operates here.

Dunnhumby Interview FAQs

How many rounds are there in Dunnhumby Data Science Engineer interview?
Dunnhumby interview process usually has 2 rounds. The most common rounds in the Dunnhumby interview process are Technical.
How to prepare for Dunnhumby Data Science 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 Dunnhumby. The most common topics and skills that interviewers at Dunnhumby expect are Python, Agile Coaching, Algorithms, Azure and Backend.
What are the top questions asked in Dunnhumby Data Science Engineer interview?

Some of the top questions asked at the Dunnhumby Data Science Engineer interview -

  1. What is DAG? how a spark job works how the dag gets crea...read more
  2. What is RDD and how its different from DF and Datas...read more
  3. what is Partitioning and how to use colease and repartit...read more

Tell us how to improve this page.

Dunnhumby Data Science Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 752 Interviews
S&P Global Interview Questions
4.1
 • 283 Interviews
Mu Sigma Interview Questions
2.6
 • 234 Interviews
Access Healthcare Interview Questions
3.9
 • 214 Interviews
Nielsen Interview Questions
3.7
 • 120 Interviews
Netscribes Interview Questions
2.8
 • 85 Interviews
Cotiviti Interview Questions
3.7
 • 77 Interviews
Sigmoid Interview Questions
3.3
 • 60 Interviews
View all
Dunnhumby Data Science Engineer Salary
based on 6 salaries
₹12 L/yr - ₹19 L/yr
50% more than the average Data Science Engineer Salary in India
View more details

Dunnhumby Data Science Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Applied Data Scientist
128 salaries
unlock blur

₹10.9 L/yr - ₹18 L/yr

Applied Data Scientist
84 salaries
unlock blur

₹9.5 L/yr - ₹15.5 L/yr

Lead Applied Data Scientist
82 salaries
unlock blur

₹17 L/yr - ₹27.8 L/yr

Lead Engineer
51 salaries
unlock blur

₹16 L/yr - ₹54.9 L/yr

Senior Engineer
49 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Explore more salaries
Compare Dunnhumby with

EXL Service

3.7
Compare

Access Healthcare

3.9
Compare

S&P Global

4.1
Compare

Acuity Knowledge Partners

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