Filter interviews by
I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.
Subjects related to Financial product.
Top trending discussions
I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.
Arrays are contiguous memory blocks while linked lists are nodes linked by pointers.
Arrays have fixed size while linked lists can grow dynamically.
Insertion and deletion is faster in linked lists than in arrays.
Arrays have direct access to elements while linked lists need to traverse from the beginning.
Arrays are better for random access while linked lists are better for sequential access.
I applied via Walk-in and was interviewed before Oct 2021. There were 3 interview rounds.
Engilsh, basic maths knowledge
I applied via LinkedIn and was interviewed before Aug 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Nov 2021. There were 3 interview rounds.
Introduction initiated by 3 people. 2 people starts technical discussion. 1 started managerial discussion
I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.
Component communication in Angular involves passing data between components.
Parent to child communication using @Input decorator
Child to parent communication using @Output decorator and EventEmitter
Sibling component communication using a shared service
Example: Passing data from parent component to child component using @Input() decorator
Example: Emitting an event from child component to parent component using @Output()
Angular and React have different life cycle methods for components.
Angular has OnInit, OnDestroy, and ngOnChanges methods.
React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.
These methods allow developers to control what happens at different stages of a component's life cycle.
For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal
Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.
Call method allows you to call a function with a specified 'this' value and arguments provided individually.
Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.
Bind method returns a new function with a specified 'this' value and arguments provided as a list.
Example: function greet...
ES6 features are new additions to JavaScript that make coding easier and more efficient.
Arrow functions for concise syntax
Let and const for block scoping
Template literals for string interpolation
Destructuring for easy object and array manipulation
Spread and rest operators for easy array manipulation
Classes for object-oriented programming
Promises for asynchronous programming
Default parameters for function arguments
Modul
I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant