Filter interviews by
I applied via campus placement at Sri Krishna College of Engineering and Technology, Coimbatore and was interviewed in Mar 2022. There were 3 interview rounds.
Aptitude, English and coding
A String is a sequence of characters. String Buffer and String Builder are mutable and faster alternatives to String.
String is an immutable class in Java.
String Buffer and String Builder are mutable classes.
String Buffer is synchronized and thread-safe.
String Builder is not synchronized and faster than String Buffer.
Both String Buffer and String Builder have methods to append, insert, delete, and reverse strings.
Top trending discussions
posted on 29 Jun 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
posted on 11 Jul 2024
30 mins round and 1 coding question
Development of a feature
posted on 25 Jan 2022
I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 2 interview rounds.
posted on 31 Dec 2024
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
Speed and distance, boat and stream
DELETE command removes specific rows from a table, while TRUNCATE command removes all rows from a table.
DELETE command is used to remove specific rows from a table based on a condition.
TRUNCATE command is used to remove all rows from a table, resetting auto-increment values.
DELETE command is slower as it logs individual row deletions, while TRUNCATE is faster as it does not log individual deletions.
DELETE can be rolled...
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Ref and out are both used to pass arguments by reference in C#. Ref is bidirectional while out is unidirectional.
Ref is used to pass a variable by reference and can be read and modified within the method.
Out is used to pass a variable by reference and must be assigned a value within the method.
Ref can be used to pass a variable as an argument to a method and return a value.
Out is used to return multiple values from a m...
Yes, async can be used without await.
Async functions return a promise, which can be handled without using await.
Using async without await can be useful for error handling or logging.
However, it is important to handle the promise returned by the async function.
A property is a value associated with an object, while a variable is a named storage location for a value.
Properties are accessed using dot notation or bracket notation
Variables are declared using keywords like var, let, or const
Properties are defined within an object literal or added to an object dynamically
Variables can be reassigned to different values
Example: object.property vs var variableName
Multi-threading allows concurrent execution of multiple threads. Collection framework provides a set of interfaces and classes for storing and manipulating data.
Multi-threading improves performance by utilizing multiple cores of CPU
Collection framework provides interfaces like List, Set, Map for storing data
Java provides synchronized collections for thread-safe operations
ConcurrentHashMap is a thread-safe implementatio
posted on 29 Jun 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
posted on 2 Jun 2024
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
I applied via Job Fair and was interviewed in Feb 2024. There was 1 interview round.
Java is a backend language, Javascript is a frontend language. Synchronization in Java ensures only one thread can access a resource at a time. JavaScript is single-threaded but can handle asynchronous operations using callbacks, promises, and async/await.
Java is a backend language used for server-side development, while JavaScript is a frontend language used for client-side scripting.
Synchronization in Java is a techn...
A Pojo class is a simple Java class that contains only private fields, public getters and setters, and no-arg constructor.
Create private fields for employee details like name, id, salary, etc.
Generate public getters and setters for each field.
Include a no-arg constructor in the class.
Example: public class Employee { private String name; private int id; public String getName() { return name; } public void setName(String...
To compare two objects with the same class, override the equals and hashCode methods in the class.
Override the equals method to compare the fields of the objects for equality.
Override the hashCode method to generate a unique hash code based on the object's fields.
Ensure that the equals and hashCode methods are consistent with each other.
Example: public class Person { private String name; private int age; }
JPA Repository provides inbuilt methods for common database operations in Spring applications.
JPA Repository provides methods like save(), findById(), findAll(), deleteById(), etc.
These methods help in performing CRUD operations on entities without writing custom queries.
For example, userRepository.save(user) saves a user entity to the database.
Lead Consultant
201
salaries
| ₹9.5 L/yr - ₹23.4 L/yr |
Senior Consultant
194
salaries
| ₹7.1 L/yr - ₹23.2 L/yr |
Softwaretest Engineer
177
salaries
| ₹3.5 L/yr - ₹5.7 L/yr |
Consultant
175
salaries
| ₹6 L/yr - ₹17.5 L/yr |
Associate Consultant
127
salaries
| ₹4.2 L/yr - ₹12.1 L/yr |
TCS
Infosys
Wipro
HCLTech