Upload Button Icon Add office photos

Filter interviews by

Agilysys Technologies India Test Engineer Interview Questions and Answers for Freshers

Updated 29 Nov 2024

Agilysys Technologies India Test Engineer Interview Experiences for Freshers

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

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

Round 1 - Aptitude Test 

Manual, API, Aptitude MCQ

Round 2 - Technical 

(2 Questions)

  • Q1. About Postman API
  • Q2. Manual Testing, project explanation and experience

Interview questions from similar companies

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

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. Mostly ask Question from OOP's and SQL

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Pointer,string , array ,dynamic memory allocation , static variable, structure union difference,pointer function
  • Q2. They asked all the basic concepts of C and give programming question mostly on array

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, asked the basic questions but covered all the concepts focused on string and pointer mainly.

Interview Questionnaire 

2 Questions

  • Q1. What's is meaning of success?
  • Ans. 

    Success is achieving one's goals and feeling fulfilled in the process.

    • Success is subjective and varies from person to person.

    • It can be achieving a personal or professional goal.

    • Success can also be measured by the impact one has on others.

    • Feeling fulfilled and content is a key component of success.

    • Success is not always about material possessions or wealth.

  • Answered by AI
  • Q2. Why do we work in corporate office?

Interview Preparation Tips

Interview preparation tips for other job seekers - Find all these kind of of questions and their solutions then you cracked any kind of interviews.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

The test had it's webcam on, we were not allowed to go out of the frame.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    The program calculates the Nth Fibonacci number using a recursive formula.

    • The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.

    • The program uses a recursive function to calculate the Nth Fibonacci number.

    • The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.

  • Answered by AI
  • Q2. 

    Longest Consecutive Sequence Problem Statement

    You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consecutive sequence present in the array...

  • Ans. 

    The task is to find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to bring consecutive numbers together

    • Iterate through the sorted array and keep track of the current consecutive sequence length

    • Update the maximum length if a longer sequence is found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

The interview was online from home.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.

    • Iterate through the string from the last character to the first character and append each character to a new string.

    • Alternatively, you can use built-in string reversal functions or methods available in your programming language.

    • To solve the follow-up question with O(1) space complexity, you can use a tw...

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals . 
The interviewer was very understanding and supportive.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Data Structures, Object-Oriented Programming, Algorithms, Dynamic programming, Graphs, Operating Systems and Database Management System,Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities. 
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.

Application resume tips for other job seekers

Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Abstract and Interface. Explain any scenario where these concept are used.
  • Ans. 

    Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are contracts that define methods that must be implemented by a class.

    • Abstract classes can have constructors while interfaces cannot

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract classes can have instance variables while interfaces cannot

    • Interfaces are ...

  • Answered by AI
  • Q2. MVC Routing and Attribute. How can we use two models in a one single view.
  • Ans. 

    To use two models in a single view with MVC Routing and Attribute, we can create a ViewModel.

    • Create a ViewModel that contains the properties of both models

    • Populate the ViewModel with data from both models in the controller

    • Pass the ViewModel to the view

    • Access the properties of both models in the view using the ViewModel

  • Answered by AI
  • Q3. SQL Joins, Stored Procedure, Functions, Display current day, month and year.
  • Q4. What is abstraction, inheritance and polymorphism. Explain each one in detail.
  • Ans. 

    Abstraction, inheritance and polymorphism are three fundamental concepts in object-oriented programming.

    • Abstraction is the process of hiding complex implementation details and providing a simplified interface for the user.

    • Inheritance is the mechanism by which one class acquires the properties and behavior of another class.

    • Polymorphism is the ability of an object to take on many forms. It allows objects of different cla...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for OOP's Concept and SQL.

Skills evaluated in this interview

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Let, var, const, asynchronous, callbacks
Round 3 - Coding Test 
Round 4 - HR 

(1 Question)

  • Q1. Salary discussed, discussed about company policy

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning, keep coding. Learn new things

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

Interview Questionnaire 

4 Questions

  • Q1. Basic in python
  • Q2. Basic in SQL
  • Q3. Basic in django
  • Q4. Basic in machine learning and data science

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics in python programming, SQL, machine learning, data science, django

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India Test Engineer interview for freshers?
Agilysys Technologies India interview process for freshers usually has 2 rounds. The most common rounds in the Agilysys Technologies India interview process for freshers are Aptitude Test and Technical.
What are the top questions asked in Agilysys Technologies India Test Engineer interview for freshers?

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

  1. Manual Testing, project explanation and experie...read more
  2. About Postman ...read more

Tell us how to improve this page.

Agilysys Technologies India Test Engineer Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.2
 • 177 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
CodeClouds Interview Questions
4.4
 • 37 Interviews
SirionLabs Interview Questions
3.8
 • 24 Interviews
SOTI Interview Questions
3.2
 • 24 Interviews
Replicon Interview Questions
3.8
 • 21 Interviews
View all
Agilysys Technologies India Test Engineer Salary
based on 6 salaries
₹6 L/yr - ₹7.8 L/yr
25% more than the average Test Engineer Salary in India
View more details
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
179 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