Upload Button Icon Add office photos

Filter interviews by

FRSPL Automation Test Engineer Interview Questions and Answers

Updated 18 Dec 2024

FRSPL Automation Test Engineer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions about roles and responsibilities
  • Q2. Can you work on both project simultaneously (manual and auto)
  • Ans. 

    Yes, I can work on both manual and automated projects simultaneously.

    • I have experience in managing multiple projects at the same time.

    • I can prioritize tasks effectively to ensure both manual and automated projects are completed on time.

    • I am proficient in using tools and technologies for both manual and automated testing.

    • For example, I have worked on a project where I created automated test scripts while also performing

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions
Round 3 - Client Interview 

(1 Question)

  • Q1. Asked about dependency in project

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based on table steering
  • Q2. Various concepts like buffering the values, errors found during your automation, TCP,SP,
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Wap for reverse string in java
  • Ans. 

    Reverse a string in Java using StringBuilder's reverse method.

    • Create a StringBuilder object with the input string

    • Use the reverse() method of StringBuilder to reverse the string

    • Convert the reversed StringBuilder object back to a string using toString()

  • Answered by AI
  • Q2. What is interface
  • Ans. 

    An interface in software development is a contract that defines the methods that a class must implement.

    • Interfaces in programming languages like Java, C#, and TypeScript provide a way to achieve abstraction and multiple inheritance.

    • Classes implementing an interface must provide concrete implementations for all the methods defined in the interface.

    • Interfaces allow for loose coupling between components, making code more

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Write a java code to print sum of 100 numbers
  • Ans. 

    Java code to print sum of 100 numbers

    • Create an array of 100 numbers

    • Use a loop to iterate through the array and calculate the sum

    • Print the sum at the end

  • Answered by AI
  • Q2. Write a count of K char in your name
  • Ans. 

    My name is John Doe. There are 1 'o' in my name.

    • Count the occurrences of the specified character in the name

    • Iterate through each character in the name and compare with the specified character

    • Increment a counter each time the specified character is found

  • Answered by AI
  • Q3. How to move to another tabs in selenium
  • Ans. 

    To move to another tab in Selenium, switch to the desired tab using window handles.

    • Use getWindowHandles() to get all window handles

    • Switch to the desired tab using switchTo().window(handle)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow the JD most of the questions were from JD

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 May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Selenium related questions
  • Q3. Java programs related to string

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare every basic concepts in java and selenium.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap for occurences of characters 4. wap for fibonacci series 5. write xpath from a website(they will tell the exact location) 6. How to get galues...
  • Ans. 

    Answers to various technical questions related to automation testing and software development.

    • findElements vs findElement: findElements returns a list of web elements matching the locator, while findElement returns the first web element matching the locator.

    • Set vs Map: Set is a collection of unique elements, while Map is a collection of key-value pairs.

    • Program for occurrences of characters: Write a program to count the...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Automation Test Engineer interview:
  • Selenium
  • Core Java
  • Manual Testing
  • REST API
  • Jenkins
  • Github
  • Cucumber
  • Testng
Interview preparation tips for other job seekers - Preapare for the in depth knowlege do do shortcut means first grab the basic knowledge practice coding everyday then you are able to give any answers. And the most important thing is that in the interview don't become oversmart and casual also.

Skills evaluated in this interview

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

(5 Questions)

  • Q1. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It allows testers to write test scripts in a variety of IDEs like Eclipse, IntelliJ, etc.

    • Selenium can automate interactions with web browsers like Chrome, Firefox, etc.

    • It can perform various testing tasks such as form filling, button clicking, data extrac

  • Answered by AI
  • Q2. Explain different components of selenium
  • Ans. 

    Selenium is a suite of tools used for automating web browsers.

    • Selenium IDE: Record and playback tool for creating automated tests

    • Selenium WebDriver: Automation tool for writing test scripts in various programming languages

    • Selenium Grid: Distributes test execution on multiple machines for parallel testing

    • Selenium RC (Remote Control): Deprecated tool for running tests in multiple browsers

  • Answered by AI
  • Q3. Difference between findelement and findelement
  • Ans. 

    findelement is a method used in Selenium to locate a single web element on a webpage, while findelements is used to locate multiple web elements.

    • findelement returns the first matching element found on the webpage

    • findelements returns a list of all matching elements found on the webpage

    • findelement is used when only one element needs to be located, while findelements is used when multiple elements need to be located

  • Answered by AI
  • Q4. Different types of wait
  • Ans. 

    Different types of wait include implicit, explicit, and fluent waits in automation testing.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException if the element is not found.

    • Explicit wait: Waits for a certain condition to be met before proceeding further in the code.

    • Fluent wait: Waits for a condition to be met with a defined polling frequency and timeout.

    • Example: Using implicit wait ...

  • Answered by AI
  • Q5. Difference between close and wait
  • Ans. 

    Close is used to close a window or application, while wait is used to pause the execution for a specified amount of time.

    • Close is used to close a window or application after the test is completed

    • Wait is used to pause the execution for a specified amount of time, such as waiting for an element to load before proceeding

    • Example: driver.close() will close the current window, while Thread.sleep(5000) will pause the executio

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Explain your project. 2. Explain Oops concept
  • Ans. 

    I have worked on a project to automate testing processes using various tools and frameworks.

    • Implemented automation scripts using Selenium WebDriver for web application testing

    • Utilized TestNG framework for test case management and execution

    • Integrated Jenkins for continuous integration and deployment

    • Used Page Object Model design pattern for better code maintenance

    • Performed API testing using tools like Postman

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Almost all the questions u can think of about basic java and selenium.
  • Q2. Got, Maven, Jenkins, Jira
Round 3 - HR 

(1 Question)

  • Q1. Self intro and Project and experience related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at your basics. Be true to your resume. Dont add any technology you are not aware of on your resume.

FRSPL Interview FAQs

How many rounds are there in FRSPL Automation Test Engineer interview?
FRSPL interview process usually has 2 rounds. The most common rounds in the FRSPL interview process are HR, Technical and Client Interview.
What are the top questions asked in FRSPL Automation Test Engineer interview?

Some of the top questions asked at the FRSPL Automation Test Engineer interview -

  1. asked about dependency in proj...read more
  2. tell me about yours...read more
  3. basic java questi...read more

Tell us how to improve this page.

Java Developer
17 salaries
unlock blur

₹9.5 L/yr - ₹32 L/yr

Storage Backup Administrator
13 salaries
unlock blur

₹8.8 L/yr - ₹15 L/yr

Backup Administrator
8 salaries
unlock blur

₹8.4 L/yr - ₹10 L/yr

Senior Java Developer
7 salaries
unlock blur

₹23 L/yr - ₹46 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Explore more salaries
Compare FRSPL with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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