Ho presentato la mia candidatura online. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Goodreads (San Francisco, CA) nel mese di apr 2015
Colloquio
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.
Domande di colloquio [5]
Domanda 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