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 1 Mar 2024
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
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 1 Mar 2024
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
posted on 29 Jun 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
Senior Consultant
194
salaries
| ₹7.1 L/yr - ₹23.2 L/yr |
Lead Consultant
188
salaries
| ₹9.5 L/yr - ₹23.4 L/yr |
Softwaretest Engineer
177
salaries
| ₹3.5 L/yr - ₹5.7 L/yr |
Consultant
161
salaries
| ₹6 L/yr - ₹17.5 L/yr |
Associate Consultant
127
salaries
| ₹4.2 L/yr - ₹12.1 L/yr |
TCS
Infosys
Wipro
HCLTech