Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Housejoy (Domlur) nel mese di giu 2019
Colloquio
Such a unprofessional people and dirty place. This is not the place if you are from MNCs. They made me write test in some dusty place, floor mat was muddy. While I was writing test one senior came to me he was so impolite and rude for no reason, as if I'm his maid. I can never imagine working over there. Come on guys treat an outsider well, you are not just an employee you are showcasing brand called housejoy
Domande di colloquio [1]
Domanda 1
Some common linked list and BST questions from Geeks for geeks
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Housejoy
Colloquio
First round was 5 problems assignment. It was pretty easy. Second round was a technical round.He asked me some basic data structure problems and some question on java 8 . I answered all DSA problems. So everything went fine and at last this guy came saying my DSA was weak which is obviously false and asked me to leave. I could have argued with that guy and known the exact reason, but want everyone to know this, because this happened with me in other companies too.
Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Housejoy (Bengaluru) nel mese di nov 2019
Colloquio
First round was a written test that contains three questions. Two of them are programming questions and one SQL question.To clear this round one should answer atleast 2 questions.
Second round is a face to face interview where they concentrated more on algorithms and data structures.
Domande di colloquio [8]
Domanda 1
Given a staircase with n steps. In how many ways can we reach the top by climbing 1 or 2 steps at a time.
Given an array containing elements [1 2 3 4 5]
find a logic to convert this array into [120 60 40 30 24].
we shouldn't use division to solve the problem