Upload Button Icon Add office photos

Filter interviews by

Agiliad Technologies Software Engineer Interview Questions and Answers

Updated 9 Jan 2025

Agiliad Technologies Software Engineer Interview Experiences

6 interviews found

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

(2 Questions)

  • Q1. Coding Questions on Golang
  • Q2. Questions on Docker
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was simple mostly asked basic coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interviewed with ceo
  • Q2. What is your background and things?
Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly technical questions were asked

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image Shivam Upadhyay

posted on 8 Mar 2024

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

Coding Test involved some MCQ and a question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly Software Related question on DSA
  • Q2. Arrays and strings
Round 3 - Coding Test 

DSA questions were there and behavioural

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A link was shared for aptitude test with a coding question based on array manipulation

Round 2 - Coding Test 

It was one on one round and there were multiple coding related questions asked

Agiliad Technologies interview questions for designations

 Senior Software Engineer

 (7)

 Software Developer

 (2)

 Embedded Software Developer

 (1)

 Embedded Engineer

 (1)

 Lead Engineer

 (1)

 Principal Engineer

 (1)

 Senior Engineer

 (1)

 Python Automation Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with code and logical reasoning

Round 2 - One-on-one 

(4 Questions)

  • Q1. Resume based questions
  • Q2. Basic fundamentals of programming
  • Q3. Questions on basis of web technologies
  • Q4. Told to Implement a basic web app to display the prime numbers within a given range
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2022. There were 4 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 

Mostly Arithmetic questions, few logical reasoning questions

Round 3 - Coding Test 

Simple coding questions like Fibonacci series, string coding questions etc

Round 4 - Technical 

(3 Questions)

  • Q1. Asked to write on paper some coding questions logic
  • Q2. Reverse the elements in the array coding question
  • Ans. 

    Reverse the elements in the array of strings

    • Iterate through the array and swap the elements from start to end

    • Use two pointers, one at the start and one at the end, and swap the elements until they meet

    • Use a temporary variable to store the element being swapped

  • Answered by AI
  • Q3. Reverse words in a string coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Learn basic programming questions.
2. There can be multiple rounds of interviews including technical and HR

Skills evaluated in this interview

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Renishaw user image BT19MEC005 Afzal Ali

posted on 25 Sep 2023

Interview experience
4
Good
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 - One-on-one 

(1 Question)

  • Q1. Asked many questions from almost all subjects of mechanical engineering after starting from favorite subject.
Round 3 - Technical 

(1 Question)

  • Q1. Analysis of few mechanical systems. Degree of freedoms, dynamics of machine, trigonometry, geometry, vector algebra etc. Later fee computer science fundamentals were asked followed by bit more level of dsa...
Round 4 - HR 

(1 Question)

  • Q1. Why you want to work here. What makes you more preferable candidate than others. Are you willing to work from pune. Explained working culture and asked if I am comfortable with it. Salary expectations etc

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are getting better salary offer than this one, choose the other one. If you're expected salary hike here then you'll have to look for opportunities outside this company. Work culture and overall atmosphere are considerably good. Good place to start as software engineer if you're an mechanical engineer.
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 May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First they conducted the testing round that is pseudo code only 2 they conducted.

Round 2 - Aptitude Test 

In laptop then they conducted aptitude, logical reasoning and java mcqs

Round 3 - One-on-one 

(2 Questions)

  • Q1. First the panel asked self introduction then oops concept and joins how many types of joins are there then normalization and view.
  • Q2. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

  • Answered by AI

Skills evaluated in this interview

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

Extension Method ,Interface ,Design Pattern , Solid principle, occurrence c# program etc

Round 2 - Technical 

(1 Question)

  • Q1. Abstract class ,Delegate , collection ,occurrence and sorting c# program .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Oops concepts in c# Solid and design principles Task vs thread Difference between interface and abstract class
  • Ans. 

    OOPs concepts in C#, SOLID and design principles, Task vs Thread, Interface vs Abstract class

    • OOPs concepts in C# include encapsulation, inheritance, polymorphism, and abstraction

    • SOLID principles are Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion

    • Task is a unit of work in C# that represents an asynchronous operation, while Thread is a separate path of execution wi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Same as 1 st round with programing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain singleton design pattern, And general questions

Skills evaluated in this interview

Agiliad Technologies Interview FAQs

How many rounds are there in Agiliad Technologies Software Engineer interview?
Agiliad Technologies interview process usually has 2-3 rounds. The most common rounds in the Agiliad Technologies interview process are Coding Test, One-on-one Round and Aptitude Test.
How to prepare for Agiliad Technologies 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 Agiliad Technologies. The most common topics and skills that interviewers at Agiliad Technologies expect are ISCSI, Linux Kernel, Multithreading, SAN and 9X.
What are the top questions asked in Agiliad Technologies Software Engineer interview?

Some of the top questions asked at the Agiliad Technologies Software Engineer interview -

  1. Reverse the elements in the array coding quest...read more
  2. Told to Implement a basic web app to display the prime numbers within a given r...read more
  3. Asked to write on paper some coding questions lo...read more

Tell us how to improve this page.

Agiliad Technologies Software Engineer Interview Process

based on 8 interviews

1 Interview rounds

  • One-on-one Round
View more
Agiliad Technologies Software Engineer Salary
based on 86 salaries
₹3 L/yr - ₹10 L/yr
30% less than the average Software Engineer Salary in India
View more details

Agiliad Technologies Software Engineer Reviews and Ratings

based on 16 reviews

3.3/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.4

Salary

3.3

Job security

3.7

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 16 Reviews and Ratings
Senior Software Engineer
397 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Technical Lead
168 salaries
unlock blur

₹7.5 L/yr - ₹23.8 L/yr

Senior Engineer
106 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Software Engineer
86 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Technical Architect
35 salaries
unlock blur

₹19.8 L/yr - ₹35.3 L/yr

Explore more salaries
Compare Agiliad Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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