Upload Button Icon Add office photos
Engaged Employer

i

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

Agilysys Technologies India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Agilysys Technologies India Interview Questions and Answers

Updated 24 Apr 2025
Popular Designations

27 Interview questions

An Associate Software Analyst was asked 8mo ago
Q. Explain the concepts of Object-Oriented Programming (OOP).
Ans. 

Oops concepts are fundamental principles of object-oriented programming such as inheritance, polymorphism, encapsulation, and abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Polymorphism: Allows objects to be treated as instances of their parent class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Abstraction: Hides the complex imp...

View all Associate Software Analyst interview questions
A Software Analyst was asked 8mo ago
Q. Write Mongo queries for the following scenarios.
Ans. 

MongoDB queries allow flexible data retrieval and manipulation using various operators and methods.

  • Use `find()` to retrieve documents: `db.collection.find({ key: value })`.

  • Use projection to limit fields: `db.collection.find({}, { field1: 1, field2: 0 })`.

  • Filter with operators: `db.collection.find({ age: { $gt: 30 } })` for ages greater than 30.

  • Sort results: `db.collection.find().sort({ field: 1 })` for ascending o...

View all Software Analyst interview questions
An Automation Test Engineer was asked 9mo ago
Q. Explain the 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...

View all Automation Test Engineer interview questions
A Senior Quality Assurance Engineer 2 was asked 12mo ago
Q. What are the differences between an ArrayList and a LinkedList?
Ans. 

ArrayList is a resizable array implementation, LinkedList is a doubly linked list implementation.

  • ArrayList uses dynamic array to store elements, LinkedList uses nodes with pointers to next and previous nodes.

  • ArrayList provides fast random access, LinkedList provides fast insertion and deletion.

  • Example: ArrayList<String> list = new ArrayList<>(); LinkedList<String> linkedList = new LinkedList<&...

View all Senior Quality Assurance Engineer 2 interview questions
A Senior Quality Assurance Engineer 2 was asked 12mo ago
Q. What should be included in a test plan?
Ans. 

A test plan should include objectives, scope, resources, schedule, test cases, test environment, and risks.

  • Objectives of the testing

  • Scope of the testing

  • Resources needed for testing

  • Schedule for testing activities

  • Test cases to be executed

  • Test environment setup

  • Risks and mitigation strategies

View all Senior Quality Assurance Engineer 2 interview questions
A Functional Test EngineerIP was asked
Q. What is functional testing?
Ans. 

Functional testing verifies that software functions according to specified requirements, ensuring it performs its intended tasks.

  • Focuses on user requirements and functionality of the application.

  • Involves testing features like login, data entry, and report generation.

  • Example: Testing if a user can successfully log in with valid credentials.

  • Can be manual or automated, using tools like Selenium or QTP.

  • Ensures that th...

A Functional Test EngineerIP was asked
Q. What is the agile process?
Ans. 

The Agile process is an iterative approach to software development that emphasizes flexibility, collaboration, and customer feedback.

  • Iterative Development: Work is done in small, manageable increments called sprints, allowing for regular reassessment and adaptation.

  • Collaboration: Teams work closely with stakeholders and customers to ensure the product meets their needs, often through daily stand-up meetings.

  • Custom...

Are these interview questions helpful?
A Software Analyst was asked
Q. Explain public static void main.
Ans. 

The public static void main method is the entry point for a Java program.

  • public: Access modifier indicating that the method is accessible from outside the class

  • static: Method belongs to the class itself rather than an instance of the class

  • void: Method does not return any value

  • main: Name of the method that serves as the entry point for Java programs

  • String[] args: Array of strings that can be passed as arguments to ...

View all Software Analyst interview questions
A Software Analyst was asked
Q. What is Spring Boot?
Ans. 

Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based Applications.

  • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

  • It allows for easy setup of Spring projects with minimal configuration.

  • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

  • It promotes co...

View all Software Analyst interview questions
A Software Analyst was asked
Q. What are the advantages of Kafka?
Ans. 

Kafka provides high throughput, fault tolerance, and scalability for real-time data streaming.

  • High throughput: Kafka can handle a large number of messages per second.

  • Fault tolerance: Kafka replicates data across multiple brokers to ensure data availability.

  • Scalability: Kafka can easily scale horizontally by adding more brokers to the cluster.

  • Real-time data streaming: Kafka allows for real-time processing of data s...

View all Software Analyst interview questions

Agilysys Technologies India Interview Experiences

55 interviews found

I applied via Naukri.com and was interviewed in Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Question related to C# keywords and their usage
  • Q2. Question related to MVC,
  • Q3.  Question to write a programs based on use cases (simple one's)
  • Ans. 

    Creating simple programs based on use cases helps in understanding requirements and functionality.

    • Identify the use case: e.g., User login system.

    • Define the actors: e.g., User, System.

    • Outline the main flow: e.g., User enters credentials, system validates.

    • Consider alternative flows: e.g., Incorrect password handling.

    • Implement the program: e.g., Use a programming language like Python.

  • Answered by AI
  • Q4. Question to write SQL Queries bases on use cases
  • Q5. Some basic question on OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth inspite of having all rounds in a same day,
Being good with c#, oops, sql queries, .Net Architecture, Design patterns will make your way far easier.
All the Best!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

This round included basic questions on .NET and data structures and algorithms, but they filtered out 75% of the candidates' attempts.

Round 2 - Technical 

(1 Question)

  • Q1. .net basic and sql server
Round 3 - Case Study 

Puzzle question asked

Round 4 - HR 

(1 Question)

  • Q1. Only salary discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Consider the importance of salary you can join . But health, and work-life balance when making your decision. Will call later nights , weekends and no festival
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

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

(1 Question)

  • Q1. Framework used in work
  • Ans. 

    I have experience working with Selenium WebDriver and TestNG framework for automated testing.

    • Used Selenium WebDriver for automating web application testing

    • Utilized TestNG framework for test case management and reporting

    • Implemented Page Object Model design pattern for better code organization

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Cucumber frame work
Round 3 - Technical 

(1 Question)

  • Q1. Api testing postman rest assured

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Technical questions 30 and aptitude questions 30

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of testing
  • Q2. Tricky scenario and situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare strong in basics and situation based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Number series , probablity , relations

Round 2 - Coding Test 

String, pattern and one prime number questions

Round 3 - Technical 

(2 Questions)

  • Q1. Bit and byte comparison
  • Ans. 

    A bit is the smallest unit of data in computing, while a byte is made up of 8 bits.

    • A bit can have a value of 0 or 1, representing off or on respectively.

    • A byte is made up of 8 bits, allowing for a larger range of values (0-255).

    • Bytes are commonly used to represent characters in text, with each character typically taking up one byte.

    • Bits are often used in Boolean logic operations and for representing binary numbers.

  • Answered by AI
  • Q2. About projects and roles
Round 4 - HR 

(2 Questions)

  • Q1. Asked about the family background
  • Q2. About company and their projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

UI Developer Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Html css javascript
  • Q2. Type script angular
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Online Assessment - Technical

Round 2 - Technical 

(2 Questions)

  • Q1. Project Explanation
  • Q2. SQL performance tuning
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantative and manual testing mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. Types of Integration Testing
  • Ans. 

    Integration testing is a type of testing where individual units are combined and tested as a group.

    • Testing the interaction between different modules or components

    • Ensuring that the integrated components work together as expected

    • Identifying any issues with data flow or communication between components

    • Types include top-down, bottom-up, and sandwich testing

  • Answered by AI
  • Q2. Scenario for pet bottles
Round 3 - HR 

(2 Questions)

  • Q1. Types of integration testing
  • Ans. 

    Types of integration testing include top-down, bottom-up, big bang, and sandwich testing.

    • Top-down testing involves testing from top to bottom, starting with the highest level modules.

    • Bottom-up testing involves testing from bottom to top, starting with the lowest level modules.

    • Big bang testing involves testing all modules together after they have been developed.

    • Sandwich testing involves a combination of top-down and bot...

  • Answered by AI
  • Q2. Scenario for pet bottles

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

150 question 100 aptitude and 50 programming mcqs, with time limit ,once question iis answered it cannot be reviewed back

Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

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

Logical analysis and basic process

Round 2 - One-on-one 

(2 Questions)

  • Q1. About past experience
  • Q2. About process SDLC
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Policies and infrastructure

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Agilysys Technologies India?
Ask anonymously on communities.

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India interview?
Agilysys Technologies India interview process usually has 2-3 rounds. The most common rounds in the Agilysys Technologies India interview process are Technical, Aptitude Test and HR.
How to prepare for Agilysys Technologies India 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 Agilysys Technologies India. The most common topics and skills that interviewers at Agilysys Technologies India expect are Procurement, Hospitality, SQL, C# and Javascript.
What are the top questions asked in Agilysys Technologies India interview?

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

  1. Given different scenarios to test how will you react if you come across a scena...read more
  2. What is black box testing What is difference between sanity and smoke testing W...read more
  3. Question to write a programs based on use cases (simple one...read more
What are the most common questions asked in Agilysys Technologies India HR round?

The most common HR questions asked in Agilysys Technologies India interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...read more
How long is the Agilysys Technologies India interview process?

The duration of Agilysys Technologies India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 50 interview experiences

Difficulty level

Easy 26%
Moderate 74%

Duration

Less than 2 weeks 94%
2-4 weeks 3%
4-6 weeks 3%
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 197 Interviews
AVASOFT Interview Questions
2.8
 • 174 Interviews
CodeClouds Interview Questions
4.4
 • 42 Interviews
Grey Orange Interview Questions
3.2
 • 40 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
SirionLabs Interview Questions
3.8
 • 26 Interviews
SOTI Interview Questions
3.2
 • 24 Interviews
Replicon Interview Questions
3.8
 • 21 Interviews
View all

Agilysys Technologies India Reviews and Ratings

based on 202 reviews

3.4/5

Rating in categories

3.3

Skill development

2.8

Work-life balance

4.0

Salary

3.7

Job security

3.2

Company culture

3.3

Promotions

3.1

Work satisfaction

Explore 202 Reviews and Ratings
Quality Analyst (1-4 yrs)

Chennai

1-4 Yrs

Not Disclosed

AI Developer (8 - 14 Years)

Chennai

9-14 Yrs

Not Disclosed

Senior Proposal Analyst (4 - 6 Years)

Chennai

4-6 Yrs

Not Disclosed

Explore more jobs
Software Analyst
436 salaries
unlock blur

₹8.5 L/yr - ₹15 L/yr

Senior Software Analyst
206 salaries
unlock blur

₹12.7 L/yr - ₹22.4 L/yr

Associate Software Analyst
172 salaries
unlock blur

₹6 L/yr - ₹10.8 L/yr

Quality Analyst
153 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Associate Quality Analyst
80 salaries
unlock blur

₹3.9 L/yr - ₹9 L/yr

Explore more salaries
Compare Agilysys Technologies India with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare
write
Share an Interview