I applied through a staffing agency. The process took 1 day. I interviewed at Lemnisk (Bengaluru) in Nov 2017
Interview
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
Interview questions [1]
Question 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.
I applied through a recruiter. The process took 1 day. I interviewed at Lemnisk in Sep 2018
Interview
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.
Interview questions [2]
Question 1
Find a number in 2d array have sorted Column and row.
I applied through college or university. The process took 1 day. I interviewed at Lemnisk in Jan 2015
Interview
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