Air India
Tech Mahindra Interview Questions and Answers
Q1. Past experiences history, New updates in cargo management
Q2. what is eventloop working
Event loop is a mechanism in Node.js that allows non-blocking I/O operations to be performed asynchronously.
Event loop continuously checks the call stack for any functions that need to be executed.
It offloads I/O operations to the system kernel and executes callbacks when the operations are completed.
Event loop ensures that Node.js remains responsive and can handle multiple requests concurrently.
Q3. What is promise
A promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained together using .then() method.
They help avoid callback hell and make code more readable and maintainable.
Q4. what is eventloop
The event loop is a mechanism in Node.js that allows for non-blocking I/O operations by handling asynchronous tasks.
Handles asynchronous tasks by executing callback functions when I/O operations are completed
Ensures that the Node.js application remains responsive by not blocking the main thread
Uses a single-threaded model to process multiple tasks concurrently
Q5. What is landing gear
Landing gear is a system of wheels, skids, or floats that support an aircraft during landing and takeoff.
Landing gear helps an aircraft to safely land and take off by providing support and stability.
There are different types of landing gear, such as tricycle gear (one wheel in the front and two in the back) and tailwheel gear (two wheels in the front and one in the back).
Some aircraft, like helicopters, have skids instead of wheels for landing gear.
Floatplanes have landing ge...read more
Top HR Questions asked in Tech Mahindra
Interview Process at Tech Mahindra
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month