i
Infosys
Filter interviews by
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
Reverse a string in Java using array of characters
Convert the string to a character array
Use two pointers to swap characters at opposite ends of the array
Continue swapping until the pointers meet in the middle
Our framework is a hybrid framework combining data-driven and keyword-driven approaches for efficient testing.
Combines data-driven and keyword-driven testing
Uses reusable functions and test data
Supports both manual and automated testing
Provides detailed reporting and logging
Allows for easy maintenance and scalability
Dropdowns in Selenium can be handled using Select class in WebDriver
Use Select class from Selenium WebDriver to interact with dropdowns
Identify the dropdown element using its locator (id, name, class, etc.)
Create a Select object by passing the dropdown element as a parameter
Use selectByVisibleText(), selectByValue(), or selectByIndex() methods to choose an option
Example: WebElement dropdown = driver.findElement(By.id("...
Scenario is a single test case while Scenario Outline is a template for multiple test cases with different inputs
Scenario is a single test case with specific inputs and expected outcomes
Scenario Outline is a template for multiple test cases with placeholders for different inputs
In Scenario Outline, examples table is used to provide different sets of inputs for each test case
I have used OOPs concepts in my Automation Framework by creating classes for different page objects and using inheritance for reusable code.
Created a base class for common functionalities like opening browser, closing browser, etc.
Implemented inheritance by creating child classes for specific page objects like login page, home page, etc.
Used encapsulation to hide the internal details of the page objects and provide pub...
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
Java strings and xpath related using online editor
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.
The first round was an aptitude test with questions ranging from basic mathematical concepts to logical/analytical questions. English was also included in the test. The difficulty was medium and I was able to solve 70-80% of the questions.
Two coding questions were the part of the test. I was supposed to solve and pass all the test cases for both the questions. The coding questions tested my knowledge in the field of arrays, loops and pointers. I was able to solve one and partially solve another.
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
based on 2 interviews
Interview experience
Technology Analyst
55.4k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
51.2k
salaries
| ₹2.5 L/yr - ₹8 L/yr |
System Engineer
31.7k
salaries
| ₹2.5 L/yr - ₹5.6 L/yr |
Technical Lead
31k
salaries
| ₹5.1 L/yr - ₹20 L/yr |
Senior Associate Consultant
28.8k
salaries
| ₹6.2 L/yr - ₹16.9 L/yr |
TCS
Wipro
Cognizant
Accenture