Upload Button Icon Add office photos

Filter interviews by

Agilysys Technologies India Automation Test Engineer Interview Questions and Answers

Updated 12 Sep 2024

Agilysys Technologies India Automation Test Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online Assessment with multiple choice questions and answers

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.

    • Experienced in automation testing tools such as Selenium and Appium

    • Proficient in writing test scripts using programming languages like Java and Python

    • Skilled in identifying and reporting software defects

    • Strong understanding of Agile methodologies and continuous integration/continuous deplo

  • Answered by AI
  • Q2. Explain about your project
  • Ans. 

    Developed an automation framework for testing web applications using Selenium and Java

    • Used Selenium WebDriver for automating test cases

    • Implemented Page Object Model design pattern for better code organization

    • Integrated with TestNG for test execution and reporting

    • Executed test cases on different browsers and platforms using Selenium Grid

    • Performed API testing using RestAssured library

  • Answered by AI
  • Q3. Explain about framework
  • Ans. 

    A framework is a set of guidelines, rules, and best practices for developing software applications.

    • Framework provides a structure for organizing code and promoting code reusability.

    • It helps in maintaining consistency and standardization across the project.

    • Frameworks can be categorized as test automation frameworks, web application frameworks, etc.

    • Examples of test automation frameworks include Selenium, TestNG, and Robo

  • Answered by AI
  • Q4. API Testing Questions
  • Q5. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.

    • Exceptions in Selenium are handled using try-catch blocks.

    • Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException.

    • Handling exceptions is important for robust test automation scripts.

    • Example: try { driver.findElement(By.id("eleme...

  • 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 Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal quantitative and logical and automation questions

Round 2 - One-on-one 

(1 Question)

  • Q1. What is static testing
  • Ans. 

    Static testing is a type of software testing where the code is not executed. It involves reviewing and analyzing the code or documentation.

    • Static testing is performed without executing the code.

    • It includes reviews, walkthroughs, and inspections of code or documentation.

    • The goal is to find defects early in the development process.

    • Static testing helps in improving the quality of the code and reducing the number of defect

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Mar 2016.

Interview Questionnaire 

2 Questions

  • Q1. RAID concepts, Perl Programs, Server Storage
  • Q2. Server technology concept, RAID pro and cons, different testing situations, contollers cpncept, operating system concepts

Interview Preparation Tips

Round: Technical Interview
Experience: Answered all the questions in first round and also got selected.

Round: Technical Interview
Experience: Answered all the questions in first round and also got selected.

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse String without Java In built Function
  • Ans. 

    Reverse a string without using Java built-in functions

    • Create a character array from the input string

    • Use two pointers to swap characters at the beginning and end of the array until they meet

    • Convert the character array back to a string

  • Answered by AI
  • Q2. Difference Between Relative Xpath & Absolute Xpath
  • Ans. 

    Relative Xpath is based on the current node while Absolute Xpath starts from the root node of the XML document.

    • Relative Xpath does not start with a forward slash (/) while Absolute Xpath starts with a forward slash (/).

    • Relative Xpath is more flexible and less prone to changes in the structure of the XML document.

    • Absolute Xpath is more specific and provides the full path to the element in the XML document.

    • Relative Xpath...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Ask Python List Questions

Round 2 - HR 

(2 Questions)

  • Q1. Strength And week nesses
  • Q2. Where I am seeing my self in next 5 yeras

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and clear basics of data structure
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Full Java Theories
  • Ans. 

    Full Java Theories cover the core concepts of Java programming language.

    • Object-oriented programming

    • Inheritance, polymorphism, encapsulation, and abstraction

    • Exception handling

    • Multithreading

    • Collections framework

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code to create a class (with some attributes) and sort the objects on the basis of their attributes and print the same.
  • Ans. 

    Create a class with attributes, sort objects based on attributes, and print.

    • Create a class with attributes like name, age, and salary

    • Implement Comparable interface to define sorting logic based on attributes

    • Create objects of the class, add them to a list, and use Collections.sort() to sort them

    • Print the sorted objects

  • Answered by AI
  • Q2. Selenium coding exercise to automate a scenario: launch amazon website and Enter text "Mobile" in the search box and retrieve the name and price of all the results and store it in the custom class (with tw...
  • Ans. 

    Automate scenario to search for 'Mobile' on Amazon, retrieve name and price of results, store in custom class, and display on console.

    • Use Selenium WebDriver to launch Amazon website

    • Locate search box element and enter 'Mobile' text

    • Retrieve name and price of search results using appropriate locators

    • Store name and price in custom class with attributes 'name' and 'product'

    • Display stored data on console

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java questions, manual concepts,SQL basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you know your skills

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core Java oops concepts,sql basic commands, selenium FAQs,manual testing basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round was very difficult, manager round is concentrated on our current project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 dsa questions 1 hour time limit. easy-medium level

Round 2 - Technical 

(1 Question)

  • Q1. Questions on python,c,c++. OOPS and DSA questions
Round 3 - Technical 

(1 Question)

  • Q1. Implementations of projects mentioned on my resume, couple of DSA questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About projects on which I had worked
Round 2 - Coding Test 

File read operation to find particular word

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic C programs
Know about your project work in details

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India Automation Test Engineer interview?
Agilysys Technologies India interview process usually has 2 rounds. The most common rounds in the Agilysys Technologies India interview process are Aptitude Test, One-on-one Round and Technical.
What are the top questions asked in Agilysys Technologies India Automation Test Engineer interview?

Some of the top questions asked at the Agilysys Technologies India Automation Test Engineer interview -

  1. What is static test...read more
  2. Explain about framew...read more
  3. Exceptions in selen...read more

Tell us how to improve this page.

Agilysys Technologies India Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Agilysys Technologies India Automation Test Engineer Salary
based on 5 salaries
₹5.5 L/yr - ₹11.7 L/yr
At par with the average Automation Test Engineer Salary in India
View more details
Software Analyst
387 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Analyst
197 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
175 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Analyst
148 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Quality Analyst
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Agilysys Technologies India with

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.0
Compare

IBM

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