Upload Button Icon Add office photos

Filter interviews by

RapiPay Software Developer Interview Questions and Answers

Updated 19 Jul 2024

RapiPay Software Developer Interview Experiences

5 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was of 3 hours including coding questions as well as computer science fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about the project that i made
  • Q2. Find the subsets with sum K from array having duplicates
  • Ans. 

    Find subsets with sum K from array with duplicates

    • Use backtracking to generate all possible subsets

    • Keep track of the sum of each subset as you generate them

    • Check if the sum of a subset is equal to K and add it to the result

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Mostly around resume
Round 2 - Technical 

(1 Question)

  • Q1. Resume walkthrough and a coding question(leetcode easy)
Round 3 - HR 

(1 Question)

  • Q1. Cultural Fitment round

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Mostly focus in leetcode easy, medium questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Vertical order traversal of tree.
  • Ans. 

    Vertical order traversal of tree is a method to traverse a binary tree in a vertical order.

    • Use a map to store the nodes at each vertical level

    • Perform a level order traversal of the tree and keep track of the horizontal distance of each node from the root

    • Store nodes at each horizontal distance in the map and then print the nodes in each vertical level

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA, especially tree, stack and queue.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

They mostly asked leetcode easy, medium level.

Round 3 - One-on-one 

(1 Question)

  • Q1. Dry run and implement merge sort.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA, especially tree, stack and queue.

RapiPay interview questions for designations

 Software Engineer

 (3)

 Backend Developer

 (1)

 Node JS Developer

 (1)

 Android Team Lead

 (1)

Interview experience
4
Good
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 

Two general Questions about the DSA.

Round 3 - HR 

(2 Questions)

  • Q1. How did you get to know about us?
  • Q2. Tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be positive, don't think too much, just focus on your goal.

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

20 MCQs + 2 Coding Question

Round 2 - One-on-one 

(1 Question)

  • Q1. Trapping Rain Water
Round 3 - Technical 

(1 Question)

  • Q1. Questions on time and space complexity
Round 4 - HR 

(1 Question)

  • Q1. General Discussion
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

RapiPay Interview FAQs

How many rounds are there in RapiPay Software Developer interview?
RapiPay interview process usually has 2-3 rounds. The most common rounds in the RapiPay interview process are Coding Test, Resume Shortlist and Technical.
What are the top questions asked in RapiPay Software Developer interview?

Some of the top questions asked at the RapiPay Software Developer interview -

  1. find the subsets with sum K from array having duplica...read more
  2. Vertical order traversal of tr...read more
  3. Resume walkthrough and a coding question(leetcode ea...read more

Tell us how to improve this page.

RapiPay Software Developer Interview Process

based on 5 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Coding Test Round
View more
RapiPay Software Developer Salary
based on 33 salaries
₹5.8 L/yr - ₹13 L/yr
18% more than the average Software Developer Salary in India
View more details

RapiPay Software Developer Reviews and Ratings

based on 10 reviews

2.5/5

Rating in categories

2.1

Skill development

2.7

Work-life balance

2.9

Salary

2.0

Job security

2.4

Company culture

1.9

Promotions

2.1

Work satisfaction

Explore 10 Reviews and Ratings
Territory Sales Manager
146 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Software Engineer
101 salaries
unlock blur

₹4.3 L/yr - ₹15 L/yr

Area Sales Manager
56 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Assistant Manager
42 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Software Developer
33 salaries
unlock blur

₹5.8 L/yr - ₹13 L/yr

Explore more salaries
Compare RapiPay with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.1
Compare

Payed

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