Le processus a pris 2 semaines. J'ai passé un entretien chez Quikr India (Bengaluru) en juil. 2018
Entretien
There were 2 f2f Round and one Assignment Round(in which you have to share code) and 1 more F2F Round. All rounds were Technical. HR conducted very well. Overall Experience is so good. You will learn a lot with interview.
Questions d'entretien [15]
Question 1
Ist Round
Q1. Find is there any Repeated/Duplicate Element in Array.
III rd Round : Assignment
1. Application showing list of 20 different items in a page.
Each item contain below details
i. Random images using https://picsum.photos
ii. Some title and Description
2. Use Lazy Load Images
3. Package your App using one of opensource tool like(webPack or gulp etc)
4. plus point in caching js/image using service worker.
Q5. Design Question :
1. Given one webserver that can handle upto 6 month SQL Query Data (or else it will give memory error)
2. Suppose we are having multiple SQL tables and that gives output something like
{
key : k1
date: 31-07-2018
Opening Balance: xxxx
Closing Balance : xxxx
}
There are multiple JSON data in output by SQL Queries.
3. Design schema of tables to handle Queries.
4. Our Task is to find the closing and opening balance between given dates(31-03-2018 and 5-08-2018).