J'ai postulé via un recruteur. J'ai passé un entretien chez Everforth Apex Systems (Cupertino, CA) en juin 2015
Entretien
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.
Questions d'entretien [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.