Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.
A closure is a function that has access to variables in its outer (enclosing) scope.
A closure is created when a function is defined inside another function
The inner function has access to the outer function's variables and parameters
Closures can be used to create private variables and methods
Example: function outer() { var x = 10; function inner() { console.log(x); } return inner; } var closure = outer(); closure(); //
Event loop is a mechanism that allows Node.js to perform non-blocking I/O operations.
Event loop is responsible for handling asynchronous callbacks in Node.js.
It continuously checks the event queue for any new events and executes them one by one.
It allows Node.js to handle multiple requests simultaneously without blocking the main thread.
Event loop is implemented using libuv library in Node.js.
Event loop can be visualiz...
Bristlecone interview questions for designations
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I was interviewed in Oct 2020.
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.
Easy to medium Level Questions are there
Coding Round Includes Codes From Arrays and Strings
based on 4 interviews
Interview experience
based on 22 reviews
Rating in categories
Consultant
648
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
511
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Consultant
315
salaries
| ₹0 L/yr - ₹0 L/yr |
Specialist
213
salaries
| ₹0 L/yr - ₹0 L/yr |
Principal Associate
160
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys Consulting
TCS
Wipro
Tech Mahindra