i
NeoSOFT
Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
To retrieve a value, the key is hashed again to fi...
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.
What people are saying about NeoSOFT
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 ...
NeoSOFT interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
Get interview-ready with Top NeoSOFT Interview Questions
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...
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
The duration of NeoSOFT interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 243 interviews
Interview experience
based on 1.4k reviews
Rating in categories
Software Engineer
2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
742
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
709
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
513
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
189
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech