Filter interviews by
Had to check if every opening bracket has a closing pair.
Node JS uses event-driven architecture and non-blocking I/O to handle multiple requests efficiently.
Node JS uses event loop to handle multiple requests by delegating I/O operations to the system kernel asynchronously.
It can process multiple requests concurrently without getting blocked by I/O operations.
Node JS leverages callbacks and Promises to manage asynchronous operations and ensure smooth execution of code.
Exampl...
Callback hell is a situation where multiple nested callbacks make the code difficult to read and maintain.
Occurs when multiple asynchronous operations are nested within each other
Leads to deeply nested code which is hard to read and debug
Can be avoided by using promises, async/await, or libraries like async.js
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying helps in partial application of functions.
It allows for creating reusable functions with fixed parameters.
Example: const add = a => b => a + b; add(2)(3) returns 5.
Event loop is a mechanism that allows for asynchronous programming by handling events and callbacks.
Event loop is a single-threaded mechanism that processes tasks in a non-blocking way.
It continuously checks the event queue and executes the appropriate callback functions.
Commonly used in JavaScript for handling asynchronous operations like setTimeout, setInterval, and promises.
Middleware in express.js is a function that has access to the request and response objects, and can modify them or terminate the request-response cycle.
Middleware functions can perform tasks like logging, authentication, error handling, etc.
Middleware is added using app.use() method before defining routes.
Middleware functions can also be added locally to specific routes using app.use() before the route handler.
Example:...
I applied via Company Website and was interviewed before Sep 2021. There were 4 interview rounds.
Logical Aptitude, Verbal, Numerical
2 codes one small and easy , another big and medium difficultly
I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.
Good problemtic Skills and knowledge check and sharpness
C Language use for programs and Oracle and Java in learning process
Yes, there are many operators and logical programs used in various fields.
Operators like +, -, *, / are used in mathematical calculations.
Logical programs like if-else, switch-case are used in programming.
Operators like AND, OR, NOT are used in boolean logic.
Operators like >, <, == are used in comparisons.
Examples of logical programs include sorting algorithms, search algorithms, etc.
I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
Senior Software Engineer
8
salaries
| ₹16 L/yr - ₹19.4 L/yr |
Cloud Automation Engineer
6
salaries
| ₹15.8 L/yr - ₹22.6 L/yr |
Technical Lead
5
salaries
| ₹37 L/yr - ₹37 L/yr |
Scrum Master
3
salaries
| ₹18.5 L/yr - ₹24 L/yr |
TCS
Accenture
Wipro
Cognizant