Upload Button Icon Add office photos
Engaged Employer

i

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

Bright Money Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bright Money Interview Questions, Process, and Tips

Updated 5 Feb 2025

Top Bright Money Interview Questions and Answers

Bright Money Interview Experiences

Popular Designations

9 interviews found

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

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Economics and a passion for data analysis. I have experience with statistical software and strong problem-solving skills.

    • Recent graduate with a degree in Economics

    • Passionate about data analysis

    • Experience with statistical software

    • Strong problem-solving skills

  • Answered by AI
  • Q2. What did you do in ur previous organisation
  • Ans. 

    I conducted market research, analyzed data, and prepared reports for the sales team.

    • Conducted market research to identify trends and opportunities

    • Analyzed sales data to track performance and make recommendations

    • Prepared reports and presentations for the sales team

    • Collaborated with cross-functional teams to develop strategies for growth

  • Answered by AI

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Coding Test 

Basic SQL queries to retrieve data.
Must know basic Pandas and python programming.

Interview Preparation Tips

Topics to prepare for Bright Money Analyst interview:
  • SQL
  • Python
  • pandas

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript questions
  • Q2. DSA questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Discuss about project
  • Q2. How do you perform data analysis on any of your project?
Round 2 - Technical 

(2 Questions)

  • Q1. SQL queries based on datetime function
  • Q2. Pandas basics and groupby

Interview Preparation Tips

Interview preparation tips for other job seekers - Statistics , Pandas and SQL are the most important things for this intrview

Data Analyst Intern Interview Questions asked at other Companies

Q1. PuzzleThere is an island with 100 prisoners, all of who have green eyes.All 100 prisoners are perfect logicians.They all want to escape the island.The condition of escaping the island is that one can deduce one’s own eye colour, and tell th... read more
View answer (1)

Bright Money interview questions for popular designations

 Analyst

 (2)

 Associate Analyst

 (1)

 Campaign Manager

 (1)

 Data Analyst Intern

 (1)

 Intern

 (1)

 Sdet Engineer

 (1)

 Software Engineer

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a simple assignment where you needed to implement a Django app from a well laid out documentation.

Round 2 - Technical 

(1 Question)

  • Q1. Binary Search Tree - Two nodes are swapped in a Binary Search tree and then fix them so that the tree becomes a valid BST
  • Ans. 

    Fix two swapped nodes in a Binary Search Tree to make it valid

    • Identify the two nodes that are swapped incorrectly

    • Perform an inorder traversal to find the nodes that are not in ascending order

    • Swap the values of the incorrectly swapped nodes to fix the BST

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Practice well.
Do DSA well.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Just some Excel questions like count, add, and etc. Intermediate questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be a know it all man. Be a confident man.

Campaign Manager Interview Questions asked at other Companies

Q1. What are the capabilities of a customer data platform?
View answer (1)

Senior csm Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Regular aptitude with numerical reasoning

Round 2 - HR 

(1 Question)

  • Q1. Behaviourial question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be generalist with presence of mind

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2024

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

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

Round 1 - Coding Test 

Basics of python and sql asked

Round 2 - One-on-one 

(1 Question)

  • Q1. General things like HR round

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

I applied via campus placement at SRM university (SRMU) and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. Printing all Prime Numbers from 1 to N
  • Ans. 

    Printing all prime numbers from 1 to N.

    • Iterate from 2 to N and check if each number is prime or not.

    • Use a nested loop to check if a number is divisible by any number less than it.

    • If a number is not divisible by any number less than it, it is a prime number.

    • Print all prime numbers found.

  • Answered by AI
  • Q2. 2. Sorting the Array
  • Ans. 

    Sorting an array involves arranging its elements in a specific order.

    • There are various sorting algorithms like bubble sort, insertion sort, quicksort, etc.

    • Sorting can be done in ascending or descending order.

    • Sorting can be done based on different criteria like alphabetical order, numerical order, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident as most of the Interviewers ask about your resume

Skills evaluated in this interview

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Interview questions from similar companies

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

(5 Questions)

  • Q1. All about past experience
  • Q2. Problem Statement and RCA
  • Q3. Guesstimate
  • Q4. Tools and other knowledge
  • Q5. Favourite apps and why
  • Ans. 

    My favorite apps are Spotify for music, Google Maps for navigation, and Trello for organization.

    • Spotify - great music selection and personalized playlists

    • Google Maps - accurate navigation and real-time traffic updates

    • Trello - easy to use for organizing tasks and projects

  • Answered by AI

Bright Money Interview FAQs

How many rounds are there in Bright Money interview?
Bright Money interview process usually has 1-2 rounds. The most common rounds in the Bright Money interview process are Technical, One-on-one Round and Assignment.
How to prepare for Bright Money interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Bright Money. The most common topics and skills that interviewers at Bright Money expect are Artificial Intelligence, Banking, Credit Cards, SAN and Finance.
What are the top questions asked in Bright Money interview?

Some of the top questions asked at the Bright Money interview -

  1. How do you perform data analysis on any of your proje...read more
  2. Binary Search Tree - Two nodes are swapped in a Binary Search tree and then fix...read more
  3. 1. Printing all Prime Numbers from 1 t...read more

Tell us how to improve this page.

Bright Money Interview Process

based on 8 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

CRED Interview Questions
3.6
 • 38 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
Kissht Finance Interview Questions
3.9
 • 27 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
Axio Interview Questions
3.7
 • 8 Interviews
MoneyTap Interview Questions
3.3
 • 1 Interview
View all

Fast track your campus placements

View all

Bright Money Reviews and Ratings

based on 38 reviews

3.5/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.5

Salary

2.8

Job security

3.3

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 38 Reviews and Ratings
Senior Data Analyst
10 salaries
unlock blur

₹13.2 L/yr - ₹22 L/yr

Software Engineer
5 salaries
unlock blur

₹24 L/yr - ₹28.5 L/yr

Sdet-I
5 salaries
unlock blur

₹12 L/yr - ₹13 L/yr

Senior Operations Manager
5 salaries
unlock blur

₹22 L/yr - ₹26.2 L/yr

Lead Operator
5 salaries
unlock blur

₹8 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Bright Money with

CRED

3.6
Compare

ZestMoney

4.0
Compare

Paysense Services India

3.7
Compare

MoneyTap

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