i
Indium Software
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
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
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.
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
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
The question was asked from a site where the book api question was given and was asked me to code
I applied via Walk-in and was interviewed in May 2021. There were 4 interview rounds.
posted on 26 Sep 2024
Normal Aptitude Test
I am a dedicated Automation Tester with 5 years of experience in creating and executing automated test scripts.
5 years of experience in automation testing
Proficient in creating and executing automated test scripts
Strong knowledge of testing tools like Selenium and JUnit
Experience in Agile development environment
Excellent problem-solving skills
posted on 27 Sep 2024
The first round was coding+ aptitude
Gave exam on unstop platform the aptitude questions where divided into section 45 mins for aptitude (logical reasoning+ quants+ verbal) then 25 min for technical mcqs try to be as fast as you can
It consisted of 3 coding questions 2 were easy 1 was hard
I create test cases based on project requirements and use automation tools to test the projects.
Identify test scenarios based on project requirements
Create test cases for positive and negative scenarios
Use automation tools like Selenium or Appium to execute test cases
Analyze test results and report any issues found
SQL query for joining tables to retrieve data from multiple related tables.
Use JOIN keyword to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
Java program showcasing OOPs concepts like inheritance, encapsulation, polymorphism, and abstraction.
Create classes representing different entities with properties and methods
Use inheritance to create a parent-child class relationship
Demonstrate encapsulation by setting private variables and using getter and setter methods
Show polymorphism by overriding methods in child classes
Implement abstraction by creating abstract
Xpath is a query language used to locate elements on a web page based on their attributes and structure.
Identify unique attributes of the element you want to locate
Use the '//' operator to search for elements anywhere in the document
Use the '[@attribute='value']' syntax to specify the attribute and value you are looking for
Combine multiple conditions using 'and' or 'or' operators
Use functions like 'contains()', 'starts
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Fact tables contain quantitative data that can be measured, while dimension tables contain descriptive attributes related to the facts.
Fact tables store numerical data such as sales revenue, quantity sold, etc.
Dimension tables store descriptive attributes like product name, customer name, etc.
Fact tables are typically larger in size compared to dimension tables.
Fact tables are connected to dimension tables through fore
Use SQL query with subquery to find second highest salary.
Use ORDER BY and LIMIT to get the second highest salary.
Use a subquery to exclude the highest salary from the result set.
Example: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);
posted on 27 Dec 2024
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
The public static void main(String arv[]) method is the entry point of a Java program, where execution begins.
The 'public' keyword allows the method to be accessed from outside the class.
The 'static' keyword allows the method to be called without creating an instance of the class.
The 'void' keyword indicates that the method does not return any value.
The 'main' method is the starting point of execution for a Java progra...
Separate alphabets and digits from a given string input.
Iterate through each character in the input string
Check if the character is a letter or a digit using built-in functions like isalpha() and isdigit()
Create separate arrays for alphabets and digits and store the characters accordingly
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors of objects.
An object is a specific instance of a class.
Classes can be used to create multiple objects with similar characteristics.
Objects can interact with each other by calling methods defined in their class.
Example: Class 'Car' defines properties like 'color' and behaviors like 'drive'....
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
posted on 25 Apr 2024
Asking fullstack developer level coding logic from a Qa which is really not required. Even after clearing 3 rounds with them there was no response for 2 weeks then again they make you appear for the process from step 1. Unnecessary and tedious process is being followed
based on 3 reviews
Rating in categories
Test Engineer
956
salaries
| ₹1.4 L/yr - ₹7.5 L/yr |
Senior Test Engineer
638
salaries
| ₹3.5 L/yr - ₹11.4 L/yr |
Softwaretest Engineer
229
salaries
| ₹2 L/yr - ₹8.4 L/yr |
Test Associate
218
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Senior Software Engineer
173
salaries
| ₹6.5 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
HCLTech