i
NeoSOFT
Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.
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.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
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.
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...
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 ...
What people are saying about NeoSOFT
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
NeoSOFT interview questions for popular designations
ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.
ArrayList provides fast random access and slower insertion/deletion, while LinkedList provides fast insertion/deletion and slower random access.
ArrayList uses less memory overhead compared to LinkedList.
Example: ArrayList is more suitable for scenarios where frequent access and traversal of elements is required, while...
Get interview-ready with Top NeoSOFT Interview Questions
I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.
The == operator is used to compare references in Java, while the .equals() method is used to compare values. Method overloading is when multiple methods have the same name but different parameters.
Use == to compare references, use .equals() to compare values
Method overloading allows multiple methods with the same name but different parameters
Example: String str1 = new String("hello"); String str2 = new String("hello");...
A linked list is a data structure where each element points to the next element in the list.
Linked list is made up of nodes, each containing data and a reference to the next node.
Insertion and deletion are efficient in linked lists compared to arrays.
Example: Node 1 -> Node 2 -> Node 3 -> null
HashMap is not thread-safe, while ConcurrentHashMap is thread-safe.
HashMap is not synchronized and not thread-safe, while ConcurrentHashMap is thread-safe.
ConcurrentHashMap allows concurrent modifications without causing any ConcurrentModificationException.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, each with its own lock.
Asked me to build an entire application in 30 min when he himself joined the meeting 15 mins late
Used technologies include Java, Spring Boot, Angular, and MySQL.
Java
Spring Boot
Angular
MySQL
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Authentication verifies the identity of a user, while authorization determines what actions they can perform.
Authentication is the process of verifying the identity of a user or system.
It ensures that the user is who they claim to be.
Common authentication methods include passwords, biometrics, and two-factor authentication.
Authorization determines what actions a user or system is allowed to perform.
It is based on the a...
Abstraction is the process of hiding unnecessary details, while encapsulation is the bundling of data and methods into a single unit.
Abstraction focuses on the 'what' rather than the 'how'
Abstraction allows us to create simplified models of complex systems
Encapsulation ensures data and methods are kept together and hidden from external access
Encapsulation provides data protection and code organization
Example of abstrac...
ViewData and ViewBag are both used to pass data from controller to view in ASP.NET MVC, but ViewData uses dictionary while ViewBag uses dynamic properties.
ViewData is a dictionary object that stores data using key-value pairs.
ViewBag is a dynamic property that allows you to store and retrieve data.
ViewData requires typecasting while ViewBag does not.
ViewData is a bit slower than ViewBag due to typecasting.
Example: View
Design patterns are reusable solutions to common problems in software design.
Design patterns provide proven solutions to recurring design problems.
They promote code reusability, maintainability, and scalability.
Examples of design patterns include Singleton, Observer, and Factory.
Design patterns can be categorized into three types: creational, structural, and behavioral.
The duration of NeoSOFT interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 242 interviews
Interview experience
based on 1.4k reviews
Rating in categories
Software Engineer
2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
730
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
706
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
513
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Developer
184
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech