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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. ViewResult and ActionResult Difference, SOLID Principle
  • Q2. Difference between Enum and Constant
  • Ans. 

    Enum is a type that represents a set of named constants while constant is a fixed value that does not change.

    • Enum can have multiple named constants with unique values, while constant is a single fixed value.

    • Enums are used when a variable can only have a few possible values, while constants are used for values that do not change.

    • Enums can be used in switch statements, while constants cannot.

    • Example: enum Colors { Red, G

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NeoSOFT ASP.NET Developer interview:
  • ASP.Net
  • SQL

ASP.NET Developer Interview Questions asked at other Companies

Q1. All opps concept. What is constructor?, what is delegets? What is inheritance? What is abtract class.?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between authentication and authorization
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what a user can access.

    • Authentication confirms the user's identity through credentials like passwords or biometrics

    • Authorization controls the user's access to resources or features based on their identity and permissions

    • Example: Logging into a website with a username and password is authentication, while being able to view/edit specific page

  • Answered by AI
  • Q2. What is promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI
  • Q3. What is rxjs and its uses
  • Ans. 

    RxJS is a library for reactive programming using Observables to handle asynchronous data streams.

    • RxJS stands for Reactive Extensions for JavaScript.

    • It allows you to work with asynchronous data streams and handle events.

    • RxJS provides operators to transform, filter, combine, and create observables.

    • Example: Using RxJS to handle user input events in a web application.

  • Answered by AI

Skills evaluated in this interview

Top NeoSOFT Full Stack Developer Interview Questions and Answers

Q1. Expected CTC for applying in neosoft
View answer (1)

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
NeoSOFT Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding questions on Java 8 like Strings, Array, Collection, lambda streams etc..
  • Q2. Discussion on projects, tech stack etc..
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and policy explanation

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

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asked to give an introduction, overall experience in industry
Round 2 - Assignment 

Design Assignment given to complete withing 3 days?

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

 (16)

 Java Developer

 (12)

 Full Stack Developer

 (7)

 PHP Developer

 (6)

 Angular Frontend Developer

 (6)

 DOT NET Developer

 (6)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts, c#, how to prevent postback
  • Q2. SQL joins, indexes, triggers, views
Round 2 - Coding Test 

Given array of strings and find the duplicate character count.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview with basic concepts but one thing is that this is a SME company and you don't think this is your last interview because when you selected then there will be multiple clients whom you have to give interview again n again.

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)

Get interview-ready with Top NeoSOFT Interview Questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. RANK, WITH CLAUSE, PARTITION, DISTINCT, REF CURSOR
  • Q2. Procedure with Ref cursor AVG, EXISTS, write a block to find factorial
  • Ans. 

    Using PL/SQL to create a procedure with a ref cursor to find the average and factorial of a given number.

    • Create a procedure that takes in a number as input and returns the average of that number using a ref cursor.

    • Use the EXISTS function to check if a factorial exists for a given number.

    • Write a block of code to calculate the factorial of a number using a loop.

  • Answered by AI
  • Q3. Handle duplicate records with case statement
  • Ans. 

    Use a case statement to handle duplicate records in PL/SQL.

    • Use a case statement to check for duplicate records based on specific criteria.

    • Implement logic within the case statement to handle the duplicates appropriately.

    • Consider using a unique identifier or combination of columns to identify duplicates.

  • Answered by AI
  • Q4. Joins, DBMS_PROFILER

Skills evaluated in this interview

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)

Jobs at NeoSOFT

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

(2 Questions)

  • Q1. Microservices communication
  • Q2. Hash map working
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hash map uses hashing to map keys to their corresponding values.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI

Skills evaluated in this interview

Top NeoSOFT Java Developer Interview Questions and Answers

Q1. 1. How microservices communicate with each other?
View answer (2)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. From core Java, Java8, Spring boot and database.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java and Spring boot core concepts well.

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 (203)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Past experiences and achievements were asked and was told what the co wants from me
  • Q2. Which clients you have achieved nd signed

Interview Preparation Tips

Interview preparation tips for other job seekers - lovely co to work with.,

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is Headless Drupal
  • Ans. 

    Headless Drupal is a content management system where the front-end and back-end are decoupled, allowing for more flexibility and customization.

    • Headless Drupal separates the content management system (back-end) from the presentation layer (front-end).

    • It allows developers to use any front-end technology, such as React or Angular, to build the user interface.

    • APIs are used to connect the front-end to the back-end, enabling...

  • Answered by AI
  • Q2. Tell me about version control system
  • Ans. 

    Version control system is a tool that helps track changes to files and manage different versions of code.

    • Allows multiple developers to work on the same codebase

    • Tracks changes made to files over time

    • Helps in reverting to previous versions if needed

    • Examples: Git, SVN, Mercurial

  • Answered by AI
  • Q3. What is multilingual in Drupal
  • Ans. 

    Multilingual in Drupal refers to the ability of the CMS to support multiple languages on a single website.

    • Drupal core provides multilingual capabilities out of the box

    • Content can be translated into different languages using the built-in translation interface

    • Language detection and selection can be configured for users

    • Modules like Internationalization (i18n) can enhance multilingual functionality

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare properly the backend questions.

Skills evaluated in this interview

Drupal Developer Interview Questions asked at other Companies

Q1. What is composer how we we update drupal through composer
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

NeoSOFT

No Jobs

SALARIES

Global FPO

SALARIES

Enterslice

INTERVIEWS

Cybage

100 top interview questions

SALARIES

Social Vocial

SALARIES

ScopeGen

SALARIES

Mak Media

SALARIES

ARM Worldwide

JOBS

Phonon Communications

No Jobs

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
709 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
513 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
189 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