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

Round 1 - Technical 

(1 Question)

  • Q1. Basic java and advanced

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good, the interviewr asked questions which were related to spring boot and devops

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)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2023

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

I applied via Naukri.com and was interviewed before Mar 2022. 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 - Technical 

(3 Questions)

  • Q1. Basics of php were asked array, string function, few inbuilt php function
  • Q2. Asked questions on Codeigniter as well
  • Q3. What is mvc, explain mvc, what is library , helper function etc.
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for rendering the user interface.

    • Controller handles user input and updates the model and view accordingly.

    • Library is a collection of pre-written code that can be reused in different projects.

    • Helper function is...

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

(1 Question)

  • Q1. MySQL queries , trigger, stored procedure, joins
Round 4 - One-on-one 

(1 Question)

  • Q1. Question Asked on Caching, redis, rabbitmq

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic PHP concept along with MySQL,they will ask more questions on MySQL.

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)

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What's HTML, tell about Div
  • Ans. 

    HTML is a markup language used to create the structure of web pages. Div is a container element used for grouping and styling content.

    • HTML stands for HyperText Markup Language

    • It is used to create the structure of web pages by using tags

    • Div is a container element used to group and style content within a web page

  • Answered by AI
  • Q2. What's JS, tell about Function and global scope
  • Ans. 

    JS is a scripting language used for web development. Functions are reusable blocks of code. Global scope refers to variables accessible from anywhere in the code.

    • JS is a client-side scripting language used for web development

    • Functions are reusable blocks of code that can be called multiple times

    • Global scope refers to variables that are accessible from anywhere in the code

    • Global variables can be accessed from within a f...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this company, looks lucrative at first, but never ever join

Skills evaluated in this interview

UI Frontend Developer Interview Questions asked at other Companies

Q1. What are pseudo classes and pseudo elements in CSS?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

They will give two types of questions on coding you need to write correct logic not depend upon the execution.

Round 2 - Technical 

(1 Question)

  • Q1. It's technical round they will ask oops concepts , and then collections, spring boot and microservice related questions.
Round 3 - HR 

(1 Question)

  • Q1. Just need to discuss package with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company if ur on any client project it's okay but if u don't have any projects they will immediately terminate you no job security.
And very poor management.

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 (42)

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 Questionnaire 

4 Questions

  • Q1. What is means by react ?
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is used for creating reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React allows for declarative programming.

    • It was developed by Facebook and is open source.

    • React Native is a framework for building mobile apps using React.

  • Answered by AI
  • Q2. What is Hooks ? What is redux?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components. Redux is a state management library for JavaScript applications.

    • Hooks are functions that let you use React state and lifecycle features in functional components.

    • Hooks provide a way to reuse stateful logic between components.

    • Redux is a predictable state container for JavaScript apps.

    • Redux helps manage the state of...

  • Answered by AI
  • Q3. Difference between class and functional component?
  • Ans. 

    Class components are ES6 classes that extend the React.Component class, while functional components are just plain JavaScript functions.

    • Class components are more feature-rich and have access to lifecycle methods.

    • Functional components are simpler and easier to read and test.

    • Class components can have state and use lifecycle methods like componentDidMount and componentDidUpdate.

    • Functional components are stateless and do n...

  • Answered by AI
  • Q4. Difference between ES5 and ES6
  • Ans. 

    ES5 is the older version of JavaScript, while ES6 is the newer version with added features and syntax improvements.

    • ES6 introduced let and const for variable declaration.

    • ES6 introduced arrow functions for shorter syntax.

    • ES6 introduced classes for object-oriented programming.

    • ES6 introduced template literals for easier string interpolation.

    • ES6 introduced destructuring assignment for extracting values from objects and arra...

  • Answered by AI

Skills evaluated in this interview

Top NeoSOFT React Native Developer Interview Questions and Answers

Q1. Difference between class and functional component?
View answer (3)

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

Get interview-ready with Top NeoSOFT Interview Questions

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java basics, sql queries, html, css basics

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Jobs at NeoSOFT

View all

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java,Springboot, Logical, MySQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core java and springboot

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)

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Testing Methodology ,bug life cycle,STLC,API TESTING
  • Q2. Senario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical I have given all ans and timeing for interview will 24 min ...
No Response From There Side ...

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Print prime number from 1 to 100, insert element in an array at specific index without using loop, star pattern, closure, event loop, asynchronous vs synchronous, join, aggregate function in mysql, replica...
  • Ans. 

    Print prime numbers from 1 to 100 and insert element in an array at specific index without using loop.

    • Use Sieve of Eratosthenes algorithm to find prime numbers

    • Use splice() method to insert element in array at specific index

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the hot asked questions in interview and be calm.

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 (199)

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic question OOPS and Technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good and one Neo soft and one client-side 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 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
Senior Java Developer

Navi Mumbai

6-11 Yrs

₹ 15-16 LPA

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