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.
Java is a high-level programming language known for its platform independence and object-oriented approach.
Java is widely used for developing desktop, web, and mobile applications.
It is known for its robustness, security, and scalability.
Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).
It supports multithreading, exception handling, and automatic memory management.
Popular framewor...
What people are saying about HCLTech
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
Collections are data structures that store and manipulate groups of objects.
Collections provide a way to organize and manage large amounts of data
They can be used to perform operations on groups of objects, such as sorting or searching
Examples of collections include arrays, lists, sets, and maps
Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow functional programming in Java
Functional interfaces enable the use of lambda expressions
Streams provide a concise way to perform operations on collections
Default methods allow interfaces to have implementation
Date and Time API improvements
Nashorn JavaScript engine
Spring Boot is a framework for building standalone, production-grade Spring-based applications.
Spring Boot simplifies the process of creating and deploying Spring-based applications.
It provides a pre-configured environment with a set of opinionated defaults.
It includes embedded servers like Tomcat, Jetty, and Undertow.
It supports a wide range of data sources and data access technologies.
It enables easy integration with...
JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.
JPA is used to map Java objects to relational database tables.
It provides a set of annotations to define the mapping between Java classes and database tables.
JPA also supports querying data using the Java Persistence Query Language (JPQL).
I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 2 interview rounds.
Framework skills are essential for efficient architecture workflow.
Framework skills help in understanding the overall structure of the system.
They aid in identifying the key components and their interactions.
Frameworks provide a common language for communication between team members.
Examples of frameworks include Spring, Hibernate, and AngularJS.
based on 1 interview experience
Difficulty level
Duration
based on 13 reviews
Rating in categories
Software Engineer
24.9k
salaries
| ₹2.7 L/yr - ₹8.1 L/yr |
Technical Lead
22.9k
salaries
| ₹10.9 L/yr - ₹21 L/yr |
Senior Software Engineer
16.8k
salaries
| ₹5.4 L/yr - ₹15.8 L/yr |
Lead Engineer
16.4k
salaries
| ₹5.3 L/yr - ₹12.4 L/yr |
Analyst
15.9k
salaries
| ₹2.3 L/yr - ₹6.5 L/yr |
TCS
Wipro
Accenture
Cognizant