Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso FIS nel mese di ott 2015
Colloquio
I interviewed for the GT.M project in FIS Global. Round 1 involved compiling and running a GT.M database. I was given access to source code. I had to use a Unix based system to compile it. Round 2 involved technical interview with a senior programmer. The job description mentioned the importance of the knowledge of DataStructures and Algorithms. That should have been my first clue.
Domande di colloquio [5]
Domanda 1
When will you Compiler. When will you pick Interpreter.
What are the types of tree traversals? Why do we have so many tree traversals.
Under what circumstances will you use Hash values and binary search. Compare their performance. How will you handle the Hashmap if it results in a lot of Collisions
Consider a scenario where multiple processes are accessing a read-only memory. How will it work? Now, the processes are accessing write-able memory. How will it work? What locking mechanism will be used. How does compare and swap work