Depends on the technology you're applying for.
Senior Ui Engineer Interview Questions
723 senior ui engineer interview questions shared by candidates
Implement the `curry()` function. E.g. ``` const add = (a, b, c) => a + b + c; const curriedAdd = curry(add); console.log(curriedAdd(1)(2)(3)); // prints 6. console.log(curriedAdd(1, 2)(3)); // also prints 6. ```
Hashtable vs an array, when to use each
Touch based on front end questions. Was asked to develop small UI applications and add functionality to it. Focus was purely on HTML, CSS and JAVASCRIPT
Deep copy an object in JS when Object has multiple levels of child parent keys
Css, backend, application architecture, html
Develop a progressbar in plain javascript
adding last m digits of an array of n elements. something like this, I don't remember clearly now
Angularjs,basic javascript
Angular related implementation tasks .
Viewing 351 - 360 interview questions