Upload Button Icon Add office photos
Engaged Employer

i

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

Rupeek Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 739 Reviews

Filter interviews by

Rupeek Software Developer Interview Questions, Process, and Tips

Updated 5 Jul 2024

Top Rupeek Software Developer Interview Questions and Answers

  • Q1. Hurdle Game Problem Statement Kevin is playing a hurdle game where he must jump over hurdles to clear levels. Each level ‘i’ consists of ‘i’ hurdles (e.g., Level 6 has 6 ...read more
  • Q2. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two ...read more
  • Q3. Rearrange Odd and Even Position Nodes in Linked List Rearrange a linked list such that all nodes at odd positions are together, followed by all nodes at even positions. ...read more

Rupeek Software Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

Data Structures Algorithms

Round 2 - Coding Test 

Data Structures and Algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for DSA
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed in Oct 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 - Aptitude Test 

Basic mathematics and analytical thinking questions

Round 3 - Coding Test 

Basic programming questions

Round 4 - HR 

(2 Questions)

  • Q1. Be confident and speak casually
  • Q2. Basic questions depending on how u interact

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient and keep preparing on a daily basis

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I was interviewed in May 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

DS/Algo Questions 
2 questions

  • Q1. 

    Hurdle Game Problem Statement

    Kevin is playing a hurdle game where he must jump over hurdles to clear levels. Each level ‘i’ consists of ‘i’ hurdles (e.g., Level 6 has 6 hurdles).

    Given the total number ...

  • Ans. 

    The task is to determine the number of levels cleared by Kevin based on the total number of hurdles he has jumped.

    • Each level 'i' has 'i' hurdles, so Kevin can only reach level 'i' if he has cleared level 'i-1'.

    • Count the number of levels cleared by dividing the total number of hurdles by the sum of the first 'n' natural numbers.

    • The formula to calculate the sum of the first 'n' natural numbers is (n * (n + 1)) / 2.

  • Answered by AI
  • Q2. 

    Last Stone Weight Problem Explanation

    Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them toge...

  • Ans. 

    This question is about finding the weight of the last stone after repeatedly smashing the two heaviest stones together.

    • Sort the array of stone weights in descending order.

    • Repeatedly smash the two heaviest stones together until there is at most 1 stone left.

    • If there is 1 stone left, return its weight. Otherwise, return 0.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Live coding

  • Q1. 

    Rearrange Odd and Even Position Nodes in Linked List

    Rearrange a linked list such that all nodes at odd positions are together, followed by all nodes at even positions. You need to return the head of the ...

  • Ans. 

    The task is to rearrange a linked list such that all odd position nodes are together and all even position nodes are together.

    • Create two separate linked lists, one for odd position nodes and one for even position nodes.

    • Traverse the original linked list and add the nodes to their respective lists based on their position.

    • Join the two lists together by pointing the last node of the odd list to the head of the even list.

    • Re...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. How would you design a system like Zomato?
  • Ans. 

    Design Zomato - a food delivery platform

    • Zomato is a platform that connects users with restaurants for food delivery

    • Users can search for restaurants, view menus, and place orders

    • Restaurants can register, manage their menus, and receive orders

    • Delivery partners can sign up to deliver orders

    • Payment integration is required for seamless transactions

    • User reviews and ratings can be implemented for restaurant feedback

    • Location-b...

  • Answered by AI
Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

Cultural

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaHiring ChallengeRupeek interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Graph Theory, Python, Object Oriented ProgrammingTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Prepare for DA/Algo online consistently.
Tip 2 : During interviews, do not hesitate to clarify your doubts, if any. Be in constant communication, explain your thought process.
Tip 3 : Have strong grasp on domain and technologies. Quality over Quantity

Application resume tips for other job seekers

Tip 1 : Have super clear idea about the projects you've been part of in case of any cross questions.
Tip 2 : Along with your role do describe how you increased the throughput or reduced cost.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

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

Write code for advance surrying in js

Round 2 - Coding Test 

Implement custom hook for api call

Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic questions arounf my previous work
  • Q2. Technical questions around performance and code optimization
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Binary search algo quetion

Interview Preparation Tips

Interview preparation tips for other job seekers - na
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic DSA Question
Round 2 - Technical 

(1 Question)

  • Q1. Mobile Development Related Questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR Questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

One medium and one standard DP question

Round 2 - Technical 

(1 Question)

  • Q1. Medium level question based on binary search
Round 3 - Technical 

(2 Questions)

  • Q1. Design google-pay
  • Ans. 

    Design Google Pay - a digital wallet platform for online payments and transactions.

    • Allow users to securely store payment information such as credit/debit cards, bank accounts, and loyalty cards.

    • Enable users to make payments in stores, online, and within apps using their stored payment methods.

    • Implement security features like biometric authentication, tokenization, and encryption to protect user data.

    • Provide features fo...

  • Answered by AI
  • Q2. HLD of recursive
  • Ans. 

    High Level Design (HLD) of recursive functions in software development.

    • Recursive functions call themselves to solve smaller instances of the same problem.

    • HLD of recursive functions involves defining the base case, recursive case, and termination condition.

    • Example: HLD of a recursive function to calculate factorial of a number involves defining base case as factorial(0) = 1.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Puzzles available on GFG
  • Q2. Behavioral question

Interview Preparation Tips

Interview preparation tips for other job seekers - be good in DSA, system design, projects, puzzles

Skills evaluated in this interview

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

(1 Question)

  • Q1. LLD HLD HM rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Nov 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 - Coding Test 

Mcqs based on cs fundamentals and 2_3 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. 2-3 DSA questions to be written on paper in the interview itself
  • Q2. Merge 2 sorted Linked list into 1
  • Ans. 

    Merge two sorted linked lists into one.

    • Create a new linked list to store the merged list.

    • Compare the values of the nodes from both lists and add the smaller value to the new list.

    • Move the pointer of the list with the smaller value to the next node.

    • Repeat the comparison and addition until one of the lists is empty.

    • Add the remaining nodes from the non-empty list to the new list.

    • Return the new merged list.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. A full cv analysis interview round discussion on all the projects and team work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA quite well and make sure you know everything about your CV and must have some team work skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Medium Leetcode, Array, String, Tree, DP

Round 3 - Technical 

(1 Question)

  • Q1. System Design, Design Payment Platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode, and skills too

Rupeek Interview FAQs

How many rounds are there in Rupeek Software Developer interview?
Rupeek interview process usually has 3 rounds. The most common rounds in the Rupeek interview process are Coding Test, Resume Shortlist and Aptitude Test.

Tell us how to improve this page.

Rupeek Software Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Rupeek Software Developer Salary
based on 19 salaries
₹13 L/yr - ₹25 L/yr
153% more than the average Software Developer Salary in India
View more details

Rupeek Software Developer Reviews and Ratings

based on 6 reviews

2.1/5

Rating in categories

2.7

Skill development

2.6

Work-life balance

2.0

Salary

1.2

Job security

3.0

Company culture

1.6

Promotions

1.7

Work satisfaction

Explore 6 Reviews and Ratings
Senior Relationship Manager
278 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Loan Manager
247 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Sales Manager
237 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Team Lead
120 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Operations Executive
78 salaries
unlock blur

₹2.1 L/yr - ₹4 L/yr

Explore more salaries
Compare Rupeek with

Muthoot Finance

3.6
Compare

Manappuram Finance

3.9
Compare

Bajaj Finance

4.0
Compare

HDB Financial Services

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