Impulsa tu carrera profesional Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.
Iniciar sesión/Registrarse
Empresas seguidas Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.
Buscar empresas
Búsquedas de empleo Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.
Buscar empleos
Candidato de entrevista anónimo
Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer en Brave Bison Candidato de entrevista anónimo Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en Brave Bison (Bengaluru) en nov 2012
written round on codin.It was an elimination round.Just 1 question.u need to code for it.
I did not clear that round
Pregunta 1
Level order traversal(not pre,post,in order traversal) of a tree.hadn't heard bout it before.
Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en Brave Bison (Bengaluru) en dic 2012
1)written test
2)tehnical interview rounds
Pregunta 1
Written round: 1 question, 1 hour.
1)implement a HashMap (string, string) by only using arrays,
Pregunta 2
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