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 Senior Software Engineer Interview Questions and Answers

Updated 26 Oct 2024

BYJU'S Senior Software Engineer Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. Explian oops concepts
  • Q2. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary dsicussion
  • Q2. Previous company details

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

They give a standard application to develop in mvvm or clean architecture, don't forget to write unit tests

Round 2 - One-on-one 

(5 Questions)

  • Q1. Mostly discuss on the implementation of the project you've done in round one
  • Q2. Flutter is addon
  • Ans. 

    Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Flutter is an open-source framework developed by Google.

    • It uses the Dart programming language.

    • Flutter allows for hot reload, which enables developers to see changes instantly.

    • It provides a rich set of pre-built widgets for building user interfaces.

    • Flutter can be used to create apps for iOS, Android, w...

  • Answered by AI
  • Q3. Explain about compose way of thinking.
  • Ans. 

    Compose way of thinking involves breaking down complex problems into smaller, manageable parts and then combining them to create a solution.

    • Break down a problem into smaller components

    • Solve each component individually

    • Combine the solutions to create a complete solution

    • Example: Using functions to break down a complex task into smaller functions and then combining them to achieve the desired outcome

  • Answered by AI
  • Q4. Difference between presenter and viewmodel
  • Q5. Explain about lifecycle of view
  • Ans. 

    Lifecycle of view refers to the stages a view goes through from creation to destruction in an application.

    • Creation: View is initialized and loaded into memory.

    • Layout: View is positioned and sized on the screen.

    • Display: View is rendered and displayed to the user.

    • Interaction: User interacts with the view through input events.

    • Destruction: View is removed from memory when no longer needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience, and practical questions and friendly talk.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you want to join ?
Round 2 - Coding Test 

Linkedlist, tree, logical

Interview questions from similar companies

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

I applied via Referral and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Two Medium DSA problem to solve

Round 2 - Technical 

(1 Question)

  • Q1. Design scalable Streaming pipeline and
Round 3 - Technical 

(1 Question)

  • Q1. LLD round , write classes and its methods
  • Ans. 

    Design classes for a simple library management system with methods for adding, borrowing, and returning books.

    • Class Book: Attributes include title, author, ISBN, and availability status.

    • Class User: Attributes include userID, name, and borrowedBooks (array of Book).

    • Class Library: Methods include addBook(Book), borrowBook(User, Book), returnBook(User, Book).

    • Example of addBook: library.addBook(new Book('1984', 'George Orw...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary and benefits discussion

Skills evaluated in this interview

What people are saying about BYJU'S

View All
a digital marketing intern
4d (edited)
Am I bad luck or I'm being taken Advantage of?
Am I just unlucky, or am I being taken for a ride? I've got a Csc background from school, but I ended up in Civil Engineering in college because of my parents – even though I wanted CSC/IT. I graduated in 2018 with BE degree. Couldn't find core jobs without a reference, and no luck getting into IT as a fresher due to my background. So, I went into finance, selling financial products through affiliate links during COVID. It was an easy sell back then, so I freelanced until 2022. I tried to break into IT by doing software testing, but the recession hit, so no job or placement. Then, I joined BYJU'S, but after the 4.5 LPA offer letter, they stopped onboarding because they shut down. Now, I'm upskilling in HTML, CSS, JS and finished a 3-month digital marketing unpaid internship because they promised placement. I'm 28, still unemployed, and companies want me to join as an intern again for 5k stipend, even with my WordPress web development and digital marketing internship experience.
Got a question about BYJU'S?
Ask anonymously on communities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2.5 Hours 2 Coding que and sql query and topin tech platform

Round 2 - waiting for result 

(2 Questions)

  • Q1. Based on boolean matrix
  • Q2. Find k closest node of given given node in a BST.
  • Ans. 

    Find k closest nodes to a given node in a BST.

    • Perform an inorder traversal of the BST to get a sorted list of nodes.

    • Use a priority queue to keep track of the k closest nodes based on their absolute difference with the target node.

    • Populate the priority queue with the first k nodes from the inorder traversal.

    • For each subsequent node, calculate its absolute difference with the target node and compare it with the top eleme...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain

BYJU'S HR Interview Questions

241 questions and answers

Q. Explain one tool related to your skills.
Q. Describe a time you faced a challenging situation at work.
Q. Why are you interested in this role/company?

I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Polyfills and Logical
  • Q2. List in react and the input box
  • Ans. 

    Answer on how to list in react and the input box

    • Use the map function to create a list in React

    • Use the state to store the input value

    • Use onChange event to update the state when the input value changes

    • Use onSubmit event to handle the form submission

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of JS and ReactJs for frontend interview, git, css, scss, html etc

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview in Feb 2021.

Interview Questionnaire 

1 Question

  • Q1. Admin average question as well as with trigger event or aura component.

Interview Preparation Tips

Interview preparation tips for other job seekers - Average and got the offer... It nice company work environment is too good.....
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Q1 difference between let and const
  • Q2. Q2 what are closures?
  • Q3. Q3. What is typeof null
  • Ans. 

    typeof null returns 'object' in JavaScript.

    • typeof null is 'object' in JavaScript

    • This is a historical bug in JavaScript that has not been fixed for backward compatibility

    • Example: console.log(typeof null) will output 'object'

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Q1. Find palindrome strings in an array of strings.
  • Q2. Q2. Explain debouncing with example.

Interview Preparation Tips

Interview preparation tips for other job seekers - For frontend round, you should know most frequently asked Javascript questions. One e.g. can be debouncing. You should also know basic coding questions like find palindrome.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Feb 2022. 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 - Technical 

(2 Questions)

  • Q1. What is react, diff between react and angular, deep copy shallow copy, hoisting, diff between props and state
  • Ans. 

    React is a JavaScript library for building user interfaces. It is different from Angular in various ways.

    • React is a library while Angular is a framework

    • React uses virtual DOM while Angular uses real DOM

    • React is more flexible and easier to learn than Angular

    • Deep copy creates a new object with the same values while shallow copy creates a new reference to the same object

    • Hoisting is a JavaScript mechanism where variables a...

  • Answered by AI
  • Q2. Implement custom hooks and array flat method
  • Ans. 

    Implement custom hooks and array flat method

    • Custom hooks are reusable functions that allow you to extract component logic into reusable functions

    • Array flat method is used to flatten an array of nested arrays into a single array

    • To implement custom hooks, create a function that uses the useState and useEffect hooks

    • To implement array flat method, use the reduce method to flatten the array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for basic interview question from online site and practice the code challenges

Skills evaluated in this interview

BYJU'S Interview FAQs

How many rounds are there in BYJU'S Senior Software Engineer interview?
BYJU'S interview process usually has 2 rounds. The most common rounds in the BYJU'S interview process are HR, Coding Test and One-on-one Round.
How to prepare for BYJU'S Senior 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 Data Structures, Algorithms, Java, Python and Software Engineering.
What are the top questions asked in BYJU'S Senior Software Engineer interview?

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

  1. Explain about compose way of thinki...read more
  2. Explain about lifecycle of v...read more
  3. types of waits in selen...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
BYJU'S Senior Software Engineer Salary
based on 131 salaries
₹17.1 L/yr - ₹30 L/yr
33% more than the average Senior Software Engineer Salary in India
View more details

BYJU'S Senior Software Engineer Reviews and Ratings

based on 18 reviews

2.9/5

Rating in categories

2.5

Skill development

2.8

Work-life balance

2.9

Salary

1.6

Job security

2.1

Company culture

2.5

Promotions

2.4

Work satisfaction

Explore 18 Reviews and Ratings
Business Development Associate
11.1k salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Business Development Manager
3.7k salaries
unlock blur

₹7.5 L/yr - ₹14 L/yr

Business Development Executive
3.1k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Senior Business Development Associate
2.9k salaries
unlock blur

₹5 L/yr - ₹11 L/yr

BDA
2.2k salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Explore more salaries
Compare BYJU'S with

Unacademy

2.9
Compare

Vedantu

3.3
Compare

Toppr

3.5
Compare

Whitehat jr

3.4
Compare
write
Share an Interview