Upload Button Icon Add office photos
Engaged Employer

i

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

Jupiter Money Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jupiter Money Interview Questions and Answers

Updated 28 May 2025
Popular Designations

28 Interview questions

A Data Analyst was asked
Q. In a marketing campaign, how would you decide which metrics to track?
Ans. 

Metrics selection based on campaign objectives, target audience, and key performance indicators.

  • Identify campaign objectives and goals

  • Consider target audience and their behavior

  • Select key performance indicators (KPIs) relevant to the campaign

  • Track metrics such as conversion rate, click-through rate, ROI, customer acquisition cost

  • Analyze data to measure success and make data-driven decisions

View all Data Analyst interview questions
A Software Developer Intern was asked
Q. 

Shortest Path in an Unweighted Graph

The city of Ninjaland is represented as an unweighted graph with houses and roads. There are 'N' houses numbered 1 to 'N', connected by 'M' bidirectional roads. A road ...

Ans. 

Implement a function to find the shortest path in an unweighted graph from a given start house to a destination house.

  • Use Breadth First Search (BFS) algorithm to find the shortest path in an unweighted graph.

  • Maintain a queue to explore neighboring houses and keep track of visited houses to avoid revisiting them.

  • Return the path once the destination house is reached.

  • Example: For input N=8, M=9, S=1, T=8 and roads (1...

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Capture Region Problem Statement

You are given a matrix having N rows and M columns. Each cell of the matrix contains either 'X' or 'O'. Your task is to flip all the regions of 'O' that are completely surr...

Ans. 

Given a matrix with 'X' and 'O', flip all 'O' regions completely surrounded by 'X' to 'X'.

  • Iterate through the matrix and identify 'O' regions completely surrounded by 'X'.

  • Use DFS/BFS to mark all 'O's in the surrounded region.

  • Update the matrix by flipping all marked 'O's to 'X'.

View all Software Developer Intern interview questions
🔥 Asked by recruiter 3 times
A Software Developer was asked
Q. 

Longest Palindromic Substring Problem Statement

You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palindr...

Ans. 

Identify the longest palindromic substring in a given string.

  • Iterate through the string and expand around each character to find palindromes

  • Keep track of the longest palindrome found

  • Return the longest palindromic substring with the smallest start index

View all Software Developer interview questions
🔥 Asked by recruiter 3 times
A Software Developer was asked
Q. 

Find the Third Greatest Element

Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

Input:

The first line contains a single integer 'T' representing the numbe...
Ans. 

Find the third largest element in an array of distinct integers.

  • Sort the array in descending order and return the element at index 2.

  • Handle cases where the array has less than 3 elements separately.

  • Consider using a set to ensure distinct elements in the array.

View all Software Developer interview questions
🔥 Asked by recruiter 3 times
A Software Developer was asked
Q. 

Ninja and Geometry Problem Statement

In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poin...

Ans. 

Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

  • Implement a function to calculate the intersection point of two lines on a 2D plane

  • Handle precision up to six decimal places in the output

  • Return -1.000000 -1.000000 if the lines do not intersect

  • Ensure the lines 'AB' and 'PQ' are distinct

View all Software Developer interview questions
A Software Developer Intern was asked
Q. 

Odd Occurrence Element Problem Statement

Given an array of integers where each element appears an even number of times except for one element which appears an odd number of times, find the element that app...

Ans. 

Find the element that appears an odd number of times in an array of integers.

  • Iterate through the array and use XOR operation to find the element that appears odd number of times.

  • Keep a count of occurrences of each element using a hashmap.

  • Return the element that has an odd count of occurrences.

View all Software Developer Intern interview questions
Are these interview questions helpful?
A Software Developer Intern was asked
Q. 

Maximum Subarray Sum Problem Statement

Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

Example:

Input:
array = [34, -50, 42, 14, -5, 86]
Outp...
Ans. 

Find the maximum sum of any contiguous subarray within an array of integers.

  • Iterate through the array and keep track of the maximum sum of subarrays encountered so far.

  • Use Kadane's algorithm to efficiently find the maximum subarray sum.

  • Handle cases where all elements are negative by returning the maximum element in the array.

  • Example: For array [34, -50, 42, 14, -5, 86], the maximum subarray sum is 137.

View all Software Developer Intern interview questions

Jupiter Money Interview Experiences

31 interviews found

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

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

Round 1 - Coding Test 

There are 3 questions. basic to medium level.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduction about yourself
  • Q2. Explain about your projects
  • Q3. Solve a Coding problem
  • Q4. Walk through project code
  • Ans. 

    I will walk through a project code to explain its structure and functionality.

    • Start by explaining the overall architecture of the project

    • Discuss the main components/modules and their interactions

    • Explain any key algorithms or data structures used

    • Highlight any design patterns or best practices implemented

    • Provide examples of specific code snippets to illustrate your points

  • Answered by AI

Junior Sales Officer Interview Questions & Answers

user image shubham borase

posted on 15 Jul 2024

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

Level of difficulty is easy and can solve if you know the basics

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want this job?
Round 3 - One-on-one 

(2 Questions)

  • Q1. What do you know about Jupiter?
  • Ans. 

    Jupiter is the largest planet in our solar system, known for its massive size and iconic red spot.

    • Jupiter is the fifth planet from the Sun

    • It is a gas giant composed mostly of hydrogen and helium

    • Jupiter has a prominent feature called the Great Red Spot, a giant storm that has been raging for centuries

    • It has at least 79 moons, including the four largest known as the Galilean moons: Io, Europa, Ganymede, and Callisto

  • Answered by AI
  • Q2. What’s strategy will you develop to increase the sales?
  • Ans. 

    To increase sales, I will focus on improving customer engagement, expanding the target market, and implementing effective marketing strategies.

    • Improve customer engagement through personalized interactions and follow-ups

    • Expand the target market by identifying new potential customers and exploring different sales channels

    • Implement effective marketing strategies such as social media campaigns, email marketing, and promoti...

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2024

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

CSR Executive Interview Questions & Answers

user image Anonymous

posted on 18 Jul 2024

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

(1 Question)

  • Q1. Why cx support what makes you join Jupiter
  • Ans. 

    I joined Jupiter because of their strong focus on customer support and commitment to corporate social responsibility.

    • Jupiter's reputation for excellent customer support was a major factor in my decision to join the company.

    • I was impressed by Jupiter's dedication to corporate social responsibility and making a positive impact in the community.

    • The opportunity to work for a company that values both customer satisfaction a...

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

(2 Questions)

  • Q1. Salary discussion
  • Q2. Asks why should we offer what would be your contribution

Interview Preparation Tips

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

Basic JS, and React questions
1. reduce polyfill
2. pagination in react

Round 2 - Coding Test 

Asked to re-create a UI that was already part of the app

Round 3 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In five years, I envision myself as a lead front-end engineer, driving innovative projects and mentoring junior developers.

    • I aim to lead a team, guiding projects from conception to deployment, like developing a complex web application for a major client.

    • I plan to deepen my expertise in frameworks like React and Vue.js, contributing to open-source projects to enhance my skills.

    • I want to mentor junior developers, sharing...

  • Answered by AI
  • Q2. Discussion on some of my projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up JS basics, and you'll be good :D
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. - 2 DS ALGO Questions - LLD of Splitwise - HLD of Notifications System - Question's on project + Behaviour Questions - HR Questions
  • Q2. 5 rounds. DS ALGO LLD HLD Managerial HR
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Excel test 

(1 Question)

  • Q1. Sum formula and average formula sumifs formula countif formula and VELOOKUP and pivot table
Round 2 - One-on-one 

(2 Questions)

  • Q1. Current roles related questions
  • Q2. And credit card and UPI related questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. After 2 rounds the final hr round is about your family background your background, work experience etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked some basics questions regarding fraud types, UPI transaction etc. I got confirmation mail for been selected and also they asked for the documents after that they done the address verification by on grid. Then I received call from hr for salary discussion and we agreed on certain amount after that hr said I will received the offer letter within 1 week but after 1 week I contacted hr she said that hiring is on hold you can search job some where else. Such a fraudulent company with fraudulent management. They are just giving jobs to their known ones, no respect for the talent experience. They are just playing with peoples careers. So please don't give resignation until you receive the offer letter and I guess after the offer letter I doubt they will denied to give you job.

Software Developer Interview Questions & Answers

user image Ali Mobasshir

posted on 28 Sep 2023

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

I applied via Company Website and was interviewed in Aug 2023. There were 4 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. 1 - Easy Medium Question. Discuss the approach with interviewer and then implement it. The code should work, thats important.
Round 3 - Technical 

(1 Question)

  • Q1. LLD round to design Chess.
  • Ans. 

    Design a chess game with classes for pieces, board, and game logic.

    • Create a class for each chess piece (e.g., Pawn, Rook, Knight) with movement rules.

    • Implement a Board class to manage the 8x8 grid and piece placement.

    • Design a Game class to handle turns, check/checkmate conditions, and game state.

    • Use an Enum for piece colors (e.g., WHITE, BLACK) to differentiate players.

    • Consider implementing a user interface for player ...

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

(1 Question)

  • Q1. Hiring manager round. Grilling on resume and past experience questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2023

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

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Technical SQL Coding Round of 1 hour

Began with 2 easy generic question -
1. No. of record on different types of joins.
2. Employees who have higher salaries than their managers,

Then moved to medium questions -
1. Implement Rolling sum with & without window functions.
2. Other questions were on CTEs, Joins & other complex queries.

Round 3 - Case Study 

Bar Raiser Round of 1 hour involving -

1. Case study: How can we leverage product knowledge & analytics to increase Amazon Prime Revenue from 10% to 12%?

2. Metrics awareness: Common metrics discussion like DAU, PDAU, MAU, Retention, Churn, etc.

3. Resume based work exp discussion

Round 4 - HR 

(1 Question)

  • Q1. Quick culture fitment round with HR discussing about past work experience, my expectations & why I want to join Jupiter.

Interview Preparation Tips

Topics to prepare for Jupiter Money Data Analyst interview:
  • SQL

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Jupiter Money?
Ask anonymously on communities.

Jupiter Money Interview FAQs

How many rounds are there in Jupiter Money interview?
Jupiter Money interview process usually has 2-3 rounds. The most common rounds in the Jupiter Money interview process are One-on-one Round, HR and Technical.
How to prepare for Jupiter 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 Jupiter Money. The most common topics and skills that interviewers at Jupiter Money expect are HTML, Banking, CMS, Agile and Financial Services.
What are the top questions asked in Jupiter Money interview?

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

  1. What’s strategy will you develop to increase the sal...read more
  2. Creating a high level design of a message queue sys...read more
  3. why cx support what makes you join Jupi...read more
How long is the Jupiter Money interview process?

The duration of Jupiter Money interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 23 interview experiences

Difficulty level

Easy 23%
Moderate 77%

Duration

Less than 2 weeks 77%
2-4 weeks 15%
4-6 weeks 8%
View more

Interview Questions from Similar Companies

Razorpay Interview Questions
3.5
 • 161 Interviews
Revolut Interview Questions
2.6
 • 103 Interviews
Rupeek Interview Questions
3.7
 • 65 Interviews
Freecharge Interview Questions
3.8
 • 57 Interviews
ACKO Interview Questions
3.7
 • 55 Interviews
Mobikwik Interview Questions
3.6
 • 55 Interviews
BharatPe Interview Questions
3.4
 • 43 Interviews
Yubi Interview Questions
3.4
 • 41 Interviews
Slice Interview Questions
3.2
 • 37 Interviews
View all

Jupiter Money Reviews and Ratings

based on 106 reviews

3.0/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

3.2

Salary

2.7

Job security

2.8

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 106 Reviews and Ratings
Finance Business Partner

Mumbai

3-8 Yrs

Not Disclosed

Manager Legal

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Customer Support Executive
23 salaries
unlock blur

₹3.8 L/yr - ₹6.5 L/yr

Software Engineer
17 salaries
unlock blur

₹20.1 L/yr - ₹35 L/yr

Customer Service Executive
17 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Software Development Engineer II
16 salaries
unlock blur

₹23.8 L/yr - ₹48 L/yr

Product Manager
12 salaries
unlock blur

₹13 L/yr - ₹39 L/yr

Explore more salaries
Compare Jupiter Money with

Rupeek

3.7
Compare

Razorpay

3.5
Compare

ACKO

3.7
Compare

Revolut

2.6
Compare
write
Share an Interview