Premium Employer

i

This company page is being actively managed by HCLTech Team. If you also belong to the team, you can get access from here

HCLTech Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 34.1k Reviews

Filter interviews by

HCLTech Java Software Engineer Interview Questions and Answers

Updated 21 May 2021

HCLTech Java Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Oops concepts, collection, multithreading
  • Q2. Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well java , ds and your resume

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

3 Questions

  • Q1. Write a user microservice to get the data from h2DB.
  • Ans. 

    A user microservice to retrieve data from h2DB

    • Create a REST API endpoint to handle user requests

    • Use JDBC to connect to the h2DB and retrieve data

    • Implement caching to improve performance

    • Ensure proper error handling and logging

    • Secure the API with authentication and authorization

  • Answered by AI
  • Q2. How to create thread singleton
  • Ans. 

    To create thread singleton, use double-checked locking or enum.

    • Use double-checked locking to ensure only one instance is created

    • Alternatively, use enum to create a singleton with thread safety

    • Ensure proper synchronization to avoid race conditions

  • Answered by AI
  • Q3. What does spring boot starter pom
  • Ans. 

    Spring Boot Starter POM is a parent POM that provides a set of dependencies for Spring Boot applications.

    • It includes commonly used dependencies such as Spring Framework, Spring Boot, and Spring Data.

    • It simplifies the process of configuring and deploying Spring Boot applications.

    • Developers can add additional dependencies to the POM file as needed.

    • Examples of Spring Boot Starter POMs include spring-boot-starter-web, spri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they dont care much about your previuos projects and all its really good thing, you will be having direct technical questions , should have strong knowledge in multithreading and singleton classes, they dont ask basic questions you must have strong knowledge in that area
be prepared to able to write programs in numbers series, good to have knowledge in data structues its really helpful..

ALL THE BEST.. MY BEST WISHES

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. All java areas - basics Like inheritance polymorphism, method overloading, overriding, garbage collection, collections, data structure their implimentation, exception handling, java 8, on Postgres -...

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops, Collections, spring hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Many questions in spring and hibernate

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Springboot, microservices, java8 and internal implementations of collection framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Today's market trend in java platform is Springboot with microservices in cloud platform. If you learn these skills, you can survive as Java backend developer for next 3 years. Added advantage - angular 2+ knowledge.

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 oops spring spring boot rest api
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 spring stream api java oops rest api
Round 3 - HR 

(1 Question)

  • Q1. It was salary negotiation round which went good with a FAKE promise that the offer will be rolled out the next day which was also the last working day , they didnt roll the offer out with a lame excuse .

Interview Preparation Tips

Interview preparation tips for other job seekers - Few Recruiters spoiling company image, hiding facts , giving fake assurity with 100% confidence

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. As Tomcat is the default server in Spring Boot, how would you add a new server?
  • Ans. 

    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

  • Answered by AI
  • Q2. How can you check if a string is not null without string != null?
  • Ans. 

    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

  • Answered by AI
  • Q3. Yoda notation.
  • Ans. 

    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')

  • Answered by AI
  • Q4. Convert a List of employees into a Map of Employees with ID as the key.
  • Ans. 

    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

  • Answered by AI
  • Q5. Use Java 8. Collectors.toMap(Employee.getID(), e -> e).

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your skills on Java 8, Spring Boot, Hibernate, JPA, and Collections framework in Java (including Map).

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are development life cycles
  • Ans. 

    Development life cycles are processes used to plan, design, build, test, and deploy software applications.

    • There are several development life cycles, including Waterfall, Agile, and DevOps.

    • The Waterfall model is a linear approach where each phase must be completed before moving on to the next.

    • Agile methodologies focus on iterative development and continuous feedback.

    • DevOps combines development and operations to create a...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How did you do deployment
Round 3 - One-on-one 

(1 Question)

  • Q1. What's your ctc and ectc
  • Ans. 

    I prefer not to disclose my current or expected salary as it is not relevant to my qualifications and experience.

    • I believe that my skills and experience are more important than my current or expected salary

    • I am open to discussing compensation that is fair and competitive for the role and my qualifications

    • I am more interested in the opportunity to work on challenging projects and grow my skills

    • I would like to focus on h...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interviews and refresh your technical skills

Skills evaluated in this interview

I applied via Job boards and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to send a file without any internet connection if you are in first floor and your coligue was in second floor?
  • Ans. 

    Use a physical medium like a USB drive or a portable storage device to transfer the file.

    • Physically carry the file on a USB drive or portable storage device.

    • Use a local network connection to transfer the file between the two floors.

    • Utilize Bluetooth or other wireless technologies to transfer the file.

    • If the distance is short, use a physical method like printing the file and physically handing it over.

  • Answered by AI
  • Q2. What is JVM?
  • Ans. 

    JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.

    • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

    • It provides a platform-independent environment for Java programs to run on different operating systems.

    • JVM has various components like Class Loader, Bytecode Verifier, Just-In-Time Compiler, and Garbage Collector.

    • Examples ...

  • Answered by AI
  • Q3. What are the memories in JDK?
  • Ans. 

    JDK memories are areas of memory used by Java programs to store data and code.

    • JDK memories include heap memory, stack memory, and non-heap memory.

    • Heap memory is used to store objects and is managed by the garbage collector.

    • Stack memory is used to store method calls and local variables.

    • Non-heap memory is used to store class definitions and other data.

    • Examples of non-heap memory include the method area and the permanent ...

  • Answered by AI
  • Q4. Before all these introduce yourself?
  • Q5. Tell me brief idea about your college project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basics of laptop and also your technical skills...

Skills evaluated in this interview

HCLTech Interview FAQs

How to prepare for HCLTech Java Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at HCLTech. The most common topics and skills that interviewers at HCLTech expect are Java, Software Engineering, Core Java and Advanced Java.
What are the top questions asked in HCLTech Java Software Engineer interview?

Some of the top questions asked at the HCLTech Java Software Engineer interview -

  1. Oops concepts, collection, multithread...read more
  2. Data structu...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 HCLTech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join HCLTech Find your spark and discover what drives you forward

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
HCLTech Java Software Engineer Salary
based on 7 salaries
₹2.5 L/yr - ₹4 L/yr
53% less than the average Java Software Engineer Salary in India
View more details

HCLTech Java Software Engineer Reviews and Ratings

based on 5 reviews

1.9/5

Rating in categories

2.9

Skill development

3.8

Work-Life balance

3.6

Salary & Benefits

4.4

Job Security

3.6

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
22.5k salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Technical Lead
20.7k salaries
unlock blur

₹6.9 L/yr - ₹25 L/yr

Senior Software Engineer
15.4k salaries
unlock blur

₹4 L/yr - ₹16.5 L/yr

Lead Engineer
14.8k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Senior Analyst
13.9k salaries
unlock blur

₹1 L/yr - ₹8.5 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview