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 Software Engineer Interview Questions and Answers

Updated 3 May 2025

32 Interview questions

A Software Engineer was asked 1mo ago
Q. What is Tailwind CSS?
Ans. 

Tailwind CSS is a utility-first CSS framework that enables rapid UI development with a focus on customization and responsiveness.

  • Utility-First Approach: Tailwind CSS provides low-level utility classes (e.g., 'bg-blue-500', 'text-center') that can be combined to create custom designs without leaving your HTML.

  • Customization: It allows extensive customization through a configuration file, enabling developers to defin...

A Software Engineer was asked 1mo ago
Q. What are the functionalities of Bootstrap?
Ans. 

Bootstrap is a front-end framework that simplifies web development with responsive design, components, and utilities.

  • Responsive Grid System: Bootstrap provides a flexible grid system that allows developers to create responsive layouts that adapt to different screen sizes.

  • Predefined Components: It includes a variety of reusable components like buttons, modals, and navigation bars, which speed up development.

  • Customi...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked 1mo ago
Q. How is Angular Material used?
Ans. 

Angular Material is a UI component library for Angular that provides pre-built, customizable components following Material Design principles.

  • Pre-built Components: Angular Material offers a wide range of UI components like buttons, cards, and dialogs that adhere to Material Design guidelines.

  • Responsive Layouts: It includes layout components such as grids and flex layouts, enabling developers to create responsive ap...

A Software Engineer was asked 3mo ago
Q. What are your strengths?
Ans. 

My strength lies in my problem-solving skills, adaptability, and strong communication, which help me excel in collaborative environments.

  • Problem-solving: I enjoy tackling complex challenges, like optimizing algorithms to improve application performance.

  • Adaptability: I quickly learn new technologies, demonstrated when I transitioned from Java to Python for a project.

  • Strong communication: I effectively convey techni...

A Software Engineer was asked 8mo ago
Q. What are 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 red...

A Software Engineer was asked 8mo ago
Q. Explain the code you wrote in the first round.
Ans. 

I wrote code to implement a sorting algorithm in Python

  • Implemented bubble sort algorithm

  • Used a for loop to iterate through the list and compare adjacent elements

  • Swapped elements if they were in the wrong order

A Software Engineer was asked 8mo ago
Q. What are the types of CSS, and which has the highest priority?
Ans. 

Types of CSS include inline, internal, external, and imported. Inline has the highest priority.

  • Types of CSS: inline, internal, external, imported

  • Inline CSS has the highest priority

  • Internal CSS is defined within the HTML document

  • External CSS is linked to the HTML document using a tag

  • Imported CSS is used to import an external style sheet within another style sheet

Are these interview questions helpful?
A Software Engineer was asked 10mo ago
Q. What are the different authentication modes in .NET Core?
Ans. 

Different authentication modes in Dot Net Core include JWT, OAuth, and Identity.

  • JWT (JSON Web Tokens) for stateless authentication

  • OAuth for delegated authorization

  • Identity for user authentication and authorization management

A Software Engineer was asked 10mo ago
Q. What is the difference between Middlewares and Filters in .Net Core?
Ans. 

Middlewares are components that handle HTTP requests and responses in the request pipeline, while filters are used to run logic before or after an action method is executed.

  • Middlewares are components that are added to the request pipeline and can handle requests and responses.

  • Filters are used to run logic before or after an action method is executed in ASP.NET Core MVC.

  • Middlewares are executed in the order they ar...

A Software Engineer was asked 10mo ago
Q. Explain the MVC flow in Dot Net.
Ans. 

MVC flow in Dot Net involves Model, View, and Controller components working together to handle user requests and responses.

  • Model represents the data and business logic of the application

  • View is responsible for displaying the user interface

  • Controller handles user input, processes requests, and interacts with the model

  • The flow starts with the user interacting with the View, which sends a request to the Controller

  • The...

NeoSOFT Software Engineer Interview Experiences

45 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
  • Q2. What is rest API

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain last project
  • 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
  • Q2. What is middleware and how it is different from Filters.

Skills evaluated in this interview

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
  • Q3. Explain spring boot annotations

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concepts JavaScript related
Round 2 - Technical 

(1 Question)

  • Q1. Project related technologies used
  • Ans. 

    Used technologies include Java, Spring Boot, Angular, and MySQL.

    • Java

    • Spring Boot

    • Angular

    • MySQL

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about NeoSOFT?
Ask anonymously on communities.

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.

Overall Interview Experience Rating

3.7/5

based on 37 interview experiences

Difficulty level

Easy 29%
Moderate 65%
Hard 6%

Duration

Less than 2 weeks 82%
2-4 weeks 6%
4-6 weeks 12%
View more
NeoSOFT Software Engineer Salary
based on 2.1k salaries
₹3.6 L/yr - ₹14.1 L/yr
At par with the average Software Engineer Salary in India
View more details

NeoSOFT Software Engineer Reviews and Ratings

based on 307 reviews

3.1/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

3.1

Salary

2.7

Job security

2.9

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 307 Reviews and Ratings
Software Engineer
2.1k salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Software Developer
723 salaries
unlock blur

₹3.5 L/yr - ₹13.4 L/yr

Senior Software Engineer
717 salaries
unlock blur

₹6.1 L/yr - ₹23 L/yr

Softwaretest Engineer
504 salaries
unlock blur

₹3 L/yr - ₹10.4 L/yr

Front end Developer
190 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Explore more salaries
Compare NeoSOFT with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview