Upload Button Icon Add office photos

Filter interviews by

Agilysys Technologies India Devops Engineer Interview Questions and Answers

Updated 21 Sep 2022

Agilysys Technologies India Devops Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. They just ask what you have in your resume and your project details

Interview Preparation Tips

Topics to prepare for Agilysys Technologies India Devops Engineer interview:
  • AWS and devops
Interview preparation tips for other job seekers - Prepare well what you have in your resume.
And your project details

Interview questions from similar companies

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

(1 Question)

  • Q1. Which data structure is used to reverse an array?
  • Ans. 

    The data structure used to reverse an array is a stack.

    • A stack data structure can be used to reverse an array by pushing each element onto the stack and then popping them off in reverse order.

    • Example: If we have an array of strings ['apple', 'banana', 'cherry'], we can reverse it using a stack to get ['cherry', 'banana', 'apple'].

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was mostly based on SQL and php
Round 2 - Technical 

(1 Question)

  • Q1. Viva technical interview
Round 3 - Technical 

(1 Question)

  • Q1. Another viva technical interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with COO
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. PHP Based type questions
Round 3 - HR 

(1 Question)

  • Q1. HR Based type questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to start carrier.
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to upload files in Nodejs Application
  • Ans. 

    To upload files in a Node.js application, you can use the 'multer' middleware package.

    • Install 'multer' package using npm

    • Set up multer middleware in your Node.js application

    • Create a route in your application to handle file uploads

    • Use 'multer' to process and save uploaded files to a specified destination

  • Answered by AI
  • Q2. Explain Event Loop in NodeJS
  • Ans. 

    Event Loop in NodeJS manages asynchronous operations by executing callback functions when certain events occur.

    • Event Loop continuously checks the Call Stack and Callback Queue to see if there are any functions that need to be executed.

    • If the Call Stack is empty, Event Loop will move functions from the Callback Queue to the Call Stack for execution.

    • Event Loop allows NodeJS to handle multiple requests concurrently withou...

  • Answered by AI
Round 2 - Coding Test 

Online coding test(MCQ)

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a passionate web developer with experience in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript, and various frameworks like React and Angular

    • Proficient in server-side languages like Node.js and PHP

    • Familiar with databases such as MySQL and MongoDB

    • Strong problem-solving skills and ability to work in a team environment

  • Answered by AI
  • Q2. Tell me about your previous company experience

Skills evaluated in this interview

Round 1 - Aptitude Test 

Php mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Basic concepts of PHP
  • Q2. What is multilevel inhertance
  • Ans. 

    Multilevel inheritance is a concept in object-oriented programming where a class inherits properties and methods from another class, which in turn inherits from another class.

    • Multilevel inheritance involves creating a hierarchy of classes, where each class inherits from the class above it.

    • The derived class inherits the properties and methods of the base class, and can also add its own unique properties and methods.

    • This...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. PHP OOPS Concept , Structures
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - PHP OOPS Concept Design patterns
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 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 - Technical 

(1 Question)

  • Q1. Basic to intermediate level questions.
Round 3 - Coding Test 

Machine test on your technology stack. Deeply conceptual.

Round 4 - Technical 

(1 Question)

  • Q1. Conceptual, deep logic and reasoning
Round 5 - HR 

(1 Question)

  • Q1. Why we should hire you? Keep yourself ready with answer to face this question.

I applied via Indeed and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Brainbench PHP MCQ Test 

(1 Question)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • Interface cannot have constructors while abstract class can.

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

    • Abstract class can have non-abstract methods while interface cannot.

    • Abstract class can have instance variables while interface cannot.

    • Example of interface: Runnable interface in Java.

    • Exa...

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

(7 Questions)

  • Q1. I was interviewed on the skills that are mentioned in my resume. It was an easy round. Only basic questions were asked in this round.
  • Q2. What is document object model?
  • Ans. 

    Document Object Model (DOM) is a programming interface for web documents.

    • DOM is a tree-like structure that represents the HTML or XML document.

    • It allows developers to manipulate the content and structure of a web page using programming languages like JavaScript.

    • DOM provides a set of methods and properties to access and modify the elements of a web page.

    • Changes made to the DOM are reflected in the web page in real-time.

    • ...

  • Answered by AI
  • Q3. Questions on object oriented php
  • Q4. MySQL - limit, offset, aggregate functions, where vs having, group_concat vs concat
  • Q5. JavaScript - language fundamentals, promise, async await, callback, break vs continue
  • Q6. Laravel - request life cycle, dependency injection, explicit vs implicit routing, design patterns
  • Q7. Vue - lifecycle hooks, component communications, watch vs computed vs methods
Round 3 - Technical 

(1 Question)

  • Q1. Different technical scenario based questions were asked in this round.
  • Ans. They wanted to hear elaborative answer in this round.
  • Answered Anonymously
Round 4 - HR 

(3 Questions)

  • Q1. Even in HR round technical questions were asked so be prepared to face the challenges.
  • Q2. What is ACID property?
  • Ans. 

    ACID property ensures database transactions are reliable and consistent.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single, indivisible unit.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Durability ensures that once a tran...

  • Answered by AI
  • Q3. What is normalization?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and dependency.

    • Normalization helps to eliminate data redundancy and inconsistencies.

    • It involves breaking down a table into smaller tables and defining relationships between them.

    • Normalization is achieved through a series of normal forms, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization ensures data consi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CodeClouds Web Developer interview:
  • PHP
  • Laravel
  • vue
  • Javascript
  • MySQL
  • HTML
  • CSS
  • Codeigniter
Interview preparation tips for other job seekers - Brush up the core concepts of each technology you have mentioned in the resume. They generally ask simple but core questions on each topic. If you are applying for Web Developer position go through all the basics of php, js and mysql.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. MCQ test was the first round. Here they will ask from HTML css nd js. After that face to face along with online system test. They will ask to create a static web page

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India Devops Engineer interview?
Agilysys Technologies India interview process usually has 1 rounds. The most common rounds in the Agilysys Technologies India interview process are One-on-one Round.

Tell us how to improve this page.

Agilysys Technologies India Devops Engineer Salary
based on 4 salaries
₹9 L/yr - ₹12 L/yr
29% more than the average Devops Engineer Salary in India
View more details
Software Analyst
342 salaries
unlock blur

₹7.4 L/yr - ₹13.9 L/yr

Senior Software Analyst
194 salaries
unlock blur

₹8 L/yr - ₹23.7 L/yr

Quality Analyst
167 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Associate Software Analyst
152 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.0
Compare

IBM

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