Filter interviews by
I applied via Job Portal
The process of creating a web page involves planning, designing, coding, testing, and deploying.
Plan the layout and content of the web page
Design the visual elements using HTML, CSS, and possibly JavaScript
Code the web page using the chosen technologies
Test the web page for functionality and responsiveness
Deploy the web page to a server for public access
Lazy loading images can improve performance by only loading images when they are in the viewport.
Lazy loading images
Minifying CSS and JavaScript files
Using a content delivery network (CDN)
Implementing server-side rendering
Optimizing images for web
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Sep 2021.Β There was 1 interview round.
Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them internally.
It helps to decouple the code and makes it more testable.
It allows for easier maintenance and scalability.
It can be implemented using constructor injection, setter injection, or interface injection.
Example: Instead of creating a database connection object within a class, it can be passed as a depend
NgModule is a decorator that defines a module in Angular.
NgModule is used to group related components, directives, and services.
It helps to organize the application into smaller, manageable pieces.
It can import other modules and export its own components, directives, and services.
It can also provide configuration for dependency injection.
Example: @NgModule({ imports: [CommonModule], declarations: [AppComponent], export
Closure is a function that has access to variables in its outer scope, even after the outer function has returned.
A closure is created when a function is defined inside another function.
The inner function can access variables in the outer function, even after the outer function has returned.
Closures are commonly used to create private variables and functions in JavaScript.
Example: function outer() { var x = 10; functio...
Basic questions on javascript
I applied via Company Website and was interviewed in Oct 2024.Β There was 1 interview round.
Closure is a function that has access to its own scope, as well as the scope in which it was defined.
Closure allows a function to access variables from its outer function even after the outer function has finished executing.
It helps in maintaining state in asynchronous operations.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }
Hooks in React are functions that let you use state and other React features without writing a class.
Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.
useState() is a hook that allows you to add state to functional components.
useEffect() is a hook that allows you to perform side effects in functional components.
Custom hooks are reusable functions that can contain log...
posted on 21 Mar 2015
I appeared for an interview before Aug 2016.
I applied via Job Fair and was interviewed before Mar 2021.Β There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021.Β There were 5 interview rounds.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
3.4k
salaries
| βΉ2.7 L/yr - βΉ12.8 L/yr |
Senior Software Engineer
2k
salaries
| βΉ6 L/yr - βΉ19.8 L/yr |
QA Engineer
1k
salaries
| βΉ3 L/yr - βΉ11 L/yr |
Senior QA Engineer
776
salaries
| βΉ6.2 L/yr - βΉ15 L/yr |
System Analyst
746
salaries
| βΉ10 L/yr - βΉ25 L/yr |
Mphasis
eClerx
L&T Technology Services
Coforge