i
TCS
Filter interviews by
I appeared for an interview in May 2024.
Node.js is a runtime environment that allows JavaScript code to run on the server-side.
Node.js uses an event-driven, non-blocking I/O model, making it lightweight and efficient.
It uses the V8 JavaScript engine from Google Chrome to execute code.
Node.js allows developers to build scalable network applications using JavaScript.
It has a large ecosystem of libraries and frameworks, such as Express.js for web applications.
Event loop in Node.js is a mechanism that allows Node.js to perform non-blocking I/O operations.
Event loop is responsible for handling asynchronous operations in Node.js.
It allows Node.js to perform multiple operations concurrently without blocking the execution.
Event loop continuously checks the event queue for any pending events and executes them in a loop.
Example: When reading a file in Node.js, the event loop allow...
Node.js applications can be deployed using various methods such as using a hosting service, containerization, or serverless platforms.
Use a hosting service like Heroku, AWS, or DigitalOcean to deploy the application.
Containerize the application using Docker and deploy it on a container orchestration platform like Kubernetes.
Utilize serverless platforms like AWS Lambda or Google Cloud Functions for deploying serverless
Some AWS services commonly used by Node JS developers are EC2, S3, Lambda, RDS, and API Gateway.
EC2 (Elastic Compute Cloud) for scalable virtual servers
S3 (Simple Storage Service) for object storage
Lambda for serverless computing
RDS (Relational Database Service) for managed databases
API Gateway for creating, publishing, maintaining, monitoring, and securing APIs
A callback function is a function passed as an argument to another function, which will be executed at a later time.
Used in asynchronous programming to handle tasks that take time to complete
Allows functions to be executed after another function has finished
Commonly used in Node.js for handling I/O operations
setTimeout function in JavaScript executes a function after a specified delay.
setTimeout function takes two parameters: a function to be executed and a delay in milliseconds.
The function is executed only once after the specified delay.
Example: setTimeout(() => { console.log('Hello, World!'); }, 2000); // Output: 'Hello, World!' after 2 seconds
Node.js. mongodb
What people are saying about TCS
Node.js uses child processes for multi-processing to take advantage of multiple CPU cores.
Node.js uses child processes to run multiple instances of the application in parallel.
The 'cluster' module can be used to create a pool of worker processes to handle incoming requests.
Using child processes allows Node.js to take advantage of multiple CPU cores for better performance.
TCS interview questions for designations
Use a database driver like Mongoose or Sequelize to connect a database to Node.js
Install the database driver package using npm
Require the database driver in your Node.js application
Create a connection to the database using the driver's connection method
Use the connection object to interact with the database
Callback hell is a situation in asynchronous JavaScript programming 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 structure which is hard to read and debug
Can be avoided by using promises, async/await, or modularizing code
Get interview-ready with Top TCS Interview Questions
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
C language is a general-purpose, procedural computer programming language.
Developed by Dennis Ritchie at Bell Labs in 1972
Used for system programming, embedded systems, and application software
Influenced many other programming languages such as C++, Java, and Python
based on 6 interviews
1 Interview rounds
based on 10 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.1k
salaries
| ₹5 L/yr - ₹16 L/yr |
AST Consultant
51.9k
salaries
| ₹8 L/yr - ₹25 L/yr |
Associate Consultant
30.4k
salaries
| ₹9 L/yr - ₹32.2 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Amazon
Wipro
Infosys
Accenture