QRyde interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

QRyde
upvote
share-icon
4 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
During my university days, I used to solve data structures and algorithms on coding platforms daily, where I gained extensive knowledge in dynamic programming, binary search, etc. Apart from that, I have worked on a few projects based on backend development and have some internship experience in it.
Application story
I applied for a job through my university, and it took one month to complete the process. The process included an online assessment based on aptitude questions, shortlisting 40 students out of 300. Then there was an interview held at the company's office in batches of 10 students, where they were asked to solve 3 DSA questions in an hour, with 1 easy and 2 medium questions. After this, there was a first interview round, from which 3-4 students were shortlisted for a second round, and finally, 1-2 students received job offers in each batch. Overall, the company offered jobs to 6 students.
Why selected/rejected for the role?
I have great experience in solving DSA problems and a strong understanding of CS fundamentals, such as OS, DBMS, OOP, etc. Additionally, I have good hands-on experience in backend development.
Preparation
Duration: 3 months
Topics: Data Structures, OOPS, Operating System, Database Management System, Java
Tip
Tip

Tip 1: Practice on coding platforms.
Tip 2: Have a strong background in CS fundamentals.
Tip 3: Having good projects is a plus.

Application process
Where: Campus
Eligibility: Eligible for branch CS, IT, SE MCE and ECE
Resume Tip
Resume tip

Tip 1: Have some good projects.
Tip 2: Adding internships is a plus.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date10 Feb 2024
Coding problem0

We had 30 minutes to solve 20 MCQs on basic aptitude questions.

02
Round
Easy
HR Round
Duration15 mintues
Interview date24 Feb 2024
Coding problem1

She asked me basic HR questions and told me about the company and work culture.

1. HR question

HR asked me about myself, my skills and past experiences.

03
Round
Easy
Face to Face
Duration60 minutes
Interview date4 Mar 2024
Coding problem3

1. Peak Element

Easy
15m average time
85% success
0/40
Asked in companies
GoogleMorgan StanleyAmazon

You are given an array 'arr' of length 'n'. Find the index(0-based) of a peak element in the array. If there are multiple peak numbers, return the index of any peak number.


Peak element is defined as that element that is greater than both of its neighbors. If 'arr[i]' is the peak element, 'arr[i - 1]' < 'arr[i]' and 'arr[i + 1]' < 'arr[i]'.


Assume 'arr[-1]' and 'arr[n]' as negative infinity.


Note:
1.  There are no 2 adjacent elements having same value (as mentioned in the constraints).
2.  Do not print anything, just return the index of the peak element (0 - indexed).
3. 'True'/'False' will be printed depending on whether your answer is correct or not.


Example:

Input: 'arr' = [1, 8, 1, 5, 3]

Output: 3

Explanation: There are two possible answers. Both 8 and 5 are peak elements, so the correct answers are their positions, 1 and 3.


Try solving now

2. Rod cutting problem

Moderate
40m average time
75% success
0/80
Asked in companies
SamsungRazorpayPaytm (One97 Communications Limited)

Given a rod of length ‘N’ units. The rod can be cut into different sizes and each size has a cost associated with it. Determine the maximum cost obtained by cutting the rod and selling its pieces.

Note:
1. The sizes will range from 1 to ‘N’ and will be integers.

2. The sum of the pieces cut should be equal to ‘N’.

3. Consider 1-based indexing.
Try solving now

3. Kadane’s Algorithm

Moderate
25m average time
75% success
0/80
Asked in companies
Paytm (One97 Communications Limited)AmazonSnapdeal

Given an array of numbers, find the maximum sum of any contiguous subarray of the array.


For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and 86.


Given the array [-5, -1, -8, -9], the maximum sum would be -1.


Follow up: Do this in O(N) time.

Try solving now
04
Round
Easy
Face to Face
Duration30 minutes
Interview date4 Mar 2024
Coding problem2

They asked me about OS and DBMS and also on Node.js and Express.js, they also asked me to write API.

1. DBMS

Query on MySQL and basic DBMS.

2. Operating System

Basic algorithms used in OS.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which keyword is used for inheritance?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4152 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6195 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3098 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
2659 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
113401 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
56894 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34499 views
6 comments
0 upvotes