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

Updated 7 Mar 2025

Top NeoSOFT Interview Questions and Answers

View all 284 questions

NeoSOFT Interview Experiences

Popular Designations

262 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Software testing concepts

Senior Software Engineer Tester Interview Questions asked at other Companies

Q1. how to handle key board actions
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a 25 question test on aptitude nad 25 questions for reasoning . Pretty easy not much of brain required

Round 2 - Coding Test 

2 coding questions. Based on language of your choice. I had questions on stack and linked lists

Round 3 - HR 

(2 Questions)

  • Q1. Where do you see in 2 years
  • Ans. I said full of industry knowledge and with ambition of using it to be as useful as possible
  • Answered Anonymously
  • Q2. What do you know about NeoSoft
  • Ans. 

    NeoSoft is a software development company specializing in custom software solutions.

    • NeoSoft offers a wide range of software development services.

    • They have expertise in various technologies such as Java, .NET, and mobile app development.

    • NeoSoft has a strong focus on delivering high-quality and scalable solutions.

    • They have a track record of successfully completing projects for clients in different industries.

    • NeoSoft emph...

  • Answered by AI

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 (199)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is react What is state Useffect
  • Ans. 

    React is a JavaScript library for building user interfaces. State is a JavaScript object that stores data in a component. useEffect is a React hook for handling side effects.

    • React is a library for building UI components

    • State is a JavaScript object that stores data within a component

    • useEffect is a hook used for handling side effects in React components

  • Answered by AI
  • Q2. Whats components
  • Ans. 

    Components are reusable and independent units of code that encapsulate functionality and can be combined to build larger applications.

    • Components are the building blocks of a software application.

    • They are reusable and can be used multiple times in different parts of the application.

    • Components can have their own state and can communicate with other components through props.

    • Examples of components include buttons, forms, n

  • Answered by AI

Skills evaluated in this interview

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain promise in js
  • Ans. 

    Promises in JavaScript are objects that represent the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations such as fetching data from an API or reading a file.

    • They provide a cleaner and more readable way to write asynchronous code compared to using callbacks.

    • Promises have three states: pending, fulfilled, or rejected.

    • They can be chained together using methods l...

  • Answered by AI
  • Q2. Explain setTimeout()
  • Ans. 

    setTimeout() is a function in JavaScript that allows you to delay the execution of a function for a specified amount of time.

    • setTimeout() takes two parameters: a function to be executed and a delay time in milliseconds

    • The function passed to setTimeout() is executed once after the specified delay

    • setTimeout() returns a unique identifier (timeout ID) that can be used to cancel the execution of the function using clearTime...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

NeoSOFT interview questions for popular designations

 Software Engineer

 (44)

 Software Developer

 (22)

 Senior Software Engineer

 (16)

 Java Developer

 (12)

 Full Stack Developer

 (7)

 PHP Developer

 (6)

 Angular Frontend Developer

 (6)

 DOT NET Developer

 (6)

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

(1 Question)

  • Q1. Question regarding nlp,python,ml

Interview Preparation Tips

Interview preparation tips for other job seekers - good for begineers

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Get interview-ready with Top NeoSOFT Interview Questions

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

(1 Question)

  • Q1. Access Specifier

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

Jobs at NeoSOFT

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

It was related to javascript basics and node js

Interview Preparation Tips

Interview preparation tips for other job seekers - The company loots you and very bad to join. They will ruin your career.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
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 Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Skill based test according to position they gave questions to solve

Round 2 - HR 

(1 Question)

  • Q1. Personal and professional qualifications and few background check

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics and practice regularly

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 (199)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Call discussion 

(1 Question)

  • Q1. Basic JavaScript-based questions which we can find by searching JavaScript interview questions on Google. A Quick QnA session via a call where I was not asked to ask any questions to the interviewer
Round 3 - Technical 

(2 Questions)

  • Q1. Normal discussion on JavaScript and ReactJs. One coding challenge where given an array ["abc", "Silent", "Code"]. Find the matching element when the user input is "bca". It should match "abc".
  • Q2. Solved it by looping through each element first. Split the string into an array to get access to each character. Using the .every() method checks whether each character of the string is present inside the ...
  • Ans. 

    The question asks about using .every() and .includes() methods to check if each character of a string is present in another string.

    • Loop through each element of the string

    • Split the string into an array to access each character

    • Use .every() method to check if each character is present in the user string

    • Use .includes() method to check if the character is present

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NeoSOFT Senior Software Engineer interview:
  • Javascript
  • React.Js
  • CSS3

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. In k8s and onpremises
  • Ans. 

    Kubernetes (k8s) is a container orchestration platform for managing containerized applications, while on-premises refers to running applications on local servers.

    • Kubernetes (k8s) is used for automating deployment, scaling, and management of containerized applications.

    • On-premises refers to running applications on local servers within an organization's own data center.

    • Kubernetes can be deployed both on-premises and in th...

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

NeoSOFT Interview FAQs

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

Some of the top questions asked at the NeoSOFT interview -

  1. Solved it by looping through each element first. Split the string into an array...read more
  2. 1. Difference between abstract class and interface. 2. Internal Working of Hash...read more
  3. 1. How microservices communicate with each oth...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

based on 243 interviews

Interview experience

3.7
  
Good
View more

Explore Interview Questions and Answers for Top Skills at NeoSOFT

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
View all

NeoSOFT Reviews and Ratings

based on 1.4k 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.4k Reviews and Ratings
Devops Architect

Navi Mumbai

10-20 Yrs

₹ 30-35 LPA

Senior Business Development Management

Noida,

Bangalore / Bengaluru

+1

11-21 Yrs

Not Disclosed

Explore more jobs
Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
738 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
707 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
511 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
186 salaries
unlock blur

₹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