Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
To add a new server in Spring Boot, you need to exclude the default Tomcat dependency and add the desired server dependency.
Exclude the Tomcat dependency in the pom.xml file
Add the desired server dependency in the pom.xml file
Configure the server properties in the application.properties or application.yml file
Checking if a string is not null without using string != null.
Use string.IsNullOrEmpty() method
Use string.IsNullOrWhiteSpace() method
Use string.Compare() method to compare with an empty string
Use string.Length property to check if length is greater than 0
Yoda notation is a programming style where the order of a conditional statement is reversed.
Used to avoid null pointer exceptions
Improves readability for complex conditions
Example: if ('red' === color) instead of if (color === 'red')
Convert a List of employees into a Map of Employees with ID as the key.
Create an empty Map
Iterate through the List of employees
For each employee, add a key-value pair to the Map with ID as key and employee object as value
I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
posted on 24 Mar 2021
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
I applied via Walk-in and was interviewed in Aug 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.
C# concepts including abstraction, interface, abstract method, abstract class, polymorphism, encapsulation, inheritance, and serialization.
Abstraction: hiding implementation details
Interface: defining a contract for behavior
Abstract method: method without implementation
Abstract class: class with one or more abstract methods
Polymorphism: ability of objects to take on multiple forms
Encapsulation: bundling data and behavi...
Some of the top questions asked at the HCL Group Senior Software Developer interview for experienced candidates -
based on 18 reviews
Rating in categories
Technical Lead
3.1k
salaries
| ₹7 L/yr - ₹25 L/yr |
Software Engineer
3k
salaries
| ₹2 L/yr - ₹9.5 L/yr |
Senior Software Engineer
2.5k
salaries
| ₹4.9 L/yr - ₹18.5 L/yr |
Lead Engineer
2.2k
salaries
| ₹4.4 L/yr - ₹14 L/yr |
Senior Analyst
1.9k
salaries
| ₹2 L/yr - ₹10 L/yr |
HCLTech
TCS
Accenture
Wipro