i
GSPANN Technologies
Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Topics related to javascript basics and html.
Group array of objects by key
Use Array.reduce() method to group objects by key
Create an empty object to store the grouped objects
Iterate over the array and check if the key already exists in the grouped object, if not create a new key and add the object to it
Change detection strategy is a method used to identify and track changes in data or state within an application.
Use frameworks like Angular that have built-in change detection mechanisms
Implement manual change detection by comparing previous and current states of data
Leverage immutable data structures to easily detect changes
Custom pipes and directives are used in Angular to transform data and manipulate the DOM.
Custom pipes can be created by implementing the PipeTransform interface and defining a transform method.
Custom directives can be created by using the @Directive decorator and defining the desired behavior.
Example of custom pipe: transforming a string to uppercase.
Example of custom directive: highlighting an element on hover.
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
posted on 11 Jun 2024
Finding common characters in 3 strings using coding
Create a function that takes in 3 strings as input
Iterate through each character of the first string and check if it exists in the other 2 strings
Store the common characters in an array and return it
posted on 23 May 2024
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
var, let, and const are all used for variable declaration in JavaScript, but they have different scopes and behaviors.
var is function scoped, let and const are block scoped
var can be redeclared and updated, let can be updated but not redeclared, const cannot be redeclared or updated
const is used for variables that should not be reassigned, like constants
A promise in JavaScript represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
Promises are objects that represent the eventual completion (or failure) of an asynchronous operation.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and failure.
Example: new Promise((resolve, reject) => { ... }).then(res
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
1 hr -duration and Question is Full of basics and technology what we have used
posted on 13 Mar 2024
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
Basic CSS properties include color, font-size, margin, padding, and display.
color
font-size
margin
padding
display
based on 2 interviews
Interview experience
Senior Software Engineer
456
salaries
| ₹7.5 L/yr - ₹27 L/yr |
Technical Lead
375
salaries
| ₹11 L/yr - ₹31 L/yr |
Software Engineer
299
salaries
| ₹4 L/yr - ₹15 L/yr |
Senior Technical Lead
138
salaries
| ₹11.5 L/yr - ₹32.8 L/yr |
Associate Software Engineer
102
salaries
| ₹2 L/yr - ₹8.6 L/yr |
TCS
Infosys
Wipro
HCLTech