J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Goodreads (San Francisco, CA) en avr. 2015
Entretien
The interview process was very quick ,got a call for a initial talk on what things I am currently working on.A technical interview was scheduled for the very next day. The technical interview was partly coding and theoretical.Questions were mostly focussed on memory management.The coding was more like given a scenario , what will be the access specifier for the properties of the class.
Was shown some code snippets and asked to find the issues in the code.
Questions d'entretien [5]
Question 1
What is a process ? What is a thread ? what are the differences between a process and thread.
what is the difference between #define and const
When to use a macro and when a const ?
Which one is more effective ?
for eg,
#define MY_CONST = 10
const int MY_CONST = 10