i
Indium Software
Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
To switch between tabs in a browser using Selenium, we can use the getWindowHandles() method and switchTo() method.
Use getWindowHandles() method to get the handles of all open tabs
Store the handles in a Set
Use switchTo() method to switch to a specific tab by passing the handle as an argument
Code to give rating in webtable for given applicant name and rating as input.
Create a function that takes applicant name and rating as input.
Search for the applicant name in the webtable.
Update the rating for the applicant in the webtable.
Return the updated webtable.
Count the number of repeated integers in an array
Iterate through the array and use a hash table to keep track of the count of each number
Return the count of numbers with a count greater than 1
I appeared for an interview in Mar 2025, where I was asked the following questions.
Sprint reviews assess completed work, while product grooming prioritizes and refines backlog items for future sprints.
Sprint Review occurs at the end of a sprint to showcase completed work to stakeholders.
Product Grooming (or Backlog Refinement) is an ongoing process to prioritize and clarify backlog items.
In a Sprint Review, the team demonstrates features; for example, showing a new app feature to stakeholders.
During ...
Defect tracking involves documenting, managing, and resolving software defects throughout the testing process.
Use a defect tracking tool like JIRA or Bugzilla to log defects with detailed descriptions.
Assign severity levels (e.g., critical, major, minor) to prioritize defect resolution.
Include steps to reproduce the defect, screenshots, and environment details for clarity.
Regularly update the status of defects (e.g., o...
SQL queries can be used to identify and remove duplicate records from a database effectively.
Use the 'ROW_NUMBER()' function to assign a unique number to each row within a partition of a result set. Example: SELECT *, ROW_NUMBER() OVER (PARTITION BY column_name ORDER BY id) AS row_num FROM table_name.
Delete duplicates by using a Common Table Expression (CTE) with 'ROW_NUMBER()'. Example: WITH CTE AS (SELECT *, ROW_NUMB...
WHERE filters rows before aggregation; HAVING filters after aggregation in SQL queries.
WHERE clause is used to filter records before any groupings are made.
HAVING clause is used to filter records after aggregation functions like COUNT, SUM, AVG.
Example of WHERE: SELECT * FROM Employees WHERE Age > 30;
Example of HAVING: SELECT Department, COUNT(*) FROM Employees GROUP BY Department HAVING COUNT(*) > 5;
UNION combines results from two queries, removing duplicates; UNION ALL includes all results, keeping duplicates.
UNION removes duplicate rows from the result set.
UNION ALL includes all rows, even duplicates.
Example of UNION: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example of UNION ALL: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;
UNION may be slower due to duplicate elimination, w
SQL joins combine rows from two or more tables based on related columns.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;
RIGHT JOIN: Returns all records from the right table and matched records from the left ...
I applied via Campus Placement
Difference between soft skills and hard skills
Manual testing is the process of manually testing software for defects without the use of automation tools.
Involves executing test cases manually without automation tools
Requires human intervention to verify software functionality
Helps in identifying defects that may be missed by automated testing
Can be time-consuming but provides thorough testing coverage
Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software testing.
Defect identification: Defects are identified through testing or user feedback.
Defect reporting: Defects are reported in a defect tracking tool with details like severity, priority, and steps to reproduce.
Defect fixing: Developers address the reported defects by making necessary code changes.
Defect ret...
The main thing a test engineer should have is attention to detail.
Attention to detail is crucial for identifying and fixing bugs in software.
Strong analytical skills are necessary for understanding complex systems.
Good communication skills are important for collaborating with developers and other team members.
Knowledge of testing tools and techniques is essential for efficient testing.
Ability to prioritize tasks and ma...
I believe testing is crucial for ensuring the quality and reliability of software products.
Testing helps identify bugs and issues early in the development process.
It ensures that the software meets the requirements and functions as expected.
Different types of testing, such as unit testing, integration testing, and regression testing, are important for comprehensive coverage.
Automation testing can help improve efficienc
Yes, I am comfortable with rotational shifts as I understand the nature of the job requires flexibility in working hours.
I am open to working different shifts to accommodate project needs
I understand the importance of being flexible in a dynamic work environment
I have previous experience working in rotational shifts in my previous job
Yes, I am okay with the work location as long as it is within a reasonable distance from my home.
I am flexible with work locations within a reasonable distance from my home.
I am open to commuting or relocating if necessary.
I prioritize a convenient work location for better work-life balance.
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
Indium Software interview questions for popular designations
I appeared for an interview in Jan 2025.
Difference between online study and offline study
Get interview-ready with Top Indium Software Interview Questions
I applied via Referral and was interviewed in Nov 2024. There were 4 interview rounds.
Technical skills - soft skills
Online classes - off line class
5g technology advantages and disadvantage
Manual testing some MCQ's
White box testing is a testing technique where the internal structure, design, and code of the software being tested is known to the tester.
White box testing is also known as clear box testing, glass box testing, or structural testing.
It involves testing the internal logic and structure of the code.
Testers need to have knowledge of the code to perform white box testing effectively.
Examples of white box testing techniqu...
Bug life cycle is the process of a bug from identification to resolution. Sanity and smoke testing are initial tests to check basic functionality. Regression testing ensures new code doesn't break existing features. Re-testing is testing a bug fix.
Bug life cycle involves identification, reporting, prioritization, fixing, retesting, and closing of a bug.
Sanity testing is a narrow regression test to ensure basic function...
I am a dedicated and detail-oriented individual with a strong background in software testing.
I have a Bachelor's degree in Computer Science
I have 3 years of experience in software testing at XYZ company
I am proficient in using testing tools such as Selenium and JIRA
Seeking new challenges and opportunities for growth in a different environment.
Looking for new challenges and opportunities for personal and professional growth
Interested in exploring different technologies or industries
Seeking a better work-life balance or company culture
Want to relocate to a different city or country for personal reasons
Difference between hard and soft skills
Manual testing is the process of manually testing software for defects without the use of automation tools.
Manual testing involves testers executing test cases by hand to identify bugs and issues in the software.
It is a time-consuming process but allows for thorough testing of all aspects of the software.
Testers need to have good attention to detail and follow test cases accurately.
Examples of manual testing include ex...
SDLC stands for Software Development Life Cycle and STLC stands for Software Testing Life Cycle.
SDLC is a process used by software development teams to design, develop, and test high-quality software.
STLC is a subset of SDLC focused specifically on the activities related to testing the software.
SDLC includes phases like planning, analysis, design, implementation, and maintenance.
STLC includes phases like test planning,
Types of software testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing: Testing individual components or modules of the software.
Integration testing: Testing how different modules work together.
System testing: Testing the entire system as a whole.
Acceptance testing: Testing to ensure the software meets the requirements of the end users.
Yes, I am okay with rotational shifts as I understand the nature of the job requires flexibility.
I am comfortable with working different shifts as needed
I understand the importance of being flexible in a testing role
I have previous experience working in rotational shifts in a similar position
Yes, I am okay with work location as long as it is within a reasonable distance from my home.
I am open to working at different locations as long as it is feasible for me to commute.
I prioritize the job role and responsibilities over the specific work location.
I am willing to relocate if necessary for the job opportunity.
I appeared for an interview in Mar 2025, where I was asked the following questions.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I appeared for an interview in Sep 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
5G Technology on Indian economy
Explaining the functionality and purpose of a specific application
Describe the main features of the application
Explain how the application is used
Discuss the benefits of using the application
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for a better career prospect
I have relocated in the past for job opportunities
I am flexible and willing to adapt to new environments
Top trending discussions
The duration of Indium Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 168 interviews
Interview experience
based on 1k reviews
Rating in categories
Test Engineer
1k
salaries
| ₹1.6 L/yr - ₹8.5 L/yr |
Senior Test Engineer
674
salaries
| ₹3 L/yr - ₹11.4 L/yr |
Softwaretest Engineer
231
salaries
| ₹2.5 L/yr - ₹8.4 L/yr |
Test Associate
217
salaries
| ₹1 L/yr - ₹5 L/yr |
Senior Software Engineer
187
salaries
| ₹7.2 L/yr - ₹28.8 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant