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

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 Anonymous

posted on 17 May 2022

I appeared for an interview in May 2022.

Round 1 - Video Call 

Round duration - 60 mins
Round difficulty - Easy

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

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. Design a calculator and create a working prototype using React.
  • Ans. 

    Design and create a calculator prototype using React

    • Create a component for the display screen

    • Implement functions for basic arithmetic operations

    • Use state to store current input and result

    • Design buttons for numbers and operators

    • Handle user input and update display accordingly

  • Answered by AI
Round 3 - Video Call 

Round duration - 60 Minutes
Round difficulty - Medium

This was the round with the Director of Engineering.

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

SDE-2 Interview Questions & Answers

upGrad user image Anonymous

posted on 17 May 2022

I appeared for an interview 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. What are the best practices for developing websites?
  • Ans. 

    Best practices for developing websites include responsive design, clean code, SEO optimization, and regular testing.

    • Implement responsive design to ensure compatibility across devices

    • Write clean and organized code for maintainability and scalability

    • Optimize for SEO by using relevant keywords, meta tags, and sitemaps

    • Regularly test the website for performance, security, and usability issues

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

System design

  • Q1. Design a real-time text editor that allows multiple users to collaborate and edit documents simultaneously.
  • Ans. 

    Design a real-time text editor for multiple users to collaborate and edit documents simultaneously.

    • Implement a server-client architecture where the server stores the document and handles synchronization between clients.

    • Use operational transformation algorithms to resolve conflicts when multiple users edit the same document simultaneously.

    • Include features like real-time cursor tracking, chat functionality, and version h...

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Data structures questions with complexity discussions

  • Q1. 

    Sort 0 and 1 Problem Statement

    Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using an...

  • Ans. 

    Sort an array of 0s and 1s in linear time without using additional arrays.

    • Use two pointers approach to swap 0s to the left and 1s to the right.

    • Keep track of the leftmost index of 1s to place 0s before it.

    • Iterate through the array once and swap elements accordingly.

  • Answered by AI
  • Q2. What are the best practices to secure your application from a frontend perspective?
  • Ans. 

    Best practices for securing applications from a frontend perspective

    • Implement input validation to prevent injection attacks

    • Use HTTPS to encrypt data transmission between client and server

    • Avoid storing sensitive information in client-side storage like cookies or local storage

    • Implement Content Security Policy (CSP) to prevent cross-site scripting attacks

    • Regularly update dependencies and libraries to patch security vulner

  • Answered by AI

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 Company Website and was interviewed before Feb 2021. There were 2 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 - HR 

(1 Question)

  • Q1. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Explore , Learn , Earn , grow up

Interview Questionnaire 

1 Question

  • Q1. WHY DO YOU WANT TO JOIN SALES?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 3 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 - HR 

(2 Questions)

  • Q1. Tell me about your self ?
  • Ans. First of all thank you so much giving m e this opportunity to introduce my self poonam pandey from amethi in up .
  • Answered by Poonam Pandey
  • Q2. Whats your qualification ?
  • Ans. I did my graduation my b.com RRPG College in amethi . i have done MBA AKTU in Lucknow . 2021 i am current working in tata capital housing finance.
  • Answered by Poonam Pandey
Round 3 - HR 

(1 Question)

  • Q1. Why should hare you?
  • Ans. Every person differnt differnt capabilities .
  • Answered by Poonam Pandey
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Where do you want to see yourself in next 5years
  • Q2. Why work from home
  • Q3. Only 2 questions was asked
  • Q4. Previous work experiences
  • Q5. How will you manage your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. EXPERIENCE AND SALES PITCH

Interview Preparation Tips

Interview preparation tips for other job seekers - BE PREPARED AND HAVE A GOOD SALES PITCH

Interview Questionnaire 

1 Question

  • Q1. How to sales the product
  • Ans. Choose the random products and explain about the product
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - keep try to tell something never stop stop in between

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why you want this job ?
  • Q2. What’s you long term goal?
  • Q3. Why should we hire you ?
  • Q4. Where you would like to see yourself after 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my education and my communication skills.

Tell us how to improve this page.

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.7
 • 369 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 207 Interviews
Physicswallah Interview Questions
3.8
 • 207 Interviews
upGrad Interview Questions
3.6
 • 201 Interviews
NxtWave Interview Questions
3.8
 • 186 Interviews
Vedantu Interview Questions
3.3
 • 184 Interviews
Simplilearn Interview Questions
3.2
 • 104 Interviews
View all
Business Development Associate
11.4k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Business Development Manager
3.9k salaries
unlock blur

₹6 L/yr - ₹16.5 L/yr

Business Development Executive
3.2k salaries
unlock blur

₹0.9 L/yr - ₹8 L/yr

Senior Business Development Associate
2.9k salaries
unlock blur

₹4.2 L/yr - ₹13.5 L/yr

BDA
2.3k salaries
unlock blur

₹1 L/yr - ₹10 L/yr

Explore more salaries
Compare BYJU'S with

Unacademy

3.0
Compare

Vedantu

3.3
Compare

Toppr

3.4
Compare

Whitehat jr

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview