Upload Button Icon Add office photos

Filter interviews by

Agilysys Technologies India Senior Quality Assurance Engineer 2 Interview Questions and Answers

Updated 18 Jun 2024

Agilysys Technologies India Senior Quality Assurance Engineer 2 Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What should we include in 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

  • Answered by AI
  • Q2. Diff between arraylist and 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<>()

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a hacker rank technical + aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to hoisting, ECMA 6 script questions etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - The javascript basic concepts should be clear.

I applied via Referral and was interviewed in Mar 2022. There were 6 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 

Time and Speed, Percentages, Averages, Ratio and Proportion, Time and Work etc.

Round 3 - Coding Test 

Platform was Mettle Assessment, Topics were Tree and Binary Search

Round 4 - Group Discussion 

Work from office vs Work from Home

Round 5 - Technical 

(3 Questions)

  • Q1. Multi-threading, Communication between thread, dynamic programming, trees, sorting techniques.
  • Q2. What is TCP, UDP, Difference between TCP and UDP, Three way handshaking problem, socket programming, HTTP Protocol.
  • Ans. 

    TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are protocols used for data transmission over networks.

    • TCP is a connection-oriented protocol that guarantees reliable delivery of data.

    • UDP is a connectionless protocol that does not guarantee reliable delivery of data.

    • The main difference between TCP and UDP is that TCP provides reliable, ordered, and error-checked delivery of data, while UDP does not.

    • ...

  • Answered by AI
  • Q3. Write code to print bottom view of Binary Search Tree
  • Ans. 

    Print the bottom view of a Binary Search Tree.

    • Use a map to store the horizontal distance and the bottom-most node at that distance.

    • Traverse the tree in level order and update the map with each node's horizontal distance and level.

    • Print the nodes in the map in ascending order of their horizontal distance.

  • Answered by AI
Round 6 - HR 

(3 Questions)

  • Q1. Why you want to work from office
  • Ans. 

    I believe working from the office allows for better collaboration and communication with colleagues.

    • Better collaboration and communication with colleagues

    • Opportunity for face-to-face interactions

    • Easier access to resources and equipment

    • Faster problem-solving through immediate discussions

    • Building stronger relationships with team members

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have the technical skills, experience, and passion for software engineering that make me a valuable asset to your team.

    • I have a strong background in computer science and software development

    • I have experience working on various software projects and have a proven track record of delivering high-quality code

    • I am a quick learner and can adapt to new technologies and programming languages

    • I am a team player and can effect...

  • Answered by AI
  • Q3. Tell any moment when you felt motivated and depressed at same time. etc
  • Ans. 

    Yes

    • When I received a promotion at work but also had to deal with the loss of a loved one

    • When I achieved a personal goal but also faced criticism from others

    • When I received positive feedback on a project but also experienced imposter syndrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and honest. Read your resume properly and rock any interview

Skills evaluated in this interview

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

I applied via Recruitment Consulltant 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 

MCQ questions on Linux Networking and SQL

Round 3 - Technical 

(2 Questions)

  • Q1. Questions about Linux Sql and Networking
  • Q2. Questions about the project
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two sum of an array
  • Ans. 

    Find two numbers in an array that add up to a specific target value.

    • Use a hashmap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q2. Stack balance parenthesis
Round 2 - Technical 

(2 Questions)

  • Q1. Is circular loop is there in a linkedList
  • Ans. 

    No, a circular loop is not present in a linked list.

    • A linked list does not have a circular loop by default.

    • If a linked list has a circular loop, it is considered a circular linked list.

    • Circular linked lists can be detected using Floyd's Cycle Detection Algorithm.

  • Answered by AI
  • Q2. How to identify the duplicates in circular linkedList
  • Ans. 

    To identify duplicates in a circular linked list, use a hash set to keep track of visited nodes.

    • Traverse the circular linked list while adding each node to a hash set.

    • If a node is already in the hash set, it is a duplicate.

    • Consider edge cases such as an empty list or a list with only one node.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - well Prepared DSA Topics and Java and OOPs

Skills evaluated in this interview

I applied via telegram and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Group Discussion 

General topic

Round 3 - Technical 

(1 Question)

  • Q1. Whatever you mention in resume
Round 4 - One-on-one 

(1 Question)

  • Q1. Oops ,java,machine learning,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - what ever you write on resume prepare well for those thing or i can say your resume will your question paper.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Two problem solving questions from leetcode. It was basically easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. One coding question from leetcode
  • Q2. Design a movie booking system
  • Ans. 

    A movie booking system allows users to browse movies, select showtimes, choose seats, and make payments online.

    • Users can search for movies by title, genre, or location.

    • Show available showtimes and theaters for selected movie.

    • Select seats and view seating layout for chosen showtime.

    • Provide payment options and confirm booking with email or SMS notification.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Mostly about previous work and company culture

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 coding questions
  • Q2. Question on arrays
Round 2 - Technical 

(1 Question)

  • Q1. Coding and sql questions
Round 3 - HR 

(1 Question)

  • Q1. Coding question on arrays

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to sort linked list
  • Ans. 

    Program to sort a linked list

    • Traverse the linked list and compare adjacent nodes

    • Use a temporary node to swap nodes

    • Repeat until the list is sorted

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. They asked me few database related queries and few questions on web apis

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your logics clear. Don't get depressed, interview was very easy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. I was asked questions on React, JavaScript, etc as I mentioned them in my resume. Also questions on SQL were asked. I was also given 1 easy level coding question to solve.

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India Senior Quality Assurance Engineer 2 interview?
Agilysys Technologies India interview process usually has 1 rounds. The most common rounds in the Agilysys Technologies India interview process are Technical.
What are the top questions asked in Agilysys Technologies India Senior Quality Assurance Engineer 2 interview?

Some of the top questions asked at the Agilysys Technologies India Senior Quality Assurance Engineer 2 interview -

  1. What should we include in test p...read more
  2. Diff between arraylist and linkedl...read more

Tell us how to improve this page.

Agilysys Technologies India Senior Quality Assurance Engineer 2 Interview Process

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
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