Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 37.9k Reviews

Filter interviews by

Infosys Selenium Automation Tester Interview Questions, Process, and Tips

Updated 21 Dec 2024

Top Infosys Selenium Automation Tester Interview Questions and Answers

View all 6 questions

Infosys Selenium Automation Tester Interview Experiences

6 interviews found

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

(2 Questions)

  • Q1. Explain your automation framework
  • Q2. Different types of waits
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Open Amazon page (-----) >>Maximize the browser >> put an explicit wait 3000 milliseconds >> Click on "All" dropdown("next to update location") using relative xpath functionality >> Select "books" ("Use any locator except xpath) >> Type in "Wings of Fire" >> click on "Search (use ancestor attribute of xpath) >> capture the screenshot of final screen .>> close the browser

Interview Preparation Tips

Topics to prepare for Infosys Selenium Automation Tester interview:
  • Selenium WebdriverIO
  • xpaths
  • screenshots

Selenium Automation Tester Interview Questions Asked at Other Companies

asked in Cognizant
Q1. How to get the count of all text box in a web page?
Q2. Why should Selenium be selected as a testing tool for web applica ... read more
Q3. What are the different parts of a test automation framework?
Q4. What are some of the best practices in test automation?
Q5. How can you run a selected test from a group of tests in Cucumber ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is explicit and implicit wait
  • Ans. 

    Explicit wait is defined by the user to wait for a certain condition to be met before proceeding, while implicit wait is set globally for the entire test script.

    • Explicit wait is used for specific elements and conditions, like waiting for an element to be clickable or visible.

    • Implicit wait is set once at the beginning of the test script and is applied to all elements, waiting for a specified amount of time before throwi...

  • Answered by AI
  • Q2. Selenium framework
Round 2 - Coding Test 

Code to test weather the loop is running correctly or not

Round 3 - HR 

(1 Question)

  • Q1. Tell about infosys
  • Ans. 

    Infosys is a global consulting and IT services company headquartered in India.

    • Founded in 1981 by Narayana Murthy and his colleagues

    • Provides services in areas such as software development, maintenance, and consulting

    • Has a presence in over 46 countries worldwide

    • Listed on the NYSE and BSE stock exchanges

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Regarding my experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated Selenium Automation Tester with 5 years of experience in creating and executing automated test scripts.

    • 5 years of experience in Selenium automation testing

    • Proficient in creating and executing automated test scripts

    • Strong knowledge of testing frameworks like TestNG and JUnit

    • Experience in working with continuous integration tools like Jenkins

    • Familiarity with programming languages like Java and Python

  • Answered by AI
  • Q2. Selenium questions
  • Q3. Actuon class,alert

Infosys interview questions for designations

 Automation Tester

 (4)

 Quality Assurance and Automation Tester

 (1)

 Software Tester

 (20)

 ETL Tester

 (11)

 Performance Tester

 (5)

 Manual Tester

 (4)

 QA Tester

 (2)

 Senior Software Tester

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is dry run
  • Ans. 

    Dry run is a practice run of a program or system to test its functionality without actually executing it.

    • Dry run helps in identifying any potential issues or errors before the actual execution of the program.

    • It involves going through the code or system logic step by step to simulate the execution process.

    • Dry run is commonly used in programming and testing to ensure the correctness of the code.

    • It is a way to validate th...

  • Answered by AI
  • Q2. Difference between POM & pagefactory
  • Ans. 

    POM is a design pattern that separates test scripts from page objects, while PageFactory is a class in Selenium used to initialize elements in a page object model.

    • POM (Page Object Model) is a design pattern that organizes test scripts by separating them from page objects.

    • PageFactory is a class in Selenium that is used to initialize elements in a page object model.

    • POM helps in improving code reusability, readability, an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

Selenium Automation Tester Interview Questions & Answers

user image Pooja Himmat Vibhute...

posted on 22 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Data structure coding

Round 2 - Technical 

(3 Questions)

  • Q1. Core Java, SQL, data structure
  • Q2. Hashmap vs Hashtree
  • Ans. 

    Hashmap is a data structure that stores key-value pairs, while Hashtree is a tree-like structure used for storing and organizing data.

    • Hashmap is a key-value pair data structure, allowing fast retrieval of values based on keys.

    • Hashtree is a tree-like structure used for storing and organizing data in a hierarchical manner.

    • Hashmap is typically used for faster retrieval of data, while Hashtree is used for organizing data i...

  • Answered by AI
  • Q3. How to achieve multiple inheritance in java
  • Ans. 

    Multiple inheritance is not supported in Java due to the Diamond Problem, but can be achieved using interfaces.

    • Java does not support multiple inheritance of classes due to the Diamond Problem

    • Multiple inheritance can be achieved in Java using interfaces

    • Create multiple interfaces with desired methods and implement them in a single class

  • Answered by AI

Skills evaluated in this interview

Selenium Automation Tester Jobs at Infosys

View all

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Given a set of strings, swap pair of character in each string. Eg “Selenium Automation Testing” should print as “eselinmu uaotamitno ettsnig”
  • Ans. 

    Swap pair of characters in each string of an array of strings.

    • Iterate through each string in the array

    • For each string, swap pairs of characters by iterating through the string with a step of 2

    • Return the modified array of strings

  • Answered by AI
  • Q2. Given a set of strings, find out the duplicate characters for the entire list of strings.
  • Ans. 

    Find duplicate characters in a set of strings.

    • Iterate through each string in the array.

    • For each string, iterate through each character and store them in a hashmap with their frequency.

    • Identify characters with frequency greater than 1 as duplicates.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. 5 error codes of sql
  • Q2. 5 maven commands
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. FindElement vs findElements
  • Ans. 

    findElement is used to locate a single element on a web page, while findElements is used to locate multiple elements.

    • findElement returns the first matching element on the page, while findElements returns a list of all matching elements.

    • findElement throws NoSuchElementException if no element is found, while findElements returns an empty list.

    • findElement is used when you expect only one element to be present, while findE...

  • Answered by AI
  • Q2. Largest number in array, Java program
  • Ans. 

    Java program to find the largest number in an array of strings

    • Convert each string element in the array to an integer using Integer.parseInt()

    • Initialize a variable to store the largest number and compare each element to update it

    • Return the largest number found in the array

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOPS concepts, Testng

Infosys Interview FAQs

How many rounds are there in Infosys Selenium Automation Tester interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, Coding Test and HR.
How to prepare for Infosys Selenium Automation Tester 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Automation Testing, API Testing, Selenium, Selenium Java and Java Selenium.
What are the top questions asked in Infosys Selenium Automation Tester interview?

Some of the top questions asked at the Infosys Selenium Automation Tester interview -

  1. How to achieve multiple inheritance in j...read more
  2. What is explicit and implicit w...read more
  3. Difference between POM & pagefact...read more

Tell us how to improve this page.

Infosys Selenium Automation Tester Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Selenium Automation Tester Salary
based on 8 salaries
₹2.6 L/yr - ₹10.2 L/yr
10% less than the average Selenium Automation Tester Salary in India
View more details
Automation Tester Selenium Java - BLR

Pune,

Chennai

+1

3-8 Yrs

Not Disclosed

Automation Tester - Selenium Java -Infosys

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

Not Disclosed

Automation Tester - Selenium - Java

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

₹ 2.8-7.8 LPA

Explore more jobs
Technology Analyst
56.2k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.1k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.5k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview