Info Edge India (Naukri.com) interview experience Real time questions & tips from candidates to crack your interview

Frontend Developer

Info Edge India (Naukri.com)
upvote
share-icon
3 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structure, Algorithms, JavaScript, HTML/CSS, React
Tip
Tip

Tip 1 : Be consistent, practice regularly whatever you read/study.
Tip 2 : Apply what you learn through code.

Application process
Where: Other
Eligibility: No critertia
Resume Tip
Resume tip

Tip 1 : Have some projects on your resume.
Tip 2 : If you have an internship or training explain it in a proper way like what are the techniques you learned during your training.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration45 Minutes
Interview date1 Sep 2021
Coding problem2

1. Triplets with Given Sum

Moderate
15m average time
85% success
0/80
Asked in companies
Goldman SachsAdobeAmazon

You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K.

An array is said to have a triplet {ARR[i], ARR[j], ARR[k]} with sum = 'K' if there exists three indices i, j and k such that i!=j, j!=k and i!=j and ARR[i] + ARR[j] + ARR[k] = 'K'.

Note:
1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then {2, -3, 1}, {-3, 2, 1} etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
Try solving now

2. Magic Index

Easy
20m average time
80% success
0/40
Asked in companies
AdobePayPalInfo Edge India (Naukri.com)

You are given a sorted array A consisting of N integers. Your task is to find the magic index in the given array.

Note :
1. A magic index in an array A[0 ... N - 1] is defined to be an index i such that A[i] = i.
2. The elements in the array can be negative.
3. The elements in the array can be repeated multiple times.
4. There can be more than one magic index in an array.
Try solving now
02
Round
Hard
Video Call
Duration50 Minutes
Interview date15 Sep 2021
Coding problem4

1. Alien dictionary

Hard
46m average time
50% success
0/120
Asked in companies
AdobeFacebookInfo Edge India (Naukri.com)

You have been given a sorted (lexical order) dictionary of an alien language.


Write a function that returns the order of characters as a string in the alien language. This dictionary will be given to you as an array of strings called 'dictionary', of size 'N'.


Example :
If the dictionary consists of the following words:-
["caa", "aaa", "aab"], and 'K' is 3.

Then, the order of the alphabet is -
['c', 'a', 'b']
Note:
If the language consists of four letters, the four letters should be the starting four letters of the English language. 

However, their order might differ in the alien language.
Try solving now

2. Jumping Numbers

Moderate
15m average time
85% success
0/80
Asked in companies
OperaOracleDirecti

You are given a positive integer N, your task is to find all the Jumping Numbers smaller than or equal to N.

A number is defined as a Jumping Number if all adjacent digits in it have an absolute difference of 1.

Example :
2, 23, and 4343456 are Jumping numbers but 296 and 89498 are not.
Note:
The difference between ‘9’ and ‘0’ is not considered as 1. All single-digit numbers are considered as Jumping Numbers. 
Try solving now

3. Matching Prefix

Moderate
0/80
Asked in companies
UberInfo Edge India (Naukri.com)Amazon

You are given an integer ’N’ denoting the length of the array ‘Arr’ of strings made up of lower case English alphabets. The cost of this array is equal to the sum of length of each string in the array.

You can select a new string ‘S’ of length ‘N’, you are now allowed to delete the prefix from the strings in the array (This leads to lowering the cost of the array), the deleted prefix should be exactly the same as the selected string ‘S.

Find the string ‘S’ such that the cost of the array ‘Arr’ is minimized. If multiple strings exist, then find the lexicographically smallest string amongst them.

For Example :
If the array of strings is: {co, code, studio, codingninjas, coding, debug, coder, cipher} 
Then the original cost of the array is 2 + 4 + 6 + 12 + 6 + 5 + 5 + 6 = 46.

If we select the new string as “cod” and delete the matching prefixes if exists then the array becomes: {co, e, studio, ingninjas, ing, debug, er, cipher}, and the cost now becomes: 2 + 1 + 6 + 9 + 3 + 5 + 2 + 6 = 34.

You can check for any other possible string, the cost will not become less than 34, hence the optimal answer for this case is “cod”.
Try solving now

4. Technical Questions

How do you ensure that your website design or web application is accessible and user-friendly? How do you structure your CSS and JavaScript to make it easier for other developers to work with? Can you describe some SEO best practices or techniques you have used lately? Name 3 ways to decrease page load (perceived or actual load time).Explain the difference between cookies, session storage, and local storage? What is Flash of Unstyled Content? How do you avoid FOUC? What does a doctype do? Have you used different HTML templating languages before?

03
Round
Easy
HR Round
Duration20 Minutes
Interview date15 Sep 2021
Coding problem1

1. Basic HR Questions

Why should we hire you?

What is your biggest regret?

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Senior SDET
4 rounds | 10 problems
Interviewed by Info Edge India (Naukri.com)
1241 views
0 comments
0 upvotes
SDET-2
4 rounds | 20 problems
Interviewed by Info Edge India (Naukri.com)
3382 views
0 comments
0 upvotes
Software Engineer
5 rounds | 4 problems
Interviewed by Info Edge India (Naukri.com)
905 views
2 comments
0 upvotes
SDET
3 rounds | 3 problems
Interviewed by Info Edge India (Naukri.com)
4450 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
Frontend Developer
3 rounds | 11 problems
Interviewed by Amdocs
2541 views
0 comments
0 upvotes