Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Lemnisk nel mese di gen 2015
Colloquio
First Round was written MCQs. We had to tick the correct answer. Marking was +3 and -1.
Then they shortlisted 12 students.
There were two Technical rounds.
TR1
Asked about my projects.
In the first they asked about OOPS concepts and to implement getMin() in stack. And about sorting algorithms Quicksort and MergeSort. And which one was better among them.
And they also asked to fing nth largest element in an array in logn time.
We can do this by modifying quicksort.
TR2
Asked about projects.
Asked to implement graphs.
Asked to convert a string to a number.
And given a file extract phone numbers from it. The file contains numbers starting with +91 and has 10 digits.
Then HR
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Lemnisk nel mese di set 2018
Colloquio
Telephonic interview
One hour , 2 question
We will have enough time to solve question.
Interview was very friendly and explained every question very well. Do practice in the area of array , tree , linkedList.
Domande di colloquio [2]
Domanda 1
Find a number in 2d array have sorted Column and row.
Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Lemnisk (Bengaluru) nel mese di nov 2017
Colloquio
I applied through elitmus.First round was apti.30 questions (10 apti and 20 tech) 30 min.
Second round :coding on paper.two questions were given.After this there were interview.I didnt get shortlisted for further rounds
Domande di colloquio [1]
Domanda 1
Write a program to print no of distinct pairs(a[i],a[j]) where an array is given and a value k,where i!=j and a[i]+a[j]=k.