Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.
Angular Hooks are functions that allow you to execute code at specific stages of a component's life cycle.
ngOnInit() - called after the component is initialized
ngOnChanges() - called when the component's input properties change
ngDoCheck() - called during every change detection cycle
ngAfterContentInit() - called after content is projected into the component
ngAfterContentChecked() - called after every check of projected ...
Lazy loading is a technique to load modules on demand instead of loading everything at once.
Lazy loading improves the initial load time of the application.
It splits the application into smaller chunks that can be loaded when needed.
In Angular, lazy loading is achieved by configuring the routes with loadChildren property.
Syntax for routing path with lazy loading: { path: 'lazy', loadChildren: () => import('./lazy/lazy.m
I applied via Approached by Company and was interviewed before Sep 2022. There were 2 interview rounds.
Data binding is the automatic synchronization of data between the model and view components in an Angular application.
Data binding allows for the seamless communication between the component class and the template.
There are four types of data binding in Angular: Interpolation, Property binding, Event binding, and Two-way binding.
Example: {{ title }} in the template binds the value of 'title' from the component class to
Life cycle hooks are functions that allow you to tap into the lifecycle of Angular components.
Life cycle hooks are predefined methods that get called at specific points in the component's life cycle.
They allow you to perform actions like initialization, change detection, and destruction.
Examples of life cycle hooks include ngOnInit, ngOnChanges, and ngOnDestroy.
Lazy loading is a technique in web development where resources are loaded only when needed, improving performance.
Lazy loading helps reduce initial load time by loading resources on demand
It is commonly used in Angular for loading modules, components, or routes asynchronously
Lazy loading can improve user experience by only loading necessary resources when required
Using services or shared state management libraries like RxJS or NgRx
Use services to store and share data between components
Use shared state management libraries like RxJS or NgRx for complex data sharing
Use @Input and @Output decorators for parent-child component communication
Forms in Angular are used to handle user input and validation.
Template-driven forms: Uses directives like ngModel to build forms in the template.
Reactive forms: Uses form control objects to build forms programmatically in the component.
Form validation: Angular provides built-in validators like required, minLength, and custom validators.
Form submission: Forms can be submitted using ngSubmit event or formControl methods.
...
Promises are used for a single asynchronous operation, while observables are used for multiple asynchronous operations over time.
Promises are eager, meaning they start immediately upon creation. Observables are lazy, meaning they only start when subscribed to.
Promises can only handle a single value, while observables can handle multiple values over time.
Observables are cancellable, while promises are not.
Observables pr...
Top trending discussions
I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.
Code for sorting an array in ascending order without any sort functions.
Use nested loops to compare each element with every other element in the array.
Swap the elements if they are not in the correct order.
Repeat the process until the array is sorted in ascending order.
AOT and JIT are compilation methods used in Angular. AOT compiles code at build time while JIT compiles code at runtime.
AOT stands for Ahead-of-Time compilation and compiles code at build time
JIT stands for Just-in-Time compilation and compiles code at runtime
AOT generates optimized code that can be loaded faster
JIT generates code on the fly and can be slower than AOT
AOT is used for production builds while JIT is used
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
Data structure was more and it was difficult round
I applied via Great learning and was interviewed in Oct 2024. There were 2 interview rounds.
Coding question, reasoning, english, math, very easy
I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.
5 years of experience in software development
Proficient in Java, Spring Boot, and Angular
Strong problem-solving skills
Experience working in Agile development environment
Passionate about learning new technologies
posted on 13 Dec 2024
I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
Implemented lazy loading in web applications to improve performance by loading content only when needed.
Implemented lazy loading for images on a website to reduce initial page load time.
Utilized libraries like Intersection Observer to trigger loading of elements when they come into view.
Implemented lazy loading for components in a single page application to improve user experience.
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Software Engineer
166
salaries
| ₹2.6 L/yr - ₹9.7 L/yr |
Softwaretest Engineer
134
salaries
| ₹2.4 L/yr - ₹9.5 L/yr |
Recruitment Analyst
132
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Senior Software Engineer
125
salaries
| ₹6.5 L/yr - ₹24.6 L/yr |
Software Developer
65
salaries
| ₹3.2 L/yr - ₹11.6 L/yr |
Infosys
Wipro
TCS
HCLTech