Upload Button Icon Add office photos
Engaged Employer

i

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

Amity Software Systems Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 180 Reviews

Filter interviews by

Amity Software Systems Associate Software Engineer Interview Questions and Answers

Updated 21 Jun 2023

Amity Software Systems Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in May 2023. 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 - Coding Test 

Array and strings questions code

Round 3 - Technical 

(1 Question)

  • Q1. Oops and dsa questions Nd basics of Java
Round 4 - HR 

(1 Question)

  • Q1. Why we hire you and introduction

Interview questions from similar companies

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

I applied via Newspaper Ad and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy 1 dsa and 35 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. All oops concepts in detail
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Linked list implementation and some questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Around 1 hour with 2 coding and few aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding linked lists
  • Q2. Data Structures
Round 3 - HR 

(2 Questions)

  • Q1. Given few situations
  • Q2. Asked about few other details

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Question on .net as of my project is in aap.net,oops concepts,some code snippets and their output,data structures algorithm,some logical questions,code for writing

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz do practice of oops concepts and ur project deeply. And data structures is must
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was online assessment consisting of aptitude and coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. First round consisted of coding 3 questions. String reversal , binary to decimal, finding index of word "golden" in given sentence.
Round 3 - One-on-one 

(1 Question)

  • Q1. It involved questions related to my resume and computer networks and basics of c++.
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 Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions were easy to moderate level from leetcode

Round 2 - One-on-one 

(1 Question)

  • Q1. I didn't get selected, but if you clear the 1st round coding and aptitude aswell then you will be allowed to this round, some 25 to 30 were selected and 6 were given offer letter.focus on coding aswell as ...
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 Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical Mcqs on computer fundamental

Round 2 - Coding Test 

1 coding question
difficult : medium

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for computer fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Assignment 

20 MCQs, 1 RestAPI Problem, 1 Dp problem

Round 2 - One-on-one 

(1 Question)

  • Q1. Graphs, RestAPI, Linked list, Puzzle

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Conducted on their platform for 120 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to find subarray Max Sum
  • Q2. I was asked to find diameter of a binary Tree
  • Ans. 

    To find the diameter of a binary tree, we need to find the longest path between any two nodes in the tree.

    • Traverse the tree recursively and calculate the height of the left and right subtrees.

    • Calculate the diameter of the left and right subtrees recursively.

    • The diameter of the tree is the maximum of the following three values: 1. Diameter of the left subtree 2. Diameter of the right subtree 3. Height of the left sub...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. DBMS, Computer Networks and Operating System Questions
Round 4 - Technical 

(1 Question)

  • Q1. Mainly on cloud, microservices and distributed processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure you go through all the fundamentals

Skills evaluated in this interview

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Common Elements in two Sorted Linked List
  • Ans. 

    Finding common elements in two sorted linked lists.

    • Traverse both lists simultaneously using two pointers.

    • Compare the values of the nodes pointed by the two pointers.

    • If they are equal, add the value to the result list and move both pointers.

    • If not, move the pointer pointing to the smaller value.

    • Repeat until one of the lists is fully traversed.

  • Answered by AI
  • Q2. Kth element after merging two sorted arrays
  • Ans. 

    Finding the Kth element after merging two sorted arrays.

    • Merge the two sorted arrays into a single array.

    • Sort the merged array.

    • Return the Kth element from the merged and sorted array.

  • Answered by AI
  • Q3. A good amount of OOPS?DBMS questions, small keywords used in project, data flow in projects were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Detailed concepts about OOPS and DBMS
  • Ans. 

    OOPS is a programming paradigm based on objects while DBMS is a software system for managing databases.

    • OOPS focuses on encapsulation, inheritance, and polymorphism

    • DBMS manages data through CRUD operations and supports ACID properties

    • Examples of OOPS languages include Java, C++, and Python

    • Examples of DBMS include MySQL, Oracle, and SQL Server

  • Answered by AI
  • Q2. Detailed study and questions about project.
Round 3 - HR 

(3 Questions)

  • Q1. Knowledge about latest technologies
  • Q2. Why they should hire me?
  • Q3. Why oracle? followed by questions from computer networks, OOPS, DBMS and a bit from major CS fundamentals.

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Engineer interview:
  • OOPS
  • DBMS
  • DSA
Interview preparation tips for other job seekers - Be well prepared with CS fundamentals. Expect Easy/Medium Leetcode questions. Have a detailed knowlege about everything in your Resume. (Project / Internships / Skills).

Skills evaluated in this interview

Amity Software Systems Interview FAQs

How many rounds are there in Amity Software Systems Associate Software Engineer interview?
Amity Software Systems interview process usually has 4 rounds. The most common rounds in the Amity Software Systems interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Amity Software Systems Associate Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Amity Software Systems Associate Software Engineer Salary
based on 8 salaries
₹4.1 L/yr - ₹9.5 L/yr
15% more than the average Associate Software Engineer Salary in India
View more details

Amity Software Systems Associate Software Engineer Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
77 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Associate Software Developer
28 salaries
unlock blur

₹4 L/yr - ₹8.7 L/yr

Senior Software Developer
16 salaries
unlock blur

₹7.5 L/yr - ₹15.2 L/yr

Software Tester
12 salaries
unlock blur

₹5.4 L/yr - ₹5.4 L/yr

Associate - Team Lead
10 salaries
unlock blur

₹9 L/yr - ₹17 L/yr

Explore more salaries
Compare Amity Software Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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