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

Test engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 Month
Topics: java, testing concepts, oops, sql, selenium
Tip
Tip

Tip 1 : go through top 100 interview questions of selenium and java
Tip 2 : prepare java and oops concepts
Tip 3 : go through at least on framework with hands on experience

Application process
Where: Other
Eligibility: no
Resume Tip
Resume tip

Tip 1 : presice and mention all keywords. given in the job description
Tip 2 : resume should not be boring and leangthy with spell error

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date6 Oct 2021
Coding problem2

1. Consecutive Characters

Moderate
25m average time
70% success
0/80
Asked in companies
Urban Company (UrbanClap)Goldman SachsInfo Edge India (Naukri.com)

You are given a matrix of 'N' rows and 'M' columns consisting of lowercase characters. You are provided with a string ‘STR,’ and your task is to find the length of the longest consecutive character path for each character in the string ‘STR’. All characters in the path are consecutive, i.e., every character in the path is next to the previous character in alphabetical order. It is allowed to move in all 8 adjacent directions from a cell.

Note:
Suppose you are at position (x, y) then you can move to : [ (x + 1 , y ), ( x - 1 , y ), ( x , y + 1), (x , y - 1), (x + 1, y + 1), (x + 1, y - 1), (x - 1, y + 1), (x - 1, y - 1) ].
For Example:
If ‘N’ = 2, ‘M’ = 2, 'STR’ = "a" and the input matrix is 
[ [ ab ]
  [ ed ] ] 
We need to find the maximum length of the path from starting character ’a’. So the maximum length is 2, which is [a, b]. Hence, the answer is [2].
Try solving now

2. Remove Duplicates

Easy
15m average time
80% success
0/40
Asked in companies
GE (General Electric)AmazonCIS - Cyber Infrastructure

Ninja is playing with numbers but hates when he gets duplicate numbers. Ninja is provided an array, and he wants to remove all duplicate elements and return the array, but he has to maintain the order in which the elements were supplied to him.

Try solving now
02
Round
Medium
Video Call
Duration60 Minutes
Interview date8 Oct 2021
Coding problem2

Testing concepts and given scenarios and was asked to create test cases

1. Puzzle

how will you measure 4 litres from 3 litre and 5 liter mug

2. Technical Question

Given a login page and asked to write all possible test cases

03
Round
Medium
HR Round
Duration45 minutes
Interview date14 Oct 2021
Coding problem1

It was basic Hr round to know about personality of the candidate

1. Basic HR Questions

asked about weakness and strength

where do you see yourself in 5 years and how it will help our company

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 Systems Engineer
1 rounds | 2 problems
Interviewed by Info Edge India (Naukri.com)
0 views
0 comments
0 upvotes
Senior Software Engineer
4 rounds | 6 problems
Interviewed by Info Edge India (Naukri.com)
744 views
0 comments
0 upvotes
Software Engineer
3 rounds | 7 problems
Interviewed by Info Edge India (Naukri.com)
779 views
0 comments
0 upvotes
SDET
3 rounds | 10 problems
Interviewed by Info Edge India (Naukri.com)
1391 views
0 comments
0 upvotes