Filter interviews by
I was interviewed in Dec 2024.
Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.
Event loop continuously checks the call stack for any functions that need to be executed.
If the call stack is empty, the event loop checks the callback queue for any functions that are waiting to be executed.
The event loop then moves functions from the callback queue to the call stack for execution.
Pract...
Asynchronous and synchronous refer to different ways of executing code. Asynchronous allows multiple tasks to be executed simultaneously, while synchronous executes tasks one after the other.
Synchronous code executes tasks sequentially, waiting for each task to finish before moving on to the next one.
Asynchronous code allows tasks to be executed concurrently, without waiting for each task to finish before starting the ...
I was interviewed in Jan 2025.
Lakhera Global Services interview questions for popular designations
I was interviewed before Feb 2024.
I was interviewed before Feb 2024.
Top trending discussions
I was interviewed in Aug 2024.
Attended the TCS NQT, depending on how many advanced questions and the test cases you pass in coding section, you'll get assigned Ninja (3L) Digital (7L) or prime (9L)
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
Interview experience
based on 25 reviews
Rating in categories
Back Office Executive
3
salaries
| ₹1 L/yr - ₹2 L/yr |
TCS
Accenture
Wipro
Cognizant