i
Razorpay
Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Asked me to rewrite SQL in 20 minutes insanely tough and rude interviewer
I appeared for an interview before Oct 2023.
Given 3 DSA medium level problems
One hour face to face round. Given system design problem of parking lot.
Developed a web application for online shopping
Used HTML, CSS, and JavaScript for front-end development
Implemented backend using Node.js and MongoDB
Integrated payment gateway for secure transactions
I appeared for an interview before May 2021.
Round duration - 90 minutes
Round difficulty - Medium
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next - to keep track of the nodes while reversing the linked list.
Update the head of the reversed linked list as the last node encountered during reversal.
Round duration - 60 minutes
Round difficulty - Medium
Round duration - 50 minutes
Round difficulty - Easy
Tip 1 : Prepare as many questions you can
Tip 2 : Give the competitive contest
Tip 3 : Aptitude
Tip 1 : Minimum 2 projects.
Tip 2 : Concise and accurate
I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.
Easy questions tbh and the interviewer was chill
Binary search can be used to efficiently find the number of coins in a sorted array.
Start by setting low to 0 and high to the length of the array minus 1.
While low is less than or equal to high, calculate the mid point.
Compare the value at the mid point with the target number of coins and adjust low or high accordingly.
Return the index of the target number of coins if found, otherwise return -1.
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
ALL APTI,QUANT,TECH MCQs were there
2 easy questions were given in it
I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.
1 easy question based on string and core subjects amd project related questions
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
It consist of 3 questions on hackerrank
I appeared for an interview before Jan 2021.
Round duration - 60 minutes
Round difficulty - Easy
I couldn't find an optimal approach to the first question, so she skipped that question and proceeded to next questions. Remaining questions I have answered satisfactorily.
Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K.
Provide true
if such a subset exists, otherwise r...
Given an array of positive integers and an integer K, determine if there exists a subset whose sum equals K.
Use dynamic programming to solve this problem efficiently
Create a 2D array to store if a subset with a particular sum exists
Iterate through the array and update the 2D array accordingly
Check if the value at the end of the iteration is true for the given K
Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...
BFS traversal in a disconnected graph starting from vertex 0.
Implement BFS algorithm to traverse the graph starting from vertex 0.
Use a queue to keep track of visited nodes and their neighbors.
Ensure to print the traversal sequence in the correct order.
Handle disconnected components by checking for unvisited nodes.
Follow the BFS approach of exploring neighbors before moving to the next level.
Round duration - 60 minutes
Round difficulty - Easy
I told that my strength is problem solving and I can always find a way when there is a bottle-neck. Gave some examples of my experiences while doing my assignments.
Given a string STR
consisting of words separated by spaces, your task is to replace all spaces between words with the characters "@40".
The first line contains an integ...
Replace spaces in a string with '@40'.
Iterate through each character in the string
Replace spaces with '@40'
Return the modified string
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 3 interviews
Interview experience
Junior Analyst
115
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Analyst
102
salaries
| ₹3.5 L/yr - ₹7.3 L/yr |
Software Engineer
99
salaries
| ₹6.9 L/yr - ₹24 L/yr |
Senior Associate
93
salaries
| ₹5.2 L/yr - ₹15 L/yr |
Senior Software Engineer
83
salaries
| ₹15 L/yr - ₹52 L/yr |
Paytm
PayPal
BharatPe
BillDesk