Premium Employer

i

This company page is being actively managed by HCLTech Team. If you also belong to the team, you can get access from here

HCLTech Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 34.3k Reviews

Filter interviews by

HCLTech Infrastructure Specialist Interview Questions and Answers

Updated 29 Jun 2021

HCLTech Infrastructure Specialist Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Day to day activities

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions regarding previous projects
Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding terraform
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. OSI model with examples
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • Layer 1 - Physical layer: Deals with physical connections and data transmission (e.g. Ethernet cables)

    • Layer 2 - Data link layer: Manages data transfer between devices on the same network (e.g. MAC addresses)

    • Layer 3 - Network layer: Handles routing and logical addressing (e.g. IP addresses...

  • Answered by AI
  • Q2. Desktop troubleshooting steps
  • Ans. 

    Desktop troubleshooting steps involve identifying the issue, checking connections, restarting the computer, running diagnostics, and seeking help if needed.

    • Identify the issue by asking the user for details

    • Check all connections (power, monitor, peripherals)

    • Restart the computer to see if the issue resolves

    • Run diagnostics tools to identify hardware or software problems

    • Seek help from IT support or online resources if neede

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Behavioural questions
  • Q2. Communication check

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer at least try answering

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are FSMO roles
  • Ans. 

    FSMO roles are Flexible Single Master Operations roles in Active Directory that control specific operations within the domain.

    • There are 5 FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master

    • Each FSMO role has a specific function in the Active Directory environment

    • These roles are necessary for the proper functioning and maintenance of the Active Directory infrastructure

  • Answered by AI
  • Q2. Explain failover cluster
  • Ans. 

    A failover cluster is a group of independent servers that work together to increase the availability and reliability of applications and services.

    • Failover cluster allows for automatic failover of services from one server to another in case of hardware or software failure.

    • It provides high availability by ensuring that if one server goes down, another server in the cluster can take over the workload.

    • Failover clusters are...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How you handle multitasking
  • Ans. 

    I prioritize tasks based on deadlines and importance, use tools like to-do lists and calendars, and focus on one task at a time.

    • Prioritize tasks based on deadlines and importance

    • Use tools like to-do lists and calendars to stay organized

    • Focus on one task at a time to ensure quality and efficiency

  • Answered by AI
  • Q2. Where we can see you in next 5 years
  • Ans. 

    In the next 5 years, I see myself advancing in my career as an Infrastructure Specialist, taking on more responsibilities and contributing to the growth of the company.

    • Continuing to enhance my technical skills and knowledge in infrastructure management

    • Leading and managing larger projects within the organization

    • Mentoring and training junior team members

    • Exploring opportunities for professional development and certificati...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Patch management
  • Q2. Types of patches
  • Ans. 

    Types of patches include security patches, bug fixes, feature updates, and service packs.

    • Security patches are released to fix vulnerabilities and protect systems from cyber attacks.

    • Bug fixes address issues and errors in software or systems.

    • Feature updates introduce new functionalities or improvements.

    • Service packs are collections of updates, fixes, and enhancements for a software product.

  • Answered by AI
  • Q3. Patch deployment
  • Q4. Remote assistance
Round 3 - Technical 

(5 Questions)

  • Q1. VDI configuration
  • Q2. Types of Hypervisiors
  • Ans. 

    Hypervisors are software that creates and runs virtual machines. Types include Type 1 (bare-metal) and Type 2 (hosted).

    • Type 1 hypervisors run directly on the host's hardware, like VMware ESXi and Microsoft Hyper-V

    • Type 2 hypervisors run on a conventional operating system, like VMware Workstation and Oracle VirtualBox

  • Answered by AI
  • Q3. Incident management
  • Q4. Change management
  • Q5. Team coordniation

Interview Preparation Tips

Topics to prepare for Tech Mahindra Infrastructure Specialist interview:
  • VMware Workstation
  • ITIL process
  • ITSM
Interview preparation tips for other job seekers - Be confident with the answers

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. Tell me about your project, how did you work and what were the tools used?
  • Q2. What are modules in Terraform, share your screen and write module
  • Ans. 

    Modules in Terraform are reusable components that allow you to encapsulate and organize your infrastructure code.

    • Modules help in breaking down complex infrastructure into smaller, manageable components

    • They promote reusability and maintainability of code

    • Modules can be shared and used across different projects

    • Example: Creating a module for provisioning a virtual machine in Azure

  • Answered by AI
  • Q3. If you want to avoid hard coding the AMI Ids while creating an instance, how would you do that through Terraform?
  • Q4. Questions on lifecycle block, data block, modules and resources in Terraform - scenario based just like one above
  • Q5. How would you provide security to your credentials while using Terraform
  • Ans. 

    Use encrypted variables, limit access to credentials, and utilize secure storage solutions.

    • Encrypt sensitive variables using tools like Vault or AWS KMS

    • Limit access to credentials by using least privilege principles

    • Store credentials securely in a password manager or key vault

    • Avoid hardcoding credentials in Terraform configuration files

  • Answered by AI
  • Q6. Explain VPC, NAT Gateway, difference between NACL and SG
  • Ans. 

    VPC is a virtual private cloud that allows you to create isolated networks, NAT Gateway enables instances in a private subnet to connect to the internet, NACL controls inbound and outbound traffic at the subnet level, SG controls traffic at the instance level.

    • VPC is a virtual network in the cloud that you can define and customize, providing a secure environment for your resources.

    • NAT Gateway allows instances in a priva...

  • Answered by AI
  • Q7. Write a Docker File
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image

    • Use the FROM keyword to specify the base image

    • Add any necessary dependencies using the RUN keyword

    • Copy application code into the image using the COPY keyword

    • Expose any necessary ports using the EXPOSE keyword

    • Specify the command to run when the container starts using the CMD ke

  • Answered by AI
  • Q8. S3 Lifecycle rules
  • Q9. If you are using CICD define your stages and issues you faced
  • Ans. 

    CICD stages include build, test, deploy, and monitor. Common issues include integration challenges and pipeline failures.

    • Stages: Build, Test, Deploy, Monitor

    • Issues: Integration challenges, Pipeline failures

    • Example: Integration challenges with third-party tools delaying deployment

  • Answered by AI
  • Q10. How will you check if a pod in ReplicaSet went down or failed and what was the reason for the same?
  • Ans. 

    To check if a pod in ReplicaSet went down or failed, monitor the pod status, logs, and events.

    • Monitor the pod status using kubectl get pods command

    • Check the pod logs for any error messages using kubectl logs command

    • Review the events related to the pod using kubectl describe pod command

    • Set up alerts or notifications for pod failures using monitoring tools like Prometheus or Grafana

  • Answered by AI
Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you like learning new things
  • Q3. Agile methodology, Scrum
  • Q4. Day to Day activities
  • Q5. Will you be able to work if given any type of work like either DevOps or only Cloud or only Development?
  • Ans. 

    Yes, I am capable of working in various roles such as DevOps, Cloud, and Development.

    • I have experience and skills in DevOps practices such as automation, CI/CD, and infrastructure as code.

    • I am proficient in cloud technologies like AWS, Azure, or Google Cloud Platform.

    • I have a strong background in software development with expertise in languages like Python, Java, or JavaScript.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Infrastructure Specialist interview:
  • Terraform
  • AWS
  • Kubernetes
  • Docker
Interview preparation tips for other job seekers - Go through Terraform blocks, go through your project very well, try going through all AWS services mentioned in resume

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Nexus 9k, Routing Switching, VLAN,STP, BGP, OSPF. EIGRP. OSI LAYER. Previous companies architecture, Monitoring.
  • Q2. SDN, Transport,

Interview Preparation Tips

Interview preparation tips for other job seekers - Work towards Cloud

Interview Questionnaire 

1 Question

  • Q1. Key Technical Weblogic emails

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be prepared with L3 weblogic questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Any Cloud and Linux/windows
  • Ans. 

    Yes, I have experience with both Cloud services and Linux/Windows operating systems.

    • Experience with AWS, Azure, or Google Cloud Platform

    • Proficient in Linux distributions such as Ubuntu, CentOS, or Red Hat

    • Familiar with Windows Server operating systems

    • Knowledge of virtualization technologies like VMware or Hyper-V

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioral Round

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Esxi installation steps
  • Q2. Patching process
  • Q3. Vcenter upgrade step
  • Ans. 

    The vCenter upgrade process involves several steps to ensure a smooth transition to the new version.

    • Ensure compatibility of existing infrastructure with the new vCenter version

    • Backup all critical data before starting the upgrade

    • Check for any known issues or bugs with the new version

    • Follow the upgrade documentation provided by VMware for step-by-step instructions

    • Test the upgraded vCenter in a non-production environment

  • Answered by AI
  • Q4. Windows patching process
  • Q5. Enabling virtualization
  • Ans. 

    Enabling virtualization involves setting up software and hardware to create virtual instances of computers or servers.

    • Install a hypervisor software on the physical server

    • Configure virtual machines with allocated resources

    • Enable virtual networking for communication between virtual machines

    • Implement storage solutions for virtual machines

    • Monitor and manage virtualized environment for performance optimization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was easy interview

Skills evaluated in this interview

HCLTech Interview FAQs

How to prepare for HCLTech Infrastructure Specialist interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at HCLTech. The most common topics and skills that interviewers at HCLTech expect are AWS, AWS Infrastructure, Cloud, DevOps and Powershell.

Tell us how to improve this page.

Join HCLTech Find your spark and discover what drives you forward

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
HCLTech Infrastructure Specialist Salary
based on 21 salaries
₹9.6 L/yr - ₹25.4 L/yr
6% more than the average Infrastructure Specialist Salary in India
View more details

HCLTech Infrastructure Specialist Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
22.5k salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Technical Lead
20.7k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
15.4k salaries
unlock blur

₹4 L/yr - ₹16.5 L/yr

Lead Engineer
14.7k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Analyst
13.8k salaries
unlock blur

₹1.3 L/yr - ₹6.7 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview