Le processus a pris 1 jour. J'ai passé un entretien chez Pocket Gems (San Francisco, CA) en nov. 2011
Entretien
I came onsite to talk with them. THey really liked my database backed work. The people here were all really smart and talented. I would have really liked to work here. They have free drinks at the office and a pool table and some other game machines. They seem pretty laid back. Everybody wears casual clothes.
Questions d'entretien [4]
Question 1
Write code to partition a linked list around a value x so that all nodes less than x come before all nodes greater than x.
You have two numbers represented by a linked list where each node contains a single digit. The digits are stored in reverse order. Write a function to add two numbers and return another linked list.