Filter interviews by
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
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.
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
Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.
Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.
Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.
KVA takes into account both the real power (KW) and the reactive power (KVAR) produc...
The type of motor used in ceiling fans is an induction motor.
Ceiling fans typically use single-phase induction motors.
These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.
The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.
The stator contains windings that create a rotating m...
A thermal power plant generates electricity by converting heat energy into mechanical energy.
Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.
The steam drives a turbine, which is connected to a generator that produces electricity.
The heat source can be coal, natural gas, oil, or nuclear reactions.
The steam is condensed back into water and recycled in a closed-loop system.
Thermal p...
A program to generate a geometric progression (GP).
Take the first term, common ratio and number of terms as input.
Use a loop to calculate each term of the GP.
Print the generated GP as output.
A program to print factorial using recursion
Define a function to calculate factorial recursively
Base case: if the number is 0 or 1, return 1
Recursive case: multiply the number with factorial of (number - 1)
Print the factorial of a given number
Logic to reverse a string without using string functions
Iterate through the string from the last character to the first
Create a new string and append each character to it in reverse order
A C code that prints out the elements of an array of strings.
Declare an array of strings
Use a loop to iterate through the array
Print out each element
The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.
The probability can be estimated by analyzing the current weather patterns and historical data.
Factors such as humidity, temperature, and wind speed can affect the probability of rain.
Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.
The probability of ra...
It is impossible to accurately predict the probability of India winning the next Cricket World Cup.
Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.
Past performance of the team and individual players can be considered, but it does not guarantee future success.
Other teams participating in the tournament also play a significant role in determining t...
based on 21 reviews
Rating in categories
2-6 Yrs
₹ 8-20 LPA
Software Engineer
8
salaries
| ₹11 L/yr - ₹13 L/yr |
Quality Analyst
7
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