Type · algorithm

Growth · Software Engineer Interview Guide
Sign up to see ATSHeadquartered in United KingdomInterview language: English
How to Pass the iwoca Software Engineer Interview in 2026
The iwoca DNA (TL;DR)
The iwoca Interview Loop
Your onsite loop will typically consist of 4 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 iwoca interview outcomes, avoid these common traps:
- Failing to connect personal technical interests to the impact of lending on small businesses
- Failing to account for overlapping or missing ranges in the input data
- Failing to handle edge cases like empty transaction lists or unsorted timestamps
- Focusing on syntax errors instead of concurrency issues
Test Yourself: Real iwoca Questions
Three real prompts pulled from our database.
Type · architecture
Type · debugging
+ many more questions, signals, and worked examples
Sign up to unlock the full iwoca grading rubric
iwoca Interview Question Bank
A sample from our database, grouped by round. Sign up to see the full set.
9 of 13 questions shown
Recruiter Screen
1- 1
Type · motivation
Why are you interested in moving from your current role to a fintech environment like iwoca, specifically focusing on SME lending?
Coding Screen
3- 2
Type · algorithm
Given a list of transaction objects with timestamps and amounts, write a function to calculate the rolling 30-day sum of transactions for a specific user. - 3
Type · algorithm
Implement a rate limiter for our public API that restricts users to 100 requests per minute. - + 1 more questions in this round (sign up to unlock)
System Design
3- 4
Type · architecture
Design a system to process thousands of loan applications per hour, ensuring high availability and ACID compliance for database updates. - 5
Type · architecture
How would you design a notification service that sends alerts to customers via email, SMS, and push notifications when their loan status changes? - + 1 more questions in this round (sign up to unlock)
Onsite Coding
3- 6
Type · debugging
We have a service that intermittently fails to reconcile bank statements. Here is the log file; identify the race condition. - 7
Type · algorithm
Implement a generic 'rule engine' that can evaluate a list of boolean conditions (e.g., 'credit_score > 600', 'annual_revenue > 50000') against a user profile. - + 1 more questions in this round (sign up to unlock)
Behavioral / Leadership
3- 8
Type · leadership
Tell me about a time you had to advocate for a technical debt cleanup project when the business was pushing for new feature delivery. - 9
Type · ownership
Describe a time you introduced a bug into production. How did you handle the immediate aftermath and the long-term fix? - + 1 more questions in this round (sign up to unlock)
Unlock all 13 iwoca 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 iwoca
How iwoca's DNA translates across functions. Pick your role.
Compare iwoca with similar employers
Same DNA, different bar. Browse the closest companies in our database and see how their loops differ.
Barkibu
Same tierThe `In Barkibu` culture emphasizes practical application of skills to enhance products like `Assicurazione Veterinar...
See Barkibu interview questions
Alloy
Same tierThe final technical deep-dive round at Alloy rigorously assesses a candidate's capacity to design secure, scalable sy...
See Alloy interview questions
ClearBank
Same tierClearBank's interview process, often led by figures like Mark Fairless, emphasizes a candidate's ability to innovate ...
See ClearBank interview questions
Practice iwoca interviews end-to-end
iwoca Mock Interview
Run a live mock interview with our AI interviewer using iwoca-style prompts. Get scored on structure, signal, and answer length - exactly how the real loop grades you.
Open
STAR Stories for iwoca Behavioral Rounds
Build a Story Bank of your past wins, mapped to the leadership signals iwoca interviewers grade on. Reuse them across every behavioral round.
Open
iwoca Interview Prep Hub
The frameworks behind every iwoca 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 iwoca interviewers nod instead of frown. Step-by-step playbooks with the moves and the pitfalls.
Open
Sample answers
What a strong answer to these iwoca interview questions shows.
Given a set of credit score ranges and corresponding interest rate multipliers, write a function that returns the correct multiplier for a given score.
A strong answer shows: Code efficiency; Data structure selection.
Design a system to process thousands of loan applications per hour, ensuring high availability and ACID compliance for database updates.
A strong answer shows: Scalability; ACID knowledge.