Problem database last updated: June 20, 2025

RRevolut logo

Revolut Coding Interview Questions

11 problems · 5 Easy, 6 Medium, 0 Hard · Ranked #138 of 458

Difficulty breakdown

5 Easy

45% · avg 23%

6 Medium

55% · avg 59%

0 Hard

0% · avg 18%

Top topics

string
36.4%
array
27.3%
math
27.3%2.2x
linked-list
27.3%3.8x
hash-table
27.3%
breadth-first-search
18.2%2.2x

Interview profile

Based on 11 reported problems, Revolut interviews are easier than average - only 0% Hard compared to 18% across all companies. The majority (55%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.

Compared to the industry average, Revolut puts unusual emphasis on sliding-window (18.2% of problems, 3.9x the industry average), linked-list (27.3% of problems, 3.8x the industry average), binary-tree (18.2% of problems, 3.7x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are string (36.4%), array (27.3%), math (27.3%), linked-list (27.3%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 11 problems

Longest Common Prefix

Solve

Write a function to find the longest common prefix string amongst an array of strings.

EasyVery Likely
arraystringtrie

Perfect Squares

Solve

Given an integer n, return the least number of perfect square numbers that sum to n.

MediumVery Likely
mathdynamic-programmingbreadth-first-search

Reverse Linked List II

Solve

Given the head of a singly linked list and two integers left and right where left <= right, reverse the nodes of the list from position left to position right,...

MediumVery Likely
linked-list

Binary Tree Paths

Solve

Given the root of a binary tree, return all root-to-leaf paths in any order.

EasyVery Likely
stringbacktrackingtree

Find All Anagrams in a String

Solve

Given two strings s and p, return an array of all the start indices of p's anagrams in s. You may return the answer in any order.

MediumVery Likely
hash-tablestringsliding-window

Remove Duplicates from Sorted List

Solve

Given the head of a sorted linked list, delete all duplicates such that each element appears only once. Return the linked list sorted as well.

EasyVery Likely
linked-list

Binary Tree Level Order Traversal II

Solve

Given the root of a binary tree, return the bottom-up level order traversal of its nodes' values. (i.e., from left to right, level by level from leaf to root).

MediumLikely
treebreadth-first-searchbinary-tree

Merge Two Sorted Lists

Solve

You are given the heads of two sorted linked lists list1 and list2.

EasyLikely
linked-listrecursion

Permutation in String

Solve

Given two strings s1 and s2, return true if s2 contains a permutation of s1, or false otherwise.

MediumLikely
hash-tabletwo-pointersstring

Random Pick with Weight

Solve

You are given a 0-indexed array of positive integers w where w[i] describes the weight of the ith index.

MediumLikely
arraymathbinary-search

Missing Number

Solve

Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.

EasyLikely
arrayhash-tablemath

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Revolut interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Revolut coding interview

Revolut interviews focus heavily on string, array, math problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Revolut interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Revolut ask in interviews?add

Revolut has been reported to ask 11 distinct coding problems. The most common topics are string, array, math. 5 are Easy difficulty, 6 are Medium, and 0 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Revolut coding interviews?add

Based on 11 reported problems, Revolut interviews are easier than average - only 0% Hard compared to 18% across all companies. 55% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Revolut coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: string, array, math. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Revolut interview?

Simulate a real Revolut coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Revolut interview with AIarrow_forward