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 Software Engineer Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top NeoSOFT Software Engineer Interview Questions and Answers

  • Q1. How to find the palindrome among first N numbers? Code it.
  • Q2. 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, a ...read more
  • Q3. Can we use this keyword inside static method?
View all 45 questions

NeoSOFT Software Engineer Interview Experiences

44 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Develop small demo project

Round 2 - Technical 

(2 Questions)

  • Q1. What is routes in laravel
  • Ans. 

    Routes in Laravel are used to define the URL structure of your application and map them to controller actions.

    • Routes are defined in the routes/web.php file for web routes and routes/api.php file for API routes

    • Routes can be defined using various HTTP methods like GET, POST, PUT, DELETE, etc.

    • Routes can have parameters and wildcards to capture dynamic parts of the URL

    • Routes can be named to easily generate URLs or redirect

  • Answered by AI
  • Q2. What is rest API
  • Ans. 

    REST API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve data from a server

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image Sagar Hankare

posted on 25 Jul 2024

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

(3 Questions)

  • Q1. What is worker process in iis
  • Ans. 

    Worker process in IIS is a separate process that handles requests for web applications.

    • Worker process runs independently from the main IIS process

    • It manages requests for web applications hosted on the server

    • Each worker process is assigned to a specific application pool

    • Worker processes can be recycled or restarted to maintain performance

    • Example: w3wp.exe is the default worker process for IIS

  • Answered by AI
  • Q2. What is utilisation in iis
  • Ans. 

    Utilisation in IIS refers to the percentage of time that a worker process is busy serving requests.

    • Utilisation is a measure of how efficiently the server is handling incoming requests.

    • It is calculated by dividing the total time the worker process is busy by the total time elapsed.

    • A high utilisation rate may indicate that the server is overloaded and needs optimization.

    • Monitoring utilisation can help in identifying perf...

  • Answered by AI
  • Q3. What is wildcard certificate
  • Ans. 

    A wildcard certificate is a type of SSL/TLS certificate that can secure multiple subdomains with a single certificate.

    • Wildcard certificates are identified by an asterisk (*) before the domain name, allowing it to secure any subdomain under that domain.

    • For example, a wildcard certificate for *.example.com can secure subdomains like blog.example.com, shop.example.com, etc.

    • Wildcard certificates are cost-effective and conv...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

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

NeoSOFT interview questions for designations

 Senior Software Engineer

 (16)

 Software Engineer Trainee

 (5)

 Associate Software Engineer

 (3)

 Software Testing Engineer

 (2)

 Software Automation Engineer

 (1)

 Software Developer

 (22)

 Software Tester

 (2)

 Software Developer Trainee

 (1)

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.

Get interview-ready with Top NeoSOFT Interview Questions

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

(2 Questions)

  • Q1. Explain last project
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Oops concepts and coding questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. What is middleware and how it is different from Filters.
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, while Filters are used to intercept and modify requests and responses in a web application.

    • Middleware is a software layer that enables communication between different systems or components.

    • Filters are used in web applications to intercept and modify requests and responses.

    • Middleware can be used to handle cross-cutting concerns su...

  • Answered by AI

Skills evaluated in this interview

Software Engineer interview

user image SJ Programming Solutions

posted on 19 Feb 2022

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

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Classical Question
  • Q2. Easy Coding question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions. Some deep dive questions as well
  • Q2. Overall it were easy to little moderate question
Round 3 - HR 

(2 Questions)

  • Q1. Classical hr question. Salary negotiation. Introduction about company.
  • Q2. When can you join
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice to my current employer.

    • I may need time to relocate if necessary.

  • Answered by AI

Software Engineer Interview Questions & Answers

user image munigala rahul

posted on 30 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Find the max and min value
  • Ans. 

    Find the max and min value in an array of numbers.

    • Iterate through the array to find the maximum and minimum values.

    • Initialize variables to store the max and min values, update them as you iterate through the array.

    • Return the max and min values once the iteration is complete.

  • Answered by AI
  • Q2. Diference between curd and jpa
  • Ans. 

    CRUD is a general term for Create, Read, Update, Delete operations in databases, while JPA is a Java specification for mapping Java objects to database tables.

    • CRUD stands for Create, Read, Update, Delete operations in databases.

    • JPA is a Java specification for mapping Java objects to database tables.

    • JPA provides a higher level of abstraction and simplifies database operations compared to manual CRUD operations.

    • CRUD oper...

  • Answered by AI
  • Q3. Explain spring boot annotations
  • Ans. 

    Spring Boot annotations are used to simplify the development process by providing shortcuts for common tasks.

    • Annotations are used to configure various aspects of a Spring Boot application, such as defining beans, request mappings, and transaction management.

    • Some common Spring Boot annotations include @SpringBootApplication, @RestController, @Autowired, @RequestMapping, and @Component.

    • These annotations help in reducing ...

  • Answered by AI

Skills evaluated in this interview

NeoSOFT Interview FAQs

How many rounds are there in NeoSOFT Software Engineer interview?
NeoSOFT interview process usually has 2-3 rounds. The most common rounds in the NeoSOFT interview process are Technical, HR and Resume Shortlist.
How to prepare for NeoSOFT 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 Hibernate, JPA, Java, Node.Js and React.Js.
What are the top questions asked in NeoSOFT Software Engineer interview?

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

  1. How to find the palindrome among first N numbers? Code ...read more
  2. Print prime number from 1 to 100, insert element in an array at specific index ...read more
  3. Can we use this keyword inside static metho...read more
How long is the NeoSOFT Software Engineer interview process?

The duration of NeoSOFT Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

NeoSOFT Software Engineer Interview Process

based on 24 interviews in last 1 year

3 Interview rounds

  • Technical Round 1
  • Technical Round 2
  • HR Round
View more

People are getting interviews through

based on 24 NeoSOFT interviews
Job Portal
Campus Placement
Company Website
63%
8%
4%
25% 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 Software Engineer Salary
based on 2k salaries
₹3.5 L/yr - ₹14 L/yr
At par with the average Software Engineer Salary in India
View more details

NeoSOFT Software Engineer Reviews and Ratings

based on 277 reviews

3.4/5

Rating in categories

3.5

Skill development

3.3

Work-Life balance

3.2

Salary & Benefits

3.0

Job Security

3.2

Company culture

3.1

Promotions/Appraisal

3.2

Work Satisfaction

Explore 277 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