Quikr India Full Stack Web Developer interview questions
based on 1 rating - Updated 29 Jul 2018
Difficultinterview difficulty
Very positiveinterview experience
How others got an interview
Oops! No information available yet
Interview search
1 interviews
Quikr India interviews FAQs
Full Stack Web Developer applicants have rated the interview process at Quikr India with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 62.5% positive. This is according to Glassdoor user ratings.
Candidates applying for Full Stack Web Developer roles take an average of 14 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Quikr India overall takes an average of 4 days.
Here are the most commonly searched roles for interview reports -
The process took 2 weeks. I interviewed at Quikr India (Bengaluru) in Jul 2018
Interview
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.
Interview questions [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).