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 Interview Questions, Process, and Tips for Experienced

Updated 9 Apr 2025

Top NeoSOFT Interview Questions and Answers for Experienced

View all 142 questions

NeoSOFT Interview Experiences for Experienced

Popular Designations

113 interviews found

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

(2 Questions)

  • Q1. What is closure
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope in which it was defined.

    • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

    • It helps in maintaining state in functional programming.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
  • Q2. What are life cycle hooks in angular
  • Ans. 

    Life cycle hooks in Angular are functions that allow you to tap into the lifecycle of a component or directive.

    • Life cycle hooks are methods that are called at specific points in the life cycle of a component or directive.

    • They allow you to perform actions at key points, such as when the component is created, rendered, or destroyed.

    • Examples of life cycle hooks include ngOnInit, ngOnChanges, ngOnDestroy, etc.

  • Answered by AI

Skills evaluated in this interview

Top NeoSOFT Software Developer Interview Questions and Answers

Q1. What is managed and unmanaged code What is oops pillars What is constructor What is garbage collector What is polymorphism
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Software Developer Interview Questions & Answers

user image Rahul Wasatkar

posted on 30 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Springboot Application run method internal working, all annotations, map internal working, enableAutoconfiguration

Top NeoSOFT Software Developer Interview Questions and Answers

Q1. What is managed and unmanaged code What is oops pillars What is constructor What is garbage collector What is polymorphism
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS Concepts, single web frame structure, Angular, React JS.... .Net MVC , .Net Core , Entity Frame Works etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go With Some deepth of knowledge on what mentions in interview Questions

full stack .net developer Interview Questions asked at other Companies

Q1. What is OOPS, Basis of programming, Front end and back end and Database
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They need more design work I explained my portfolio and case study. They didn't ask me any technical questions just one question what reference or competitive analysis you have taken for one of my case st...
Round 2 - Assignment 

Take Home Assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - A good Design portfolio is required and good communication.
In my case, they wanted more UI work.

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)

NeoSOFT interview questions for popular designations

 Software Engineer

 (44)

 Software Developer

 (22)

 Senior Software Engineer

 (17)

 Java Developer

 (12)

 Full Stack Developer

 (7)

 PHP Developer

 (6)

 Angular Frontend Developer

 (6)

 DOT NET Developer

 (6)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. WHat is usememo use effect
  • Ans. 

    useMemo and useEffect are hooks in React used for optimizing performance and managing side effects respectively.

    • useMemo is used to memoize the result of a function and cache it for future use.

    • useEffect is used to perform side effects like fetching data, subscribing to events, or updating the DOM.

    • useMemo is used when you want to optimize expensive calculations or avoid unnecessary re-rendering.

    • useEffect is used when you...

  • Answered by AI
  • Q2. How node handels concurrency
  • Ans. 

    Node.js uses an event-driven, non-blocking I/O model to handle concurrency.

    • Node.js uses an event loop to handle multiple requests concurrently.

    • It employs a single-threaded event loop that can handle thousands of concurrent connections.

    • Node.js uses non-blocking I/O operations, allowing it to efficiently handle multiple requests without blocking the execution of other code.

    • It utilizes callbacks and event emitters to hand...

  • Answered by AI

Skills evaluated in this interview

Mern Stack Developer Interview Questions asked at other Companies

Q1. Middle of a Linked List You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list. If there is an odd number of elements, return the middle element. If there are an even ... read more
View answer (1)

Get interview-ready with Top NeoSOFT Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2023. 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 - Technical 

(1 Question)

  • Q1. String and String Builder, Solid Principles, Java Concurrency, Collection Framework, OOPs concepts. Spring Framework Basics including IOC container, Dependency Injection, Spring Annotations, Circular Depen...
Round 3 - Coding Test 

String related questions, Java 8 related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic Spring Core modules Concepts.
Core java specially Java Concurrency and Collection Framework.

Spring Boot Annotations and difference between annotations.

Spring Data JPA deep understanding.

Backend Java Developer Interview Questions asked at other Companies

Q1. What is the program to filter employees who have a salary greater than 40,000 from the employee list?
Add answer

Jobs at NeoSOFT

View all
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
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 

(1 Question)

  • Q1. Basic of react, html, css
Round 3 - Coding Test 

Write code to check palindrome no. Sime basic react js task

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont waste u r time h
By giving interview here. After giving two rounds of interview very well hr will ghost you. They will even bother to tell the status. They will just simply block u r number.my hr name us vidhi shaha. She just blocked my no. Not answering to my calls even not replying to mails. Atleast have courtesy to reply Back. Very unprofessional behaviour.There is no reason to reject me even in interview interviewer was saying good on every ans i gave. And the actual scam is now .u will get call from xyz agency saying that we are hiring for postion u will have to pay u r one month salary. Boom .they were talking about neo soft. Shame on this company. They will not hire real talent.they will hire people through agency.

Top NeoSOFT React Js Frontend Developer Interview Questions and Answers

Q1. What is the difference between Authentication and Authorization?
View answer (1)

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

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

(2 Questions)

  • Q1. What is api in laravel how to
  • Ans. 

    API in Laravel is a set of routes and controllers that allows communication between different software applications.

    • API in Laravel allows developers to define routes and controllers to handle incoming requests and return responses.

    • It helps in creating a standardized way for different applications to interact with each other.

    • APIs in Laravel can be used for tasks like fetching data from a database, updating records, or p...

  • Answered by AI
  • Q2. Diff btw print and echo
  • Ans. 

    Print and echo are both used to output data in PHP, but echo is slightly faster and can output multiple values at once.

    • Echo is slightly faster than print as it does not return a value

    • Echo can output multiple values at once without using concatenation

    • Print always returns a value (1) and can be used in expressions

  • Answered by AI

Skills evaluated in this interview

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is middleware?
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, facilitating communication and data exchange.

    • Middleware enables interoperability between different software systems.

    • It provides a layer of abstraction, allowing applications to communicate without needing to understand the underlying details.

    • Examples of middleware include message queues, web servers, and API gateways.

  • Answered by AI
  • Q2. What is Exception Handling?
  • Ans. 

    Exception handling is a mechanism to handle and recover from errors or exceptional situations that occur during program execution.

    • Exception handling allows programmers to gracefully handle errors and prevent program crashes.

    • It involves the use of try-catch blocks to catch and handle exceptions.

    • Exceptions can be thrown manually using the throw keyword.

    • Common exception types include NullPointerException, ArrayIndexOutOfB...

  • Answered by AI

Skills evaluated in this interview

Top NeoSOFT Software Engineer Interview Questions and Answers

Q1. How to find the palindrome among first N numbers? Code it.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (225)

Interview Questions & Answers

user image Balkrishna Tripathi

posted on 29 Feb 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection?
  • Q2. What is OOP concept?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basic+medium level

Skills evaluated in this interview

NeoSOFT Interview FAQs

How many rounds are there in NeoSOFT interview for experienced candidates?
NeoSOFT interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the NeoSOFT interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for NeoSOFT interview for experienced candidates?
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 NeoSOFT. The most common topics and skills that interviewers at NeoSOFT expect are Javascript, MVC, Django, Python and Node.Js.
What are the top questions asked in NeoSOFT interview for experienced candidates?

Some of the top questions asked at the NeoSOFT interview for experienced candidates -

  1. 1. How microservices communicate with each oth...read more
  2. 1. Difference between abstract class and interface. 2. Internal Working of Hash...read more
  3. Print prime number from 1 to 100, insert element in an array at specific index ...read more
How long is the NeoSOFT interview process?

The duration of NeoSOFT interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

NeoSOFT Interview Process for Experienced

based on 82 interviews

Interview experience

3.7
  
Good
View more

Explore Interview Questions and Answers for Top Skills at NeoSOFT

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 339 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 117 Interviews
View all

NeoSOFT Reviews and Ratings

based on 1.5k reviews

3.6/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.5

Salary

3.3

Job security

3.4

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 1.5k Reviews and Ratings
Event Coordinator

Mumbai

0-2 Yrs

₹ 1-4 LPA

Sales Coordinator

Mumbai

0-2 Yrs

Not Disclosed

SAP Sales

Mumbai

1-6 Yrs

₹ 5-15 LPA

Explore more jobs
Software Engineer
2k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Senior Software Engineer
752 salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Software Developer
719 salaries
unlock blur

₹3 L/yr - ₹12.6 L/yr

Softwaretest Engineer
483 salaries
unlock blur

₹2 L/yr - ₹9.8 L/yr

Associate Software Engineer
191 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Explore more salaries
Compare NeoSOFT with

ITC Infotech

3.6
Compare

Test Yantra Software Solutions

3.2
Compare

Microland

3.5
Compare

3i Infotech

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