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

SDE - 2

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, OOPS, System Design, Algorithms, Design patterns
Tip
Tip

Tip 1 : Note down the questions which are asked in the previous interview and try to find the answers for them.
Tip 2 : Stay consistent in solving problems with DSA. Solve atleast 1 problem a day.

Application process
Where: Other
Eligibility: Need development experience in Product companies
Resume Tip
Resume tip

Tip 1: Mention the impact of your work on your resume. Mention metrics which you have improved.
Tip 2: Mention the tools and skills that you have and use it for your work.

Interview rounds

01
Round
Easy
HR Round
Duration20 mins
Interview date8 Mar 2022
Coding problem1

1. Basic HR Questions

It was a screening round. HR asked me questions based on my experience and checked if I am a right fit for the role.

02
Round
Medium
Video Call
Duration60 mins
Interview date11 Mar 2022
Coding problem1

1. Folder Creation Problem

 Implement the folder creation process in operating system. There are two operations: Create/Delete. In create operation system will return Folder name along with count 

for example: Untitled Folder -1, Untitled Folder -2 and so on. In create operation it should always return the folder name with minimum number which is available.Delete operation will take folder number as parameter and it will simply delete the Untitled folder with that number.Sample Test Case:Operation #1 Create => Untitled Folder -1 Operation #2 Create => Untitled Folder -2Operation #3 Create => Untitled Folder -3Operation #4 Delete(2) => Delete Untitled Folder -2Operation #5 Create => Untitled Folder -2Operation #6 Create => Untitled Folder -4

Problem approach

Started with brute force and suggested implementing with heap.
Implementation was done with heap. Interviewer was satisfied.

03
Round
Medium
Video Call
Duration60 mins
Interview date16 Mar 2022
Coding problem1

1. Design Question

Design a system like stackoverflow with below features

Write Question
Write answers
Upvote / Downvote -> once per user
Users
Comments (Optional)

Problem approach

Tips:
Think about recording time stamps.
Data loss prevention and backtracking.
Generic db for various functionalities.

Started with DB design and proceeded with the Design of system.

Here's your problem of the day

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

Skill covered: Programming

Which array operation has O(n) worst-case time complexity?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
2 rounds | 2 problems
Interviewed by Jupiter Money
1145 views
1 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Jupiter Money
1219 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Jupiter Money
906 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Jupiter Money
816 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
25930 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
8522 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
5652 views
0 comments
0 upvotes