J'ai postulé en ligne. J'ai passé un entretien chez eDreams ODIGEO (Barcelone)
Entretien
10 questions by phone
2 hours online programming tests
My results was:
_______________________
+ positive
- negative
= neutral
1. Implement the JavaScript native function indexOf
= No namespace pollution
-- Does not use fromIndex parameter, therefore fails for most cases.
2. Implement a unit test of your indexOf() implementation (Bonus: use mocha)
+ Uses Mocha
+ Decent cases for the implemented solution.
- Missing most cases for the full implementation
3. Add double-checks in inbox
- Changed the inbox.js file
+ Good debugging skill for finding the right place to change and keeping track of what was going on.
Questions d'entretien [7]
Question 1
1. Re-implement the JavaScript native function String.indexOf()
using the String.charAt() function and no other built-in functions.