Filter interviews by
I applied via Walk-in and was interviewed in Dec 2022. There were 4 interview rounds.
Mcq question.
Based on general knowledge and technical
String reverse by given input
Print given number pattern
Top trending discussions
In Java, == compares memory addresses while .equals() compares the actual content of objects.
== compares memory addresses of objects, while .equals() compares the actual content.
== 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.
The question explains the difference between == and .equals() in Java for comparing object references and content.
Use == to compare object references (memory location)
Use .equals() to compare the actual content or values of the objects
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 Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Questions on string and arrays both are moderate level questions on hacherrank type for 20 marks
posted on 6 Feb 2024
I applied via AmbitionBox and was interviewed in Jan 2024. There was 1 interview round.
posted on 8 Nov 2024
I applied via Naukri.com
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
There were 5 questions and we need to solve 4 questions in java. Mostly Array and string based.
I applied via Approached by Company and was interviewed in Mar 2023. There were 3 interview rounds.
Java is a high-level programming language known for its portability, security, and object-oriented features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).
It is object-oriented, allowing for modular and reusable code.
Java is known for its security features, such as sandboxing and encryption.
Popular frameworks and libraries like Spring and Hibernate are commonly used in
I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
Immutable class in Java cannot be modified after creation, ensuring data integrity.
Make the class final so it cannot be extended
Make all fields private and final so they cannot be modified
Do not provide setter methods, only getter methods to access the fields
If the class contains mutable objects, make sure to return a deep copy of them in getter methods
The question is asking to create a class with certain restrictions like being final, having private and final fields, and no setter methods.
Declare the class as final to prevent it from being subclassed.
Make all fields private and final to ensure encapsulation and immutability.
Provide no setter methods to enforce read-only access to the fields.
posted on 8 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
based on 1 interview
Interview experience
Associate Consultant
29
salaries
| ₹4 L/yr - ₹6.3 L/yr |
SAP Abap Consultant
19
salaries
| ₹3.6 L/yr - ₹8 L/yr |
SAP Technical Consultant
8
salaries
| ₹4 L/yr - ₹5.5 L/yr |
Associate Technical Consultant
7
salaries
| ₹5.1 L/yr - ₹5.2 L/yr |
Software Engineer
6
salaries
| ₹3 L/yr - ₹6.6 L/yr |
Infosys
TCS
Wipro
HCLTech