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
4.0

based on 1.5k Reviews

Filter interviews by

NeoSOFT Senior Software Engineer Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top NeoSOFT Senior Software Engineer Interview Questions and Answers

  • Q1. 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 o ...read more
  • Q2. Scenario based solution design explanation
  • Q3. explain promise in js

NeoSOFT Senior Software Engineer Interview Experiences

16 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic JS related question
  • Q2. Angular Basic + Advance Question
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

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. She asked about the projects you have been working on and their details.
  • Q2. She inquired about the fundamental principles and core concepts of JavaScript, such as the event loop, setInterval, promises, and others.
Round 2 - Coding Test 

The interviewer asked me to create a function that determines whether a given number, n, provided by the user, is prime or not. If n is prime, the function should return true; otherwise, it should return false.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a service-based company, which requires you to go to client locations for work; you will not be seated in the office.
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

NeoSOFT interview questions for designations

 Software Engineer

 (44)

 Software Engineer Trainee

 (5)

 Associate Software Engineer

 (3)

 Software Testing Engineer

 (2)

 Software Automation Engineer

 (1)

 Senior Software Engineer Tester

 (1)

 Software Developer

 (22)

 Software Tester

 (2)

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.
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:
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 - 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

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sort array, database, basics of js and nodejs
  • Q2. DSA array and objects

Interview Preparation Tips

Topics to prepare for NeoSOFT Senior Software Engineer interview:
  • Technical
Interview preparation tips for other job seekers - Be prepared with basics and answer with confidence

Senior Software Engineer Interview Questions & Answers

user image Abhijeet Ramchandra Umbarkar

posted on 17 Dec 2024

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 Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test with basics question to check your problem solving skills

Round 2 - Coding Test 

Coding test on paper, in the form of MCQ

Round 3 - Technical 

(1 Question)

  • Q1. Php arrays and MySQL, server side , operating systems.
Round 4 - HR 

(1 Question)

  • Q1. Just a formal salary discussion

I was interviewed in Nov 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Client interview about previous projects
  • Q2. Scenario based solution design explanation
  • Ans. 

    Scenario-based solution design involves identifying and addressing potential issues in a given situation.

    • Identify the problem or challenge presented in the scenario

    • Consider possible solutions and their potential outcomes

    • Evaluate the feasibility and effectiveness of each solution

    • Select the best solution and develop a plan for implementation

    • Continuously monitor and adjust the solution as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is for Appian Developer role. Interview is good. Prepare for the scenario based questions and solution design.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic OOP question database question
  • Q2. Method overloading and method overriding and SQL question for Primary key.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy question and answer no need to worry about

NeoSOFT Interview FAQs

How many rounds are there in NeoSOFT Senior Software Engineer interview?
NeoSOFT interview process usually has 2-3 rounds. The most common rounds in the NeoSOFT interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for NeoSOFT Senior Software Engineer 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 Django, Python and Testing.
What are the top questions asked in NeoSOFT Senior Software Engineer interview?

Some of the top questions asked at the NeoSOFT Senior Software Engineer interview -

  1. Solved it by looping through each element first. Split the string into an array...read more
  2. Scenario based solution design explanat...read more
  3. explain promise in...read more

Tell us how to improve this page.

NeoSOFT Senior Software Engineer Interview Process

based on 6 interviews in last 1 year

2 Interview rounds

  • Technical Round
  • Coding Test Round
View more

People are getting interviews through

based on 12 NeoSOFT interviews
Job Portal
Company Website
Referral
Recruitment Consultant
50%
17%
17%
8%
8% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
NeoSOFT Senior Software Engineer Salary
based on 701 salaries
₹5.6 L/yr - ₹19 L/yr
15% less than the average Senior Software Engineer Salary in India
View more details

NeoSOFT Senior Software Engineer Reviews and Ratings

based on 102 reviews

3.7/5

Rating in categories

3.3

Skill development

3.4

Work-Life balance

3.3

Salary & Benefits

3.2

Job Security

3.3

Company culture

3.1

Promotions/Appraisal

3.3

Work Satisfaction

Explore 102 Reviews and Ratings
Software Engineer
2k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Software Developer
705 salaries
unlock blur

₹2.8 L/yr - ₹13.4 L/yr

Senior Software Engineer
701 salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Softwaretest Engineer
510 salaries
unlock blur

₹2.8 L/yr - ₹7.3 L/yr

Front end Developer
183 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Explore more salaries
Compare NeoSOFT with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview