Premium Employer

i

This company page is being actively managed by Info Edge Team. If you also belong to the team, you can get access from here

Info Edge Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Info Edge Softwaretest Engineer Interview Questions and Answers

Updated 21 Dec 2024

Info Edge Softwaretest Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic questions only.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions like, how react works?
  • Q2. What is the equivalent of ReactDOM in mobile application development?
  • Ans. 

    The equivalent of ReactDOM in mobile application development is React Native.

    • React Native is a framework for building mobile applications using React.

    • It allows developers to write code in JavaScript and render native components.

    • Just like ReactDOM in web development, React Native handles rendering components to the screen.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions
verbal reasoning
logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - practise aptitude on indiabix

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more
Round 1 - Case Study 

Turies, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and mor

Round 2 - Coding Test 

Turies, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and mor

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?
Round 4 - Group Discussion 

Turies, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and mor

Interview Preparation Tips

Interview preparation tips for other job seekers - turies, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and mor

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is string eplain that code
  • Ans. 

    A string is a sequence of characters used to represent text.

    • Strings are typically enclosed in quotation marks

    • Strings can contain letters, numbers, symbols, and spaces

    • Strings can be manipulated using various string functions

  • Answered by AI
  • Q2. What is array how type of array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays can be of different types such as integer arrays, float arrays, or string arrays.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

    • Arrays in most programming languages are zero-indexed, meaning the first element is at index 0.

    • Arrays allow for efficient access and manipulation of elements based o

  • Answered by AI
Round 2 - Aptitude Test 

Very few question asking like time and work

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find 2 nd highest number

Round 2 - Technical 

(1 Question)

  • Q1. Basic java and selenium interview questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked me DSA Question of a graph.Island Count

Round 2 - Technical 

(1 Question)

  • Q1. IS GRQPH BIPARIT
  • Ans. 

    The question is not clear and seems to be a typo. It may be asking about a graph being bipartite.

    • Ask for clarification on the question

    • Explain what a bipartite graph is

    • Provide examples of bipartite and non-bipartite graphs

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mostly question regarding projects in resume

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Basic leetcode easy question. Find unique number in strung

Round 2 - Technical 

(2 Questions)

  • Q1. Sql - Find nth highest salary of employees
  • Q2. DSA - Sorted array to BST
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Coding Test 

2 da questions based on maps and set

Round 3 - Coding Test 

2 questions again on graph and dp

Round 4 - HR 

(1 Question)

  • Q1. Design big basket service
  • Ans. 

    Design a service for online grocery shopping with a wide range of products and delivery options.

    • Create a user-friendly website or app for customers to browse and order groceries

    • Implement a secure payment gateway for online transactions

    • Integrate a robust inventory management system to track products and availability

    • Offer various delivery options such as express delivery or scheduled delivery

    • Provide customer support for

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Bar raiser and one graph question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

The first round is OA and the majority questions are from leet code or similar

Round 3 - One-on-one 

(2 Questions)

  • Q1. Second round is one to one and be ready for coding as well as some behavioural
  • Q2. Leet code questions of easy to medium level
Round 4 - One-on-one 

(3 Questions)

  • Q1. The third round is also same as second and sometimes they go for 3rd also
  • Q2. Leet code of medium level
  • Ans. 

    Find the longest substring with at most k distinct characters.

    • Use a sliding window approach to keep track of the distinct characters in the substring.

    • Keep track of the start and end indices of the current substring.

    • Update the start index of the substring when the number of distinct characters exceeds k.

    • Update the end index of the substring and the length of the longest substring when a new longest substring is found.

  • Answered by AI
  • Q3. Explain an indecent when you failed in your task

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do leet code and sharpen your understanding for DSA

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Info Edge Interview FAQs

How many rounds are there in Info Edge Softwaretest Engineer interview?
Info Edge interview process usually has 2-3 rounds. The most common rounds in the Info Edge interview process are Coding Test, Technical and Case Study.
What are the top questions asked in Info Edge Softwaretest Engineer interview?

Some of the top questions asked at the Info Edge Softwaretest Engineer interview -

  1. What is the equivalent of ReactDOM in mobile application developme...read more
  2. Basic questions like, how react wor...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

uFaber

No Interviews

INTERVIEWS

Flipkart

5.6k top interview questions

REVIEWS

Chandigarh University

No Reviews

INTERVIEWS

Flipkart

No Interviews

REVIEWS

Thapar Institute of Engineering & Technology

No Reviews

COMPANY BENEFITS

ALLEN Career Institute

No Benefits

INTERVIEWS

uFaber

No Interviews

COMPANY BENEFITS

Chandigarh University

No Benefits

Tell us how to improve this page.

Info Edge Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
Join Info Edge India’s first internet classifieds company.
Info Edge Softwaretest Engineer Salary
based on 56 salaries
₹3.8 L/yr - ₹14 L/yr
57% more than the average Softwaretest Engineer Salary in India
View more details

Info Edge Softwaretest Engineer Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Senior Executive
745 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Senior Executive
665 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
601 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
448 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
352 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Info Edge with

TCS

3.7
Compare

JustDial

3.5
Compare

Indiamart Intermesh

3.6
Compare

PolicyBazaar

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview