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 365 Reviews

Filter interviews by

Revolut Senior Analyst Interview Questions, Process, and Tips

Updated 3 Jul 2024

Revolut Senior Analyst Interview Experiences

1 interview found

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

Quite tough as it had all maths questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is financial crime ?
  • Ans. 

    Financial crime refers to illegal activities that involve the use of financial systems to deceive or defraud individuals or organizations.

    • Financial crime includes activities such as money laundering, fraud, embezzlement, and insider trading.

    • It often involves complex schemes to conceal the true source or destination of funds.

    • Financial crime can have serious consequences for individuals, businesses, and the economy as a ...

  • Answered by AI
  • Q2. What are the stages of AML ?
  • Ans. 

    The stages of AML (Anti-Money Laundering) include customer due diligence, transaction monitoring, and reporting suspicious activities.

    • Customer Due Diligence: Verifying the identity of customers and assessing their risk level.

    • Transaction Monitoring: Monitoring transactions for any unusual or suspicious activities.

    • Reporting Suspicious Activities: Reporting any suspicious activities to the appropriate authorities.

    • Examples...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What is KYC ?
  • Ans. 

    KYC stands for Know Your Customer, a process used by financial institutions to verify the identity of their clients.

    • KYC is a regulatory requirement to prevent money laundering and fraud.

    • It involves collecting personal information such as name, address, and identification documents.

    • KYC also includes assessing the risk of a customer and monitoring their transactions for suspicious activities.

    • Examples of KYC documents inc...

  • Answered by AI
  • Q2. What is PEP ?
  • Ans. 

    PEP stands for Politically Exposed Person, referring to individuals who are entrusted with prominent public functions.

    • PEPs are considered higher risk for potential involvement in bribery, corruption, and money laundering due to their position of influence.

    • Financial institutions are required to conduct enhanced due diligence on PEPs to mitigate risks.

    • Examples of PEPs include government officials, heads of state, and sen

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Depends on the role
  • Q2. Second round will be written test
  • Q3. Discussion with senior director
Round 2 - Aptitude Test 

Question depends on the Job description

Round 3 - HR 

(2 Questions)

  • Q1. Like and dislikes
  • Q2. Normal conversation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What makes you right fit for company
  • Q2. Strength and weakness
Round 2 - Coding Test 

SQL
Window functions lead and lead for retention

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative aptitude, verbal ability, critical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. SQL: find store with highest AOV
  • Q2. Generic behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

General SQL Question

Round 2 - Technical 

(2 Questions)

  • Q1. General puzzle questions from GFG
  • Q2. Normal interview level SQL Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There were lot of behavioral questions
  • Q2. Then there were few questions related to how to navigate through the data

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your SQL and business accumen
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Project related questions
  • Q2. Financial instruments knowledge
Round 2 - One-on-one 

(2 Questions)

  • Q1. General project related questions
  • Q2. Financial domain in depth questions
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Difference between Order By and Group By
  • Ans. 

    Order By is used to sort the result set in ascending or descending order, while Group By is used to group the result set by one or more columns.

    • Order By is used with SELECT statement to sort the result set based on specified column(s)

    • Group By is used with SELECT statement to group the result set based on specified column(s)

    • Order By can be used with or without Group By, but Group By requires an aggregate function like C...

  • Answered by AI
  • Q2. Explain Normalisation concepts in detail
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables

    • It reduces data redundancy by eliminating duplicate data

    • Normalization helps maintain data integrity by ensuring data is stored in a consistent manner

    • There are different levels of normalization, such as First Normal Form (1NF), Second ...

  • Answered by AI
  • Q3. Difference between Primary and Unique
  • Ans. 

    Primary key uniquely identifies a record in a database table, while a unique key ensures that all values in a column are different.

    • Primary key is used to uniquely identify each record in a table

    • Primary key does not allow NULL values

    • Unique key ensures that all values in a column are different

    • Unique key can have NULL values, but only one NULL per column

  • Answered by AI
  • Q4. Types of inheritance
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and so on.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from more than one base class.

    • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

    • Hierarchical inheritance: multiple classes inherit from a single base class.

    • Hybrid inheritance: a combin...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Joins outputs for various types of joins
  • Ans. 

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

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one 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

    • FU...

  • Answered by AI
  • Q2. Query using window functions
  • Ans. 

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

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

    • They allow you to perform calculations like ranking, moving averages, and cumulative sums.

    • Examples of window functions include ROW_NUMBER(), RANK(), and SUM() OVER().

  • Answered by AI

Skills evaluated in this interview

Revolut Interview FAQs

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

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

  1. What are the stages of AM...read more
  2. What is financial crim...read more
  3. What is KY...read more

Tell us how to improve this page.

Revolut Senior Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 762 Interviews
FIS Interview Questions
3.9
 • 476 Interviews
PhonePe Interview Questions
4.0
 • 301 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
HighRadius Interview Questions
2.9
 • 180 Interviews
Fiserv Interview Questions
3.1
 • 167 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.6
 • 137 Interviews
MasterCard Interview Questions
4.0
 • 132 Interviews
View all
Revolut Senior Analyst Salary
based on 5 salaries
₹4.2 L/yr - ₹10.5 L/yr
17% less than the average Senior Analyst Salary in India
View more details

Revolut Senior Analyst Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Support Specialist
348 salaries
unlock blur

₹4.3 L/yr - ₹8.5 L/yr

Financial Crime Analyst
86 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Strategy and Operations Manager
80 salaries
unlock blur

₹20 L/yr - ₹57.5 L/yr

Team Lead
71 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Financial Analyst
47 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Revolut with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

2.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview