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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Fundamentals of Programming Language(Any Language), OOPS(Encapsulation, Inheritance, Polymorphism), Aptitude, Arrays, Strings, DBMS(Acid properties, Normalization, SQL queries).
Tip
Tip

Tip 1 : Practice Array and string questions 
Tip 2 : OOPS(very Important)
Tip 3 : do at least 1 good project

Application process
Where: Linkedin
Eligibility: 75% in !2th class
Resume Tip
Resume tip

Tip 1 : mention those project which you know
Tip 2 : don't put false marks

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date15 Sep 2020
Coding problem1

In this round their is 3 section :-

1) section1- Apptitude 
2) section2:- Sql query
3) section3- coding

1. Reverse the array

Easy
0/40
Asked in companies
CIS - Cyber InfrastructureBNY MellonHCL Technologies

Given an array with N elements, the task is to reverse all the array elements and print the reversed array.

Problem approach

created new array and put last data into first and so on.

Try solving now
02
Round
Easy
Face to Face
Duration30 Minutes
Interview date6 Oct 2020
Coding problem1

Technical Round

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
SAP LabsHCL TechnologiesWalmart

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Problem approach

just use function fibo(n)+fibo(n-1);

Try solving now
03
Round
Easy
HR Round
Duration30 Minutes
Interview date10 Nov 2020
Coding problem1

HR round( There is 2 interviewer in the panel and both are nice).

1. Basic HR questions

1)Introduce yourself
2) Your weakness
3)your strength
4)Where you see yourself after 5 years.

Problem approach

Tip 1 : follow indiabix website and their is hr section you get all answers.
 

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 Engineer
2 rounds | 3 problems
Interviewed by HCL Technologies
0 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
2059 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 10 problems
Interviewed by HCL Technologies
1357 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 6 problems
Interviewed by HCL Technologies
1390 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3266 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2644 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes