Upload Button Icon Add office photos
Engaged Employer

i

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

Aggne Global IT Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aggne Global IT Services Software Developer Interview Questions and Answers

Updated 7 Jul 2024

Aggne Global IT Services Software Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and quantative test

Round 2 - Group Discussion 

Any random topics with time limit of 20 minutes per group

Round 3 - Coding Test 

Asked to write basic programs to check coding skills preferrably java and python

Round 4 - Behavioral 

(2 Questions)

  • Q1. Review about past experiences?
  • Ans. 

    I have a strong background in software development with experience in various technologies and industries.

    • Worked on developing web applications using Java, Spring Boot, and Angular

    • Collaborated with cross-functional teams to deliver projects on time and within budget

    • Implemented new features and enhancements based on client feedback

    • Participated in code reviews and provided constructive feedback to team members

  • Answered by AI
  • Q2. Can you work at fast paced environment?
  • Ans. 

    Yes, I thrive in fast-paced environments and enjoy the challenge of working under pressure.

    • I have experience working in fast-paced environments in my previous roles.

    • I am able to prioritize tasks effectively and work efficiently to meet deadlines.

    • I am adaptable and can quickly adjust to changes in workload or project requirements.

  • Answered by AI

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept Js related output questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 questions of DSA medium to hard

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

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

Round 1 - Coding Test 

Mcq + dsa JavaScript questions

Round 2 - Technical 

(1 Question)

  • Q1. JavaScript advance topics and database design topics
Round 3 - Behavioral 

(1 Question)

  • Q1. Situation based question and behavioural questions

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

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 in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.
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 - Technical 

(2 Questions)

  • Q1. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

Aggne Global IT Services Interview FAQs

How many rounds are there in Aggne Global IT Services Software Developer interview?
Aggne Global IT Services interview process usually has 4 rounds. The most common rounds in the Aggne Global IT Services interview process are Aptitude Test, Group Discussion and Coding Test.
How to prepare for Aggne Global IT Services Software Developer 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 Aggne Global IT Services. The most common topics and skills that interviewers at Aggne Global IT Services expect are Communication Skills and Programming.

Tell us how to improve this page.

Aggne Global IT Services Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Aggne Global IT Services Software Developer Salary
based on 14 salaries
₹5.4 L/yr - ₹14 L/yr
6% less than the average Software Developer Salary in India
View more details

Aggne Global IT Services Software Developer Reviews and Ratings

based on 16 reviews

4.1/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.9

Salary

4.3

Job security

4.4

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
18 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Software Developer
14 salaries
unlock blur

₹5.4 L/yr - ₹14 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹10.5 L/yr - ₹18 L/yr

SDE (Software Development Engineer)
7 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Business Analyst
6 salaries
unlock blur

₹3.6 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Aggne Global IT Services with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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