Type · Algorithmic

How to Pass the bunq Software Engineer Interview in 2026
The bunq DNA (TL;DR)
The bunq Interview Loop
Your onsite loop will typically consist of 5 rounds.
- 1
Round 1
Recruiter ScreenMotivation, role fit, logistics. - 2
Round 2
Coding ScreenLeetCode-medium algorithmic problems under time pressure. - 3
Round 3
System DesignDistributed systems, trade-offs at scale, architecture under constraints. - 4
Round 4
Onsite CodingLeetCode-hard, debugging, code clarity, edge cases. - 5
Round 5
Behavioral / LeadershipPast evidence of ownership, influence, resolving conflict.
The Danger Zone: Top Reasons Candidates Fail
Based on our database of bunq interview outcomes, avoid these common traps:
- Focusing only on the technical details without explaining the problem-solving process.
- Assuming perfect merchant data without considering variations or missing information.
- Incorrectly handling the 24-hour window boundary.
- Relying solely on client-side checks, which can be bypassed.
Test Yourself: Real bunq Questions
Three real prompts pulled from our database.
Type · System Design
Type · Influence
+ many more questions, signals, and worked examples
Sign up to unlock the full bunq grading rubric
bunq Interview Question Bank
A sample from our database, grouped by round. Sign up to see the full set.
9 of 17 questions shown
Recruiter Screen
1- 1
Type · Motivation
Why are you interested in working at bunq, a fintech company focused on growth and user experience, as a Software Engineer?
Coding Screen
3- 2
Type · Algorithmic
Given a list of user transactions, each with a timestamp and amount, write a function to calculate the daily spending limit for a user, considering a rolling 24-hour window. Assume the limit is $5000. - 3
Type · Algorithmic
Implement a function to detect fraudulent transaction patterns. Given a stream of transactions and a set of known fraud patterns (e.g., multiple small transactions in rapid succession from different locations), identify potential fraud. - + 1 more questions in this round (sign up to unlock)
System Design
3- 4
Type · System Design
Design a system to automatically categorize user transactions (e.g., 'Groceries', 'Travel', 'Utilities') based on merchant information and transaction history. How would you handle ambiguity and user corrections? - 5
Type · System Design
Design a real-time notification system for bunq users, alerting them about important events like large transactions, low balances, or potential security issues. Consider scalability and reliability. - + 1 more questions in this round (sign up to unlock)
Onsite Coding
3- 6
Type · Debugging
A user reports that their balance is sometimes incorrect after making a purchase. Here's a simplified code snippet of the balance update logic. Find and fix the bug. - 7
Type · Algorithmic
Implement a function to calculate the shortest path for a user to travel between multiple locations (e.g., home, work, gym) using public transport data. Assume you have access to a graph representing transport routes and times. - + 1 more questions in this round (sign up to unlock)
Behavioral / Leadership
7- 8
Type · Ownership
Tell me about a time you took ownership of a project or problem that was not explicitly assigned to you. What was the situation, what did you do, and what was the outcome? - 9
Type · Influence
Describe a situation where you had to influence a stakeholder (e.g., engineer, designer, manager) who had a different opinion or priority. How did you approach it, and what was the result? - + 5 more questions in this round (sign up to unlock)
Unlock all 17 bunq questions, free
No credit card. Every question with its framework, the grading signals interviewers score against, and a worked answer for each.
Interview tracks at bunq
How bunq's DNA translates across functions. Pick your role.
Compare bunq with similar employers
Same DNA, different bar. Browse the closest companies in our database and see how their loops differ.
ClearBank
Same tierClearBank's interview process, often led by figures like Mark Fairless, emphasizes a candidate's ability to innovate ...
See ClearBank interview questions
Divilo
Same tierThe 'Con Divilo' vision emphasizes empowering businesses through digital financial tools. Interviewers assess a candi...
See Divilo interview questions
Gradient Labs
Same tierThe technical screen at Gradient Labs often probes for deep understanding of financial systems and how candidates wou...
See Gradient Labs interview questions
Practice bunq interviews end-to-end
bunq Mock Interview
Run a live mock interview with our AI interviewer using bunq-style prompts. Get scored on structure, signal, and answer length - exactly how the real loop grades you.
Open
STAR Stories for bunq Behavioral Rounds
Build a Story Bank of your past wins, mapped to the leadership signals bunq interviewers grade on. Reuse them across every behavioral round.
Open
bunq Interview Prep Hub
The frameworks behind every bunq round: CIRCLES for product sense, hypothesis-driven debugging for analytical, STAR for behavioral. Learn each one in 10 minutes.
Open
Interview Frameworks
CIRCLES, STAR, AARRR, RICE, MECE. The exact frameworks that make bunq interviewers nod instead of frown. Step-by-step playbooks with the moves and the pitfalls.
Open
Sample answers
What a strong answer to these bunq interview questions shows.
Implement a function to detect fraudulent transaction patterns. Given a stream of transactions and a set of known fraud patterns (e.g., multiple small transactions in rapid succession from different locations), identify potential fraud.
A strong answer shows: Ability to model and detect patterns.; Efficient processing of streaming data.; Clear definition of fraud criteria..
Design a system to automatically categorize user transactions (e.g., 'Groceries', 'Travel', 'Utilities') based on merchant information and transaction history. How would you handle ambiguity and user corrections?
A strong answer shows: Scalability and fault tolerance considerations.; Handling of data quality issues and ambiguity.; Use of ML/AI for categorization and feedback loops..