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

29 Nov 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.