Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Node.js uses event-driven, non-blocking I/O model to handle asynchronous operations.
Node.js uses callbacks to handle asynchronous operations.
It utilizes event loop to process multiple requests concurrently.
Promises and async/await are also used for handling asynchronous operations in a more readable way.
A pure function is a function that always produces the same output for the same input and has no side effects.
Always returns the same output for the same input
Does not modify any external state or variables
No side effects such as network or database calls
Easier to test and reason about
Example: function add(a, b) { return a + b; }
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
Normal puzzle code, duration is 30 mins
Decorators are functions that modify the behavior of other functions or methods.
Decorators are used to add functionality to existing functions without modifying their code.
They are commonly used in Python to modify the behavior of functions or methods.
Decorators are applied using the @decorator_name syntax before the function definition.
Examples of decorators in Python include @staticmethod, @classmethod, and @property
Top trending discussions
I applied via Campus Placement
My final year project was on developing a web-based inventory management system using Java and MySQL.
Developed using Java and MySQL
Web-based inventory management system
Implemented basic OOPs concepts
Used MVC architecture for better code organization
Included features like user authentication, product management, and order tracking
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Types of test steps in software testing
Unit testing - testing individual units or components of the software
Integration testing - testing how different units or components work together
System testing - testing the entire system as a whole
Acceptance testing - testing if the software meets the requirements and is ready for release
Regression testing - testing to ensure that changes or updates to the software did not intro...
I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.
Static class and static constructor in C#
Static class can only contain static members and cannot be instantiated
Static constructor is called only once when the class is first accessed
Static constructor is used to initialize static members of the class
Example: Math class in C# is a static class
Example: static constructor can be used to initialize a static variable with a value
Performance improvement in Angular app
Use lazy loading to load modules on demand
Optimize change detection strategy
Use trackBy function in ngFor loops
Minimize DOM manipulation
Use AOT compilation
Implement server-side rendering
Use web workers for heavy computations
Use caching for frequently accessed data
based on 3 interviews
Interview experience
based on 9 reviews
Rating in categories
Data Engineer
14
salaries
| ₹4 L/yr - ₹5 L/yr |
Softwaretest Engineer
9
salaries
| ₹4 L/yr - ₹5 L/yr |
Salesforce Developer
5
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Salesforce Administrator
5
salaries
| ₹4.8 L/yr - ₹6 L/yr |
Software Engineer
4
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
TCS
Accenture
Wipro
Cognizant