ING logo
INGData Scientist
Updated · Reviewed by the Dataford team

ING Data Scientist interview questions & guide 2026

Every question ING interviewers actually ask, the frameworks that win the room, and the language hiring managers respond to.

4 rounds · ≈ 3-5 weeks
1
Initial Screening
2
Technical Assessment
3
Technical Interviews
4
Discussions with Hiring Manager

What is a Data Scientist at ING?

At ING, the Data Scientist role sits at the intersection of advanced analytics, banking innovation, and customer-centric product development. You will be joining an organization that operates as a fully digital bank, where technology and data are not just support functions but the core ingredients of the business. Your work directly influences how millions of customers manage their finances, from credit risk modeling and churn prediction to personalized recommendation systems.

You will operate within an Agile environment, often working in cross-functional, international teams alongside data analysts, engineers, and business stakeholders. The role is highly impact-driven; you are expected to take end-to-end ownership of Machine Learning (ML) products, ensuring they are robust, scalable, and provide tangible value. If you thrive on solving complex, real-world problems and want to see your analytical models deployed in a high-stakes financial setting, this role offers a unique platform for influence.

Common Interview Questions

The following questions are representative of the patterns identified in real ING interview loops. While the specific technical focus may shift depending on the hiring team, you should prepare for a rigorous assessment of your analytical depth and communication skills.

Technical / SQL & Data Manipulation

These questions test your ability to handle large datasets and derive insights using standard industry tools.

  • How would you use SQL window functions to calculate a rolling average of customer transaction volumes over the last 30 days?
  • Given two tables (users and transactions), write a query to identify the top 3 spending categories for users who have been active in the last quarter.

Access the full ING Data Scientist prep plan

  • Every Data Scientist question, updated weekly
  • Model answers with SQL and Python solutions
  • Recent, real interview reports
Get my prep plan
03 · Question bank

The questions most likely to come up

Sorted by relevance to this company
Top Spending Categories QueryMedium
Use a CTE, join, date filters, and aggregation to find ING's top three spending categories among recently active users.
Joinssql queries
Design Test for New FeatureMedium
Design an A/B test for a new platform feature, including success metrics, power, guardrails, and a clear ship decision.
experiment designfeature evaluationA/B Testing
Access the full ING Data Scientist prep plan
Everything you need to walk in ready.
Get my prep plan

Getting Ready for Your Interviews

Preparation at ING requires a balance of technical fluency and a "business-first" mindset. You are not just being evaluated on code; you are being evaluated on your ability to deliver value.

Role-related knowledge – You must be comfortable with Python, SQL, and common ML libraries. Interviewers will look for your ability to apply these tools to real-world financial problems rather than just knowing the syntax.

Problem-solving ability – This is the core of the case study and technical rounds. You should practice verbalizing your thought process as you tackle ambiguous problems, focusing on how you structure your logic before diving into the solution.

Communication & Stakeholder ManagementING values the ability to bridge the gap between technical data science and business strategy. Be prepared to explain your technical decisions in simple, clear language.

Ownership & Culture – As an Agile organization, ING values proactive team members who take responsibility for their work. Use the STAR method (Situation, Task, Action, Result) to frame your behavioral answers, highlighting your personal contribution and impact.

Interview Process Overview

The interview process at ING is generally structured to assess your technical foundation, your problem-solving capacity, and your ability to fit into their collaborative, Agile culture. While the exact sequence can vary by location and team, you should expect a blend of automated assessments and live, interactive sessions.

The process typically begins with an initial screening, followed by a technical assessment that covers SQL and Python. Successful candidates move into a series of technical interviews, which may include a take-home assignment or a live case study presentation. The final stages usually involve discussions with the hiring manager and product owners to gauge team fit and long-term potential.

06 · The loop

The interview process, end to end

≈ 3-5 weeks · 4 rounds
1
Initial Screening

The process begins with an initial screening to assess basic qualifications.

2
Technical Assessment

Candidates undergo a technical assessment focusing on SQL and Python.

3
Technical Interviews

Successful candidates participate in a series of technical interviews, which may include a take-home assignment or live case study presentation.

4
Discussions with Hiring Manager

Final stages involve discussions with the hiring manager and product owners to evaluate team fit and long-term potential.

The timeline above represents a typical progression from application to final offer. Candidates should interpret this as a multi-stage funnel where each round builds upon the last; maintain consistent energy and focus from the initial assessment through to the final cultural interview.

Deep Dive into Evaluation Areas

Technical Rigor in ML and Data

This area is assessed through the technical assessment and the take-home assignment. You will be judged on your coding quality, your choice of models, and your ability to defend those choices.

Be ready to go over:

  • Supervised learning workflows (feature engineering, model selection, validation).
  • Distributed computing concepts (Spark, Hive) when dealing with large-scale data.

Access the full ING Data Scientist prep plan

  • Every Data Scientist question, updated weekly
  • Model answers with SQL and Python solutions
  • Recent, real interview reports
Get my prep plan
08 · Topic breakdown

What they actually test for

Topic distribution
All topics
Machine Learning (ML)SQLPythonSupervised LearningPredictive Modeling

Key Responsibilities

As a Data Scientist at ING, your day-to-day will be centered on the end-to-end lifecycle of AI/ML products. You will not just be building models; you will be acting as a project manager for your own solutions, ensuring they meet the high standards of the bank.

  • Proactive Delivery: You will take ownership of the design and delivery of models, ranging from credit risk and income estimation to NLP solutions.
  • Cross-functional Collaboration: You will work closely with business stakeholders, data analysts, and software engineers to co-create solutions.
  • Engineering Excellence: You are expected to adhere to high standards of coding, utilizing Git and participating in peer reviews to ensure robustness.
  • Value-driven Focus: Every project must have a clear business objective. You will be expected to demonstrate how your technical work contributes to the bank's goal of helping clients create a better future.

Role Requirements & Qualifications

To be competitive, you should demonstrate a strong technical toolkit combined with a collaborative spirit.

  • Must-have skills:
    • Proficiency in SQL and Python.
    • Proven experience in data analysis, visualization, and predictive modeling.
    • A degree in Mathematics, Statistics, Computer Science, or a related quantitative field.
    • Experience in supervised learning and working with large datasets.
  • Nice-to-have skills:
    • Experience with distributed computing frameworks like Spark or Hadoop.
    • Familiarity with Agile methodologies.
    • Experience in a financial or highly regulated environment.

Frequently Asked Questions

Q: How difficult are the technical assessments? A: They are designed to be challenging but fair. They test your practical application of SQL and Python; focus on writing clean, efficient code and showing your logical approach to data manipulation.

Q: What is the best way to prepare for the case study presentation? A: The presentation is as much about your communication as it is about the code. Focus on the "why" behind your decisions and how your solution impacts the business, rather than just listing the ML models you used.

Q: How much time should I spend preparing? A: Given the technical nature of the role, we recommend dedicating significant time to reviewing window functions, statistical testing principles, and your own past projects to ensure you can discuss them in depth.

Q: Does ING support remote work? A: ING embraces a flexible model that balances remote work with office-based collaboration. The specific balance is typically determined at the team level based on business needs.

Other General Tips

  • Prioritize clarity: When answering technical questions, always state your assumptions. If a question feels ambiguous, ask clarifying questions before jumping into a solution.
  • Think in business terms: When discussing models, always link back to the business impact (e.g., "This model will help us reduce churn by X%").
  • Know your code: If you submit a take-home assignment, be prepared to answer deep-dive questions about every line you wrote.
  • Embrace Agile: Familiarize yourself with the Agile mindset. Understanding how to work in sprints and collaborate within a cross-functional team is a major plus.

Summary & Next Steps

The Data Scientist role at ING is a high-impact position that requires a blend of technical expertise and commercial awareness. By mastering SQL window functions, A/B testing frameworks, and the ability to diagnose metric drops, you will be well-positioned to succeed in the interview process.

Focus your preparation on demonstrating how you translate complex data into actionable business value. You can explore additional interview insights, practice questions, and preparation resources on Dataford to further sharpen your readiness.

14 · Compensation

What this role pays

2 reports
USUSD
Estimated total compLow confidence · 2 data points
$0k-$0k
Median $495k / year
Base salary · 100%Stock (RSU) · 0%Cash bonus · 0%
25thEntry / smaller markets
$40k
50thTypical offer
$495k
90thTop performers / major metros
$950k
Breakdown by component
Base salary
100% of total
$40k$950k
$495k
median
Stock (RSU)
0% of total
$0$0
$0
median
Cash bonus
0% of total
$0$0
$0
median
Aggregated from 2 self-reported salaries via Glassdoor. Estimates only. Verify against your offer.

The compensation data above provides a broad range for the role. Candidates should interpret these figures as market-standard indicators that vary based on experience, seniority, and specific location requirements. Use this information to benchmark your expectations while focusing your energy on showcasing your unique value proposition.

15 · The role

Inside the Data Scientist guide at ING

18 · FAQ

ING Data Scientist interview FAQ

Answered from real candidate and compensation data
How many interview rounds does ING have for Data Scientists, and what is the overall flow?
ING’s Data Scientist process starts with an initial screening, then a technical assessment focused on SQL and Python. If you pass, you move into technical interviews, which may include a take-home assignment or a live case study presentation. The last stages include discussions with the hiring manager and product owners to evaluate fit and long-term potential.
How hard is it to get an offer at ING as a Data Scientist?
Candidates report the difficulty as average for ING Data Scientist interviews. In the aggregated stats provided, there are 10 reported interviews, and the offer rate is shown as 0%.
What SQL and Python topics does ING test for Data Scientists?
The technical assessment focuses on SQL and Python. In interviews, you can expect SQL data manipulation themes like using window functions for rolling averages, handling missing data or outliers in a financial dataset, and optimizing poorly performing queries on large datasets. The role also emphasizes ML applied to real banking problems.
What machine learning, statistics, and product-metrics topics should I prioritize for ING Data Scientist interviews?
For technical topics, ING highlights Machine Learning (ML), supervised learning, predictive modeling, credit risk and decision-making models, and distributed computing frameworks like Apache Spark. You should also be ready for product sense and metrics questions, including diagnosing a sudden product metric drop and defining success metrics for a feature. Statistics and experimentation can include A/B test setup, experimentation pitfalls, sample size for statistical significance, and what to do with contradictory or inconclusive results.
Does ING evaluate A/B testing and experimentation for Data Scientists, and what does it cover?
Yes, ING Data Scientist interviews include A/B testing and statistics. You may be asked to describe an A/B test setup to measure changes in outcomes like loan application completion rates. The loop can also cover experimentation pitfalls, how to determine sample size for statistical significance, and how you handle contradictory or inconclusive experiment results.
What compensation range do ING Data Scientist candidates report, and how should I interpret it?
Compensation reporting includes a base minimum of $40,221 and a total maximum of $950,000, with variation depending on level and location. Because the data only provides min base and max total, you should plan around a potentially wide range rather than a single figure.