Add office photos
Jupiter Money logo
Engaged Employer

Jupiter Money

Verified
3.3
based on 87 Reviews
Filter interviews by
Software Developer
Clear (1)

Jupiter Money Software Developer Interview Questions and Answers

Updated 5 Feb 2024

Q1. Shortest Path in a Binary Matrix Problem Statement

Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a source cell to a destination cell, consisting only of 1s...read more

Ans.

Find the shortest path in a binary matrix from a source cell to a destination cell consisting only of 1s.

  • Use Breadth First Search (BFS) algorithm to find the shortest path.

  • Keep track of visited cells to avoid revisiting them.

  • Update the path length as you traverse through the matrix.

  • Return -1 if no valid path exists.

Add your answer
right arrow

Q2. 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 number of te...read more
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 1 answer
right arrow

Q3. 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 palindromic ...read more

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

Add your answer
right arrow

Q4. 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 points P ...read more

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

Add your answer
right arrow
Discover Jupiter Money interview dos and don'ts from real experiences
Q5. Can you discuss a coding problem you encountered, your past projects, and any behavioral questions related to your experiences?
Ans.

Discussed coding problem, past projects, and behavioral questions in SDE - 1 interview.

  • Coding problem: Discussed how I optimized a sorting algorithm in a previous project.

  • Past projects: Talked about a web application I developed using React and Node.js.

  • Behavioral questions: Shared how I handled a conflict within a team during a project.

  • Example: Explained how I implemented a feature in a mobile app that improved user engagement.

Add your answer
right arrow
Q6. Can you explain how you would design a URL shortener?
Ans.

Design a URL shortener system

  • Generate a unique short code for each URL

  • Store the mapping of short code to original URL in a database

  • Redirect users from short URL to original URL when accessed

  • Consider implementing features like custom short codes, expiration dates, and analytics

  • Ensure scalability and performance by using distributed systems and caching

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Jupiter Money Software Developer

based on 2 interviews
1 Interview rounds
Coding Test Round
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

Flipkart Logo
4.0
 • 81 Interview Questions
Ola Cabs Logo
3.4
 • 11 Interview Questions
View all
Recently Viewed
INTERVIEWS
Jupiter Money
No Interviews
INTERVIEWS
Classplus
No Interviews
INTERVIEWS
Airtribe
No Interviews
INTERVIEWS
Jupiter Money
No Interviews
CAMPUS PLACEMENT
Sathyabama University
INTERVIEWS
Jupiter Money
No Interviews
INTERVIEWS
Classplus
No Interviews
INTERVIEWS
Jupiter Money
No Interviews
INTERVIEWS
Grantley Edutech
No Interviews
INTERVIEWS
Aspect Ratio
No Interviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter