i
HCLTech
Filter interviews by
A const pointer is a pointer that points to a constant value and cannot be used to modify the value it points to.
A const pointer is declared using the 'const' keyword before the pointer type.
Example: const int *ptr; // pointer to a constant integer value
The value pointed to by a const pointer cannot be modified.
Example: *ptr = 10; // This will result in a compilation error
Pointer to constant is a pointer that points to a constant value, meaning the value cannot be changed through the pointer.
Pointer to constant is declared using 'const' keyword before the data type.
The value pointed to by a pointer to constant cannot be modified.
Example: const int *ptr; // Pointer to constant integer
Pointers full depth question and programs
Question based on logical reasoning problem solving coding decoding and other
I applied via Campus Placement and was interviewed in Aug 2022. There were 4 interview rounds.
Similar to all company exams have aptitude and some coding questions
Discussed projects and skills listed on my resume, showcasing my technical abilities and problem-solving experience.
Developed a web application using React and Node.js, improving user engagement by 30%.
Implemented RESTful APIs for data retrieval, enhancing application performance.
Collaborated in a team project using Agile methodologies, leading to timely delivery of features.
Contributed to open-source projects, gaining...
I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.
I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.
Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.
Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.
Interest in new technologies: I'm excited about working with cuttin...
What people are saying about HCLTech
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.
Easy logical questions
basic quant
Easy level coding questions
Counting frequency of alphabets
posted on 19 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.
C++ is a high-level programming language used for developing system software, application software, device drivers, and video games.
C++ is an extension of the C programming language.
It supports object-oriented programming concepts like classes, inheritance, polymorphism, and encapsulation.
C++ is used in developing operating systems, browsers, databases, and other software applications.
It is known for its performance an...
A data structure that stores a sequence of elements in a linear order.
Consists of nodes that contain data and a pointer to the next node.
Can be singly linked or doubly linked.
Used for implementing stacks, queues, and hash tables.
Example: Singly linked list - 1 -> 2 -> 3 -> null
Example: Doubly linked list - null <- 1 <-> 2 <-> 3 -> null
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.
based on 3 interview experiences
Difficulty level
Duration
based on 34 reviews
Rating in categories
Software Engineer
24.9k
salaries
| ₹2.7 L/yr - ₹8.1 L/yr |
Technical Lead
22.9k
salaries
| ₹10.9 L/yr - ₹21 L/yr |
Senior Software Engineer
16.8k
salaries
| ₹5.4 L/yr - ₹15.8 L/yr |
Lead Engineer
16.4k
salaries
| ₹5.3 L/yr - ₹12.4 L/yr |
Analyst
15.9k
salaries
| ₹2.3 L/yr - ₹6.5 L/yr |
TCS
Wipro
Accenture
Cognizant