Jupiter Money interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Jupiter Money
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Algorithms, Operating System, DBMS, OOPS
Tip
Tip

Tip 1 : Prepare DS and algo well(i prepared from GFG)
Tip 2 : Must know basics of DBMS and OS
Tip 3 : Be confident and genuine

Application process
Where: Email Approach
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : Prepare resume iteratively
Tip 2 : show ur resume to seniors and ask for suggestions

Interview rounds

01
Round
Medium
Online Coding Test
Duration50 mins
Interview date8 Jan 2021
Coding problem1

First round was coding round, where i was asked 2 DS algo questions, 1 was easy and other was of medium difficulty

1. Shortest Path in a Binary Matrix

Moderate
37m average time
65% success
0/80
Asked in companies
SamsungGoogleOracle

You have been given a binary matrix of size 'N' * 'M' where each element is either 0 or 1. You are also given a source and a destination cell, both of them lie within the matrix.

Your task is to find the length of the shortest path from the source cell to the destination cell only consisting of 1s. If there is no path from source to destination cell, return -1.

Note:
1. Coordinates of the cells are given in 0-based indexing.
2. You can move in 4 directions (Up, Down, Left, Right) from a cell.
3. The length of the path is the number of 1s lying in the path.
4. The source cell is always filled with 1.
For example -
1 0 1
1 1 1
1 1 1
For the given binary matrix and source cell(0,0) and destination cell(0,2). Few valid paths consisting of only 1s are

X 0 X     X 0 X 
X X X     X 1 X 
1 1 1     X X X 
The length of the shortest path is 5.
Problem approach

First i explained the approach. when he was satisfied with the approach, I was asked to code it.

Try solving now
02
Round
Easy
Online Coding Test
Duration50 mins
Interview date15 Jan 2021
Coding problem1

I was asked to design url shortner

1. System Design Question

I was asked to design url shortner

Problem approach

Tip 1 : First clearly ask the requirements of the problem.
Tip 2 : Start with simple design and then narrow the constraints 
Tip 3 : Explain the reasons begin ur choices of data structures/ DB

03
Round
Medium
Video Call
Duration50 mins
Interview date18 May 2022
Coding problem1

This was hiring manager round

1. Basic HR questions

One coding problem, discussion about past projects and other behavioural questions

Problem approach

Tip 1 : Prepare well about ur past projects, bcoz they will be asking it for sure
Tip 2 : Be confident and humble
Tip 3 : Be Genuine

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is the output of print(type("Python"))?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
1 rounds | 3 problems
Interviewed by Jupiter Money
1709 views
0 comments
0 upvotes
company logo
SDE - 1
1 rounds | 3 problems
Interviewed by Jupiter Money
1173 views
1 comments
0 upvotes
company logo
SDE - 1
2 rounds | 2 problems
Interviewed by Jupiter Money
1539 views
1 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Jupiter Money
1109 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
113319 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
56812 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34453 views
6 comments
0 upvotes