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 23 Feb 2025

Top NeoSOFT Interview Questions and Answers

View all 284 questions

NeoSOFT Interview Experiences

Popular Designations

261 interviews found

IOS Developer Interview Questions & Answers

user image Tejaswini Kadam

posted on 7 Jun 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. GCD, Operation queue, struct vs class, some small logical coding ,
Round 2 - Technical 

(1 Question)

  • Q1. GCD, operation queue, URL Session tasks, ref type , value tyep,
Round 3 - HR 

(1 Question)

  • Q1. Basic and discussion about Job offer

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)
Interview experience
5
Excellent
Difficulty level
Moderate
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 - One-on-one 

(1 Question)

  • Q1. What is managed and unmanaged code What is oops pillars What is constructor What is garbage collector What is polymorphism
  • Ans. 

    Managed code is code that is executed by the Common Language Runtime (CLR) while unmanaged code is executed directly by the operating system.

    • Managed code is written in languages like C#, VB.NET, and runs in a managed environment like .NET framework.

    • Unmanaged code is written in languages like C, C++, and directly interacts with the operating system.

    • OOPs pillars are the four main principles of Object-Oriented Programming...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly prepare on C# MVc

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)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. MVC related all questions

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)

Node JS Developer Interview Questions & Answers

user image Ajay Nawgire

posted on 18 Nov 2024

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 was 1 interview round.

Round 1 - Coding Test 

String reverse and prime number question asked

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

NeoSOFT interview questions for popular designations

 Software Engineer

 (43)

 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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 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 - Coding Test 

I was asked with writing the code and algorithms. Also lots of MySQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - They hide too many things to the employees who are about to join. For instance it's a client based job. You'll have to give proper multiple rounds of interview for a startup type company (their clients).
You need to be present in the office for more than 9hrs even if you don't have any work.
It doesn't matter for which position you are hired you'll be put to any of the technology depending on the client requirements.

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)

Get interview-ready with Top NeoSOFT Interview Questions

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

Three DSA questions like Array, Tree, Graph, and sorting algorithms.

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
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference beetween thow and new thow
  • Ans. 

    throw is used to throw an exception, new throw is used to throw an exception with a new object

    • throw is used to throw an exception in JavaScript

    • new throw is used to throw an exception with a new object

    • Example: throw new Error('Something went wrong')

  • Answered by AI
  • Q2. How to add validation
  • Ans. 

    Validation in React can be added using form validation libraries, custom validation functions, or built-in HTML5 validation attributes.

    • Use form validation libraries like Formik or Yup for easy validation setup

    • Create custom validation functions to validate input fields based on specific requirements

    • Utilize built-in HTML5 validation attributes like required, pattern, and min/max for basic validation

    • Display error messages...

  • Answered by AI

Skills evaluated in this interview

Top NeoSOFT Reactjs Developer Interview Questions and Answers

Q1. What is the difference between rem and em in css? How to hide something in CSS?
View answer (1)

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Define your sales process
  • Ans. 

    Our sales process involves prospecting, qualifying leads, presenting solutions, negotiating, and closing deals.

    • Prospecting: Identifying potential clients through research, networking, and referrals.

    • Qualifying leads: Determining if the prospect has a need, budget, authority, and timeline for purchasing.

    • Presenting solutions: Demonstrating how our product or service can meet the prospect's needs.

    • Negotiating: Discussing te...

  • Answered by AI
  • Q2. What was your Quarterly targets
  • Ans. 

    My quarterly targets were to increase sales by 15%, expand client base by 20%, and launch a new product line.

    • Increase sales by 15%

    • Expand client base by 20%

    • Launch a new product line

  • Answered by AI

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
5
Excellent
Difficulty level
Moderate
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 

(1 Question)

  • Q1. Basic question on Java, Spring MVC, Spring Boot and Microservice

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

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

Round 1 - Technical 

(1 Question)

  • Q1. WHAT ARE THE TYPE SELECTORS
  • Ans. 

    Type selectors are used in CSS to target specific HTML elements based on their type.

    • Type selectors target all elements of a specific type, such as

      for paragraphs

    • They are written by using the element name directly, without any prefix or class or ID

    • Example: p { color: blue; } will make all paragraphs blue

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - CANDIDATE SHOULD HAVE BASIC ALONG EITH DEEP KNOWLEDGE

Skills evaluated in this interview

RPA Developer Interview Questions asked at other Companies

Q1. What is procedural language and object oriented language? Which one is better? What are the examples of both?
View answer (1)

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 242 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.7/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 Business Development Management

Noida,

Bangalore / Bengaluru

+1

11-21 Yrs

Not Disclosed

Junior Python Developer

Mumbai

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
735 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
706 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
513 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
184 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