i
Infosys
Filter interviews by
I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.
Static block is a block of code that is executed when a class is loaded into memory.
Static block is declared using the 'static' keyword.
It is executed only once when the class is loaded.
It is used to initialize static variables or perform any other one-time initialization tasks.
Example: static { System.out.println('Static block executed'); }
Exceptions in Selenium are errors that occur during test execution.
Exceptions can be caused by various factors such as incorrect syntax, invalid input, or unexpected behavior.
Common exceptions in Selenium include NoSuchElementException, TimeoutException, and StaleElementReferenceException.
Handling exceptions is important for maintaining test stability and reliability.
Try-catch blocks can be used to handle exceptions an...
Selenium wait is used to synchronize the test execution with the application's response.
Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.
Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.
Fluent Wait: Waits for a certain condition to occur with a defined polling interval and timeout period.
Thread.sleep(): Halts the execut...
I applied via Naukri.com and was interviewed in Nov 2021. There were 2 interview rounds.
Infosys interview questions for designations
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.
I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.
STLC is a comprehensive process that includes planning, designing, executing, and reporting tests to ensure software quality.
STLC stands for Software Testing Life Cycle
It includes phases like requirement analysis, test planning, test design, test execution, and test closure
STLC ensures that the software meets the specified requirements and is of high quality
It involves creating test cases, executing them, and reporting...
What people are saying about Infosys
I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.
BDD Cucumber framework is a testing tool that allows for behavior-driven development using plain text descriptions.
Uses Gherkin syntax to write test scenarios in plain English
Helps in collaboration between technical and non-technical team members
Supports automation testing by mapping plain text descriptions to code implementations
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability of objects to take on multiple forms.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the implementation details and showing only
I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.
IList is a collection interface that allows duplicate elements and maintains the order, while ICollection is a base interface for all collections.
IList extends ICollection interface.
IList allows duplicate elements and maintains the order, while ICollection does not guarantee order.
IList has additional methods like Insert, RemoveAt, etc., which are not present in ICollection.
A dictionary is a collection of words and their definitions, typically organized alphabetically.
A dictionary is used to look up the meanings of words.
It can also provide information on pronunciation, usage, and etymology.
Dictionaries can be physical books or online resources.
Examples: Merriam-Webster, Oxford English Dictionary
Data types in C# include int, string, bool, double, etc.
C# has various data types like int, string, bool, double, char, etc.
Each data type has a specific range and memory allocation.
Examples: int num = 10; string name = 'John'; bool isTrue = true;
XPath in Selenium is used to locate elements on a web page using XML path expression.
Use // to select nodes in the document from the current node that match the selection no matter where they are
Use / to select nodes in the document from the root node that match the selection
Use @ to select attributes
Use text() to select the text of the element
Examples: //input[@id='username'] to locate an input element with id 'userna
based on 80 reviews
Rating in categories
Technology Analyst
56.3k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
49.4k
salaries
| ₹2.8 L/yr - ₹9.2 L/yr |
System Engineer
38.9k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.1k
salaries
| ₹6.2 L/yr - ₹17 L/yr |
TCS
Wipro
Cognizant
Accenture