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 Software Engineer Interview Questions, Process, and Tips

Updated 17 Jan 2024

Top BYJU'S Software Engineer Interview Questions and Answers

BYJU'S Software Engineer Interview Experiences

7 interviews found

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in May 2022. 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 - Coding Test 

There was 2 coding question
One was easy One was very Difficult
20 MCQ question from Operating system and DBMS

Round 3 - Technical 

(2 Questions)

  • Q1. First question was binary search in unsorted arrays So here i have asked about sorting algorithms all sorting algorithms must be clear
  • Q2. Second question was to find longest consecutive subarray.
  • Ans. 

    Find the longest consecutive subarray.

    • Iterate through the array and keep track of the current subarray length.

    • Update the maximum length as you iterate.

    • Reset the current subarray length when a non-consecutive element is encountered.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. OOPS related question Heap insertion deletion question Hashing Spanning tree
  • Q2. Minimum Spanning tree Implementation of MST
  • Ans. 

    Minimum Spanning Tree (MST) is a tree that connects all vertices in a graph with minimum total edge weight.

    • MST can be found using Prim's algorithm or Kruskal's algorithm.

    • Prim's algorithm starts with a single vertex and adds the closest vertex to the tree until all vertices are included.

    • Kruskal's algorithm starts with the edges with the lowest weight and adds them to the tree as long as they don't create a cycle.

    • MST has...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have strong understanding of core cs subjects
You have full command in DSA. You have to practice from leetcode
Sometimes your luck also matters

Skills evaluated in this interview

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

I applied via campus placement at Sardar Vallabhbhai National Institute of Technology (NIT), Surat and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions, all of them were medium level difficulty. Typically people who solved 2 questions correctly were shortlisted for the interview rounds.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Rainwater trapped question and some optimisations, after that some additional changes to the question were added.
  • Q2. Print zigzag matrix
  • Ans. 

    Prints a zigzag matrix

    • Create a 2D array with the desired number of rows and columns

    • Use nested loops to iterate through the array

    • Alternate the direction of iteration to create the zigzag pattern

    • Print the elements of the array in the desired format

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

(2 Questions)

  • Q1. Explain about projects in deep and some questions related to that.
  • Q2. Find a subset of an array having a target sum.
  • Ans. 

    Given an array of strings, find a subset that adds up to a target sum.

    • Use a recursive approach to explore all possible subsets

    • Start with an empty subset and add elements one by one

    • Keep track of the current sum and check if it matches the target sum

    • If the sum exceeds the target, backtrack and remove elements

    • Return the subset if found, otherwise return an empty subset

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me a thing in which earlier you struggled and after some rigorous practice and dedication you excelled.
  • Q2. Explain a moment in life where you showcased your leadership and collaborative skills.

Interview Preparation Tips

Topics to prepare for BYJU'S Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Focus on DSA and projects, understanding of proper algorithms in deep is must.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Explain about Event loop
  • Ans. 

    Event loop is a mechanism that allows for asynchronous programming by handling events and callbacks.

    • Event loop is responsible for handling and executing events and callbacks in a non-blocking manner.

    • It continuously checks the event queue and processes events one by one.

    • Event loop is commonly used in JavaScript for handling asynchronous operations like setTimeout, setInterval, and AJAX requests.

  • Answered by AI
Round 3 - Coding Test 

Ask to create a database design and API for a todo list app

Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join Byjus

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. 1 : Assignment round- was given a problem statement and app design and was asked to make that app.
  • Q2. 2: Code Discussion round based on the app that I made
  • Q3. 3: Technical 1 questions on basic DSA and deep tech stack based questions on Android everything that you can cover basically for android
  • Q4. 4: Technical 2 questions were high level based on Clean architecture , SOLID principles, Dependency Injection
  • Q5. 5: Managerial round : 30% tech rest was behaviour part and previous organization experiences
  • Q6. Last was salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good grip on the tech stack for which you are applying and brush up on DSA concepts and problem solving not very intensive just that you can come up with an approach.

BYJU'S interview questions for designations

 Associate Software Engineer

 (3)

 Senior Software Engineer

 (3)

 Software Testing Engineer

 (2)

 Software Developer

 (8)

 SDE (Software Development Engineer)

 (1)

 QA Engineer

 (1)

 Data Engineer

 (1)

 Lead Engineer

 (1)

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

Interview Questionnaire 

1 Question

  • Q1. Basic questions of the tech stack that I applied for.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the technologies you apply and just be confident because they want hire someone who is confident know at least basics of the tech stack.

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode code 2 questions , HTML5 css javascript simple screen design

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, Simple coding javascript, react basic, sql basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most

Software Engineer | Software Engineer and Frontend Developer interview

user image Rizwan Khan

posted on 16 Nov 2021

Interview questions from similar companies

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

BYJU'S Interview FAQs

How many rounds are there in BYJU'S Software Engineer interview?
BYJU'S interview process usually has 3-4 rounds. The most common rounds in the BYJU'S interview process are Coding Test, One-on-one Round and Technical.
How to prepare for BYJU'S Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at BYJU'S. The most common topics and skills that interviewers at BYJU'S expect are Software Engineering, Javascript, Data Structures, Front End and CSS.
What are the top questions asked in BYJU'S Software Engineer interview?

Some of the top questions asked at the BYJU'S Software Engineer interview -

  1. Find a subset of an array having a target s...read more
  2. Minimum Spanning tree Implementation of ...read more
  3. Print zigzag mat...read more

Tell us how to improve this page.

BYJU'S Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
BYJU'S Software Engineer Salary
based on 289 salaries
₹6 L/yr - ₹20 L/yr
38% more than the average Software Engineer Salary in India
View more details

BYJU'S Software Engineer Reviews and Ratings

based on 89 reviews

3.6/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.8

Salary

2.5

Job security

3.2

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 89 Reviews and Ratings
Business Development Associate
11.6k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Business Development Manager
4k salaries
unlock blur

₹5.8 L/yr - ₹16.7 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 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.4
Compare

Toppr

3.4
Compare

Whitehat jr

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