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

SDE - 1

BYJUS
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data structures,Graph, Dynamic Programming,DBMS,OOPS
Tip
Tip

Tip 1 : Practice on leetcode
Tip 2 : make notes 

Application process
Where: Campus
Eligibility: 7CGPA
Resume Tip
Resume tip

Tip 1 : Minimum 2 projects
Tip 2 : Internship experience would be handy

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 mins
Interview date15 Nov 2021
Coding problem1

1. Minimum Number of Platform Needed

Easy
23m average time
85% success
0/40
Asked in companies
Lenskart.comQualcommGartner

You are given the arrival and departure times of N trains at a railway station in a day. You need to find the minimum of platforms required for the railway station such that no train waits i.e No train should wait for the platform to be clear or free.

Problem approach

Tip 1: don't start coding straight away
Tip 2:find the optimal solution structure the code properly
Tip 3:And then just type it down quickly without making syntax errors

Try solving now
02
Round
Easy
Video Call
Duration60 mins
Interview date28 Nov 2021
Coding problem1

1. Longest Consecutive Sequence

Moderate
40m average time
70% success
0/80
Asked in companies
WalmartOptumAmazon

You are given an unsorted array/list 'ARR' of 'N' integers. Your task is to return the length of the longest consecutive sequence.

The consecutive sequence is in the form ['NUM', 'NUM' + 1, 'NUM' + 2, ..., 'NUM' + L] where 'NUM' is the starting integer of the sequence and 'L' + 1 is the length of the sequence.

Note:

If there are any duplicates in the given array we will count only one of them in the consecutive sequence.
For example-
For the given 'ARR' [9,5,4,9,10,10,6].

Output = 3
The longest consecutive sequence is [4,5,6].
Follow Up:
Can you solve this in O(N) time and O(N) space complexity?
Problem approach

Tip 1:Explain the brute force approach first
Tip 2:then explain the most efficient solutions
Tip 3:your code should neat and clean and variable naming should be adequate

Try solving now
03
Round
Easy
Face to Face
Duration105 minutes
Interview date28 Nov 2021
Coding problem1

1. Find Number Of Islands

Moderate
34m average time
60% success
0/80
Asked in companies
WalmartShareChatAmazon

You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0 signifies water.

A cell is said to be connected to another cell, if one cell lies immediately next to the other cell, in any of the eight directions (two vertical, two horizontal, and four diagonals).

A group of connected cells having value 1 is called an island. Your task is to find the number of such islands present in the matrix.

Problem approach

Tip 1: Explain the time and space complexity 
Tip 2: Question will be turned and twisted so you need to be fundamentally clear

Try solving now

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by BYJUS
674 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 2 problems
Interviewed by BYJUS
671 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BYJUS
744 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BYJUS
567 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes