i
HCLTech
Filter interviews by
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
Basic Aptitude Questions
A pointer is a variable that stores the memory address of another variable.
Pointers are used to indirectly access and manipulate data in memory.
They are commonly used in programming languages like C and C++.
Example: int *ptr; // declares a pointer to an integer variable
A pointer to pointer is a variable that stores the memory address of another pointer.
It is used to store the address of a pointer variable.
It allows indirect access to a memory location.
Commonly used in dynamic memory allocation and multi-dimensional arrays.
++x increments the value of x and then returns the incremented value, while x++ returns the current value of x and then increments it.
++x is a pre-increment operator, it increments the value of x and then returns the incremented value
x++ is a post-increment operator, it returns the current value of x and then increments it
Example: int x = 5; int y = ++x; // x is now 6, y is 6
Example: int x = 5; int y = x++; // x is now
I was interviewed before Apr 2023.
I applied via Naukri.com and was interviewed before Mar 2022. There were 4 interview rounds.
It is depend on programming languages
HCLTech interview questions for designations
I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.
Arithmetic ,logical questions,
2 coding programs. Array programs
Get interview-ready with Top HCLTech Interview Questions
Have to write code on linked list
Data structures algorithm is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures are used to store and organize data in a way that allows for efficient access and modification.
Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.
Algorithms are used to manipulate data structures to perform operations such as searching, sorti...
I applied via campus placement at SGGS College of Engineering & Technology, Nanded and was interviewed before Mar 2023. There were 3 interview rounds.
Hackerrank test for campus selection
I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.
It was an quiz which has javascript questions of 25 questions
Call by reference is a method of passing arguments to a function by reference.
In call by reference, the memory address of the variable is passed to the function.
Any changes made to the parameter inside the function will reflect in the original variable.
Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }
Example: int main() { int x = 10, y = 20; swap(&x, &y); // x = 20, y = 10 }
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() method to handle success and failure.
Example: const myPromise = new Promise((resolve, reject) => { ... });
SQL query to display second largest number
Use the ORDER BY clause to sort the numbers in descending order
Use the LIMIT clause to retrieve the second row
I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.
Technical assignment related to software engineering
What people are saying about HCLTech
3 Interview rounds
based on 2.2k reviews
Rating in categories
Software Engineer
22.5k
salaries
| ₹1.2 L/yr - ₹8 L/yr |
Technical Lead
20.8k
salaries
| ₹7 L/yr - ₹25 L/yr |
Senior Software Engineer
15.5k
salaries
| ₹4 L/yr - ₹16.5 L/yr |
Lead Engineer
14.8k
salaries
| ₹4.2 L/yr - ₹14 L/yr |
Analyst
13.9k
salaries
| ₹1.2 L/yr - ₹6.6 L/yr |
TCS
Wipro
Accenture
Cognizant