Quikr interview experience Real time questions & tips from candidates to crack your interview

Frontend Developer Intern

Quikr
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: HTML, CSS, JavaScript, Data Structures, Algorithms, DFS, Arrays
Tip
Tip

Tip 1 : Know basics of HTML and CSS
Tip 2 : Know basics of Javascript. Good to know ReactJS
Tip 3 : Practice basic, standard DS and Algo.

Application process
Where: Referral
Eligibility: Final Year Undergraduate
Resume Tip
Resume tip

Tip 1 : Mention frontend developer skills like HTML, CSS, JavaScript, ReactJS, etc
Tip 2 : Have 1 or 2 good projects on your resume

Interview rounds

01
Round
Easy
Face to Face
Duration45 minutes
Interview date19 Nov 2020
Coding problem1

Basics of HTML, JavaScript was asked along with a coding question.

1. Pair Sum

Easy
15m average time
85% success
0/40
Asked in companies
AdobeGoldman SachsFacebook

You are given an array/list ‘ARR’ consisting of ‘N’ distinct integers arranged in ascending order. You are also given an integer ‘TARGET’. Your task is to count all the distinct pairs in ‘ARR’ such that their sum is equal to ‘TARGET’.

Note:

1. Pair (x,y) and Pair(y,x) are considered as the same pair. 

2. If there exists no such pair with sum equals to 'TARGET', then return -1.

Example:

Let ‘ARR’ = [1 2 3] and ‘TARGET’ = 4. Then, there exists only one pair in ‘ARR’ with a sum of 4 which is (1, 3). (1, 3) and (3, 1) are counted as only one pair.
Try solving now
02
Round
Medium
Face to Face
Duration45 minutes
Interview date23 Nov 2020
Coding problem1

Asked CSS,JavaScript and project related question and asked to code algorithm problem in JavaScript.

1. Subsequences of String

Moderate
15m average time
85% success
0/80
Asked in companies
Chegg Inc.Expedia GroupQuikr

You are given a string 'STR' containing lowercase English letters from a to z inclusive. Your task is to find all non-empty possible subsequences of 'STR'.

A Subsequence of a string is the one which is generated by deleting 0 or more letters from the string and keeping the rest of the letters in the same order.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Quikr
849 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Quikr
654 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by Quikr
781 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Quikr
777 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Frontend Developer Intern
3 rounds | 11 problems
Interviewed by Samsung
966 views
0 comments
0 upvotes