Premium Employer

i

This company page is being actively managed by Agilisium Team. If you also belong to the team, you can get access from here

Agilisium Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 76 Reviews

Filter interviews by

Agilisium Software Engineer Interview Questions and Answers

Updated 10 Mar 2024

Agilisium Software Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Apti , ex train ,speed work

Round 2 - Coding Test 

From Leetcode questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Related about real time java questions

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude , English

Round 2 - Technical 

(2 Questions)

  • Q1. Which programming language you know
  • Ans. 

    I am proficient in Java, Python, C++, and JavaScript.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q2. Normalization im
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There will be 3 coding questions. They are of medium and hard level.

Round 2 - Technical 

(1 Question)

  • Q1. Sort array consisting 0's 1's and 2's without inbuilt functions
  • Ans. 

    Sort an array of 0's, 1's, and 2's without using inbuilt functions.

    • Use three pointers to keep track of the last index of 0's, 1's, and 2's

    • Iterate through the array and swap elements based on their value

    • Continue until all elements are sorted

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Os cn related questions
Round 4 - HR 

(1 Question)

  • Q1. Java questions and general hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Java and CS topics.
DSA is anyways compulsory for this company you need to solve the questions in the given time

Skills evaluated in this interview

I applied via Cocubes and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Most rounds were regarding English proficiency and 1 round regarding logical reasoning

Round 2 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, honest and humble in the interview. Prepare well for the interview and aptitude tests
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java collection questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and a passion for continuous learning and improvement.

    • I have a Bachelor's degree in Computer Science and X years of experience in software development.

    • I have successfully led multiple projects from conception to completion, delivering high-quality software on time and within budget.

    • I am proficient in a variety of programming ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not even apply

Agilisium Interview FAQs

How many rounds are there in Agilisium Software Engineer interview?
Agilisium interview process usually has 3 rounds. The most common rounds in the Agilisium interview process are Aptitude Test, Coding Test and One-on-one Round.
How to prepare for Agilisium Software Engineer 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 Agilisium. The most common topics and skills that interviewers at Agilisium expect are Software Engineering, Application Software, CSS, Cloud and HTML.

Tell us how to improve this page.

People are getting interviews through

based on 1 Agilisium interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Agilisium Insights. Humanity. Impact
Agilisium Software Engineer Salary
based on 85 salaries
₹3.5 L/yr - ₹12 L/yr
6% more than the average Software Engineer Salary in India
View more details

Agilisium Software Engineer Reviews and Ratings

based on 12 reviews

3.1/5

Rating in categories

3.9

Skill development

3.2

Work-Life balance

3.2

Salary & Benefits

3.6

Job Security

3.0

Company culture

3.4

Promotions/Appraisal

3.5

Work Satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer
96 salaries
unlock blur

₹6.2 L/yr - ₹21 L/yr

Software Engineer
87 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Data Engineer
52 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Specialist
18 salaries
unlock blur

₹9 L/yr - ₹20.5 L/yr

Architect
12 salaries
unlock blur

₹22 L/yr - ₹38 L/yr

Explore more salaries
Compare Agilisium with

Fractal Analytics

4.0
Compare

LatentView Analytics

3.7
Compare

Tredence

3.6
Compare

Mu Sigma

2.7
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