i
Nexential Solutions
Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
General aptitude and communication
Avoid deadlock in Java by implementing proper locking strategies and avoiding circular dependencies.
Use a consistent order when acquiring multiple locks to prevent circular dependencies.
Avoid holding multiple locks at the same time if possible.
Use timeouts when acquiring locks to prevent indefinite waiting.
Consider using higher-level concurrency utilities like Executors and Concurrent Collections to avoid manual lockin
throw is used to explicitly throw an exception in a method, while throws is used in method signature to declare the exceptions that can be thrown by the method.
throw is used within a method to throw an exception explicitly
throws is used in method signature to declare the exceptions that can be thrown by the method
throw is followed by an instance of Throwable class
throws is followed by the exception classes separated by
I was interviewed in Jul 2024.
General aptitude and communication
Data encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and only exposing the necessary functionalities.
It allows for better control over the data by preventing direct access from outside the class.
Encapsulation promotes code reusability and modularity by organizing data and methods together.
Example: In a cl...
I applied via Naukri.com and was interviewed in May 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2022. There were 4 interview rounds.
Aptitude test totally relate with Full Stack Java & Spring boot, Coding part
Nexential Solutions interview questions for popular designations
I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.
I have used the Singleton design pattern in my Java projects.
Singleton pattern ensures that only one instance of a class is created and provides a global point of access to it.
It is useful when we want to limit the number of instances of a class to one.
Example: Creating a Logger class as a Singleton to ensure only one instance is used throughout the application.
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Company Website
I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.
This interview question covers various topics including programming, design patterns, data structures, and exception handling in Java.
Write a program to generate the Fibonacci series
Write a program using boolean variables
Explain the ClassCastException and how to handle it
Discuss the Singleton design pattern and its implementation with different JDK versions
Explain abstract classes and interfaces in your current project
...
based on 3 interviews
Interview experience
based on 8 reviews
Rating in categories
Java Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Java Developer Trainee
3
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech