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 483 Reviews

Filter interviews by

Razorpay Staff Engineer Interview Questions and Answers

Updated 17 Aug 2024

Razorpay Staff Engineer Interview Experiences

1 interview found

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

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

Round 1 - System Design 

(1 Question)

  • Q1. Design a scheduler
  • Ans. 

    Design a scheduler for managing tasks and resources efficiently.

    • Define the tasks to be scheduled and their priority levels

    • Implement a scheduling algorithm like Round Robin, First Come First Serve, or Priority Scheduling

    • Allocate resources based on task requirements and availability

    • Handle task dependencies and deadlines to ensure timely execution

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Code for JS Scheduler
Function Currying

Round 2 - Technical 

(2 Questions)

  • Q1. Fetch all promises together
  • Ans. 

    To fetch all promises together means to gather and handle multiple promises simultaneously.

    • Use Promise.all() method to fetch all promises together

    • Pass an array of promises as an argument to Promise.all()

    • Handle the resolved values of all promises in a single then() block

  • Answered by AI
  • Q2. Design offline application
  • Ans. 

    Designing an offline application involves creating a system that can function without an internet connection.

    • Consider the data storage and synchronization methods to ensure data is accessible offline.

    • Implement caching mechanisms to store frequently accessed data locally.

    • Design a user-friendly interface that clearly indicates when the application is offline.

    • Include offline capabilities for essential features to enhance ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not that tough, but needs good understanding of technologies

Skills evaluated in this interview

Staff Engineer Interview Questions & Answers

Visa user image Mayank Upadhyaya

posted on 28 Jun 2024

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Se 

(2 Questions)

  • Q1. Binary insertion sort
  • Q2. Difference between map and hash tables
  • Ans. 

    Map is an abstract data type that stores key-value pairs, while hash table is a specific implementation of a map using hashing.

    • Map is a general concept, while hash table is a specific implementation of a map using hashing functions.

    • Map allows any type of keys, while hash table typically requires keys to be hashable.

    • Map may not guarantee order, while hash table may use hashing to provide faster access times.

    • Example: Map...

  • Answered by AI
Round 2 - Coding Test 

Graph question showing dendency of different services marked 1 to n determine which service should be deployed first so as to now disturb the sequence

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is very easy , but work culture is very challenging and demanding join at your own risk

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jun 2022. There were 5 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 

Numerical Test, Reasoning Test, English Test

Round 3 - Group Discussion 

Financial related questions

Round 4 - Case Study 

Case study on various situations

Round 5 - HR 

(5 Questions)

  • Q1. About the job related questions
  • Q2. About work experience
  • Q3. Expectention from job profile
  • Q4. Benefits from Jobs profile
  • Q5. How long work with organisation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Code for JS Scheduler
Function Currying

Round 2 - Technical 

(2 Questions)

  • Q1. Fetch all promises together
  • Ans. 

    To fetch all promises together means to gather and handle multiple promises simultaneously.

    • Use Promise.all() method to fetch all promises together

    • Pass an array of promises as an argument to Promise.all()

    • Handle the resolved values of all promises in a single then() block

  • Answered by AI
  • Q2. Design offline application
  • Ans. 

    Designing an offline application involves creating a system that can function without an internet connection.

    • Consider the data storage and synchronization methods to ensure data is accessible offline.

    • Implement caching mechanisms to store frequently accessed data locally.

    • Design a user-friendly interface that clearly indicates when the application is offline.

    • Include offline capabilities for essential features to enhance ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not that tough, but needs good understanding of technologies

Skills evaluated in this interview

Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. Basic questions on TPF, TPFDF, ASSEMBLERS.
Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on C & C++.
Round 4 - Behavioral 

(1 Question)

  • Q1. Situation or Scenario based question.
Round 5 - HR 

(1 Question)

  • Q1. Compensation Discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeps your basics clear. Be true and confident. Don't fake.

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round:- Design a notfication system.
  • Ans. 

    A notification system design for software engineering.

    • Identify the types of notifications needed

    • Determine the target audience for each notification

    • Choose the appropriate delivery method (email, push notification, etc.)

    • Design a user-friendly interface for managing notifications

    • Implement a system for tracking and analyzing notification engagement

    • Ensure the system is scalable and can handle high volumes of notifications

  • Answered by AI
  • Q2. 2nd round: What is the architecture of the current project.
  • Ans. 

    The current project follows a microservices architecture.

    • The project is divided into multiple small services that communicate with each other.

    • Each service is responsible for a specific task or functionality.

    • Communication between services is done through APIs or message queues.

    • The architecture allows for scalability and flexibility.

    • Examples of microservices used in the project include user management, payment processing

  • Answered by AI
  • Q3. How do you manage junior engineers? What things will do to improve their performance?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round was with the principal software engineer and design problem discussion for 30 min. 2nd round was with the SVP of engineering and question were related to current projects, code review, and how to groom junior engineers. prepare more in the area of DSA and design problems. Most of the people are from Walmart/Amazon labs so expect interviews of that level. Like Walmarts/ amazon, they offer down-leveled roles based on interview, they offered SDE-3 role to me.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Were related to java, dsa and aptitude
  • Q2. Spring , spring boot, dsa med- high
Round 2 - Technical 

(1 Question)

  • Q1. DSA round LLD+HLD
Round 3 - Technical 

(1 Question)

  • Q1. DSA round and project discussion

Interview Preparation Tips

Topics to prepare for Visa Staff Software Engineer interview:
  • java
  • dsa
  • design
Interview preparation tips for other job seekers - I think its waste of time as interviewers are eccentric looking for what they know and would expect the same only. Funny part was going beyond was hurting their ego
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Code Signal, 110 minutes, 4 questions. 2 easy 1 medium 1 hard.
Word Search in a matrix of characters variation. Move only right and down and can't bend more than once.
Count all possible combinations of Contiguous Subarray sum from two different arrays adding up to a target sum.

Round 2 - Assignment 

React
Implement Form Validation of four fields, name, email, dropdown and textbox. Each field contribute to 25% form completion, the progress should reflect in a progress bar below.

Interview Preparation Tips

Topics to prepare for Visa Staff Software Engineer interview:
  • DSA
  • React.Js
Interview preparation tips for other job seekers - Time is the biggest challenge

Staff Engineer Interview Questions & Answers

Visa user image Mayank Upadhyaya

posted on 28 Jun 2024

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Se 

(2 Questions)

  • Q1. Binary insertion sort
  • Q2. Difference between map and hash tables
  • Ans. 

    Map is an abstract data type that stores key-value pairs, while hash table is a specific implementation of a map using hashing.

    • Map is a general concept, while hash table is a specific implementation of a map using hashing functions.

    • Map allows any type of keys, while hash table typically requires keys to be hashable.

    • Map may not guarantee order, while hash table may use hashing to provide faster access times.

    • Example: Map...

  • Answered by AI
Round 2 - Coding Test 

Graph question showing dendency of different services marked 1 to n determine which service should be deployed first so as to now disturb the sequence

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is very easy , but work culture is very challenging and demanding join at your own risk

Skills evaluated in this interview

Razorpay Interview FAQs

How to prepare for Razorpay Staff Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Razorpay. The most common topics and skills that interviewers at Razorpay expect are Capsules, Excel, Firmware development, LMS and Postgresql.

Tell us how to improve this page.

People are getting interviews through

based on 1 Razorpay interview
Referral
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
 • 744 Interviews
PhonePe Interview Questions
4.0
 • 292 Interviews
PayPal Interview Questions
3.9
 • 203 Interviews
HighRadius Interview Questions
2.9
 • 175 Interviews
Fiserv Interview Questions
3.3
 • 165 Interviews
Visa Interview Questions
3.6
 • 132 Interviews
MasterCard Interview Questions
4.0
 • 126 Interviews
Angel One Interview Questions
3.9
 • 124 Interviews
Revolut Interview Questions
2.6
 • 87 Interviews
View all

Razorpay Staff Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
105 salaries
unlock blur

₹7 L/yr - ₹26.5 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