i
HCLTech
Filter interviews by
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
Jagged arrays are arrays of arrays where each element can be of different sizes.
Jagged arrays are useful when you need to store arrays of different lengths.
Each sub-array within a jagged array can have a different number of elements.
Example: string[][] jaggedArray = new string[3][]; jaggedArray[0] = new string[2]; jaggedArray[1] = new string[3]; jaggedArray[2] = new string[4];
if else is used for conditional statements with multiple conditions, while switch is used for selecting one of many options based on a single expression.
if else allows for multiple conditions to be checked, while switch is used for selecting one option from many
if else is more flexible as it can handle complex conditions, while switch is more concise for simple comparisons
switch is often preferred when there are multip...
String pool is a cache of unique string literals in Java. Strings are immutable to ensure security, synchronization, and performance.
String pool is a special memory area in Java heap where unique string literals are stored.
Strings are immutable in Java to ensure security - once created, their values cannot be changed.
Immutability also helps in synchronization and performance optimization.
Example: String str1 = "hello";...
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Skilled in coding and problem-solving
Passionate about technology and innovation
My college/school percentage is 85%.
I graduated with a percentage of 85% from XYZ College.
I scored 85% in my final exams at ABC School.
My overall percentage throughout college was 85%.
I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.
To get the second to last element from a SQL table, use the OFFSET-FETCH clause.
Use the ORDER BY clause to sort the table in descending order.
Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.
Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;
I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.
Focus on industry-specific nuances
I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before May 2021. There were 2 interview rounds.
Coding questions will be given
I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.
based on 1 interview
1 Interview rounds
based on 12 reviews
Rating in categories
Software Engineer
23.6k
salaries
| ₹1.7 L/yr - ₹8 L/yr |
Technical Lead
21.4k
salaries
| ₹7 L/yr - ₹27.1 L/yr |
Senior Software Engineer
16k
salaries
| ₹4.5 L/yr - ₹17 L/yr |
Lead Engineer
15.8k
salaries
| ₹4.1 L/yr - ₹14 L/yr |
Analyst
14.6k
salaries
| ₹0.8 L/yr - ₹6.5 L/yr |
TCS
Wipro
Accenture
Cognizant