J'ai postulé en ligne. J'ai passé un entretien chez LendingTree (Charlotte, NC) en avr. 2017
Entretien
3 step process:
• Internal recruiter phone screen
• Engineer phone screen
• In person interview
The job asked for 5 years of experience(I have less than 2) but since my github has over 1,500 commits in the past year and I answered the questions with the engineer well they decided to proceed.
Questions d'entretien [1]
Question 1
Engineer phone screen questions:
1.) What is a closure?
2.) What's the right way to share data between controllers/directives?
3.) What is the dot notation?
In person whiteboard questions:
1.) Say you had an array of objects with 3 keys(name, apr and max_credit) how would you sort the array by apr in ASC order.
2.) Say you had the same array of objects how would you find the objects that apr are within a range?
3.) How would you check if a string is a palindrome manually?