Filter interviews by
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
It basically covers python and sql
Top trending discussions
Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser.
Node.js is built on Chrome's V8 JavaScript engine.
It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
Node.js is commonly used for building server-side applications and APIs.
It has a large ecosystem of open-source libraries and frameworks, such as Express.js.
Middleware is a software component that acts as a bridge between an application's request and response.
Middleware functions have access to the request and response objects
They can modify the request and response objects
Middleware can be used for tasks like authentication, logging, error handling, etc.
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 using .then() to handle success and .catch() to handle errors.
Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });
promise.all is a method in JavaScript that takes an array of promises and returns a single promise that resolves when all of the input promises have resolved.
Used to handle multiple asynchronous operations at once
Returns a single promise that resolves when all input promises have resolved
If any of the input promises is rejected, the returned promise is rejected with the reason of the first rejected promise
A callback is a function passed as an argument to another function to be executed later.
Callbacks are commonly used in asynchronous programming to handle tasks that take time to complete.
They are often used in event handling, timers, and AJAX requests.
Callbacks can be synchronous or asynchronous, depending on when they are executed.
Example: setTimeout(callback, 1000) will execute the callback function after 1 second.
posted on 17 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.
MCQ Test and designing a application
Serial and parallel streams in Java are used for processing collections of data in a sequential or parallel manner.
Serial streams process elements in a single thread, while parallel streams use multiple threads for faster processing.
Parallel streams can improve performance for large datasets by utilizing multiple cores of the processor.
Serial streams are suitable for smaller datasets or when order of processing is impo...
I was interviewed in Dec 2024.
posted on 24 Oct 2024
DSA - STRING AND ARRAY QUESTION
posted on 15 Sep 2023
I applied via Walk-in and was interviewed in Aug 2023. There were 2 interview rounds.
Good amazing and first interview of my life
Good amazing and first interview of my life
Moderate to difficult
I applied via Walk-in and was interviewed in Jul 2022. There were 2 interview rounds.
It depends on my current salary and the market standards.
I would like to discuss my current salary and the market standards to understand the reasoning behind the 30% hike without level up.
If my current salary is already high and the market standards are low, then a 30% hike without level up may be reasonable.
However, if my current salary is low and the market standards are high, then a 30% hike without level up may no...
Interview experience
Senior Software Engineer
6
salaries
| ₹10.2 L/yr - ₹13.5 L/yr |
Software Developer
5
salaries
| ₹4.2 L/yr - ₹11 L/yr |
Senior Software Developer
5
salaries
| ₹10 L/yr - ₹13.5 L/yr |
Infosys
TCS
Wipro
HCLTech