Open In App

Byju’s Interview Experience for MTS-1 (On-Campus)

BYJU’s selection process consists of three rounds:

Round-1(Online Coding Test): The coding round was conducted on the HackerEarth platform which consisted:



20 MCQ: All the MCQs were related to Operating System, Database Management system, and pseudocode. 

Coding Questions: – There were 2 coding questions, both medium-level questions.



Input Output
1 2
2 4
3 6
4 8
5 21

Round-2(Technical Round-I): The Interviews were offline on-campus and 2 people were present. It started with a basic introduction and they jumped straight to questions.

The interviewer asked around 4 Data structures and algorithm questions:-

  1. Next higher palindromic number using the same set of digits
  2. Maximum difference between two elements such that larger element appears after the smaller number
  3. Reverse a linked List
  4. Next Permutation

I was able to clear this round.

Round-3(Technical Round-II): This round was more focused on the System-Design and Computer science fundamentals.

Overall this round took about 2 hrs and detailed discussions were done on OS and system design. However, the interviewees didn’t seem satisfied with my system design knowledge.

Verdict- Not Selected

Tips:

  1. Stay calm during the interviews.
  2. If you know the optimized solution to a question then don’t waste the interviewer’s time by first telling the brute force answer.
  3. Practice Some common system design questions from the leetcode discussed.
Article Tags :