Upload Button Icon Add office photos
Engaged Employer

i

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

BYJU'S Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 16k Reviews

Filter interviews by

BYJU'S SDE-2 Interview Questions and Answers

Updated 12 Dec 2021

BYJU'S SDE-2 Interview Experiences

1 interview found

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2021

I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Length of smallest subarray with given sum in linear time complexity
  • Ans. 

    Find length of smallest subarray with given sum in linear time complexity

    • Use sliding window technique to keep track of subarray sum

    • Initialize two pointers at start of array

    • Move right pointer until sum is greater than or equal to given sum

    • Move left pointer until sum is less than given sum

    • Repeat until end of array is reached

    • Return length of smallest subarray found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve medium questions on leetcode.

Skills evaluated in this interview

Interview questions from similar companies

SDE-2 Interview Questions & Answers

upGrad user image CodingNinjas

posted on 17 May 2022

I was interviewed in May 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 60 mins
Round difficulty - Easy

This round was mostly consisted of question javascript, html, css, react fundamentals.

  • Q1. Javascript Questions

    What is closure?
    What are promises ?
    What is "this" in Javascript ?
    How do we handle lifecycle hooks in functional components of React ?

  • Ans. 

    Tip 1 : Understanding how Javascript works behind the scene helps a lot.
    Tip 2 : Keep a habit of reading tech blogs and article.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Question was to design a calculator and make it using React.

  • Q1. System Design Question

    Design a calculator and make a working prototype using react.

  • Ans. 

    Tip 1 : Practicing and making projects from scratch to learn helps in solving these type of questions.
    Tip 2 : Understanding of React and how a component structure should be will a plus point.
    Tip 3 : Understanding the basics of system design will add huge points here.

  • Answered by CodingNinjas
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

This was the round with the Director of Engineering.

  • Q1. Basic HR questions

    The discussion was mostly around how the team will handle and work in different scenario.
    How I'll be adding to those planning and making the process smooth and fast.
    some technical questio...

  • Ans. 

    Tip 1 : These questions can be answered if we practically work on any of such project. I did work on those things in my previous organisation so it helped me. 
    Tip 2 : Apart from practical experience, inquisitiveness to learn these things apart from coding and reading tech blogs will help alot.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteria3+ years of experience.Up Grad interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Core Javascript Fundamentals, OOPsTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare everyday even if it is for half an hour or even if you are not intended to give interviews. That keeps the your skills updated and keep
Tip 2 : Weekends should be utilised for projects and at least 1-2 projects every month, which should include practice to system design as well.
Tip 3 : Working on a portfolio if you are a frontend Developer and keep that updated.

Application resume tips for other job seekers

Tip 1 : Use bullet points to make sure the important things are distinguished.
Tip 2 : Keeping the resume concise, not more than 1 page, but make sure the most important work are properly mentioned, also if possible backed by numbers and impact that your work brought to the organization or project you were working on.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about your family background
  • Q2. Tell us about your experience
  • Ans. 

    I have 5 years of experience in software testing, automation, and quality assurance.

    • Experience in creating test plans, test cases, and executing tests

    • Proficient in using automation tools like Selenium and JUnit

    • Strong knowledge of programming languages such as Java and Python

    • Experience in Agile development methodologies

    • Worked on testing web applications, APIs, and mobile apps

  • Answered by AI

Sdet Lead Interview Questions & Answers

NxtWave user image Adarsh Anand

posted on 26 Nov 2024

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

Easy questions, 90 minutes for 30 questions

Round 2 - Coding Test 

3 questions, 60 minutes for 3 questions, easy and standard

Interview Preparation Tips

Interview preparation tips for other job seekers - focus more on aptitude and logical reasoning
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Automation questions, coding questions

SDE-2 Interview Questions & Answers

upGrad user image CodingNinjas

posted on 17 May 2022

I was interviewed in Nov 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

It was a video call round with discussion on the basic of web programming like HTML CSS JS

  • Q1. Normal discussion on best practices

    Discussions on the best practices for developing Websites

Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

System design

  • Q1. System Design Question

    Real time text editor

  • Ans. 

    Tip 1 : Be Prepared for socket.js
    Tip 2 : Be elaborative 

  • Answered by CodingNinjas
Round 3 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Data structures questions with complexity discussions

  • Q1. Sort 0 1

    You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once an...

  • Ans. 

    Used the pointer to resolve it

  • Answered by CodingNinjas
  • Q2. System Design Question

    Best practices to secure your application from FE perecepective

  • Ans. 

    Tip 1 : Be confident
    Tip 2 : Be elaborative

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaN.A.Up Grad interview preparation:Topics to prepare for the interview - Data Structures, Web Development, HTML, CSS, JS, REACTJS, REDUXTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Start from the basics & understand the concepts.
Tip 2 : Give as much interviews as you can.
Tip 3 : Practice on Live projects like Clone Projects

Application resume tips for other job seekers

Tip 1 : Brief about your work with very crisp information.
Tip 2 : Always get your resume reviewed in some time gap.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed in May 2023. 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 - Aptitude Test 

Computer programming DBMS network mathematics python

Round 3 - Technical 

(1 Question)

  • Q1. Mostly covers the Java concepts
Round 4 - One-on-one 

(2 Questions)

  • Q1. Java concepts in detail
  • Q2. Multithreading and details conpt in java
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently, improving performance and responsiveness.

    • Multithreading in Java is achieved by extending the Thread class or implementing the Runnable interface.

    • Threads share the same memory space, so synchronization is necessary to prevent data corruption.

    • Java provides synchronized keyword, locks, and atomic classes for thread synchronization.

    • Concurrency issues l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I get the job as a freshers but the company not provide the job they have sent me the offer letter and wasting our almost 10 month they said that your job is cancel approx 30 students from the campus face the same problem and all of the offer letter get cancelled

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

upGrad user image CodingNinjas

posted on 17 May 2022

I was interviewed before May 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. System Design Question

    Design a system of book my show.
    What tables will be used?
    How to avoid concurrent access for seats.

Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

This was a director round

  • Q1. Basic HR questions

    Define your past projects and how did you solve them.

    What challanges did you face while doing these projects and how did you solve them?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteria2+ years experienceUp Grad interview preparation:Topics to prepare for the interview - DS, System Design, Design Patterns, Java, OopsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : be clear with system dezign
Tip 2 : know thoroughly about projects done in past company

Application resume tips for other job seekers

Tip 1 : Use ATS friendly resume
Tip 2 : Make sure you have the most recent projects first on the resume, one round will be based on your past work
Tip 3 : Do mention all the technologies you worked with and are comfortable working with.

Final outcome of the interviewSelected

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. Types of testing on the pages Scenario based que
Round 2 - One-on-one 

(1 Question)

  • Q1. Manual testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly learn the manual concepts and scenario based questions

Sdet Interview Questions & Answers

upGrad user image Siddhant Thakur

posted on 2 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your expected salary

Tell us how to improve this page.

People are getting interviews through

based on 1 BYJU'S interview
Recruitment Consultant
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

Planet Spark Interview Questions
3.7
 • 356 Interviews
Whitehat jr Interview Questions
3.5
 • 311 Interviews
upGrad Interview Questions
3.7
 • 204 Interviews
Unacademy Interview Questions
3.0
 • 202 Interviews
Vedantu Interview Questions
3.4
 • 190 Interviews
Physicswallah Interview Questions
3.8
 • 184 Interviews
FOCUS EDUMATICS Interview Questions
3.3
 • 125 Interviews
Jaro Education Interview Questions
2.4
 • 123 Interviews
View all
Business Development Associate
11.6k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Business Development Manager
4k salaries
unlock blur

₹5.9 L/yr - ₹17 L/yr

Business Development Executive
3.3k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Senior Business Development Associate
3k salaries
unlock blur

₹4 L/yr - ₹11.1 L/yr

BDA
2.3k salaries
unlock blur

₹1.1 L/yr - ₹10 L/yr

Explore more salaries
Compare BYJU'S with

Unacademy

3.0
Compare

Vedantu

3.4
Compare

Toppr

3.4
Compare

Whitehat jr

3.5
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