i
HCLTech
Filter interviews by
I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.
Traffic Manager is a DNS-based load balancer while Application Gateway is a web traffic load balancer.
Traffic Manager routes traffic based on DNS while Application Gateway routes traffic based on HTTP/HTTPS
Traffic Manager is used for global load balancing while Application Gateway is used for application-level load balancing
Traffic Manager supports multiple endpoint types while Application Gateway supports only web end...
Azure ARM templates are used for deploying infrastructure as code in Azure.
ARM templates define the infrastructure and configuration needed for a deployment
Templates can be parameterized for flexibility
Templates can be deployed using Azure CLI, PowerShell, or Azure Portal
Templates can be version controlled and shared for collaboration
Templates can be tested using Azure Resource Manager (ARM) templates validation
Templat...
User assigned identity is manually assigned to a user, while managed identity is automatically managed by a cloud service.
User assigned identity is created and assigned by the user.
Managed identity is created and managed by a cloud service.
User assigned identity provides more control and flexibility.
Managed identity simplifies identity management and reduces administrative overhead.
Examples: User assigned identity - Az...
Azure AD Premium P2 offers advanced identity and access management capabilities compared to P1.
P2 includes Identity Protection and Privileged Identity Management
P2 offers Conditional Access policies for greater control over access to resources
P2 includes Azure AD Identity Governance for managing access to resources
P2 also includes Microsoft Cloud App Security for enhanced visibility and control over cloud applications
P
ADSL is a type of internet connection while Storage V2 is a cloud storage service.
ADSL stands for Asymmetric Digital Subscriber Line and is used for internet connectivity.
Storage V2 is a cloud storage service provided by Microsoft Azure.
ADSL uses copper telephone lines to transmit data while Storage V2 uses cloud servers.
ADSL has limited bandwidth and speed while Storage V2 offers scalable storage options.
ADSL is used ...
UDR and NSG are both important for network security in Azure, but serve different purposes.
UDR controls routing of traffic within a virtual network
NSG filters traffic based on rules and can be applied to subnets or network interfaces
UDR can be used to route traffic to virtual appliances for advanced network security
NSG can be used to restrict traffic to specific ports or protocols
Both UDR and NSG are important for secu
What people are saying about HCLTech
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
I appeared for an interview before Apr 2020.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
I applied via Superset and was interviewed before Aug 2021. There were 2 interview rounds.
Aptitude consists of general thinking, pseudo code, and game aptitude
Delegate responsibilities and establish clear communication channels for team members to handle situations in my absence.
Assign clear roles and responsibilities to each team member
Establish communication channels and protocols for emergencies
Ensure team members have access to necessary resources and information
Provide training and support to team members to handle unexpected situations
Regularly check in with team membe...
I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.
Implement a stack using a queue data structure.
Create two queues, q1 and q2.
Push operation: Enqueue the element to q1.
Pop operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Swap q1 and q2.
Top operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Enqueue the element to q2. Swap q1 and q2.
isEmpty o
Finding address of an element in an array given the address of 0th index.
Calculate the offset of the desired element from the 0th index address and add it to the 0th index address.
Address of ith element = address of 0th element + i * size of each element.
Example: Address of 3rd element in an array of strings = address of 0th element + 3 * size of string.
I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.
Code to count handshakes between N people and a class using OOPs concept.
For counting handshakes, use a loop to iterate through each person and add up the handshakes with the remaining people.
For the class, define attributes and methods based on the requirements and use encapsulation, inheritance, and polymorphism concepts.
Example: class Person with attributes name and age, and method greet(). Class Employee inherits f...
WAs asked about my previous experience and projects related query
Given one scenario and asked my approached to solve it
Software Engineer
23.5k
salaries
| ₹1.9 L/yr - ₹8 L/yr |
Technical Lead
21.6k
salaries
| ₹7 L/yr - ₹28 L/yr |
Senior Software Engineer
16.1k
salaries
| ₹4.5 L/yr - ₹17 L/yr |
Lead Engineer
15.8k
salaries
| ₹4.1 L/yr - ₹14 L/yr |
Analyst
14.7k
salaries
| ₹0.8 L/yr - ₹6.5 L/yr |
TCS
Wipro
Accenture
Cognizant