Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.
Coding related to core java topics
I was interviewed in Nov 2024.
Middleware in .NET can be implemented using the 'UseMiddleware' method in the Startup class.
Use the 'UseMiddleware' method in the Configure method of the Startup class to add middleware in the request pipeline.
Create a custom middleware class that implements the 'IMiddleware' interface.
Register the custom middleware class in the ConfigureServices method of the Startup class.
Common exceptions encountered in middleware include timeout errors, connection errors, and invalid input errors.
Timeout errors occur when a request takes too long to process.
Connection errors happen when there is a problem connecting to a database or external service.
Invalid input errors occur when the data provided does not meet the expected format or criteria.
Change detection in Angular is the process of detecting changes in the application state and updating the view accordingly.
Angular uses change detection to keep the UI in sync with the application state.
It compares the current state of the application with the previous state to determine what has changed.
If a change is detected, Angular updates the view to reflect the new state.
Change detection can be triggered by user...
Subject in Angular is used for multicasting observables to multiple subscribers.
Subject is a type of Observable that allows values to be multicasted to multiple Observers.
It acts as both an Observable and an Observer.
Subjects are hot Observables, meaning they start emitting values immediately upon creation.
Example: const subject = new Subject(); subject.next(1); subject.subscribe(value => console.log(value)); // Out
I applied via Job Fair and was interviewed in Aug 2024. There were 3 interview rounds.
Node Js, computer science
System design in Node.js involves applying SOLID principles and design patterns for scalable and maintainable applications.
Use SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) to design modular and flexible systems.
Apply design patterns like MVC, Factory, Singleton, Observer, etc. to address common design problems and improve code reusability.
Utiliz...
I was interviewed in Dec 2024.
Hackerrank questions
posted on 9 May 2024
Developer
27
salaries
| ₹11 L/yr - ₹20 L/yr |
Software Developer
23
salaries
| ₹12 L/yr - ₹27.2 L/yr |
Java Developer
22
salaries
| ₹9 L/yr - ₹27.8 L/yr |
Qa Developer
19
salaries
| ₹10 L/yr - ₹22.1 L/yr |
Senior Developer
18
salaries
| ₹18 L/yr - ₹33 L/yr |
TCS
Infosys
Wipro
HCLTech