i
Simplify360
Filter interviews by
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
It's very easy , only java multiple choice questions
Object-oriented programming concepts in Java
Encapsulation: bundling data and methods together
Inheritance: creating new classes based on existing ones
Polymorphism: ability for objects to take on multiple forms
Abstraction: hiding implementation details
Example: class Animal { void eat() { ... } }
I have a strong background in Java development with proven experience in delivering high-quality, efficient solutions.
Extensive experience in Java programming
Proven track record of delivering high-quality solutions
Strong problem-solving skills
Ability to work well in a team environment
Excellent communication skills
Example: Developed a Java-based web application that improved efficiency by 30% for a previous employer
Top trending discussions
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...
I appeared for an interview before Aug 2016.
In Java, == compares memory addresses while .equals() compares the actual content of objects.
== compares memory addresses of objects, while .equals() compares the actual content of objects.
== is used to compare primitive data types, while .equals() is used to compare objects.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true.
In Java, == compares object references, while .equals() compares object values.
Use == to compare if two object references point to the same memory location.
Use .equals() to compare if two objects have the same values.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true.
I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
I applied via Google and was interviewed in Mar 2022. There were 2 interview rounds.
They will test on your pations
You have crack the coding test within time..
The volatile keyword in Java is used to indicate that a variable's value will be modified by different threads.
Ensures visibility of changes made by one thread to other threads
Prevents compiler optimizations that could reorder instructions
Useful for variables accessed by multiple threads without synchronization
Example: volatile boolean flag = true;
JAVA stands for Java Virtual Machine
JAVA stands for Java Virtual Machine
It is a programming language that follows the principle of 'write once, run anywhere'
Java code is compiled into bytecode which can run on any platform with Java Virtual Machine (JVM)
Examples of Java applications include web applications, mobile apps, and enterprise software
D/W Hashmap and ConcurrentHashmap are both implementations of the Map interface in Java, with the latter being thread-safe.
D/W Hashmap stands for 'Doubly-Linked Hashmap' and is a custom implementation of a hashmap in Java that maintains insertion order.
ConcurrentHashmap is a thread-safe implementation of the Map interface in Java, allowing multiple threads to access and modify it concurrently without causing data corru
HashMap is not synchronized and not thread-safe, while ConcurrentHashMap is thread-safe and allows concurrent access.
HashMap is not synchronized, so it is not safe to use in a multi-threaded environment without external synchronization.
ConcurrentHashMap uses internal synchronization mechanisms to ensure thread safety, allowing multiple threads to access and modify it concurrently.
ConcurrentHashMap is designed to handle...
based on 1 interview
Interview experience
Devops Engineer
23
salaries
| ₹2.4 L/yr - ₹5.6 L/yr |
Software Engineer
16
salaries
| ₹2.9 L/yr - ₹8 L/yr |
Data Analyst
12
salaries
| ₹3 L/yr - ₹5.5 L/yr |
QA Lead
10
salaries
| ₹10.2 L/yr - ₹19 L/yr |
Manager Enterprise Sales
7
salaries
| ₹13 L/yr - ₹22 L/yr |
HCL Infosystems
Northcorp Software
Jetking Infotrain
Apex CoVantage