Upload Button Icon Add office photos

Filter interviews by

Agilysys Technologies India Software Tester Interview Questions and Answers

Updated 26 Nov 2023

Agilysys Technologies India Software Tester Interview Experiences

2 interviews found

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

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 Manual testing and 30 normal aptitude mcq easy questions only one and half hour timing

Round 2 - Technical 

(2 Questions)

  • Q1. Manual testing and automation questions and logical questions and SQL from joins
  • Q2. What is black box testing What is difference between sanity and smoke testing What is difference between sanity and regression testing Joins from SQL Impact areas from regression Test case Logical question...
  • Ans. 

    Black box testing is a software testing technique where the internal structure of the system being tested is not known to the tester.

    • Black box testing focuses on the functionality of the software without considering its internal implementation

    • Test cases are designed based on the requirements and specifications of the software

    • It is primarily used to validate the correctness of the software from the end-user perspective

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Full focus on test case and joins from sql

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. 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 - Aptitude Test 

Testing questions based on cognitive and testing ability

Round 3 - Technical 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works as expected.

    • It helps in identifying any defects introduced by new code changes.

    • Regression testing can be automated to save time and effort.

    • Examples include running ...

  • Answered by AI
  • Q2. Status of bug life cycle
  • Ans. 

    Bug life cycle includes new, assigned, in progress, fixed, verified, closed stages.

    • New - bug is identified

    • Assigned - bug is assigned to a developer

    • In progress - developer is working on fixing the bug

    • Fixed - bug is fixed by developer

    • Verified - tester confirms bug is fixed

    • Closed - bug is closed

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
Q2. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
asked in Infosys
Q3. What is mean by automation testing and manual testing
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2022. There were 5 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 - HR 

(2 Questions)

  • Q1. It is mainly telephonic round. The HR will ask you about yourself and your experiences. After that they will brief you about the job profile and all.
  • Q2. Introduce yourself. Do u have hands on into automation? Manual testing? About Test management Tool
Round 3 - Technical 

(2 Questions)

  • Q1. In this you will be provided with login credentials of certification portal. It is totally eliminating round, if you fail you can't proceed further. Here the main problem is this profile is open to fresher...
  • Q2. Regression testing, re testing STLC test management
Round 4 - One-on-one 

(1 Question)

  • Q1. In the you will be interviewed with any one of their technical manager and all questions will be technical only
Round 5 - HR 

(1 Question)

  • Q1. Final round. It is a managerial round technical as well as non technical . But mainly formal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be technically ready to crack the certification round. Go through the managerial procedures and steps about software development and testing both. Coding related questions will be from java, javascript, php, may vary .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

The aptitude test administered included questions on aptitude, mathematics, and reasoning.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is ad hoc testing?
  • Ans. 

    Ad hoc testing is informal testing without any predefined test cases or plans.

    • Ad hoc testing is performed without any specific test design or documentation.

    • Testers explore the application freely to find defects.

    • It is often used to quickly identify issues that may not be found through formal testing.

    • Ad hoc testing can be done at any stage of the development process.

    • Examples include randomly clicking on buttons, entering...

  • Answered by AI
  • Q2. What are the principles of software testing?
  • Ans. 

    The principles of software testing are guidelines that help testers ensure the quality and effectiveness of software.

    • Testing shows the presence of defects, not their absence.

    • Exhaustive testing is impossible, so testing efforts should be focused on high-risk areas.

    • Early testing is crucial to identify and fix defects as soon as possible.

    • Testing should be planned and systematic, with clear objectives and test cases.

    • Testin...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Why you choose to work in qa
  • Ans. 

    I chose to work in QA because I enjoy ensuring quality and improving processes.

    • I have a keen eye for detail and enjoy finding and fixing bugs in software.

    • I like the challenge of testing different scenarios and ensuring the product meets requirements.

    • I find satisfaction in improving processes and helping to deliver a high-quality product to customers.

  • Answered by AI
  • Q2. In which technologys you worked
  • Ans. 

    I have worked with technologies such as Selenium, JUnit, TestNG, Jenkins, and Git.

    • Selenium for automated testing of web applications

    • JUnit and TestNG for writing and executing test cases

    • Jenkins for continuous integration and continuous deployment

    • Git for version control and collaboration

  • Answered by AI

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Chetu user image Nirban Chatterjee

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Inheritance related questions
  • Q2. Base web development related questions
Round 2 - Technical 

(2 Questions)

  • Q1. In depth oops question
  • Q2. Database related questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Engineers.

    • Consider my years of experience in the industry

    • Take into account my specialized skills and certifications

    • Research the current market rate for Senior Engineers in this location

    • Negotiable based on benefits package offered

  • Answered by AI
Round 4 - Coding Test 

Web development related coding questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Oct 2022. There were 4 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 - Group Discussion 

It will be random topic

Round 3 - Technical 

(1 Question)

  • Q1. I don't remember questions. mostly they will focus on networking.
Round 4 - HR 

(1 Question)

  • Q1. Normal discussion

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India Software Tester interview?
Agilysys Technologies India interview process usually has 3 rounds. The most common rounds in the Agilysys Technologies India interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Agilysys Technologies India Software Tester interview?

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

  1. What is black box testing What is difference between sanity and smoke testing W...read more
  2. What is regression test...read more
  3. Status of bug life cy...read more

Tell us how to improve this page.

Agilysys Technologies India Software Tester Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 175 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
CodeClouds Interview Questions
4.5
 • 36 Interviews
SirionLabs Interview Questions
3.8
 • 24 Interviews
SOTI Interview Questions
3.3
 • 23 Interviews
Replicon Interview Questions
3.8
 • 21 Interviews
View all
Agilysys Technologies India Software Tester Salary
based on 4 salaries
₹4.8 L/yr - ₹9 L/yr
37% more than the average Software Tester Salary in India
View more details

Agilysys Technologies India Software Tester Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Analyst
405 salaries
unlock blur

₹6 L/yr - ₹15.8 L/yr

Senior Software Analyst
194 salaries
unlock blur

₹9.3 L/yr - ₹25.5 L/yr

Quality Analyst
181 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Associate Software Analyst
160 salaries
unlock blur

₹6 L/yr - ₹11.6 L/yr

Associate Quality Analyst
74 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Explore more salaries
Compare Agilysys Technologies India with

Thomson Reuters

4.1
Compare

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

CodeClouds

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