To make a http call and do product comparison using Vanilla JS. Also user can remove one product and search (auto-suggestion) products and add product for compare.
Ui Engineer Interview Questions
12,474 ui engineer interview questions shared by candidates
Second round was Data Structure and Problem solving. Mostly on Tree, Linked list, Algorithm efficiency
The interviewer asked following questions for UI architect role (round 2): 1. Whats debounce, write code for debounce 2. Apply / bind in jQuery 3. Closures and implement with example 4. Binary search in array 5. Custom hook that will execute on component load
iQA
Logical questions on prograamming about UI
How you used API Calls in your last job?
clousure ,hoisting,gloabal and local scope.
what is closure Example.?
Function abc(x=a,a=8){ console.log(x+a); } abc(16)
var abc=function(x=a,a=16){ return x+a }; console.log(abc(8));
Viewing 2001 - 2010 interview questions