Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Brave Bison (Bengaluru) nel mese di nov 2012
Colloquio
written round on codin.It was an elimination round.Just 1 question.u need to code for it.
I did not clear that round
Domande di colloquio [1]
Domanda 1
Level order traversal(not pre,post,in order traversal) of a tree.hadn't heard bout it before.
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Brave Bison (Bengaluru) nel mese di dic 2012
Colloquio
1)written test
2)tehnical interview rounds
Domande di colloquio [2]
Domanda 1
Written round: 1 question, 1 hour.
1)implement a HashMap (string, string) by only using arrays,
Make a class BigInteger that takes as input a very long character string ( out of scope of long). The class should have the following functions:
add(BigInteger other) //should perform this + other, and return this
subtract(BigInteger other)// should perform this - other, and return this
multiply (Biginteger other) // should perform this * other and return this