I applied through a recruiter. I interviewed at Everforth Apex Systems (Cupertino, CA) in Jun 2015
Interview
There were 2 rounds. First round was telephonic interview where they asked for simple JavaScript, jQuery, Bootstrap, AngularJS and HTML5 questions. For the second round of interview, they asked about JavaScript String questions.
Interview questions [1]
Question 1
Find characters present between 2 characters which are asked by user from array?
Ex. { ‘*’, 2,3,4,’#’, ‘eweew’, ‘sdds’, 56,8,’$’,’asdfdfs’,234234,’%’} , find characters between * and # without using subStr or subString.