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

Clear (1)

Bright Money Intern Interview Questions and Answers

Updated 7 Nov 2024

Bright Money Intern Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test consists of DSA questions and theory questions on Java, SQL and object oriented programming

Round 2 - Technical 

(3 Questions)

  • Q1. Explain Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Classes and objects are used to create reusable code and organize data

    • Example: In a banking system, a 'Customer' object may have attributes like name and ...

  • Answered by AI
  • Q2. Explain Design principles
  • Ans. 

    Design principles are fundamental concepts used to guide the process of designing products or systems.

    • Design principles help ensure consistency, usability, and aesthetic appeal in the final product.

    • They often include principles such as simplicity, consistency, hierarchy, balance, and emphasis.

    • For example, the principle of simplicity in design aims to eliminate unnecessary elements and focus on the essential features.

    • Co...

  • Answered by AI
  • Q3. Solve a dsa questions live

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful with the management.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Ds questions. About Linked list ans arrays and some aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Merge Sort algo
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Two sum problem in optimised form
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about the projects in resume
  • Q2. NoSql Vs Sql , advantages and disadvantages
  • Ans. 

    NoSQL databases are non-relational, flexible, and scalable, while SQL databases are relational, structured, and consistent.

    • NoSQL databases are schema-less, allowing for flexibility in data models.

    • SQL databases use structured query language for data manipulation and retrieval.

    • NoSQL databases are horizontally scalable, making them suitable for big data applications.

    • SQL databases are vertically scalable, which can be more...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics.

Skills evaluated in this interview

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

MVVM was asked and swift questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare swift concepts well and design pattern

I applied via Campus Placement and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Regarding my previous experience.
  • Q2. Regarding my background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. All about the background
Round 3 - HR 

(1 Question)

  • Q1. They didn't really asked much
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Assignment 

Implement phone directory search system

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare low level design
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

  • Answered by AI

I applied via Job Fair and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There were 2 easy question 1 medium
Question were good but have weak test case.

Round 2 - Assignment 

This was project or lld round.
You just be aware of class and other stuff.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on project Asked graph coding question in real scenerio. Like asked what algorithm you will use for different real life problems
Round 4 - HR 

(1 Question)

  • Q1. Why engineering and what u know about cred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with dsa especially graph algo bfs dfs
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Insights about company and candidate
  • Q2. If I know Data structures or not?
  • Ans. 

    Yes, I have knowledge of data structures.

    • I have experience with common data structures like arrays, linked lists, stacks, queues, trees, and graphs.

    • I understand the time and space complexity of different data structures and their operations.

    • I have implemented data structures in various programming languages like C++, Java, and Python.

    • For example, I have used a hash table to efficiently store and retrieve data in consta

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared and enjoy the process. Cred has a good management.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Bright Money Interview FAQs

How many rounds are there in Bright Money Intern interview?
Bright Money interview process usually has 1 rounds. The most common rounds in the Bright Money interview process are Technical.
How to prepare for Bright Money Intern 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 Banking, Advertising, Artificial Intelligence, Compliance and Credit Cards.
What are the top questions asked in Bright Money Intern interview?

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

  1. JavaScript questi...read more
  2. DSA questions as...read more

Recently Viewed

SALARIES

ivy

SALARIES

Arcadia

SALARIES

FM LOGISTIC

SALARIES

Vahdam Teas

SALARIES

Bright Money

SALARIES

Vahdam Teas

SALARIES

ivy

DESIGNATION

JOBS

Vahdam Teas

No Jobs

SALARIES

FM LOGISTIC

Tell us how to improve this page.

Bright Money Intern Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

CRED Interview Questions
3.5
 • 37 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
Kissht Finance Interview Questions
3.9
 • 28 Interviews
Icl Fincorp Interview Questions
3.2
 • 17 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
View all

Fast track your campus placements

View all
Senior Data Analyst
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sdet-I
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Operations Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bright Money with

CRED

3.5
Compare

ZestMoney

4.0
Compare

Paysense Services India

3.7
Compare

MoneyTap

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