HCL Technologies interview experience Real time questions & tips from candidates to crack your interview

QA

HCL Technologies
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Oops,database,os,data structure,Dynamic programming
Tip
Tip

Tip 1 : Clear all your basics with dynamic approach
Tip 2 : Apply your concepts in live projects
Tip 3 : Be a continuous learner

Application process
Where: Company Website
Eligibility: should have 60%+ in all academics and CSE is must
Resume Tip
Resume tip

Tip 1 : Specify your skills very carefully and projects you worked on
Tip 2 : Also mention your responsibility and achievements other then in academics.

Interview rounds

01
Round
Medium
Assignment
Duration60 mins
Interview date17 Sep 2020
Coding problem1

1. Aptitude based questions

The first round was based on the aptitude skills which required basic maths and general knowledge to solve the question. There were 60 question and 1hour time which  was enough to solve this.
I completed this before the tim

02
Round
Hard
Online Coding Interview
Duration45 mins
Interview date14 Oct 2020
Coding problem1

I got the link of this one day prior and it was instructed to be on time .Next day i open that link on given time and found there is someone for the observation.
Test started on time there is no issue and there is also no disturbance from the observer he is instructed me how to proceed.
Interviewer was very friendly and cooperative.

1. Prime Factorisation

Moderate
50m average time
60% success
0/80
Asked in companies
ProtiumHCL TechnologiesIntuit

You are given an integer 'N'.


You must return the unique prime factors of 'N' in increasing order.


For Example:
For ‘N’ = 10.

Unique prime factors are 2 and 5.

Hence we return {2, 5}.
Problem approach

1: Divide the given number by the smallest prime number
2: Again, divide the quotient by the smallest prime number.
3: Repeat the process, until the quotient becomes 1.
4: Finally, multiply all the prime factors.
This helps me to find out the correct output of the program given

Try solving now
03
Round
Hard
Telephonic
Duration30 mins
Interview date13 Nov 2020
Coding problem1

The interviewer called me without prior knowledge and asked me whether i am free for this round or not i asked him to give 10min he agreed.
I called him after 10min then interview started he asked me for the introduction and then he put question regarding database specially of MYSQL and gave some queries to solve.
He also asked me about the networking part and how this work like satellite and connection establishment.
At last he appreciate me and congrats me for the qualification of round

1. DBMS Question

He gives me a problem based on inner join in sql. And asked me the steps to solve this

Problem approach

Tip 1:First be aware about the question he puts and then react in my case i briefly explain the concept
Tip 2:SQL INNER JOIN is same as JOIN clause, combining rows from two or more tables. An inner join of A and B gives the result of A intersect B.
Tip 3:Have confidence on you and your knowledge main thing stay calm

04
Round
Easy
HR Round
Duration20 mins
Interview date18 Dec 2020
Coding problem1

I got the link prior one day before this round on my mail id .
HR joined on time he asked my about my self and introduce herself then she talked about the offer letter and company policies.
Environment was very friendly

1. Basic HR Questions

In HR round she asked me about my educational background and we talked about the family background.
She told about the company policies and offer letter

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Software Developer
3 rounds | 5 problems
Interviewed by HCL Technologies
4294 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
2059 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by HCL Technologies
2260 views
0 comments
0 upvotes
company logo
Java Developer
2 rounds | 2 problems
Interviewed by HCL Technologies
7972 views
0 comments
0 upvotes