i
Ezeiatech Systems
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
HashMap is unordered while LinkedHashMap maintains insertion order.
HashMap provides faster access and retrieval of elements while LinkedHashMap maintains the order of insertion.
LinkedHashMap is useful when we need to maintain the order of insertion of elements.
HashMap is preferred when order is not important and faster access is required.
Example: HashMap is used in caching while LinkedHashMap is used in LRU cache imple
Foreground services are services that have a higher priority and are visible to the user.
Foreground services are used to perform tasks that are noticeable to the user, such as playing music or downloading files.
They require a notification to be displayed to the user, indicating that the service is running.
To implement a foreground service, you need to create a service class and call startForeground() method in it.
You a...
Intent Service is a subclass of Service that performs a single operation on a separate thread.
Intent Service is used for long-running operations that do not require user interaction.
It is started with an Intent and runs on a separate thread.
It stops itself automatically when the operation is complete.
It can be used for tasks like downloading a file or uploading data to a server.
Intent Service is useful for performing b
No, a final class in Java cannot be inherited.
Final classes are those classes which cannot be extended or inherited.
If a class is declared as final, it means that it cannot be subclassed.
Final classes are used to prevent modification of a class's implementation.
Final classes are also used to improve performance and security.
For example, the String class in Java is a final class and cannot be inherited.
MVP and MVVM are architectural patterns used in software development for separating concerns and improving maintainability.
MVP stands for Model-View-Presenter and is a pattern where the presenter acts as a mediator between the view and the model.
MVVM stands for Model-View-ViewModel and is a pattern where the view model acts as a mediator between the view and the model.
In MVP, the view is responsible for updating the pr...
Bitrate can be set using DefaultTrackSelector in ExoPlayer
Create a DefaultTrackSelector instance
Create a TrackSelection.Factory instance
Set the bitrate using the factory
Set the track selector to the player
Reverse a string while preserving the original whitespaces.
Iterate through the string character by character.
If the character is a whitespace, add it to the result string.
If the character is not a whitespace, prepend it to the result string.
Return the reversed string with preserved whitespaces.
1 sql question was given , interviewer has bad internet , he was leaving and joining multiple times.
I appeared for an interview before Oct 2020, where I was asked the following questions.
wait(), notify(), and notifyAll() manage thread communication in Java, controlling execution flow in synchronized blocks.
wait(): Causes the current thread to wait until another thread invokes notify() or notifyAll() on the same object.
notify(): Wakes up a single thread that is waiting on the object's monitor. If multiple threads are waiting, one is chosen randomly.
notifyAll(): Wakes up all threads that are waiting on t...
Ezeiatech Systems interview questions for popular designations
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
I appeared for an interview before Jun 2016.
I appeared for an interview before Aug 2016.
For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.
For loop is used when the number of iterations is known beforehand.
For each loop is used when the number of iterations is not known beforehand.
For loop can be used with any iterable object.
For each loop can only be used with arrays and other iterable objects.
For loop uses an index variable to access...
based on 4 interviews
Interview experience
based on 52 reviews
Rating in categories
2-6 Yrs
Not Disclosed
2-4 Yrs
₹ 4.5-10 LPA
Software Engineer
52
salaries
| ₹3 L/yr - ₹11.8 L/yr |
Senior Software Engineer
24
salaries
| ₹6.5 L/yr - ₹14 L/yr |
Software Developer
20
salaries
| ₹3 L/yr - ₹11.5 L/yr |
Machine Learning Developer
7
salaries
| ₹3.6 L/yr - ₹15.7 L/yr |
Machine Learning Engineer
7
salaries
| ₹5 L/yr - ₹9 L/yr |
HCL Infosystems
Accel Frontline
DynPro
ClaySys