Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

TCS Senior Devops Engineer Interview Questions, Process, and Tips

Updated 31 Jul 2024

Top TCS Senior Devops Engineer Interview Questions and Answers

  • Q1. What is docker used for and how integration happened to cicd before docker
  • Q2. Add mount points automatically when system restarted Terraform state file storing so that it can accessible by other developers
  • Q3. Store ansible secrets Trigger pipeline after another

TCS Senior Devops Engineer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. Gitlab related Questionnaire ?
  • Q2. Terraform related Questionnaire ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Add mount points automatically when system restarted Terraform state file storing so that it can accessible by other developers
  • Ans. 

    Automate the process of adding mount points on system restart and store Terraform state file for accessibility by other developers.

    • Use a configuration management tool like Ansible to automatically add mount points on system restart.

    • Utilize cloud storage services like AWS S3 or Azure Blob Storage to store Terraform state file for easy access by other developers.

    • Implement scripts or automation workflows to handle the mou...

  • Answered by AI
  • Q2. Store ansible secrets Trigger pipeline after another
  • Ans. 

    Store ansible secrets securely and trigger pipeline after another

    • Use ansible-vault to encrypt sensitive data like passwords and API keys

    • Store encrypted secrets in a separate file or in a secure vault

    • Use ansible-playbook to trigger pipelines sequentially or use a CI/CD tool like Jenkins for automation

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion

Skills evaluated in this interview

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. how to trigger a pipeline from specific version of Application co ... read more
Q3. what is ingress in Kubernetes and how does it helps us while we d ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. Default inbound/outbound NSG rules when we deploy VM with NSG? Ex ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Before cicd and after cicd differences
  • Ans. 

    Before CI/CD, manual processes were used for software deployment, leading to slower release cycles. After CI/CD, automation streamlines the process for faster and more reliable deployments.

    • Before CI/CD: Manual deployment processes requiring human intervention

    • After CI/CD: Automated deployment pipelines for continuous integration and continuous delivery

    • Before CI/CD: Longer release cycles due to manual testing and deploym...

  • Answered by AI
  • Q2. What is docker used for and how integration happened to cicd before docker
  • Ans. 

    Docker is used for containerization of applications, allowing for easy deployment and scaling. Before Docker, CI/CD integration was more complex and less efficient.

    • Docker is used to create lightweight, portable, self-sufficient containers that can run applications in any environment.

    • Before Docker, CI/CD pipelines often relied on virtual machines or manual configurations for deployment and testing.

    • Docker simplifies the ...

  • 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 Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Very long and busy test

Round 2 - Case Study 

Very out of this world really

Interview Preparation Tips

Interview preparation tips for other job seekers - work and prepare for the interview and win the match

TCS interview questions for designations

 Devops Engineer

 (51)

 Devops

 (6)

 AWS Devops Engineer

 (12)

 Cloud Devops Engineer

 (2)

 Devops Consultant

 (2)

 Azure DevOps Engineer

 (2)

 Associate DevOps Engineer

 (1)

 DevOps Architect

 (2)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About CI & CD process in jenkins

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Senior Devops Engineer interview:
  • Jenkins
  • sonarqube
  • git
  • nexus
  • kubernetes
  • docker
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ingress and how sidecar container works ?
  • Ans. 

    Ingress is a Kubernetes resource that manages external access to services, and a sidecar container is a secondary container that runs alongside the main container in a pod.

    • Ingress is a Kubernetes resource that acts as an API gateway for incoming traffic to services within the cluster.

    • Ingress controllers are responsible for implementing the rules specified in the Ingress resource.

    • Sidecar containers are additional contai...

  • Answered by AI
  • Q2. How services works in k8s
  • Ans. 

    Services in k8s are abstractions that define a set of pods and a policy for accessing them.

    • Services allow communication between different parts of an application within a Kubernetes cluster.

    • They provide a stable endpoint for accessing a set of pods, even if the pods are scaled up or down.

    • Services can be of different types such as ClusterIP, NodePort, LoadBalancer, and ExternalName.

    • ClusterIP services expose the service ...

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Python programming
  • Q2. Aws architecture
  • Q3. Terraform scripts

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. CI/CD pipeline definitions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Walk through on recent technical skills
  • Ans. 

    I have recently worked on implementing CI/CD pipelines using Jenkins, Docker, and Kubernetes.

    • Implemented Jenkins pipelines for automating build, test, and deployment processes

    • Utilized Docker for containerization of applications and services

    • Managed Kubernetes clusters for container orchestration

    • Integrated monitoring and logging tools like Prometheus and ELK stack

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS Senior Devops Engineer interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical, HR and Coding Test.
How to prepare for TCS Senior Devops Engineer 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 TCS. The most common topics and skills that interviewers at TCS expect are Devops, Terraform, Docker, Jenkins and API.
What are the top questions asked in TCS Senior Devops Engineer interview?

Some of the top questions asked at the TCS Senior Devops Engineer interview -

  1. What is docker used for and how integration happened to cicd before doc...read more
  2. Add mount points automatically when system restarted Terraform state file stor...read more
  3. Store ansible secrets Trigger pipeline after anot...read more

Recently Viewed

SALARIES

Sterlite Technologies

SALARIES

Infogain

SALARIES

Huawei Technologies

INTERVIEWS

SreeDhanya Construction

No Interviews

SALARIES

Pratap Technocrats

COMPANY BENEFITS

GlobalData

No Benefits

DESIGNATION

SALARIES

Indegene

SALARIES

C5i

SALARIES

ZTE Corporation

Tell us how to improve this page.

TCS Senior Devops Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more

HCLTech

Workplace transformation starts with you

TCS Senior Devops Engineer Salary
based on 442 salaries
₹6.2 L/yr - ₹21 L/yr
24% less than the average Senior Devops Engineer Salary in India
View more details

TCS Senior Devops Engineer Reviews and Ratings

based on 25 reviews

4.1/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

3.0

Salary

4.8

Job security

3.9

Company culture

2.5

Promotions

4.1

Work satisfaction

Explore 25 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
66.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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