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

Filter interviews by

HCLTech Devops Engineer Interview Questions, Process, and Tips for Experienced

Updated 14 Dec 2024

Top HCLTech Devops Engineer Interview Questions and Answers for Experienced

HCLTech Devops Engineer Interview Experiences for Experienced

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Terraform slug?
Round 2 - Technical 

(1 Question)

  • Q1. Terraform securities

Devops Engineer Interview Questions & Answers

user image Nikhil Singh

posted on 22 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is ci cd. What is iac. What is terraform
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. IaC stands for Infrastructure as Code. Terraform is a tool for IaC.

    • CI/CD is a software development practice where code changes are automatically built, tested, and deployed frequently.

    • IaC is the process of managing and provisioning infrastructure through code instead of manual processes.

    • Terraform is an open-source tool by HashiCorp used for building, changi

  • Answered by AI
  • Q2. Aws questions like what is iam
  • Q3. Write dockerfile
  • 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 RUN to execute commands

    • Use COPY to add files from the host machine

    • Use CMD to specify the command to run when the container starts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic devops question

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies for Experienced

asked in Siemens
Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
Q2. Docker command to transfer an image from one machine to another w ... read more
asked in Einfochips
Q3. How to copy a commit one branch to another branch?
asked in Einfochips
Q4. How we can create EC2 instance by using terraform ? (write)
Q5. Execute a command to show whether httpd service is running or not

Devops Engineer Interview Questions & Answers

user image karan nagar

posted on 15 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes services explanantion
  • Q2. Ansible modules

I applied via LinkedIn and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Difference between statefullset and deployment in kubernets ?
  • Ans. 

    StatefulSet is used for managing stateful applications, while Deployment is used for stateless applications.

    • StatefulSet is used for applications that require stable network identities and persistent storage.

    • StatefulSet maintains a unique identity for each pod and ensures ordered deployment and scaling.

    • Deployment is used for stateless applications that can be easily replicated and scaled.

    • Deployment manages a set of iden...

  • Answered by AI
  • Q2. How to check logs for pods and containers in kubernets ?
  • Ans. 

    To check logs for pods and containers in Kubernetes, you can use the kubectl command-line tool.

    • Use the 'kubectl logs' command to view logs for a specific pod or container.

    • Specify the pod or container name along with the appropriate flags.

    • You can also use selectors to filter logs based on labels or namespaces.

    • To follow logs in real-time, use the '-f' flag.

    • To limit the number of lines displayed, use the '--tail' flag.

    • To ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Add few concepts in resume and get more knowledge on those concepts . attend for interview ..but don't add the topics that you not aware .

Skills evaluated in this interview

HCLTech interview questions for designations

 Senior Devops Engineer

 (2)

 AWS Devops Engineer

 (1)

 Azure DevOps Engineer

 (2)

 DevOps Site Reliability Engineer

 (1)

 Software Engineer

 (311)

 Lead Engineer

 (163)

 Test Engineer

 (24)

 Network Engineer

 (24)

Devops Engineer Jobs at HCLTech

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

Interview Questionnaire 

1 Question

  • Q1. About k8s, docker file, k8s components, jenkins, git, ansible etc

Interview Questionnaire 

1 Question

  • Q1. Basic questions about automation tools like Jenkins and docker

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About previous company projects and some intermediate level questions on AWS and DevOps
Round 2 - Case Study 

Managerial skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well and explain your projects well

HCLTech Interview FAQs

How many rounds are there in HCLTech Devops Engineer interview for experienced candidates?
HCLTech interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the HCLTech interview process for experienced candidates are Technical and One-on-one Round.
How to prepare for HCLTech Devops Engineer interview for experienced candidates?
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 Devops, Jenkins, Docker, Kubernetes and Python.
What are the top questions asked in HCLTech Devops Engineer interview for experienced candidates?

Some of the top questions asked at the HCLTech Devops Engineer interview for experienced candidates -

  1. How to check logs for pods and containers in kubernet...read more
  2. Difference between statefullset and deployment in kubernet...read more
  3. What is ci cd. What is iac. What is terraf...read more

Tell us how to improve this page.

HCLTech Devops Engineer Interview Process for Experienced

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Join HCLTech Find your spark and discover what drives you forward
HCLTech Devops Engineer Salary
based on 2.5k salaries
₹3.7 L/yr - ₹16.9 L/yr
6% more than the average Devops Engineer Salary in India
View more details

HCLTech Devops Engineer Reviews and Ratings

based on 138 reviews

3.5/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

2.8

Salary

3.8

Job security

3.3

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 138 Reviews and Ratings
Devops Engineer

Bangalore / Bengaluru

4-7 Yrs

₹ 13-19 LPA

Explore more jobs
Software Engineer
23.6k salaries
unlock blur

₹1.9 L/yr - ₹8 L/yr

Technical Lead
21.6k salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Senior Software Engineer
16.1k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Lead Engineer
15.8k salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Analyst
14.8k salaries
unlock blur

₹0.8 L/yr - ₹6.6 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview