What was a time that you made a mistake and fixed the situation?
Software De Front End Interview Questions
21,139 software de front end interview questions shared by candidates
How would you handle aggressive customers? Are you good at multitasking?
Why do you want this job?
what hours are you available
1st technical: Problem solving round - Write down steps on how to get a certain amount of water from two different sized jugs (problem from Die Hard 3 I guess). Write a function to automate steps. 2nd technical: Code a timer using JS and DOM manipulation. Hook up timer value and start, pause, and reset buttons.
const arrInput = [1, 4, 6, 8, 9, 10]; const result = 6; //25;//24; // 8*1 = 8 < 24 // 8*4 = 24 == 24 // 8*9 // 8*10 // Find a pair whose multiplication is x*y = result // function should take 2 parameters: arr of numbers - arrInput , number - result
JavaScipt related questions
How do you right align a form in a page?
Do you know FIX protocol?
JS Question on variable scoping
Viewing 851 - 860 interview questions