My experience they are asking
Senior Developer Interview Questions
30,082 senior developer interview questions shared by candidates
What is your opinion on REST APIs, asked by Thibault Viglino
How to call child controller function from parent component if same component is getting called 4 times in parent component.
Coding and subjective questions on Front End Development
write code to unique object array from var obj = [ { name: 'xyz', id: '1' }, { name: 'abc', id: '2' }, { name: 'xyz', id: '1' }, { name: 'pqr', id: '3' }, ];
what is currying in the javascript Currying is a technique used to transform a function with multiple arguments into a sequence of nested functions, each taking a single argument. The curried function returns a new function for each argument until all arguments are provided, and then it finally returns the result. This technique allows for partial application of a function, meaning you can pass some arguments now and the rest later.
What is an event loop?
what is bubble sort?
Write a program to find the occurance of duplicates and it's count in a given string
Discuss Composite Pattern with the example of a File System
Viewing 1361 - 1370 interview questions