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 (Software Development Engineer) Interview Questions and Answers

Updated 15 Nov 2022

BYJU'S SDE (Software Development Engineer) Interview Experiences

1 interview found

I was interviewed in May 2022.

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 - Design Test 

(1 Question)

  • Q1. Design Instagram hld
  • Ans. 

    Design Instagram's high-level architecture.

    • Use a microservices architecture to handle different functionalities like user authentication, image storage, and feed generation.

    • Use a NoSQL database like MongoDB to store user data and images.

    • Use a content delivery network (CDN) to serve images and videos to users quickly.

    • Implement a caching layer to improve performance and reduce database load.

    • Use a message broker like Rabb...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Design Instagram, high level system design
  • Ans. 

    Design Instagram, a photo and video sharing social media platform.

    • Use a scalable architecture with load balancing and caching.

    • Store media files in a distributed file system like Amazon S3.

    • Use a relational database for storing user data and metadata.

    • Implement a content delivery network (CDN) for faster content delivery.

    • Use machine learning algorithms for personalized content recommendations.

    • Implement security measures l...

  • Answered by AI
  • Q2. Graph related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join the edtech company they are sinking ship

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question of javascript like temporal dead zone, hoisting
  • Q2. Basic of sql and mongo
Round 2 - Technical 

(2 Questions)

  • Q1. Logic bluiding question
  • Q2. 2 leet code quesztion
Round 3 - HR 

(1 Question)

  • Q1. Slaray negotiation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about your project?
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end functionality

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. What is useState, useEffect, useRedux?
  • Ans. 

    useState, useEffect, useRedux are hooks in React for managing state and side effects.

    • useState is a hook used for managing state in functional components.

    • useEffect is a hook used for handling side effects in functional components.

    • useRedux is not a built-in hook, but a common convention for using Redux with React.

  • Answered by AI
  • Q3. Tell me the changes too place in 2015 EcMascript?
  • Ans. 

    In 2015, EcmaScript 6 (ES6) was released with significant updates and new features.

    • Introduction of let and const for block-scoped variables

    • Arrow functions for more concise syntax

    • Classes for object-oriented programming

    • Template literals for string interpolation

    • Enhanced object literals and destructuring assignments

  • Answered by AI
  • Q4. Explain the flow about how API works?
  • Ans. 

    API works by allowing different software applications to communicate with each other through a set of rules and protocols.

    • API receives a request from a client application

    • API processes the request and interacts with the server

    • API sends back a response to the client application

    • Examples: REST API, SOAP API

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You must be thorough about your project.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain request lifecycle in rails?
  • Ans. 

    Request lifecycle in Rails involves routing, controller actions, rendering views, and responding to the client.

    • 1. Request comes in through the browser or API endpoint.

    • 2. Rails router determines which controller and action to route the request to.

    • 3. Controller action processes the request, interacts with the model, and prepares data for the view.

    • 4. View template is rendered with the data from the controller.

    • 5. Response ...

  • Answered by AI
  • Q2. Code Merge Sort using Ruby
  • Ans. 

    Implement Merge Sort algorithm in Ruby

    • Divide the array into two halves recursively

    • Merge the sorted halves back together

    • Use a helper method to merge the two halves

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Concepts of node and Js
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Questions based on pervious project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Coding Question
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DS algo questions with about 3 questions in topic like graph, strings ,arrays

Round 2 - One-on-one 

(2 Questions)

  • Q1. DS algo question on LinkedIn list
  • Q2. DS algo question on graph

BYJU'S Interview FAQs

How many rounds are there in BYJU'S SDE (Software Development Engineer) interview?
BYJU'S interview process usually has 3 rounds. The most common rounds in the BYJU'S interview process are Design Test, One-on-one Round and Resume Shortlist.
What are the top questions asked in BYJU'S SDE (Software Development Engineer) interview?

Some of the top questions asked at the BYJU'S SDE (Software Development Engineer) interview -

  1. Design Instagram, high level system des...read more
  2. Design Instagram ...read more
  3. Graph related questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.7
 • 365 Interviews
Whitehat jr Interview Questions
3.5
 • 305 Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
upGrad Interview Questions
3.7
 • 208 Interviews
Vedantu Interview Questions
3.3
 • 193 Interviews
Physicswallah Interview Questions
3.8
 • 193 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
View all
BYJU'S SDE (Software Development Engineer) Salary
based on 9 salaries
₹7 L/yr - ₹28 L/yr
39% less than the average SDE (Software Development Engineer) Salary in India
View more details
Business Development Associate
11.4k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Business Development Manager
4k salaries
unlock blur

₹5.6 L/yr - ₹16.7 L/yr

Business Development Executive
3.3k salaries
unlock blur

₹0.9 L/yr - ₹8 L/yr

Senior Business Development Associate
3k salaries
unlock blur

₹4.3 L/yr - ₹11 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.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview