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 SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... 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
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

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.

People are getting interviews through

based on 1 RapiPay interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
RapiPay Software Developer Salary
based on 33 salaries
₹5.8 L/yr - ₹14 L/yr
20% 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 & Benefits

2.0

Job Security

2.4

Company culture

1.9

Promotions/Appraisal

2.1

Work Satisfaction

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

₹2.2 L/yr - ₹6 L/yr

Software Engineer
96 salaries
unlock blur

₹4.3 L/yr - ₹13 L/yr

Area Sales Manager
57 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Assistant Manager
38 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Software Developer
33 salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Explore more salaries
Compare RapiPay with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

2.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview