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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

HCLTech Fullstack Java Developer Interview Questions and Answers

Updated 9 Sep 2024

HCLTech Fullstack Java Developer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic js question on hoisting, closure, promises
Round 2 - Behavioral 

(1 Question)

  • Q1. Basic resume based
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion -- HR never responded

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Q1 - tell me about yourself After my introduction he directly jump into coding and asked me simple array manipulation question. Q3 - balanced string - you have a String = "()()()" or "(()" or "(()). The ou...
Round 2 - Technical 

(1 Question)

  • Q1. The interviewers don't know how to speak English and are worst in communication. Q1 - Convert int a=123 to string. I told him you can do it with in built method but he asked me to do without it. I told h...

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience was bad because both the interviewers are not able to communicate properly and was not able to speak English properly.

Fullstack Java Developer Interview Questions Asked at Other Companies

Q1. If needed, will you work on an older technology stack?
asked in LTIMindtree
Q2. Given a SQL table with employee ID, employee name, and manager ID ... read more
asked in LTIMindtree
Q3. Is it necessary for classes implementing an interface to implemen ... read more
asked in RealPage
Q4. What are the different annotations in Spring Boot, and what are t ... read more
Q5. In JavaScript, what is the difference between dot notation (.) fo ... read more

What people are saying about HCLTech

View All
carefulmatcha
Verified Icon
5d
works at
Cognizant
DXC or HCL for Mainframe Dev? Help me decide!
Hey everyone 👋 I’m at a crossroads with offers from HCLTech and DXC for a Mainframe Developer role. I’ve got 3.7 years in COBOL, DB2, JCL, VSAM, and IMS, and I’m aiming for technical growth, solid projects, and leadership potential. 👉 I want to sharpen my IMS and VSAM skills, build a strong career, and move into tech leadership. If you’re at either company (especially in mainframe), your insights would be awesome! Which place is best for learning, recognition, and long-term stability? Thanks a bunch! 🙏
Got a question about HCLTech?
Ask anonymously on communities.

Interview questions from similar companies

Round 1 - One-on-one 

(1 Question)

  • Q1. A senior in my current team was asking questions. He was helping to complete my answers. Be prepared with oops, collection, thread concepts, spring, hibernate basics thoroughly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple... Most was from angular for first round, then move to java. You should be strong in java. Front end they won't ask much questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is your strength ?
  • Q2. What is your Weakness

I applied via Naukri.com and was interviewed in Mar 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 - Technical 

(2 Questions)

  • Q1. Hashmap inter working, arraylist internal working, concurrent hashmap, comprator vs comprable, list, set, queue, transient vs volatile, Serializable, executor framework,
  • Q2. Java 8 features especaily stream
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I am flexible and open to negotiation.

    • I am looking for a competitive salary based on my skills and experience.

    • I would like to be compensated fairly for the value I can bring to the company.

    • I am interested in discussing the overall compensation package, including benefits and bonuses.

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different countries and professions.

    • My parents are from different countries, which has exposed me to different cultures and languages.

    • My father is a doctor and my mother is an engineer, which has influenced my interest in both medicine and technology.

    • I have relatives who are teachers, artists, and entrepreneurs, which has broadened my perspective on v...

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities.

    • Seeking a more challenging role to enhance my skills and knowledge.

    • Interested in working with new technologies and frameworks.

    • Want to be part of a dynamic and innovative team.

    • Desire for career growth and advancement.

    • Looking for a better work-life balance.

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a highly skilled Fullstack Java Developer, leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously improving my skills

    • Contributing to the success of the company

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am a Fullstack Java Developer with experience in developing web applications using Java, Spring, and JavaScript.

    • I have a strong understanding of Java programming language and its frameworks like Spring and Hibernate.

    • I am proficient in front-end technologies like HTML, CSS, and JavaScript.

    • I have experience in developing RESTful APIs and working with databases like MySQL and MongoDB.

    • I am familiar with Agile development...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops basic concept, angular, hibernate and spring framework

I appeared for an interview in Feb 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Java common question on hashmap, stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - there are 2 technical round basic
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Agile methodology
  • Q2. Decorators in annular
  • Ans. 

    Decorators in Angular are functions that allow you to modify or extend the behavior of classes or methods.

    • Decorators are used to add metadata to classes or methods in Angular applications.

    • They are prefixed with @ symbol and are followed by the decorator name.

    • Common decorators in Angular include @Component, @Directive, @Injectable, @Input, @Output, etc.

    • Decorators can be used for various purposes such as defining compone...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Difference between Comparable and Comparator
  • Ans. 

    Comparable is for natural ordering; Comparator is for custom ordering of objects in Java.

    • Comparable is an interface that defines a natural ordering for objects.

    • Comparator is an interface that defines a custom ordering for objects.

    • Comparable requires the class to implement the compareTo() method.

    • Comparator can be implemented in a separate class or as a lambda expression.

    • Example of Comparable: String implements Comparabl...

  • Answered by AI
  • Q2. Find the second largest element in a list
  • Ans. 

    To find the second largest element in a list, iterate through the numbers while tracking the largest and second largest values.

    • Initialize two variables: 'largest' and 'secondLargest' to negative infinity.

    • Iterate through the list of numbers.

    • For each number, update 'largest' and 'secondLargest' accordingly.

    • Example: For the list [3, 1, 4, 4, 5], the second largest is 4.

    • Ensure to handle cases with duplicates and lists with...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself ?
  • Q2. What are the courses you are familiar with ?
  • Q3. Explain oops concept in java
  • Ans. 

    OOPs concept in Java is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, and objects are instances of classes.

    • Inheritance allows classes to inherit properties and behaviors from other classes.

    • Polymorphism allows objects of dif...

  • Answered by AI
  • Q4. Write a palindrome program in java
  • Ans. 

    A palindrome program in Java checks if a given string is the same when read forwards and backwards.

    • Convert the string to lowercase to ignore case sensitivity.

    • Use two pointers, one starting from the beginning and the other from the end of the string.

    • Compare the characters at the two pointers, moving them towards the center until they meet or cross each other.

    • If at any point the characters are not equal, the string is no...

  • Answered by AI
  • Q5. Create a table questions in mysql
  • Ans. 

    Creating a table named 'questions' in MySQL.

    • Use the CREATE TABLE statement to create the table.

    • Specify the table name, column names, and their data types.

    • Set primary key, foreign key, and other constraints if required.

    • Add any additional properties like auto-increment, default values, etc.

    • Execute the SQL statement to create the table.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Fullstack Java Developer interview:
  • Java
  • MySQL Database Administration
  • OOPS
Interview preparation tips for other job seekers - Be confident ,
Make sure you are well prepared in java .

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 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 - Aptitude Test 

Date -2 march 2023 ,Time 2-5pm , topics-Java

Round 3 - HR 

(5 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What is your Excepted salary?
  • Q3. What is your greatest Strengths?
  • Q4. Concept of Core-java & Advance-java
  • Q5. Basic Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Market Yourself.
Apply even if u are not fully qualified
please schedule of my test AS soon as possible.

HCLTech Interview FAQs

How many rounds are there in HCLTech Fullstack Java Developer interview?
HCLTech interview process usually has 2-3 rounds. The most common rounds in the HCLTech interview process are Technical, Behavioral and HR.
What are the top questions asked in HCLTech Fullstack Java Developer interview?

Some of the top questions asked at the HCLTech Fullstack Java Developer interview -

  1. The interviewers don't know how to speak English and are worst in communication...read more
  2. Basic js question on hoisting, closure, promi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Join HCLTech Find your spark and discover what drives you forward
HCLTech Fullstack Java Developer Salary
based on 11 salaries
₹3.2 L/yr - ₹6.7 L/yr
48% less than the average Fullstack Java Developer Salary in India
View more details

HCLTech Fullstack Java Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

2.0

Salary

5.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
24.8k salaries
unlock blur

₹2.7 L/yr - ₹8 L/yr

Technical Lead
22.8k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Senior Software Engineer
16.8k salaries
unlock blur

₹4.5 L/yr - ₹17.5 L/yr

Lead Engineer
16.4k salaries
unlock blur

₹4.1 L/yr - ₹14.1 L/yr

Analyst
15.8k salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.6
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare
write
Share an Interview