Upload Button Icon Add office photos
Engaged 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

Filter interviews by

HCLTech Graduate Engineer Interview Questions and Answers

Updated 13 Feb 2025

12 Interview questions

🔥 Asked by recruiter 3 times
A Graduate Engineer was asked 5mo ago
Q. What programming languages do you know?
Ans. 

I am proficient in Java, Python, and C++.

  • Java

  • Python

  • C++

A Graduate Engineer was asked 6mo ago
Q. Explain your college project.
Ans. 

My college project focused on developing a smart irrigation system using IoT technology to optimize water usage in agriculture.

  • Utilized sensors to monitor soil moisture levels.

  • Implemented a microcontroller to automate irrigation based on real-time data.

  • Developed a mobile app for users to control and monitor the system remotely.

  • Conducted field tests to evaluate water savings and crop yield improvements.

Graduate Engineer Interview Questions Asked at Other Companies

asked in Worley
Q1. What is Finite Element Analysis? Explain with examples.
Q2. Why is the Open Circuit test performed on the Low Voltage (LV) si ... read more
Q3. How do you calculate the deflection of conical bodies under axial ... read more
asked in Worley
Q4. What is ductility of a metal? Does temperature have any effect on ... read more
asked in Petrofac
Q5. What are the different types of sensors used in the oil and gas i ... read more
A Graduate Engineer was asked 7mo ago
Q. Introduce yourself and showcase your results.
Ans. 

I successfully designed and implemented a new software system for optimizing energy consumption in buildings.

  • Researched current energy consumption trends in buildings

  • Developed algorithms to analyze and optimize energy usage

  • Implemented software system using Python and SQL

  • Conducted testing and validation to ensure accuracy

  • Resulted in 20% reduction in energy consumption in test buildings

🔥 Asked by recruiter 2 times
A Graduate Engineer was asked 8mo ago
Q. What is cloud computing?
Ans. 

Cloud computing is the delivery of computing services over the internet, including storage, servers, databases, networking, software, and more.

  • Cloud computing allows users to access and use resources on-demand without the need for physical infrastructure.

  • Examples of cloud computing services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

  • Cloud computing offers scalability, flexibility...

What people are saying about HCLTech

View All
unlimitedghee
Verified Icon
9h
currently not working
Is anyone getting hired here?
Is there any hiring going on here or not
Got a question about HCLTech?
Ask anonymously on communities.
A Graduate Engineer was asked 8mo ago
Q. What is the port number for HTTP?
Ans. 

The port number of HTTP is 80.

  • The default port number for HTTP is 80.

  • Port 80 is used for unencrypted communication over HTTP.

  • Port 443 is used for encrypted communication over HTTPS.

A Graduate Engineer was asked 10mo ago
Q. Write code to generate the Fibonacci sequence.
Ans. 

The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

  • Initialize an array to store the Fibonacci series

  • Set the first two numbers in the series as 0 and 1

  • Use a loop to calculate the next numbers by adding the previous two numbers

  • Continue the loop until reaching the desired length of the series

A Graduate Engineer was asked
Q. How many coding languages do you know?
Ans. 

I am proficient in 5 coding languages including Java, Python, C++, HTML, and CSS.

  • Java

  • Python

  • C++

  • HTML

  • CSS

Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Graduate Engineer was asked
Q. What are your technical skills?
Ans. 

Technical skills are abilities and knowledge needed to perform specific tasks in a technical field.

  • Technical skills are practical skills that are gained through training, education, and experience.

  • They are specific to a particular job or industry, such as programming, engineering, or data analysis.

  • Examples of technical skills include coding, software development, mechanical design, and troubleshooting.

  • Technical sk...

A Graduate Engineer was asked
Q. Write a program to print even numbers.
Ans. 

Program to print even numbers

  • Use a loop to iterate through numbers

  • Check if each number is even using modulo operator

  • Print the even numbers

A Graduate Engineer was asked
Q. Write a function to compute the nth Fibonacci number.
Ans. 

Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones.

  • The sequence starts with 0 and 1, and each subsequent number is the sum of the previous two numbers.

  • The first ten numbers in the Fibonacci sequence are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.

  • The Fibonacci sequence has many applications in mathematics, science, and nature.

HCLTech Graduate Engineer Interview Experiences

23 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

AMCAT-based aptitude and logical reasoning test.

Round 2 - Group Discussion 

One on one Group discussion

Round 3 - Technical 

(4 Questions)

  • Q1. Give your introduction
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to apply my knowledge and skills in a professional setting.

    • Recent graduate with a degree in engineering

    • Passionate about applying knowledge and skills in a professional environment

    • Eager to learn and grow in the field of engineering

  • Answered by AI
  • Q2. What languages do you know
  • Ans. 

    I am proficient in Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q3. A string question to solve
  • Q4. A palindrome question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It consists of numerous types of reasoning and quants questions. They are basic level.

Round 2 - Technical 

(2 Questions)

  • Q1. About your project.
  • Q2. About basics of algorithm.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. About your past interview experiences.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Introduce and showcase your result.
  • Ans. 

    I successfully designed and implemented a new software system for optimizing energy consumption in buildings.

    • Researched current energy consumption trends in buildings

    • Developed algorithms to analyze and optimize energy usage

    • Implemented software system using Python and SQL

    • Conducted testing and validation to ensure accuracy

    • Resulted in 20% reduction in energy consumption in test buildings

  • Answered by AI
  • Q2. Libraries of python and how to add python with database.
  • Ans. 

    Python has libraries like SQLAlchemy, psycopg2 for database connectivity. Use these libraries to connect Python with databases.

    • Use SQLAlchemy library for ORM (Object Relational Mapping) to interact with databases.

    • Use psycopg2 library for direct interaction with PostgreSQL database.

    • Install the required libraries using pip install .

    • Establish connection to the database using appropriate credentials.

    • Execute SQL queries usi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself. Be clear and confident.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic match and english questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is port no. of http
  • Ans. 

    The port number of HTTP is 80.

    • The default port number for HTTP is 80.

    • Port 80 is used for unencrypted communication over HTTP.

    • Port 443 is used for encrypted communication over HTTPS.

  • Answered by AI
  • Q2. What is cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including storage, servers, databases, networking, software, and more.

    • Cloud computing allows users to access and use resources on-demand without the need for physical infrastructure.

    • Examples of cloud computing services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • Cloud computing offers scalability, flexibility, cos...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself, project, goals
  • Ans. 

    I am a recent graduate engineer with experience in project management and a passion for sustainable design. My goal is to work on innovative projects that positively impact the environment.

    • Graduated with a degree in Engineering

    • Managed a project to design a sustainable building

    • Passionate about environmental impact and sustainability

    • Goal is to work on innovative projects in the engineering field

  • Answered by AI
  • Q2. Strength weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a very good coding test

Round 2 - Technical 

(1 Question)

  • Q1. Write code for Fabonacci series?
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Initialize an array to store the Fibonacci series

    • Set the first two numbers in the series as 0 and 1

    • Use a loop to calculate the next numbers by adding the previous two numbers

    • Continue the loop until reaching the desired length of the series

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in engineering, passionate about problem-solving and eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about problem-solving

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. Whats your hobbies
  • Ans. 

    My hobbies include playing guitar, hiking, and photography.

    • Playing guitar helps me relax and express my creativity

    • Hiking allows me to explore nature and stay active

    • Photography lets me capture beautiful moments and scenes

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Who is your role model
  • Ans. 

    My role model is Elon Musk, a visionary entrepreneur who has revolutionized multiple industries.

    • Innovative thinking and problem-solving skills

    • Entrepreneurial spirit and drive for success

    • Ability to think big and take risks

    • Focus on sustainability and future technologies

  • Answered by AI
  • Q2. Tell me about your city
  • Ans. 

    My city is a vibrant metropolis known for its diverse culture, historic landmarks, and bustling nightlife.

    • Rich cultural heritage with numerous museums and art galleries

    • Historic landmarks such as the old town square and ancient cathedrals

    • Thriving nightlife with a variety of bars, clubs, and live music venues

    • Diverse culinary scene with restaurants offering cuisine from around the world

  • Answered by AI

Graduate Engineer Interview Questions & Answers

user image Shivam singh

posted on 17 Apr 2024

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

I applied via Recruitment Consulltant

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about company
  • Ans. 

    The company is a leading innovator in engineering solutions, focusing on sustainable practices and cutting-edge technology.

    • Founded in 1990, the company has over 30 years of experience in the engineering sector.

    • It specializes in renewable energy projects, such as solar and wind energy solutions.

    • The company has received multiple awards for its commitment to sustainability and innovation.

    • It operates globally, with project...

  • Answered by AI
  • Q2. Why should be hire you
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy to crack this round

Round 2 - Coding Test 

Regarding few programming languages

Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to relocate?
  • Q2. Why do you choose this job?

Graduate Engineer Interview Questions & Answers

user image Taskeen Arzoo Ansari

posted on 27 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's have 60 questions.it is very easy

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why do you want to join HCL

Graduate Engineer Interview Questions & Answers

user image Santhi Chowdary

posted on 25 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 5 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 

Aptitude questions we need to answer and submit

Round 3 - Coding Test 

Coding two questions we need to write and run the code and submit the output

Round 4 - Technical 

(4 Questions)

  • Q1. It's technical round along with my introduction some technical questions
  • Q2. Self introduction
  • Q3. Technical questions about project
  • Q4. Technical questions about coding skills
Round 5 - HR 

(1 Question)

  • Q1. About location salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself with technical skills and be confident .

HCLTech Interview FAQs

How many rounds are there in HCLTech Graduate Engineer interview?
HCLTech interview process usually has 2-3 rounds. The most common rounds in the HCLTech interview process are HR, Aptitude Test and Technical.
How to prepare for HCLTech Graduate 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 AWS, Azure, C++, Cloud Computing and GCP.
What are the top questions asked in HCLTech Graduate Engineer interview?

Some of the top questions asked at the HCLTech Graduate Engineer interview -

  1. There is a string input that is email address. You have to print the email id s...read more
  2. Libraries of python and how to add python with databa...read more
  3. How many coding language do you k...read more
How long is the HCLTech Graduate Engineer interview process?

The duration of HCLTech Graduate Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 26 interview experiences

Difficulty level

Easy 27%
Moderate 73%

Duration

Less than 2 weeks 67%
2-4 weeks 20%
4-6 weeks 7%
6-8 weeks 7%
View more
HCLTech Graduate Engineer Salary
based on 710 salaries
₹2.3 L/yr - ₹5 L/yr
14% less than the average Graduate Engineer Salary in India
View more details

HCLTech Graduate Engineer Reviews and Ratings

based on 64 reviews

3.8/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.2

Salary

3.8

Job security

3.8

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 64 Reviews and Ratings
Software Engineer
24.9k salaries
unlock blur

₹2.7 L/yr - ₹8.1 L/yr

Technical Lead
22.9k salaries
unlock blur

₹10.9 L/yr - ₹21 L/yr

Senior Software Engineer
16.8k salaries
unlock blur

₹5.4 L/yr - ₹15.8 L/yr

Lead Engineer
16.4k salaries
unlock blur

₹5.3 L/yr - ₹12.4 L/yr

Analyst
15.9k 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.7
Compare

Cognizant

3.7
Compare
write
Share an Interview