I applied through university. The process took 2 days. I interviewed at LogicHub in Aug 2021
Interview
It was quite great. Interviewer was amazing he helped me whenever I got stuck in the problem. The problem was medium to hard.
Theory questions regarding Os and working of internet were also asked.
Tip : Think out loud
Interview questions [1]
Question 1
Create a game (only algo no ui) which contains a matrix nxn and user will put one colour token in a column from the top. Find the winner (4 in a row)
I applied through a staffing agency. The process took 1 week. I interviewed at LogicHub (Noida) in Dec 2021
Interview
3 round of interviews
2 coding rounds
1 low level system design round
Not to worry: interviewer will help you in questions. they will not look if you know the answer.. they will look if you are capable of doing it and how is your logic building.
Interview questions [1]
Question 1
3 round of interviews
2 coding rounds:
DP questions asked in both rounds something about your last employer's work and projects you have done.
In my case: I told them bruteforce solutions and then DP approaches and pseudo codes (1 question full code implemented).
1 low level system design round:
LRU design with O(1) complexity on both(storing and getting)
I applied through an employee referral. I interviewed at LogicHub in Oct 2021
Interview
1)-1st Round was Basic JAVA programming Questions
The interviewer was not available so other interviewer took this .
2)-When asked about the 2nd Round HR said it will be testing terminology but the Interviewer asked Data Structure programming questions .
Interview questions [1]
Question 1
1st round
a)-find which triangle on basis of side?
b)-Describe the Synchronized class .
2nd Round
a)-Optimal solution to search an element from 3*3 Matrix which is in increasing order -I explained it very well and even coded the function but he didn't get it .
b)-what happens when we enter any URL on the browser? i try to explain DNS everything but don't know what he wanted.