Upload Button Icon Add office photos

Filter interviews by

Agilysys Technologies India Software Analyst Interview Questions, Process, and Tips

Updated 18 Oct 2024

Top Agilysys Technologies India Software Analyst Interview Questions and Answers

View all 10 questions

Agilysys Technologies India Software Analyst Interview Experiences

13 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)
  • 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
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

Software Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Merge IntervalsYou are given N number of intervals, where each in ... read more
asked in Cognizant
Q2. DFS TraversalGiven an undirected and disconnected graph G(V, E), ... read more
Q3. Climbing the leaderboardGiven a leaderboard of a game with the fo ... read more
Q4. Design a hashsetDesign a HashSet without using any built-in hash ... read more
Q5. Fenwick TreeYou are given an array/list 'ARR' of ‘N’ integers, an ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Aptitude Test 

Aptitude test includes java MCQ, problem solving, program questions

Round 2 - Technical 

(5 Questions)

  • Q1. What is springboot
  • 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 convent...

  • Answered by AI
  • Q2. What is advantage 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 stream...

  • Answered by AI
  • Q3. 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 the m

  • Answered by AI
  • Q4. Hashmap vs hashtable
  • Ans. 

    Hashtable is synchronized and slower, while hashmap is not synchronized and faster.

    • Hashtable is synchronized, while hashmap is not.

    • Hashtable does not allow null keys or values, while hashmap allows one null key and multiple null values.

    • Hashtable is thread-safe, while hashmap is not.

    • Hashtable is slower than hashmap due to synchronization.

    • Example: Hashtable ht = new Hashtable(); HashMap hm = new HashMap();

  • Answered by AI
  • Q5. Stringbuilder vs stringbuffer
  • Ans. 

    Stringbuilder is faster but not thread-safe, while StringBuffer is slower but thread-safe.

    • Stringbuilder is faster due to lack of synchronization, suitable for single-threaded environments.

    • StringBuffer is slower due to synchronization, suitable for multi-threaded environments.

    • Use StringBuilder when performance is a priority, use StringBuffer when thread safety is a concern.

  • Answered by AI

Skills evaluated in this interview

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

Tested on your technical skills for the role

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview regarding Javasrcipt
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and normal HR discussions

Agilysys Technologies India interview questions for designations

 Associate Software Analyst

 (9)

 System Analyst

 (1)

 Software Tester

 (2)

 Software Developer

 (1)

 Senior QA Analyst

 (1)

 Associate Software Engineer

 (2)

 Quality Analyst

 (3)

 Business Analyst

 (1)

Software Analyst Interview Questions & Answers

user image KARTHIKEYAN A

posted on 18 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic level of aptitudes and 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Asks us to Code
  • Q2. Some spring boot, java , mongo questions
Round 3 - Technical 

(2 Questions)

  • Q1. Mongo queries after giving some scenarios
  • Q2. Efficient coding
Round 4 - HR 

(1 Question)

  • Q1. U r selected if come till this

Get interview-ready with Top Agilysys Technologies India Interview Questions

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

First level of interview is, aptitude with 2 coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. In Technical 1st round, interviewer asked questions around Collections,Streams,Rest API and asked me to write code in java8(2 coding questions).
Round 3 - Technical 

(1 Question)

  • Q1. 2 coding questions only.
Round 4 - HR 

(1 Question)

  • Q1. Mostly they asked about my previous experience, about family, strength and weakness and finally package discussion.

Interview Preparation Tips

Topics to prepare for Agilysys Technologies India Software Analyst interview:
  • Core Java
  • Advanced Java
  • REST API
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 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 - Technical 

(3 Questions)

  • Q1. Basics of javascript
  • Q2. What is hosting in js
  • Ans. 

    Hosting in JavaScript refers to the process of deploying a website or web application on a server to make it accessible on the internet.

    • Hosting allows users to access your website by typing in the domain name in a web browser.

    • Common hosting services include shared hosting, VPS hosting, and cloud hosting.

    • Examples of popular hosting providers include Bluehost, HostGator, and AWS.

    • Hosting also involves managing server reso

  • Answered by AI
  • Q3. Find greatest number in an array
  • Ans. 

    Iterate through array to find greatest number

    • Iterate through each element in the array

    • Compare each element with a variable storing the current greatest number

    • Update the variable if a greater number is found

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell about yourself

Skills evaluated in this interview

Software Analyst Interview Questions & Answers

user image Ramkumar Manikandan

posted on 18 Dec 2023

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

I applied via Referral and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude with little bit of programming

Round 2 - Technical 

(2 Questions)

  • Q1. Functional interfaces
  • Q2. Build a single number from array of integers
  • Ans. 

    Concatenate array of integers to form a single number

    • Convert each integer to string

    • Concatenate the strings to form a single number

    • Handle edge cases like leading zeros

    • Example: [3, 30, 34] -> '33034'

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary expectations

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic apptitude round

Round 3 - Technical 

(1 Question)

  • Q1. Technical round testing on dsa and java oops concept
Round 4 - Technical 

(2 Questions)

  • Q1. Technical round with the project manager where he asked about previous project and some technical question
  • Q2. Rollback in hibernate
  • Ans. 

    Rollback in Hibernate is used to undo the changes made to the database during a transaction.

    • Rollback is used to revert any changes made to the database within a transaction if an error occurs.

    • It is typically called in catch block of try-catch-finally block to handle exceptions.

    • Example: session.beginTransaction(); try { // database operations } catch (Exception e) { session.getTransaction().rollback(); }

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ - C#, .NET, MVC, WebApi, Sql

Round 2 - Technical 

(1 Question)

  • Q1. Pattern Printing, technical concepts of oops, solid principles
Round 3 - One-on-one 

(1 Question)

  • Q1. Like what I have done in my previous job most probably scenario based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning questions were asked

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on JS are asked
  • Q2. ES6 questions are asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Question on sorting is asked

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India Software Analyst interview?
Agilysys Technologies India interview process usually has 3-4 rounds. The most common rounds in the Agilysys Technologies India interview process are Technical, HR and Aptitude Test.
How to prepare for Agilysys Technologies India Software Analyst 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 Compliance, ISERIES, IT, Inventory and RPG.
What are the top questions asked in Agilysys Technologies India Software Analyst interview?

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

  1. Build a single number from array of integ...read more
  2. Find greatest number in an ar...read more
  3. What is hosting in...read more
How long is the Agilysys Technologies India Software Analyst interview process?

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

Tell us how to improve this page.

Agilysys Technologies India Software Analyst Interview Process

based on 8 interviews in last 1 year

4 Interview rounds

  • Aptitude Test Round
  • Technical Round 1
  • Technical Round 2
  • HR Round
View more

People are getting interviews through

based on 9 Agilysys Technologies India interviews
Job Portal
Referral
78%
22%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
Cisco Interview Questions
4.2
 • 395 Interviews
Dell Interview Questions
4.1
 • 386 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
Globant Interview Questions
3.9
 • 167 Interviews
View all
Agilysys Technologies India Software Analyst Salary
based on 353 salaries
₹6.7 L/yr - ₹15 L/yr
57% more than the average Software Analyst Salary in India
View more details

Agilysys Technologies India Software Analyst Reviews and Ratings

based on 32 reviews

3.7/5

Rating in categories

3.0

Skill development

2.8

Work-Life balance

3.8

Salary & Benefits

3.8

Job Security

3.5

Company culture

3.3

Promotions/Appraisal

3.2

Work Satisfaction

Explore 32 Reviews and Ratings
Software Analyst
353 salaries
unlock blur

₹6.7 L/yr - ₹15 L/yr

Senior Software Analyst
196 salaries
unlock blur

₹8 L/yr - ₹23.7 L/yr

Quality Analyst
147 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Associate Software Analyst
146 salaries
unlock blur

₹6 L/yr - ₹10.8 L/yr

Associate Quality Analyst
70 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Explore more salaries
Compare Agilysys Technologies India with

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.1
Compare

IBM

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview