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
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is playwright and it’s features
  • Ans. 

    Playwright is a Node.js library for browser automation that allows you to write reliable and maintainable tests.

    • Playwright supports multiple browsers such as Chrome, Firefox, and WebKit.

    • It provides a single API to automate web applications across different browsers.

    • Playwright has built-in support for headless mode, network interception, and device emulation.

    • It allows you to take screenshots, record videos, and trace ne

  • Answered by AI
  • Q2. What is config file in playwright
  • Ans. 

    Config file in Playwright is used to store settings and configurations for the automation tests.

    • Config file is typically a JSON or JavaScript file where you can define settings such as browser type, launch options, timeouts, etc.

    • It helps in centralizing and managing configurations for multiple tests.

    • Example: playwright.config.js file in Playwright project.

  • Answered by AI
  • Q3. How to do parallel execution
  • Ans. 

    Parallel execution can be achieved by running multiple test cases simultaneously to save time and increase efficiency.

    • Use test automation frameworks like TestNG or JUnit to run tests in parallel

    • Configure test suites to run in parallel using tools like Selenium Grid

    • Leverage cloud-based testing platforms for parallel execution

    • Use tools like Jenkins to schedule and execute tests in parallel

  • Answered by AI
  • Q4. How to run playwright test
  • Ans. 

    To run playwright test, use the 'npx playwright test' command in the terminal.

    • Open the terminal

    • Navigate to the directory where your test files are located

    • Run the command 'npx playwright test' to execute the tests

  • Answered by AI
Round 2 - Coding Test 

The question was asked from a site where the book api question was given and was asked me to code

Skills evaluated in this interview

Automation Tester Interview Questions asked at other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times you can use implicite wait in your... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Agile Methodology.
  • Ans. 

    Agile methodology is a project management approach that emphasizes flexibility, collaboration, and iterative development.

    • Agile focuses on delivering working software in short, iterative cycles called sprints.

    • It values customer collaboration and responding to change over following a strict plan.

    • Teams work closely together and adapt to feedback throughout the development process.

    • Common Agile frameworks include Scrum, Kan

  • Answered by AI
  • Q2. Explain Bug Life cycle
  • Ans. 

    Bug life cycle involves identification, reporting, fixing, retesting, and closing of a software bug.

    • Bug identification: Finding and documenting the bug.

    • Bug reporting: Informing the development team about the bug.

    • Bug fixing: Resolving the bug by developers.

    • Bug retesting: Verifying if the bug is fixed.

    • Bug closing: Marking the bug as resolved.

    • Example: A tester finds a login issue, reports it to developers, they fix it, te

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Smoke Testing vs Sanity Testing
  • Ans. 

    Smoke testing is a quick test to check if the build is stable, while sanity testing is a subset of regression testing to verify specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the application are working fine after a new build.

    • Sanity testing is performed to verify that the specific changes made in the code are working as expected.

    • Smoke testing is a subset of acceptance testing, ...

  • Answered by AI
  • Q2. Write Scenario for Any Example
  • Ans. 

    Scenario: Testing the login functionality of a banking application

    • Create test cases for valid username and password

    • Create test cases for invalid username and password

    • Test for maximum character limit for username and password fields

    • Test for special characters in username and password fields

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Experience in interview.

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)
Indium Software Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank 2 questions…difficulty: moderate

Round 2 - One-on-one 

(1 Question)

  • Q1. Write sql code to get 2nd order for each customer for each day
  • Ans. 

    SQL code to retrieve 2nd order for each customer for each day

    • Use a subquery to rank orders for each customer by date

    • Filter the results to only include the 2nd order for each customer for each day

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Write sql code to give the tournament schedule for 4 countries each having only 1 match with an opponent
  • Ans. 

    SQL code to generate tournament schedule for 4 countries each having 1 match with an opponent

    • Create a table with country names and match opponents

    • Use a SELECT statement to display the tournament schedule for each country

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions from a/b testing

Skills evaluated in this interview

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Test Lead Interview Questions & Answers

user image Shailesh Sahu

posted on 24 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your roles and responsibilities as a Sr QA in your previous organization?
  • Ans. 

    As a Sr QA in my previous organization, my roles and responsibilities included leading testing efforts, creating test plans, executing test cases, identifying and reporting bugs, and collaborating with cross-functional teams.

    • Leading testing efforts for multiple projects

    • Creating comprehensive test plans based on project requirements

    • Executing test cases manually and using automation tools

    • Identifying, documenting, and pri...

  • Answered by AI
  • Q2. Explain how do you track project metrics?
  • Ans. 

    Project metrics are tracked using tools like Jira and Excel, focusing on key performance indicators such as test coverage, defect density, and test execution progress.

    • Utilize tools like Jira and Excel to track project metrics

    • Focus on key performance indicators such as test coverage, defect density, and test execution progress

    • Regularly update and analyze the metrics to identify trends and areas for improvement

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain how do you handle the impact of delivery if expectations are not met?
  • Ans. 

    I communicate with stakeholders, analyze root causes, adjust timelines/resources, and implement process improvements.

    • Communicate with stakeholders to manage expectations and discuss potential solutions

    • Analyze root causes of the delivery not meeting expectations

    • Adjust timelines or allocate additional resources if necessary

    • Implement process improvements to prevent similar issues in the future

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and concise in your communication and stay confident.

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

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 Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Quantative aptitude , logical reasoning and some SQL questions are asked

Round 2 - Group Discussion 

Social media, The company people are friendly enough to make you feel comfortable to talk.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself, Project, Resume questions
  • Q2. Give me code to find cube of a number, Data handling through Python (Pandas, NumPy)
Round 4 - Technical 

(2 Questions)

  • Q1. DSA questions about strings oops and advanced SQL (window functions)
  • Q2. Real time industry problem questions about sales and UI design.
Round 5 - HR 

(1 Question)

  • Q1. Tell me about yourself and your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for answering SQL and Advanced SQL 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)

Get interview-ready with Top Indium Software Interview Questions

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

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

Round 1 - Group Discussion 

They provided a topic on soft skills and hard skills; which one do you support?

Round 2 - Technical 

(2 Questions)

  • Q1. What is Software Testing ? what Is Regression Testing? What is functionality Testing? and What is the process of defect tracking ?
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements. Regression testing is retesting software after changes to ensure no new bugs are introduced. Functionality testing is testing the functionality of the software. Defect tracking is the process of identifying, reporting, and managing defects found during testing.

    • Software testing is the process of evaluating a s...

  • Answered by AI
  • Q2. What are defect tracking tools?
  • Ans. 

    Defect tracking tools are software applications used to track, manage, and prioritize software defects found during testing.

    • Defect tracking tools help testers log, monitor, and communicate about defects in a systematic way

    • They allow for assigning, tracking, and resolving defects efficiently

    • Common defect tracking tools include Jira, Bugzilla, HP ALM, and Trello

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce about yourself
  • Ans. 

    I am a detail-oriented Test Associate with experience in manual and automated testing.

    • Experienced in manual testing processes and methodologies

    • Proficient in using automated testing tools like Selenium

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have experience moving for previous job opportunities and am comfortable with the process.

    • I am open to exploring new locations and cultures as part of my career growth.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the subject you are studying, as questions may be asked from any aspect of that particular subject.

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)

Jobs at Indium Software

View all

Test Lead Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

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

(2 Questions)

  • Q1. Current lpa and expected ctc framework
  • Ans. 

    The candidate should be able to discuss their current salary and their expected salary for the new role.

    • Discuss current salary and benefits package

    • Explain expected salary based on market research and experience

    • Negotiate if necessary to reach a mutually beneficial agreement

  • Answered by AI
  • Q2. Years of experience. Last working date
  • Ans. 

    I have 8 years of experience as a Test Lead. My last working date was June 30, 2021.

    • 8 years of experience as a Test Lead

    • Last working date was June 30, 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

5 Aptitude + 3 SQL query (2 medium level, 1 Advanced)

Round 2 - Technical 

(2 Questions)

  • Q1. Most focused on sql, advanced sql, Python basics
  • Q2. Tableu questions
Round 3 - HR 

(1 Question)

  • Q1. HR questions and salary discussion

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on SQL Joins
  • Q2. Window functions

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ages,probabilty,count the characters code,sql,profit,loss

Round 2 - Group Discussion 

15 minutes our topic In which AI can take over Human jobs

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)
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