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

Clear (1)

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 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 Resume 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

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Approached by Company and was interviewed before Apr 2021. 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 Resume tips
Round 2 - Aptitude Test 

My resume

Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I like the it companies and technologies

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions which are of easy level

Round 2 - Technical 

(1 Question)

  • Q1. This round is full of fundasmental questions in dbms,c,oopsetc

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on basic fundamentals and practice programming .
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Josh Technology Group

No Interviews

INTERVIEWS

Cholamandalam Investment & Finance

No Interviews

INTERVIEWS

LTIMindtree

100 top interview questions

INTERVIEWS

GSK Global Company

No Interviews

INTERVIEWS

SBI Life Insurance Company

No Interviews

INTERVIEWS

Wissen Technology

No Interviews

INTERVIEWS

Sony India Software Center

No Interviews

INTERVIEWS

HashedIn by Deloitte

No Interviews

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
Lock Unlock
₹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 Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
735 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
706 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
513 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Front end Developer
184 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent