Filter interviews by
I applied via Referral and was interviewed in Apr 2022. There were 2 interview rounds.
Count the number of islands in a binary matrix.
Traverse the matrix and for each 1 encountered, perform DFS to mark all connected 1s as visited.
Increment the island count for each new DFS traversal.
Use a visited matrix to keep track of visited cells.
Consider diagonal cells as connected if required.
Optimize by using Union-Find data structure.
Find the median of a stream of numbers.
Maintain two heaps, one max heap for the lower half and one min heap for the upper half.
If the size of the heaps differ by more than 1, balance them by moving the root of one heap to the other.
If the size of the heaps are equal, the median is the average of the roots of the two heaps. Otherwise, the median is the root of the heap with more elements.
I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.
Assignment on Ansible and other scripting and few other technical and scenario based questions
I applied via Approached by Company and was interviewed in Nov 2022. There were 4 interview rounds.
Rearrange a string so that all characters become d distance away.
Create an array of size n+d and initialize it with 0
Iterate through the string and place each character at its corresponding index in the array
Join the array elements to form the rearranged string
It was medium to hard level coding questions
Bytelearn Edtech interview questions for popular designations
I applied via Cuvette and was interviewed before Jan 2022. There were 3 interview rounds.
We have given a task to create a blog application using react.js and any other backend technologies
Polyfill for map and reduce functions in JavaScript.
Create a function that takes an array and a callback function as arguments.
Loop through the array and apply the callback function to each element.
Return a new array with the modified elements.
For reduce, create a function that takes an array, a callback function, and an initial value as arguments.
Loop through the array and apply the callback function to each element a...
I applied via Cuvette and was interviewed before Jan 2022. There were 3 interview rounds.
At first the assignment was to create a Blog application having basic crud applications using databases.
Polyfill for Reduce and CSS Positioning
For Reduce, use Array.prototype.reduce polyfill to support older browsers
For CSS Positioning, use position: relative on parent element and position: absolute on child element
Alternatively, use a CSS Grid or Flexbox layout for more modern and flexible positioning
Top trending discussions
I applied via Campus Placement
My final year project was on developing a web-based inventory management system using Java and MySQL.
Developed using Java and MySQL
Web-based inventory management system
Implemented basic OOPs concepts
Used MVC architecture for better code organization
Included features like user authentication, product management, and order tracking
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Types of test steps in software testing
Unit testing - testing individual units or components of the software
Integration testing - testing how different units or components work together
System testing - testing the entire system as a whole
Acceptance testing - testing if the software meets the requirements and is ready for release
Regression testing - testing to ensure that changes or updates to the software did not intro...
based on 5 interviews
Interview experience
based on 22 reviews
Rating in categories
Software Engineer
8
salaries
| ₹11 L/yr - ₹13 L/yr |
Quality Analyst
8
salaries
| ₹1 L/yr - ₹4 L/yr |
Software Engineer Intern
5
salaries
| ₹1 L/yr - ₹4 L/yr |
Associate Product Manager
4
salaries
| ₹6.5 L/yr - ₹9 L/yr |
Front end Engineer
3
salaries
| ₹8 L/yr - ₹8 L/yr |
TCS
Accenture
Wipro
Cognizant