Upload Button Icon Add office photos
Engaged Employer

i

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

NeoSOFT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NeoSOFT Associate Software Engineer Interview Questions, Process, and Tips

Updated 28 Apr 2024

Top NeoSOFT Associate Software Engineer Interview Questions and Answers

  • Q1. 1. Difference between abstract class and interface. 2. Internal Working of HashMap 3. Difference Between ArrayList vs Linked List. 4. WAP to reverse a String 5. dependenc ...read more
  • Q2. Difference Between controller and Rest Controller
  • Q3. What is Stream API in java 8
View all 6 questions

NeoSOFT Associate Software Engineer Interview Experiences

3 interviews found

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

I applied via campus placement at MH Saboo Siddik College of Engineering, Mumbai and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java , collection , spring boot
  • Q2. What is internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

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

(1 Question)

  • Q1. Spring security, oops , hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned on resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Bubble sort code
  • Q2. 2nd max salary sql query
  • Q3. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Operations include insertion, deletion, and traversal

    • Example: Singly linked list: 1 -> 2 -> 3 -> null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep core java basics strong
Be ready for basic code and query

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2022. There were 3 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 - One-on-one 

(3 Questions)

  • Q1. 1. Difference between abstract class and interface. 2. Internal Working of HashMap 3. Difference Between ArrayList vs Linked List. 4. WAP to reverse a String 5. dependency Injections 6. IOC Container 7. S...
  • Ans. 

    This interview question covers various topics including abstract class, interface, HashMap, ArrayList, Linked List, String reversal, dependency injection, IOC container, and singleton class.

    • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods.

    • Interface is a blueprint of a class that can only have abstract methods and cannot be instantiated.

    • HashMap is a data structure...

  • Answered by AI
  • Q2. Difference Between controller and Rest Controller
  • Ans. 

    Controller is a general term for handling requests, while Rest Controller is specifically for RESTful web services.

    • Controller is responsible for handling incoming requests and returning responses.

    • Rest Controller is a specialized type of controller that is used for building RESTful web services.

    • Rest Controller uses HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations on resources.

    • Rest Controller returns d...

  • Answered by AI
  • Q3. What is Stream API in java 8
  • Ans. 

    Stream API is a new feature in Java 8 that allows processing of collections in a functional way.

    • Stream API provides a set of functional interfaces and methods to perform operations on collections.

    • It supports parallel processing of collections, making it faster for large datasets.

    • Examples of operations include filtering, mapping, sorting, and reducing.

    • Stream API can be used with both primitive and object types.

    • It promot...

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

(2 Questions)

  • Q1. Mostly from the project that i have worked on.
  • Q2. Optional Class in java
  • Ans. 

    Optional class in Java is used to represent a value that may or may not be present.

    • Optional class was introduced in Java 8.

    • It is used to avoid null pointer exceptions.

    • It can be used with streams to filter out null values.

    • Example: Optional name = Optional.ofNullable(null);

    • Example: Optional name = Optional.of("John");

Answered by AI

Interview Preparation Tips

Topics to prepare for NeoSOFT Associate Software Engineer interview:
  • Java, spring boot
Interview preparation tips for other job seekers - Smooth experience and i was applied via refferal. Just Be Confident

Skills evaluated in this interview

Interview questions from similar companies

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

Normal logical, verbal, and quantitative ability questions.

Round 2 - Psychometric Test 

(1 Question)

  • Q1. Behavioural questions like how do you manage your team what do you do in thia or that situation
Round 3 - Technical 

(2 Questions)

  • Q1. Computer Fundamentals like OOPS,DBMS and SQL
  • Q2. Questions Based on yourresume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Patient and work o you CS fundamentals
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Kongu Arts and Science College, Erode and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was very friendly and As I was from Maths background, they asked 3-4 Maths related questions and 3 Coding Questions
  • Q2. Technical round is like already I said in one on one.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coading round basic oops concept

Round 2 - HR 

(1 Question)

  • Q1. One on one with hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Find another good company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. SQL and PLSQL-related 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. Difference between job and positions
  • Ans. 

    A job refers to a specific task or set of tasks performed by an individual, while a position refers to a role or title within an organization.

    • A job is temporary and can change frequently, while a position is more permanent and stable.

    • A job can be specific to a project or assignment, while a position is typically broader and encompasses multiple tasks and responsibilities.

    • A job can be held by multiple individuals at dif...

  • Answered by AI
  • Q2. Process of data migration
  • Ans. 

    Data migration involves transferring data from one system to another while ensuring data integrity and minimal downtime.

    • Identify the data to be migrated and its format

    • Choose a migration method (manual or automated)

    • Test the migration process on a small sample of data

    • Perform the actual migration with proper backup and security measures

    • Verify the migrated data for accuracy and completeness

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and prepare well for interview and bewell versed in any technology

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude and logical reasoning

Round 2 - Coding Test 

String problem
basic java

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Describe your passion
  • Q3. Why should i hire you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Decorators and oops concepts
Round 2 - HR 

(1 Question)

  • Q1. College projects

NeoSOFT Interview FAQs

How many rounds are there in NeoSOFT Associate Software Engineer interview?
NeoSOFT interview process usually has 2 rounds. The most common rounds in the NeoSOFT interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in NeoSOFT Associate Software Engineer interview?

Some of the top questions asked at the NeoSOFT Associate Software Engineer interview -

  1. 1. Difference between abstract class and interface. 2. Internal Working of Hash...read more
  2. Difference Between controller and Rest Control...read more
  3. What is Stream API in jav...read more

Tell us how to improve this page.

NeoSOFT Associate Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
NeoSOFT Associate Software Engineer Salary
based on 171 salaries
₹2.5 L/yr - ₹9.1 L/yr
14% less than the average Associate Software Engineer Salary in India
View more details

NeoSOFT Associate Software Engineer Reviews and Ratings

based on 21 reviews

2.4/5

Rating in categories

3.1

Skill development

2.3

Work-life balance

2.0

Salary

2.1

Job security

2.2

Company culture

2.2

Promotions

2.3

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
2k salaries
unlock blur

₹3.5 L/yr - ₹14.5 L/yr

Senior Software Engineer
732 salaries
unlock blur

₹5.6 L/yr - ₹22 L/yr

Software Developer
704 salaries
unlock blur

₹3 L/yr - ₹14 L/yr

Softwaretest Engineer
513 salaries
unlock blur

₹2.7 L/yr - ₹8.1 L/yr

Front end Developer
187 salaries
unlock blur

₹2.4 L/yr - ₹11.8 L/yr

Explore more salaries
Compare NeoSOFT with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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