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

Filter interviews by

HCLTech fresher Interview Questions and Answers

Updated 31 Jul 2024

HCLTech fresher Interview Experiences

3 interviews found

fresher Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are jagged array
  • Ans. 

    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];

  • Answered by AI
  • Q2. What is difference btw if else and switch
  • Ans. 

    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...

  • Answered by AI
  • Q3. What string pool in java and why string is immutable
  • Ans. 

    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";...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    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

  • Answered by AI
  • Q2. College/school percentage
  • Ans. 

    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%.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Open discussion

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. HTML, OOPS, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - The Job Description was not shared by HR even after asking so many times and they scheduled interview. I had prepared to my level. Finally after interview they told i dont have basic knowledge and rejected. Without JD how can a person prepare for interview.

fresher Interview Questions Asked at Other Companies

asked in Tata Steel
Q1. What is the unit of electric current
asked in Apisero
Q2. difference between primary and foreign key, what does truncate co ... read more
asked in Tata Steel
Q3. What is the unit of magnetic flux
Q4. What is gas chromatography gas chromatography is a separation tec ... read more
asked in NTT Data
Q5. What is the formula of simple interest?

fresher Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2021

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

Interview Questionnaire 

1 Question

  • Q1. Basic of Java and software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Ibeleive program
Basic question

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Salesforce Basics. One can learn all great features in Salesforce.com but we must know the basic admin functionalities and features in Saleforce.
Round 2 - Behavioral 

(1 Question)

  • Q1. The questions will be on your career, Resume. They will look for story telling skills, can you be a team player and individual player, etc. Can be technical as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - First know the basics of Saleforce.com for functional role then you dive into all great features in Salesforce.

I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you get the second to last element from a SQL table?
  • Ans. 

    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;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice by building a simple full stack web application.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 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 

Focus on industry-specific nuances

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the industry you are familiar with and discuss the challenges and probable solutions.

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Configuration Management, data modelling, CI relationships, Problem management process flow, SIAM, integration, cmdb reports, KPIs.
  • Q2. General introduction, projects handled in the past,

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to what u have worked on in your resume, ask about offered profile,

I applied via Naukri.com and was interviewed before May 2021. There were 2 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 - Coding Test 

Coding questions will be given

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well. Be bold and answer what you know.

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack

HCLTech Interview FAQs

How many rounds are there in HCLTech fresher interview?
HCLTech interview process usually has 3 rounds. The most common rounds in the HCLTech interview process are Technical, One-on-one Round and HR.
How to prepare for HCLTech fresher 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 Communication Skills, Customer Service, Non Voice Process, non voice and customer support.
What are the top questions asked in HCLTech fresher interview?

Some of the top questions asked at the HCLTech fresher interview -

  1. what string pool in java and why string is immuta...read more
  2. what is difference btw if else and swi...read more
  3. what are jagged ar...read more

Tell us how to improve this page.

HCLTech fresher Interview Process

based on 1 interview

1 Interview rounds

  • Technical Round
View more
Join HCLTech Find your spark and discover what drives you forward
HCLTech fresher Salary
based on 46 salaries
₹1 L/yr - ₹7 L/yr
8% less than the average fresher Salary in India
View more details

HCLTech fresher Reviews and Ratings

based on 12 reviews

4.7/5

Rating in categories

4.7

Skill development

4.0

Work-life balance

4.2

Salary

4.3

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
23.6k salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Technical Lead
21.4k salaries
unlock blur

₹7 L/yr - ₹27.1 L/yr

Senior Software Engineer
16k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Lead Engineer
15.8k salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Analyst
14.6k salaries
unlock blur

₹0.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview