how many years you have experience in javascript,angular,bootstrap etc., and how u use in projects
Ui Engineer Interview Questions
4,057 ui engineer interview questions shared by candidates
Write a sum method which will work properly when invoked using either syntax below. console.log(sum(2,3)); // Outputs 5 console.log(sum(2)(3)); // Outputs 5
Only online test.
How to slow down events? Implement a debounce method which triggers the next event after 10s and not immediately. Example: In a gaming scenario, user hits up arrow continuously to move his car. This would fire key-up events continuously, how would you maintain the refresh rate on the screen?
Create a simple image gallery using HTML/CSS/JS that rotates through images once per second.
OOP design of a banking system: bank account, transactions and owners.
Write a single page application that has a button in it with the text "I have been clicked 0 times". Every time the button is clicked, add one to the number in the button text and also add another button to the document with the initial text "I have been clicked 0 times".
Since, its a NDA. I cannot specify what questions were asked. What I can tell is, they focus on checking how strong are your basics of frontend technologies.
Explain how to increase the website's loading speed?
what is JavaScript and what is Angular, when and where to use it, is there any alternate?
Viewing 731 - 740 interview questions