Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Revolut Team. If you also belong to the team, you can get access from here

Revolut Verified Tick

Compare button icon Compare button icon Compare
2.6

based on 352 Reviews

Filter interviews by

Revolut Data Analyst Interview Questions and Answers

Updated 19 Nov 2024

Revolut Data Analyst Interview Experiences

3 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Sql, python, statistical questions

Round 2 - HR 

(2 Questions)

  • Q1. How daily work looks like?
  • Ans. 

    Daily work involves analyzing data, creating reports, and communicating findings to stakeholders.

    • Reviewing and cleaning data sets

    • Creating visualizations and dashboards

    • Conducting statistical analysis

    • Communicating insights to non-technical stakeholders

  • Answered by AI
  • Q2. Most ise tools?
  • Ans. 

    Some of the most commonly used tools for data analysis include Excel, Python, R, Tableau, and SQL.

    • Excel is widely used for data manipulation and analysis.

    • Python and R are popular programming languages for data analysis and machine learning.

    • Tableau is a powerful data visualization tool.

    • SQL is essential for querying databases and extracting data.

  • Answered by AI
Round 3 - Coding Test 

4 sql tasks on 3 tables. Joins, subqueries

Interview Preparation Tips

Interview preparation tips for other job seekers - Learm main statistics principles
Sql mandatory

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What techonologies do you know?
  • Ans. 

    I am proficient in SQL, Python, R, Tableau, and Excel for data analysis and visualization.

    • SQL

    • Python

    • R

    • Tableau

    • Excel

  • Answered by AI
Round 2 - Coding Test 

SQL Coding Tests. You get 3 tables and they ask you to find customer with certain conditions. Not hard

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate ProblemGiven an array/list of integer numbers 'CHOCOLAT ... read more
asked in Wipro
Q3. Ninja and substringsNinja has been given a string 'STR' containin ... read more
Q4. Maximum In Sliding Windows Of Size KGiven an array/list of intege ... read more
asked in Tredence
Q5. First Repeated CharacterYou are given a string 'STR' of lowercase ... read more

Data Analyst Interview Questions & Answers

user image Piyush Raj

posted on 19 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Brief me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your experience as a data analyst?

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL case study for data
  • Q2. Find nth salary

Data Analyst Interview Questions & Answers

Visa user image Vishwesh Dayama

posted on 18 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Joins and remove duplicates
  • Q2. Function to create a transaction bin column
  • Ans. 

    Create a function to generate a transaction bin column based on transaction amounts.

    • Create bins based on transaction amounts (e.g. $0-$100, $101-$200, etc.)

    • Use pandas cut() function in Python to create bins

    • Assign bin labels to the transactions based on the bin ranges

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It was a basic Aptitude test, Needed to learn Probability, Permutation , Cobination and SQL.
Total Duration 1 Hour.

Data Analyst Interview Questions & Answers

PayPal user image Snehith Korukonda

posted on 21 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics were, DSA, SQL, PL/SQL, Data Augmentation

Round 2 - Coding Test 

Customer churn classification using a classification ML model

Round 3 - Technical 

(2 Questions)

  • Q1. Write a pseudo code for Bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start with the first element and compare it with the next element, swapping if necessary

    • Repeat this process for each pair of adjacent elements in the array until the entire array is sorted

    • Continue this process for each element in the array until no more swaps are ne

  • Answered by AI
  • Q2. What is an API
  • Ans. 

    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods for requesting and receiving data between software applications

    • APIs can be used to access data from external sources, such as social media platforms or weather services

    • Examples of APIs include the Twitter API, Google Maps API, and Spotify API

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills and attention to detail

  • Answered by AI
  • Q2. Salaray compensation how much

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Types of Window Function
  • Ans. 

    Window functions are used in SQL to perform calculations across a set of table rows related to the current row.

    • Types include ROW_NUMBER(), RANK(), DENSE_RANK(), NTILE(), LAG(), LEAD(), FIRST_VALUE(), LAST_VALUE(), etc.

    • They allow for calculations to be performed on a specific subset of rows within a query result set.

    • Window functions are commonly used for running totals, moving averages, and ranking data.

  • Answered by AI
  • Q2. Difference between Joins with examples
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is a match in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Outer Join: Returns rows when there is a match in one of the tables.

    • Cross Join:

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic questions about resume
Round 2 - One-on-one 

(2 Questions)

  • Q1. Workplace adjustment questions
  • Q2. Are you willing to work extra hours
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL - technical round

Round 2 - Case Study 

Case Study round - 2

Revolut Interview FAQs

How many rounds are there in Revolut Data Analyst interview?
Revolut interview process usually has 2-3 rounds. The most common rounds in the Revolut interview process are HR, Coding Test and One-on-one Round.
What are the top questions asked in Revolut Data Analyst interview?

Some of the top questions asked at the Revolut Data Analyst interview -

  1. What techonologies do you kn...read more
  2. How daily work looks li...read more
  3. Most ise too...read more

Tell us how to improve this page.

Revolut Data Analyst Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 3 Revolut interviews
Referral
Job Portal
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Revolut Data Analyst Salary
based on 6 salaries
₹9.7 L/yr - ₹31.2 L/yr
230% more than the average Data Analyst Salary in India
View more details
Support Specialist
310 salaries
unlock blur

₹4.3 L/yr - ₹8.5 L/yr

Financial Crime Analyst
85 salaries
unlock blur

₹4.8 L/yr - ₹11.5 L/yr

Strategy and Operations Manager
79 salaries
unlock blur

₹20 L/yr - ₹57.5 L/yr

Team Lead
70 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Financial Analyst
47 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Revolut with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

2.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview