i
QUICK HEAL TECHNOLOGIES
Filter interviews by
I applied via Walk-in and was interviewed before Aug 2021. There were 2 interview rounds.
posted on 28 Jan 2020
I applied via Naukri.com and was interviewed in Jul 2019. There were 3 interview rounds.
Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.
UART: asynchronous serial communication, start and stop bits, baud rate
SPI: synchronous serial communication, master-slave architecture, clock polarity and phase
CAN: differential serial communication, arbitration, error detection and correction
I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching
posted on 14 May 2018
posted on 12 Aug 2022
I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.
I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.
Detect if two circular linked lists overlap
Traverse both lists and check if they have the same tail node
If they have different tail nodes, they do not overlap
If they have the same tail node, check if they intersect at any point
Use Floyd's cycle-finding algorithm to detect intersection point
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 interview rounds.
Minimum 2 platforms required for a railway station.
At least 2 platforms are required for trains to arrive and depart simultaneously.
Additional platforms may be required based on the frequency of trains and passenger traffic.
Platforms should be long enough to accommodate the longest trains that will use the station.
Platforms should also have appropriate facilities for passengers, such as seating, shelter, and signage.
Find set of numbers from an array that can form nearest sum to the given number.
Sort the array in ascending order
Use two pointers approach to find the nearest sum
Return the set of numbers
Trapping Rain Water Problem
The problem involves calculating the amount of water trapped between bars in a histogram
The solution involves finding the maximum height of bars on both sides of each bar and subtracting the height of the bar itself
This can be done using two arrays to store the maximum height of bars on the left and right side of each bar
The problem is to find the least cost to travel from source to destination using dynamic programming.
Use dynamic programming to solve the problem
Create a 2D array to store the minimum cost to reach each cell
Fill the array using the recurrence relation: minCost[i][j] = cost[i][j] + min(minCost[i-1][j], minCost[i][j-1], minCost[i-1][j-1])
The final answer will be stored in minCost[m][n], where m and n are the coordinates ...
Level order traversal of Binary tree
Use a queue to traverse the tree level by level
Enqueue the root node and then dequeue it and enqueue its children
Repeat until the queue is empty
posted on 29 Sep 2021
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
posted on 23 Oct 2021
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
Questions on Ajax, JS code for AJAX, hoisting, and related keywords for Senior Software Engineer role.
Ajax is a technique for creating fast and dynamic web pages without reloading the entire page.
JS code for AJAX involves creating an XMLHttpRequest object, defining a callback function, and sending a request to the server.
Hoisting is a JS mechanism where variables and function declarations are moved to the top of their ...
React program to change div background color if both input boxes > 10
Create a state for each input box
Add onChange event to each input box to update state
Use useEffect to check if both input values are greater than 10
If true, update state to change div background color
posted on 24 Jun 2022
I applied via Recruitment Consulltant and was interviewed in May 2022. There were 4 interview rounds.
posted on 23 Oct 2023
Software Engineer
93
salaries
| ₹5.1 L/yr - ₹13.8 L/yr |
Area Sales Manager
92
salaries
| ₹4 L/yr - ₹7.4 L/yr |
Technical Support Engineer
90
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Senior Software Engineer
84
salaries
| ₹8.6 L/yr - ₹28 L/yr |
QA Engineer
54
salaries
| ₹4.3 L/yr - ₹11 L/yr |
Oracle
KPIT Technologies
Intellect Design Arena
Oracle Cerner