J'ai postulé via un recruteur. Le processus a pris 5 jours. J'ai passé un entretien chez Dealer.com by Cox Automotive (Dallas, TX) en sept. 2015
Entretien
The interview process has 3 steps.
Step 1: is a take home test.
Step 2: is a onsite programming exercise.
Step 3: is more of design pattern and architecture discussion.
The interview process takes more than 1 week because there is a gap between round 1 and round 2.
Questions d'entretien [3]
Question 1
For the position of Java Programmer:
Take Home Test:
1. Take a file which contains key value pairs. Group the keys and display the count for each key
2. Check whether a string is palindrome or not.
Round 1:
1. Walk through a tree using recursion.
2. Print all nodes, and indent the child nodes of the tree depending on their depth in the tree.
3. skip the root node and only print the child nodes.
Round 2:
1. Some design patterns and architecture questions.
There is a nested menu structure. You have to print the entire menu structure. Make sure that the children are indented and the parent node is skipped when printing the menu.