Upload Button Icon Add office photos

Dunnhumby

Compare button icon Compare button icon Compare

Filter interviews by

Dunnhumby Interview Questions and Answers

Updated 24 May 2025
Popular Designations

24 Interview questions

A Data Science Manager was asked 3mo ago
Q. What is your strategy for increasing sales for a furniture client?
Ans. 

Develop a multi-faceted strategy to boost sales for a furniture client through targeted marketing and customer engagement.

  • Enhance online presence: Optimize the website for SEO and improve user experience to drive traffic.

  • Leverage social media: Use platforms like Instagram and Pinterest to showcase furniture designs and engage with customers.

  • Implement targeted promotions: Offer seasonal discounts or bundle deals to...

View all Data Science Manager interview questions
An Associate was asked 7mo ago
Q. What is regression analysis?
Ans. 

Regression analysis is a statistical method used to examine the relationship between two or more variables.

  • It helps in understanding how the value of a dependent variable changes when one or more independent variables are varied.

  • It is used to predict the value of the dependent variable based on the values of the independent variables.

  • There are different types of regression analysis such as linear regression, logis...

View all Associate interview questions
A Software Engineer was asked 8mo ago
Q. Given a rows x cols binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area.
Ans. 

Find the largest rectangle containing only 1s in a binary matrix.

  • Use dynamic programming to track heights of consecutive 1s.

  • For each row, treat it as a histogram and calculate the maximal rectangle.

  • Utilize a stack to efficiently compute the largest rectangle in a histogram.

  • Example: For a matrix [[0,1,1],[1,1,0],[1,1,1]], the largest rectangle has area 4.

View all Software Engineer interview questions
A Lead DevOps Engineer was asked 10mo ago
Q. What is CI/CD?
Ans. 

CI stands for Continuous Integration and CD stands for Continuous Delivery/Continuous Deployment.

  • CI is the practice of merging code changes into a shared repository frequently, which triggers automated builds and tests.

  • CD is the practice of automating the delivery of applications to various environments, such as staging or production, after passing tests in CI.

  • CI/CD pipelines help streamline the software developme...

View all Lead DevOps Engineer interview questions
A Lead DevOps Engineer was asked 10mo ago
Q. How do you create a VPN?
Ans. 

To create a VPN, you need to set up a VPN server and configure client devices to connect to it securely.

  • Choose a VPN protocol (e.g. OpenVPN, L2TP/IPsec, IKEv2)

  • Set up a VPN server on a dedicated machine or cloud service

  • Configure firewall rules to allow VPN traffic

  • Generate and distribute VPN client certificates or credentials

  • Install VPN client software on devices and connect to the VPN server

View all Lead DevOps Engineer interview questions
A Senior Data Scientist was asked 10mo ago
Q. You are working on a project where your approach to the problem is more innovative, while the rest of the team is following a conventional approach. How would you convince them to follow your approach?
Ans. 

I would showcase the potential benefits and results of my innovative approach to convince the team.

  • Highlight the advantages of the innovative approach such as improved efficiency, accuracy, or cost-effectiveness.

  • Provide real-world examples or case studies where similar innovative approaches have led to successful outcomes.

  • Encourage open discussion and collaboration within the team to explore the potential of combi...

View all Senior Data Scientist interview questions
A Senior Data Scientist was asked 10mo ago
Q. Who is more valuable: a customer who makes small transactions every day or a customer who makes large transactions once a month?
Ans. 

It depends on the business model and goals of the company.

  • Small transactions everyday can lead to consistent revenue streams and customer engagement.

  • Big transactions in a month can indicate high purchasing power and potential for larger profits.

  • Consider customer lifetime value, retention rates, and overall business strategy when determining value.

View all Senior Data Scientist interview questions
Are these interview questions helpful?
A Senior Data Scientist was asked 10mo ago
Q. How would you identify loyal customers for a store like DMart or SmartBazar?
Ans. 

Utilize customer transaction data and behavior analysis to identify loyal customers for DMart and SmartBazar.

  • Use customer transaction history to identify frequent shoppers

  • Analyze customer behavior patterns such as repeat purchases and average spend

  • Implement loyalty programs to incentivize repeat purchases

  • Utilize customer feedback and reviews to gauge loyalty

  • Segment customers based on their shopping habits and pref...

View all Senior Data Scientist interview questions
A Senior Data Scientist was asked 10mo ago
Q. As a data scientist, what would you do if a store's sales were declining?
Ans. 

I would conduct a thorough analysis of the sales data to identify trends and potential causes of the decline.

  • Review historical sales data to identify patterns or seasonality

  • Conduct customer surveys or interviews to gather feedback

  • Analyze competitor data to understand market dynamics

  • Implement predictive modeling to forecast future sales

  • Collaborate with marketing team to develop targeted strategies

View all Senior Data Scientist interview questions
A Senior Data Scientist was asked 10mo ago
Q. How would you create a machine learning model to identify which items to bundle together in units of 2-3, and determine the number of units?
Ans. 

Develop a machine learning model to identify optimal item bundles of 2-3 units based on features and patterns.

  • 1. Data Collection: Gather historical sales data, item features, and customer preferences.

  • 2. Feature Engineering: Create features like item popularity, complementary items, and seasonality.

  • 3. Clustering: Use clustering algorithms (e.g., K-means) to group similar items based on features.

  • 4. Association Rules...

View all Senior Data Scientist interview questions

Dunnhumby Interview Experiences

31 interviews found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. How will you find loyal customers for a store like DMart , SmartBazar
  • Ans. 

    Utilize customer transaction data and behavior analysis to identify loyal customers for DMart and SmartBazar.

    • Use customer transaction history to identify frequent shoppers

    • Analyze customer behavior patterns such as repeat purchases and average spend

    • Implement loyalty programs to incentivize repeat purchases

    • Utilize customer feedback and reviews to gauge loyalty

    • Segment customers based on their shopping habits and preferenc...

  • Answered by AI
  • Q2. Who is more valuable a customer who is making small transactions everyday or the customer who makes big transactions in a month
  • Ans. 

    It depends on the business model and goals of the company.

    • Small transactions everyday can lead to consistent revenue streams and customer engagement.

    • Big transactions in a month can indicate high purchasing power and potential for larger profits.

    • Consider customer lifetime value, retention rates, and overall business strategy when determining value.

  • Answered by AI
  • Q3. What will you do as a data scientist if the sales of a store is declining
  • Ans. 

    I would conduct a thorough analysis of the sales data to identify trends and potential causes of the decline.

    • Review historical sales data to identify patterns or seasonality

    • Conduct customer surveys or interviews to gather feedback

    • Analyze competitor data to understand market dynamics

    • Implement predictive modeling to forecast future sales

    • Collaborate with marketing team to develop targeted strategies

  • Answered by AI
  • Q4. We have to bundle the items together in the units of 2-3 as a single units like chips of 3 packets together. how to identify which items to bundle and number of units. Create a machine learning model for i...
  • Ans. 

    Develop a machine learning model to identify optimal item bundles of 2-3 units based on features and patterns.

    • 1. Data Collection: Gather historical sales data, item features, and customer preferences.

    • 2. Feature Engineering: Create features like item popularity, complementary items, and seasonality.

    • 3. Clustering: Use clustering algorithms (e.g., K-means) to group similar items based on features.

    • 4. Association Rules: App...

  • Answered by AI
  • Q5. You are working in a project, where your approach towards problem is more innovative while the rest of the team is following conventional approach. how will you convince them to follow your approach.
  • Ans. 

    I would showcase the potential benefits and results of my innovative approach to convince the team.

    • Highlight the advantages of the innovative approach such as improved efficiency, accuracy, or cost-effectiveness.

    • Provide real-world examples or case studies where similar innovative approaches have led to successful outcomes.

    • Encourage open discussion and collaboration within the team to explore the potential of combining ...

  • Answered by AI
Round 2 - Case Study 

1. A store has promotional offers how will you analyse that offers are working in their favour.
2. What data will you require if you want to predict the sales of the chocolate in a store.
3. Why data is distributed normally in linear regression.
4. Difference between linear and logistic regression
5. A person who is senior to you and you are working on the same project. But that person has very bad reputation of misbehaving and being rude to people. And he is doing same with you. What will you do?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare case study a lot. Both round were mainly revolving around case study and situational HR questions. Coding questions were not asked a lot. only few that too were quite easy.

Senior Engineer Interview Questions & Answers

user image Shweta Saini

posted on 11 Dec 2024

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

1. The online test includes questions related to spark and a coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to sql , spark, data structures were asked
  • Q2. 1. Questions based on window functions (rank, dense_rank)
Round 3 - HR 

(1 Question)

  • Q1. Overall discussion of the projects that you have worked on.

Associate Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

A case study was given

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is regression analysis?
  • Ans. 

    Regression analysis is a statistical method used to examine the relationship between two or more variables.

    • It helps in understanding how the value of a dependent variable changes when one or more independent variables are varied.

    • It is used to predict the value of the dependent variable based on the values of the independent variables.

    • There are different types of regression analysis such as linear regression, logistic r...

  • Answered by AI
  • Q2. Few questions on python

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with analytical skills

Software Engineer Interview Questions & Answers

user image AYUSH KUMAR SINGH

posted on 4 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Maximal rectangal
  • Ans. 

    Find the largest rectangle containing only 1s in a binary matrix.

    • Use dynamic programming to track heights of consecutive 1s.

    • For each row, treat it as a histogram and calculate the maximal rectangle.

    • Utilize a stack to efficiently compute the largest rectangle in a histogram.

    • Example: For a matrix [[0,1,1],[1,1,0],[1,1,1]], the largest rectangle has area 4.

  • Answered by AI
  • Q2. Loop in linked list
  • Ans. 

    Loop in linked list is a situation where a node points to a previous node in the list, creating an infinite loop.

    • Check for loops using Floyd's cycle detection algorithm

    • Use two pointers, one moving twice as fast as the other, to detect a loop

    • If the fast pointer catches up to the slow pointer, there is a loop

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic hr question regarding your project and all
  • Q2. He was more interested in what is my thinking pattern

Skills evaluated in this interview

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 experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on C# async await
  • Q2. Question on cloud Aks
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to create VPN
  • Ans. 

    To create a VPN, you need to set up a VPN server and configure client devices to connect to it securely.

    • Choose a VPN protocol (e.g. OpenVPN, L2TP/IPsec, IKEv2)

    • Set up a VPN server on a dedicated machine or cloud service

    • Configure firewall rules to allow VPN traffic

    • Generate and distribute VPN client certificates or credentials

    • Install VPN client software on devices and connect to the VPN server

  • Answered by AI
  • Q2. What is CI and CD
  • Ans. 

    CI stands for Continuous Integration and CD stands for Continuous Delivery/Continuous Deployment.

    • CI is the practice of merging code changes into a shared repository frequently, which triggers automated builds and tests.

    • CD is the practice of automating the delivery of applications to various environments, such as staging or production, after passing tests in CI.

    • CI/CD pipelines help streamline the software development pr...

  • Answered by AI

Skills evaluated in this interview

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

Parking calculator testing

Round 2 - One-on-one 

(1 Question)

  • Q1. All testing related question

Interview Preparation Tips

Interview preparation tips for other job seekers - basics should be clear
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy with python questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Statistics and project understanding
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. How do you prioritise features? Give an example
  • Q2. What is product lifecycle?
  • Ans. 

    Product lifecycle refers to the stages a product goes through from introduction to withdrawal from the market.

    • Introduction stage - product is launched into the market

    • Growth stage - sales and market share increase

    • Maturity stage - sales peak and competition intensifies

    • Decline stage - sales decrease and product is eventually withdrawn

    • Examples: iPhone (introduction), Coca-Cola (maturity), Blackberry (decline)

  • Answered by AI
  • Q3. Asked 2 puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about company well.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Dunnhumby?
Ask anonymously on communities.

Dunnhumby Interview FAQs

How many rounds are there in Dunnhumby interview?
Dunnhumby interview process usually has 2-3 rounds. The most common rounds in the Dunnhumby interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Dunnhumby 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 Digital Marketing, Agile Coaching, LMS, Google Analytics and Python.
What are the top questions asked in Dunnhumby interview?

Some of the top questions asked at the Dunnhumby interview -

  1. A Big Bazaar store had low profits for the last two months. Whats going ...read more
  2. You have two brands of milk that you can sell in your store,. Which one would y...read more
  3. We have to bundle the items together in the units of 2-3 as a single units like...read more
What are the most common questions asked in Dunnhumby HR round?

The most common HR questions asked in Dunnhumby interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Tell me about yourse...read more
How long is the Dunnhumby interview process?

The duration of Dunnhumby interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 28 interview experiences

Difficulty level

Easy 13%
Moderate 80%
Hard 7%

Duration

Less than 2 weeks 60%
2-4 weeks 27%
4-6 weeks 13%
View more

Interview Questions from Similar Companies

S&P Global Interview Questions
4.0
 • 299 Interviews
Mu Sigma Interview Questions
2.6
 • 240 Interviews
Nielsen Interview Questions
3.6
 • 134 Interviews
Netscribes Interview Questions
2.7
 • 90 Interviews
Cotiviti Interview Questions
3.7
 • 82 Interviews
Sigmoid Interview Questions
3.3
 • 62 Interviews
GlobalData Interview Questions
3.4
 • 57 Interviews
View all

Dunnhumby Reviews and Ratings

based on 181 reviews

3.9/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

3.7

Salary

4.1

Job security

4.1

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 181 Reviews and Ratings
Senior Engineering Manager

Gurgaon / Gurugram

15-20 Yrs

Not Disclosed

Engineering Manager -MLOps

Gurgaon / Gurugram

9-14 Yrs

Not Disclosed

Senior Enterprise BI Engineer

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Applied Data Scientist
127 salaries
unlock blur

₹11.9 L/yr - ₹20.9 L/yr

Lead Applied Data Scientist
90 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Applied Data Scientist
89 salaries
unlock blur

₹10.6 L/yr - ₹16.5 L/yr

Senior Engineer
70 salaries
unlock blur

₹15.5 L/yr - ₹24.5 L/yr

Lead Engineer
52 salaries
unlock blur

₹26.4 L/yr - ₹49.6 L/yr

Explore more salaries
Compare Dunnhumby with

Access Healthcare

3.9
Compare

Acuity Knowledge Partners

3.2
Compare

Mu Sigma

2.6
Compare

Nielsen

3.6
Compare
write
Share an Interview