i
BYJU'S
Filter interviews by
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.
There was 2 coding question
One was easy One was very Difficult
20 MCQ question from Operating system and DBMS
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.
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...
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.
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.
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
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
I applied via Referral and was interviewed before Aug 2022. There were 4 interview rounds.
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.
Ask to create a database design and API for a todo list app
I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.
BYJU'S interview questions for designations
I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.
I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.
Easy leetcode code 2 questions , HTML5 css javascript simple screen design
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.
posted on 22 Nov 2024
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
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 ...
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
Interview experience
based on 89 reviews
Rating in categories
Business Development Associate
11.6k
salaries
| ₹3 L/yr - ₹10 L/yr |
Business Development Manager
4k
salaries
| ₹5.8 L/yr - ₹16.7 L/yr |
Business Development Executive
3.3k
salaries
| ₹1 L/yr - ₹8 L/yr |
Senior Business Development Associate
3k
salaries
| ₹4 L/yr - ₹11 L/yr |
BDA
2.3k
salaries
| ₹1 L/yr - ₹10 L/yr |
Unacademy
Vedantu
Toppr
Whitehat jr