Upload Button Icon Add office photos
Premium Employer

i

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

Razorpay Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 490 Reviews

Filter interviews by

Razorpay SDE-2 Interview Questions and Answers

Updated 3 Mar 2023

Razorpay SDE-2 Interview Experiences

2 interviews found

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 3 Mar 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Hirist and was interviewed in Feb 2023. There were 6 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 - Assignment 

Create separate modules and communicate between them

Round 3 - Technical 

(2 Questions)

  • Q1. Basic android questions and assignment-related questions
  • Q2. MVVM, Room DB, Coroutines
Round 4 - Technical 

(2 Questions)

  • Q1. Advanced android questions
  • Q2. Viewmodel Working, Work Manager, Versioning, Storage, Networking
Round 5 - One-on-one 

(1 Question)

  • Q1. Managerial questions
Round 6 - HR 

(2 Questions)

  • Q1. HR interview questions
  • Q2. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't ask DSA so focus on core android and you are good-to-go

SDE-2 Interview Questions & Answers

user image CodingNinjas

posted on 19 May 2022

I was interviewed before May 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 150 Minutes
Round difficulty - Medium

Machine coding round taken at 9am in morning.
Two interviewers, very calm and nice to me making me comfortable.
Shared my screen and coded on IDE in Java.
First 15 minutes Discussion on design and then coding
All my features ran and i used all of time.

  • Q1. DBMS Question

    Design a SQL like database with basic capabilities of Insertion deletion and search. Column based constraints also asked.

  • Ans. 

    Started with using maps.
    Gave a columinar database design and not a row based(standard) design.
    Created classes of entities, a service class for execution methods.
    Used column type as string and maintained an allowed types enum and put validations based on that. Used generics.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Medium

Asked about my projects and asked questions based on that.
Asked about design decisions, went in deep of how queus are used to make things async, Relational vs Non relational dbs

  • Q1. System Design Question

    Explain how will you scale these services.
    Follow up: Where will you use a queue. 
    Internally how queues work?

  • Ans. 

    Tip 1 : Read up Designing data intensive applications
    Tip 2 : Basic running parts: Load balancer, consistent hashing, Relational vs non relational databases
    Tip 3 : Remember EVERYTHING has a trade off. Be ready to discuss this

  • Answered by CodingNinjas
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Hiring Manager round.
Just discuss my previous projects

  • Q1. System Design Question

    Discussed in detail where things went wrong, how coukd they have been handled well. Other design discussions

  • Ans. 

    Tip 1 : Have Clarity about what you have worked on
    Tip 2 : Think of various combinations how things could have been done better, accept your shortcomings

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNot sure but probably experience in product based organisation for 2 years. No criteria explocitely mentionedRazorpay interview preparation:Topics to prepare for the interview - DSA, OOPs, Java, High level Design, ConcurrencyTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Do easy and a bit if medium leetcode and start applying. Make sure one question is never failed twice. (lazy advice)
Do top 150 leetcode questions for preparing DSA
Tip 2 : for high level design read System Design by Alex Xu, in your free time start reading Designing data intensive applications 
Tip 3 : Prepare to present your work really well. Think of all the questions interviewer can ask and present clearly without blaoting.

Application resume tips for other job seekers

Tip 1 : Keep it under one page if exp is under 5 years.
Tip 2 : Add impact using numbers. Eg Dollars saved/ earned, users gained or execution time improvements etc

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions Asked at Other Companies

asked in Walmart
Q1. Maximum Frequency NumberNinja is given an array of integers that ... read more
asked in Atlassian
Q2. K Most Frequent WordsYou have been given an array/list 'WORDS' of ... read more
Q3. Design Question“Rent a Ride”  As a customer to Rent a Ride y ... read more
Q4. Reverse StringYou are given a string ‘S’. You are also given ‘M’ ... read more
asked in ShareChat
Q5. Find Square root of an integerYou are given an integer ‘A’. Your ... read more

Interview questions from similar companies

SDE-2 Interview Questions & Answers

Rupeek user image Anonymous

posted on 7 Nov 2022

I applied via LinkedIn and was interviewed before Nov 2021. 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 

Dsa - medium leetcode will suffice

Round 3 - Coding Test 

Dosa - medium leetcode will suffice

Round 4 - Technical 

(3 Questions)

  • Q1. Db design questions - Swiggy like system design?
  • Q2. Past experience on projects
  • Q3. Answered suitably about past projects/ GitHub projects

Interview Preparation Tips

Interview preparation tips for other job seekers - leetcode medium + popular design problems will do the trick
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. WHAT IS OOPS, INHERITANCE, STATIC DYNAMIC BINDING
  • Ans. 

    OOPS is Object-Oriented Programming, Inheritance is the ability of a class to inherit properties and behavior from another class, Static Binding is resolved at compile time, Dynamic Binding is resolved at runtime.

    • OOPS stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.

    • Inheritance is a feature in OOP that allows a class to inherit properties and behavior from another ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PayU Payments Sdet interview:
  • Selenium
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data structure and algo questions from leetcode

Round 2 - Assignment 

Machine coding assignment

Round 3 - Technical 

(2 Questions)

  • Q1. Design Content Delivery Network
  • Ans. 

    Designing a Content Delivery Network (CDN) for efficient content distribution.

    • Identify target audience and content types

    • Select appropriate CDN providers based on needs (e.g. Akamai, Cloudflare)

    • Implement caching strategies for static and dynamic content

    • Optimize network routing for faster delivery

    • Monitor performance and adjust as needed

  • Answered by AI
  • Q2. Design notification service
  • Ans. 

    Design a notification service for sending alerts to users.

    • Identify types of notifications (email, SMS, push notifications)

    • Implement a notification queue to handle high volume of notifications

    • Allow users to customize notification preferences

    • Include monitoring and logging for tracking delivery status

    • Consider scalability and reliability of the service

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa Question based on Arrays, graph and strings

Round 2 - Technical 

(1 Question)

  • Q1. Pattern printing question. Start pattern
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Multithreading code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Was asked simple puzzle questions.

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions to be asked in this round

Round 2 - Coding Test 

Write a Java program to sort array in ascending order

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Sde1 Interview Questions & Answers

Rupeek user image Anonymous

posted on 31 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. LinkedList / Tree
  • Q2. DP - Recursion - PnC
Round 2 - One-on-one 

(1 Question)

  • Q1. Projects , Last Exp

Razorpay Interview FAQs

How many rounds are there in Razorpay SDE-2 interview?
Razorpay interview process usually has 6 rounds. The most common rounds in the Razorpay interview process are Technical, Assignment and One-on-one Round.
What are the top questions asked in Razorpay SDE-2 interview?

Some of the top questions asked at the Razorpay SDE-2 interview -

  1. Basic android questions and assignment-related questi...read more
  2. Viewmodel Working, Work Manager, Versioning, Storage, Network...read more
  3. MVVM, Room DB, Corouti...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Razorpay interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 756 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
HighRadius Interview Questions
2.9
 • 179 Interviews
Fiserv Interview Questions
3.2
 • 167 Interviews
Visa Interview Questions
3.6
 • 136 Interviews
MasterCard Interview Questions
4.0
 • 132 Interviews
Angel One Interview Questions
3.9
 • 126 Interviews
Revolut Interview Questions
2.6
 • 89 Interviews
View all
Razorpay SDE-2 Salary
based on 9 salaries
₹30 L/yr - ₹55 L/yr
15% more than the average SDE-2 Salary in India
View more details
Software Engineer
103 salaries
unlock blur

₹7.5 L/yr - ₹30 L/yr

Junior Analyst
95 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Analyst
92 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Senior Software Engineer
84 salaries
unlock blur

₹15 L/yr - ₹47.5 L/yr

Software Development Engineer
78 salaries
unlock blur

₹8 L/yr - ₹34 L/yr

Explore more salaries
Compare Razorpay with

Paytm

3.3
Compare

PayPal

3.9
Compare

BharatPe

3.5
Compare

BillDesk

3.2
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