Upload Button Icon Add office photos
Engaged Employer

i

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

Indium Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Indium Software Interview Questions, Process, and Tips

Updated 28 Feb 2025

Top Indium Software Interview Questions and Answers

View all 97 questions

Indium Software Interview Experiences

Popular Designations

162 interviews found

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

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

About general topics.

Round 2 - Technical 

(1 Question)

  • Q1. Explain defect life cycle
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself

Top Indium Software Test Associate Interview Questions and Answers

Q1. what are all the techniques you will follow while testing?
View answer (1)

Test Associate Interview Questions asked at other Companies

Q1. what are the amazon devices you see in market can u name them
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude basics fpr freshres

Round 2 - Technical 

(2 Questions)

  • Q1. Sanity , regression, retest,
  • Q2. Severity priority, test case design for login,

Top Indium Software Senior Test Engineer Interview Questions and Answers

Q1. If the customer found the defect in the software what will be your approach
View answer (1)

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Indium Software Interview Questions and Answers for Freshers
illustration image

Software Engineer Interview Questions & Answers

user image Sathish Vemana

posted on 28 Jun 2024

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

(2 Questions)

  • Q1. What is Angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Developed by Google

    • Used for building single-page web applications

    • Uses TypeScript for building applications

    • Supports two-way data binding

    • Has a component-based architecture

  • Answered by AI
  • Q2. What is Data binding
  • Ans. 

    Data binding is the process of connecting data sources to user interface elements in a software application.

    • Data binding allows for automatic synchronization of data between the source and the target UI element.

    • It eliminates the need for manual updating of UI elements when the data changes.

    • Examples include binding a database query result to a table in a web application or binding a model property to a text box in a des

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why u r choosing the company
  • Ans. 

    I am choosing the company because of its reputation, innovative projects, and opportunities for growth.

    • Reputation of the company in the industry

    • Exciting and innovative projects the company is working on

    • Opportunities for career growth and development

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions on my recent project and DSA questions.
Round 2 - Technical 

(1 Question)

  • Q1. Only DSA questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me some thing about yourself and weakness and strengths

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Indium Software interview questions for popular designations

 Test Engineer

 (22)

 Test Associate

 (19)

 Data Analyst

 (15)

 Senior Test Engineer

 (15)

 Software Engineer

 (10)

 Senior Data Analyst

 (6)

 Data Engineer

 (6)

 Senior Software Engineer

 (5)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

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

(2 Questions)

  • Q1. Customer retention in sql
  • Ans. 

    Customer retention in SQL involves analyzing data to understand customer behavior and improve strategies to retain customers.

    • Use SQL queries to analyze customer retention rates over time

    • Identify factors influencing customer churn and retention

    • Segment customers based on behavior to tailor retention strategies

    • Calculate metrics like retention rate, churn rate, and lifetime value of customers

  • Answered by AI
  • Q2. Joins, spark basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice hands-on

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Get interview-ready with Top Indium Software Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure that existing features still work correctly

    • Helps in identifying any defects introduced by new code changes

    • Automated tools can be used to streamline the regression testing process

  • Answered by AI
  • Q2. What is sevarity priority
  • Ans. 

    Severity priority is a way to classify and prioritize issues based on their impact and urgency.

    • Severity refers to the impact of an issue on the system or users

    • Priority refers to the urgency of fixing the issue

    • Issues with high severity and high priority should be addressed first

    • Examples: A critical bug that causes system crashes would have high severity and priority

    • Examples: A minor cosmetic issue may have low severity

  • Answered by AI
  • Q3. What is Requirement Traceablitiy matrix
  • Ans. 

    Requirement Traceability Matrix is a document that links requirements throughout the validation process.

    • It is used to ensure that all requirements are met during testing.

    • It helps in tracking the progress of requirements from inception to implementation.

    • It provides a way to trace back to the source of each requirement.

    • Example: If a specific requirement fails during testing, the matrix helps in identifying the source of

  • Answered by AI

Skills evaluated in this interview

Top Indium Software Senior Test Engineer Interview Questions and Answers

Q1. If the customer found the defect in the software what will be your approach
View answer (1)

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Jobs at Indium Software

View all

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2024

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

(1 Question)

  • Q1. Hacker rank solving questions

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is regression testing what is explosure testing which used for tools for bug defection 2 question scenario based question
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to ensure that the changes do not introduce new bugs or break existing functionality.

    • It helps in identifying any unintended side effects of the changes made.

    • Regression testing can be done manually or using automated testing too...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Indium Software Manual Test Engineer interview:
  • Manual Testing
Interview preparation tips for other job seekers - Prepare the manaul testing interview question.
Be confident and properly communicate with Interviwer

Skills evaluated in this interview

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(4 Questions)

  • Q1. Complete Manual Testing Automation Testing BDD with Cucumber framework questions API Testing questions DB Testing queirs
  • Q2. HR Discussion after conducting 2 technical interviews
  • Q3. Document submission
  • Q4. BGV done Offer rule out

Senior Test Engineer 2 Interview Questions asked at other Companies

Q1. Difference between verification and validation
View answer (1)

Data Analyst Interview Questions & Answers

user image vikram beerdalai

posted on 5 Sep 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Aug 2023. There were 3 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 

They have asked for HackerRank test which has mix of aptitude and reasoning. And second part has SQL coding comprises of 2 moderate question and 1 has moderate difficult one. I have successfully submitted 2 questions and faced test case failed for the difficult one.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions - 1. Order of execution of query. 2. Join and types of join. 3. Group by query. 4. Having vs where. 5. Left join tricky question 6. Self join tricky question. 7. Window function and comparison to...

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more on Basic and Advance SQL and those who write python in resume then same follows there.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Contribute & help others!
anonymous
You can choose to be anonymous

Indium Software Interview FAQs

How many rounds are there in Indium Software interview?
Indium Software interview process usually has 2-3 rounds. The most common rounds in the Indium Software interview process are Technical, HR and One-on-one Round.
How to prepare for Indium Software interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Indium Software. The most common topics and skills that interviewers at Indium Software expect are Manual Testing, SQL, Python, Automation Testing and Java.
What are the top questions asked in Indium Software interview?

Some of the top questions asked at the Indium Software interview -

  1. how will you initiate a test with less knowledge in requiremen...read more
  2. How to switch between Tabs in a browser using selen...read more
  3. what are all the techniques you will follow while testi...read more
How long is the Indium Software interview process?

The duration of Indium Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

REVIEWS

Tricentis India

No Reviews

REVIEWS

11:11 Systems

No Reviews

REVIEWS

Indium Software

No Reviews

REVIEWS

Indium Software

No Reviews

REVIEWS

Indium Software

No Reviews

JOBS

yellow.ai

No Jobs

JOBS

Indium Software

No Jobs

REVIEWS

Indium Software

No Reviews

INTERVIEWS

yellow.ai

No Interviews

Tell us how to improve this page.

Indium Software Interview Process

based on 143 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
View all

Indium Software Reviews and Ratings

based on 963 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.6

Salary

3.8

Job security

4.0

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 963 Reviews and Ratings
Data Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

3-6 Yrs

₹ 12-16 LPA

Full Stack Developer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Full Stack .Net Developer

Chennai

10-20 Yrs

Not Disclosed

Explore more jobs
Test Engineer
980 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
663 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
239 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Associate
201 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
170 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Indium Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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