i
HCLTech
Filter interviews by
I was interviewed in Dec 2024.
I was interviewed in Nov 2023.
I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.
Overview of OSPF, BGP, STP, VTP, HSRP, VRRP, wireless, packet flow
OSPF (Open Shortest Path First) is a routing protocol used to find the best path for data packets in a network
BGP (Border Gateway Protocol) is used to exchange routing information between different autonomous systems
STP (Spanning Tree Protocol) prevents loops in Ethernet networks by blocking redundant paths
VTP (VLAN Trunking Protocol) manages VLAN config...
I was interviewed before Jun 2023.
SDWAN stands for Software-Defined Wide Area Network. It is used to simplify the management and operation of a WAN by decoupling the networking hardware from its control mechanism.
Improves network performance by utilizing multiple connection types (MPLS, broadband, LTE) and dynamically routing traffic based on application needs
Enhances security by encrypting traffic and providing centralized visibility and control over ...
OMP stands for Overlay Management Protocol in SD-WAN, used for communication between the SD-WAN edge devices and the SD-WAN controller.
OMP is responsible for exchanging control and management information between the SD-WAN edge devices and the centralized SD-WAN controller.
It helps in establishing and maintaining the overlay network tunnels in SD-WAN.
OMP is used to convey routing, policy, and configuration information ...
HCLTech interview questions for designations
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
What people are saying about HCLTech
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
It is online test. In this test there is question of apti and also coding and from 5g question.
There are two questions asked and time is enough to solve 60 minutes
A palindrome number is a number that remains the same when its digits are reversed.
Convert the number to a string
Reverse the string
Check if the reversed string is equal to the original string
Create a function to add two numbers
Define a function that takes two parameters as input
Inside the function, add the two numbers together and return the result
Example: function addNumbers(num1, num2) { return num1 + num2; }
Binary search code implementation in Python
Define a function that takes a sorted array and a target value as input
Initialize two pointers, low and high, to the start and end of the array respectively
While low is less than or equal to high, calculate mid as (low + high) // 2 and compare array[mid] with target
If array[mid] is equal to target, return mid
If array[mid] is less than target, update low to mid + 1
If array[mid]...
A program to check if a given name is a palindrome or not.
Convert the name to lowercase to handle case-insensitivity
Remove any spaces or special characters from the name
Reverse the name and compare it with the original name to check for palindrome
malloc and calloc are functions in C programming used for dynamic memory allocation.
malloc function is used to allocate a single block of memory of a specified size.
calloc function is used to allocate multiple blocks of memory of a specified size, initialized to zero.
Example: int *ptr = (int*)malloc(5 * sizeof(int));
Example: int *ptr = (int*)calloc(5, sizeof(int));
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
1 Interview rounds
based on 47 reviews
Rating in categories
Software Engineer
22.8k
salaries
| ₹1.2 L/yr - ₹8 L/yr |
Technical Lead
20.9k
salaries
| ₹6.9 L/yr - ₹25 L/yr |
Senior Software Engineer
15.6k
salaries
| ₹4 L/yr - ₹16.9 L/yr |
Lead Engineer
14.8k
salaries
| ₹4.2 L/yr - ₹14 L/yr |
Analyst
14k
salaries
| ₹1.2 L/yr - ₹6.7 L/yr |
TCS
Wipro
Accenture
Cognizant