J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Quikr India
Entretien
There were a total of 4 rounds.
Round - 1: (written)
Asked to write down the code for two problems in your language of interest.
1. Addition of two numbers which are represented as linked lists.
2. It was a dynamic programming problem.
Round 2, 3: (Technical interview)
Asked some questions on Trees, Linked lists, DS.
The interviewer was looking for a solution which is optimized in space and time.
Round 4: (HR round)
Asked about my projects.
Questions d'entretien [1]
Question 1
1. Sort an array containing 0,1,2 in a single iteration
2. Multiplication of two linked lists
3. Check if two linked lists merge or not
4. Collecting rainwater problem
5. BFS/DFS traversal and level of a node
6. Mirroring a binary tree
7. Find an element in a binary tree. (not bst)
8. Find the number of pairs in an array that add up to the sum k
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Quikr India (Amritsar) en févr. 2021
Entretien
I have been asked a coding Question on Linked List.Then I was asked to explain forget password implementation of my project. Further few question on database were asked. overall it was a good experience.
Questions d'entretien [1]
Question 1
Add two Numbers represented by Linked List through Recursion
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Quikr India
Entretien
Very poor experience. Interviewers are confused about the question to ask and the answer to look for. Also, they do not care about the solution you give it to them. All they need is a solution which they know and understand. Only god or person in luck can do that.
Questions d'entretien [1]
Question 1
1. all possible sets of 3 numbers that sums up to a given value
2. How does browser handle timezone conversions ?
3. Check whether linked list is circular