Tintri Interview Question

I was asked to (on white board) sketch out the HTML, CSS, and JavaScript for a "type ahead" component which will get it's items dynamically

Interview Answer

Anonymous

Nov 29, 2016

I sketched out the basic behavior, but we also discussed concepts like debounce (to alleviate too many calls to server as user types), etc.