Analyze a horrible JavaScript function to determine the problems. Essentially a nasty for loop with a setTimeout inside that did a console.log of the loop iterator's value.
Lead Web Developer Interview Questions
9,552 lead web developer interview questions shared by candidates
Given a interaction where hovering a link displays a tooltip of dynamic information (e.g.- Ajax), write the basic functions to perform the lookup (yes, jQuery is allowed) and explain how you'd cache the results so an HTTP request wasn't made if the tooltip already existed.
what games do i play, have i worked in a team
How do you feel about the use of commas in a sentence? (Yes, I really was asked this. Irrelevant.)
Describe the three pillars of OOP.
Asked me to write a throttle function in javascript. Well, essentially...he wanted me to write a function that would call another function, but not if it had been called within a certain set time, which is essentially what a throttle function is. I completely flailed, but it's a useful function to have...probably why they put it in the underscore library which is what I based this answer on.
The people of TownX pay as much income tax(percentage-wise) as the number of rupees made per week. What's the optimal salary?
Why did you pick Scorpion to apply?
What can you do to make a site more efficient?
Technical Interview: Create a function that inserts a dot (".") between each character of a string. There shouldn't be a dot at the beginning or the end of the string, just in between characters.
Viewing 51 - 60 interview questions