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 Member Technical Staff Interview Questions and Answers

Updated 14 Oct 2022

BYJU'S Member Technical Staff Interview Experiences

1 interview found

I applied via campus placement at National Institute of Technology (NIT), Durgapur and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1 DP question, 1 simple integer manipulation

Round 2 - One-on-one 

(3 Questions)

  • Q1. 4th smallest element in BST
  • Ans. 

    Find the 4th smallest element in a Binary Search Tree.

    • Traverse the BST in-order and keep track of the count of visited nodes.

    • When the count reaches 4, return the current node's value.

    • If the BST has less than 4 nodes, return null or throw an exception.

  • Answered by AI
  • Q2. Maximum number of distinct elements in every sliding window of size k
  • Ans. 

    Find maximum distinct elements in every sliding window of size k.

    • Create a hash table to store the frequency of each element in the current window.

    • Use two pointers to maintain the current window and slide it over the array.

    • Update the hash table for each new element in the window and remove the old element.

    • Keep track of the maximum number of distinct elements seen so far.

    • Repeat until all windows of size k have been proce

  • Answered by AI
  • Q3. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists

    • Create a new linked list to store the merged list

    • Compare the first nodes of both lists and add the smaller one to the new list

    • Move the pointer of the added node to the next node

    • Repeat until one of the lists is empty

    • Add the remaining nodes of the non-empty list to the new list

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

(1 Question)

  • Q1. A probability related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Striver SDE sheet and practice aptitude questions

Skills evaluated in this interview

BYJU'S Interview FAQs

How many rounds are there in BYJU'S Member Technical Staff interview?
BYJU'S interview process usually has 4 rounds. The most common rounds in the BYJU'S interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for BYJU'S Member Technical Staff 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, C++, Java, Algorithms and Design Patterns.
What are the top questions asked in BYJU'S Member Technical Staff interview?

Some of the top questions asked at the BYJU'S Member Technical Staff interview -

  1. Maximum number of distinct elements in every sliding window of siz...read more
  2. 4th smallest element in ...read more
  3. Merge two sorted linked li...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.7
 • 359 Interviews
Whitehat jr Interview Questions
3.5
 • 311 Interviews
Unacademy Interview Questions
3.0
 • 205 Interviews
upGrad Interview Questions
3.7
 • 205 Interviews
Vedantu Interview Questions
3.4
 • 192 Interviews
Physicswallah Interview Questions
3.8
 • 187 Interviews
FOCUS EDUMATICS Interview Questions
3.2
 • 125 Interviews
Jaro Education Interview Questions
2.6
 • 123 Interviews
View all
BYJU'S Member Technical Staff Salary
based on 48 salaries
₹12 L/yr - ₹22 L/yr
38% more than the average Member Technical Staff Salary in India
View more details

BYJU'S Member Technical Staff Reviews and Ratings

based on 5 reviews

2.9/5

Rating in categories

4.6

Skill development

3.9

Work-life balance

4.6

Salary

2.6

Job security

4.0

Company culture

3.6

Promotions

4.0

Work satisfaction

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