Upload Button Icon Add office photos
Engaged Employer

i

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

Tata Communications Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Tata Communications Devops Engineer Interview Questions, Process, and Tips

Updated 22 Oct 2024

Tata Communications Devops Engineer Interview Experiences

1 interview found

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 Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain MessageQueue
  • Ans. 

    MessageQueue is a communication system that allows different software components to communicate by sending messages asynchronously.

    • MessageQueue helps in decoupling different components of a system.

    • It allows for asynchronous communication between components.

    • Messages are stored in a queue until they are processed by the receiving component.

    • Examples include RabbitMQ, Apache Kafka, and Amazon SQS.

  • Answered by AI
  • Q2. Design of Loadbalancer for Kubernetes
  • Ans. 

    Designing a Loadbalancer for Kubernetes involves using an Ingress Controller to route traffic to different services.

    • Use an Ingress Controller to manage external access to services within a Kubernetes cluster

    • Define Ingress resources to specify how incoming requests should be routed

    • Consider using a cloud provider's load balancer service for external traffic

    • Implement SSL termination and routing rules in the Ingress Contro

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you perform docker migration from one machine to another machine?
  • Ans. 

    Docker migration from one machine to another involves exporting the container as an image, transferring the image to the new machine, and then importing it.

    • Export the Docker container as an image using 'docker save' command

    • Transfer the image to the new machine using a secure method like SCP or Docker Hub

    • Import the image on the new machine using 'docker load' command

    • Run the container on the new machine using 'docker run

  • Answered by AI
  • Q2. How will you handle production deployment issues?
  • Ans. 

    I will troubleshoot the issue, identify the root cause, and work with the team to implement a solution while minimizing downtime.

    • Quickly assess the situation and gather relevant information

    • Identify the root cause of the deployment issue

    • Collaborate with team members to come up with a solution

    • Implement the solution while minimizing impact on production environment

    • Communicate with stakeholders about the issue and resoluti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tata Communications Devops Engineer interview:
  • Kubernetes
  • Linux

Skills evaluated in this interview

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

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.

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 Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions was to explain complete architecture of application and on the basis of answer they will go deeper in questioning to check your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare mostly from your experience and not from Google top 50/100 questions. These data on Google will never get asked in interview. Be prepared scenario based questions rather than just theory.

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

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basics of Java
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process of planning, designing, developing, testing, deploying, and maintaining software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • SDLC models include Waterfall, Agile, and DevOps.

    • The choice of model depends on the project requirements and constr...

  • Answered by AI
  • Q3.  basics of Datastructure and c
  • Q4. Project questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of each sub.

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

TCS user image Mohammed Sabina

posted on 19 Sep 2022

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Understand aptitude aptly

Round 2 - Coding Test 

Have basic knowledge on logics ,you can write code easily

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts and resume mentioned technologies
  • Q2. Btech project to be explain
  • Ans. 

    My Btech project was on developing a web-based application for online shopping.

    • Developed using PHP and MySQL

    • Implemented features like user registration, product search, cart management, and payment gateway integration

    • Used HTML, CSS, and JavaScript for frontend development

    • Conducted testing and debugging to ensure smooth functioning

    • Received an A grade for the project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool , genuine ,honest and intelligent
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Regarding AWS networking, Jenkins, Terraform, Linux
  • Q2. Write dockerfile to run python script.
  • Ans. 

    Dockerfile to run a Python script

    • Use a base Python image as the starting point

    • Copy the Python script into the container

    • Specify the command to run the Python script

  • Answered by AI
  • Q3. Run vs CMD vs ENTRYPOINT.
  • Ans. 

    Run vs CMD vs ENTRYPOINT are Docker instructions used to specify commands to be executed when a container is launched.

    • RUN is used to execute commands during the build of the image

    • CMD is used to provide default arguments for the entrypoint or to specify the command to run when the container starts

    • ENTRYPOINT is used to specify the executable that will run when the container starts, and CMD can be used to provide addition...

  • Answered by AI
  • Q4. How to upgrade kubernetes cluster version
  • Ans. 

    To upgrade a Kubernetes cluster version, you can use kubeadm tool or manually update each component.

    • Use kubeadm tool to upgrade the cluster version

    • Check the current version of the cluster using kubectl

    • Upgrade the control plane components first, followed by worker nodes

    • Ensure compatibility of applications with the new version before upgrading

    • Backup important data and configurations before upgrading

  • Answered by AI
  • Q5. Terraform file to provision ec2 instance and import existing instance with their configuration
  • Ans. 

    Use Terraform to provision ec2 instance and import existing instance with their configuration

    • Create a Terraform configuration file with necessary resources like aws_instance

    • Use the import command to import existing instance with their configuration

    • Update the Terraform configuration file with the imported instance details

    • Apply the Terraform configuration to provision the ec2 instance

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

HCLTech user image Sameer Zulfi Ibrahim

posted on 28 Feb 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 interview rounds.

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about AWS Infrastructure
  • Ans. 

    AWS Infrastructure is a collection of physical and virtual resources that provide the foundation for AWS cloud services.

    • AWS Infrastructure includes data centers, networking, compute, storage, and security services.

    • AWS Regions and Availability Zones provide geographic redundancy and fault tolerance.

    • AWS offers a variety of infrastructure services, such as EC2, S3, and RDS, that can be used to build and deploy application...

  • Answered by AI
  • Q2. Explain about Monitoring in DevOps
  • Ans. 

    Monitoring in DevOps is the process of observing and measuring the performance of the system to ensure its availability and reliability.

    • Monitoring helps in identifying issues and potential problems before they become critical.

    • It involves collecting and analyzing data from various sources such as logs, metrics, and events.

    • Monitoring tools like Nagios, Zabbix, and Prometheus are used to automate the process.

    • It helps in i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please put the right skills in the resume and make sure you are good at it.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Ci cd pipeline and variables?
  • Q2. Blue green and canary deployment kubernetes
  • Q3. Security in Terraform
  • Ans. 

    Security in Terraform involves managing sensitive data, implementing access controls, and using secure communication channels.

    • Use Terraform's sensitive data handling features like sensitive variables and sensitive outputs to protect sensitive information.

    • Implement access controls using Terraform's built-in features like IAM policies, resource-level permissions, and secure storage backends.

    • Use secure communication chann...

  • Answered by AI
  • Q4. Helm chart and how to use it?
  • Ans. 

    Helm is a package manager for Kubernetes that simplifies the deployment and management of applications.

    • Helm charts are packages of pre-configured Kubernetes resources that can be easily deployed using Helm.

    • Helm charts are written in YAML and can include templates for Kubernetes manifests.

    • Helm allows for easy versioning, sharing, and management of Kubernetes applications.

    • To use Helm, you need to install the Helm client ...

  • Answered by AI
  • Q5. Branching strategies

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Tata Communications Interview FAQs

How many rounds are there in Tata Communications Devops Engineer interview?
Tata Communications interview process usually has 2 rounds. The most common rounds in the Tata Communications interview process are Technical.
How to prepare for Tata Communications 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 Tata Communications. The most common topics and skills that interviewers at Tata Communications expect are Devops and Kafka.
What are the top questions asked in Tata Communications Devops Engineer interview?

Some of the top questions asked at the Tata Communications Devops Engineer interview -

  1. How do you perform docker migration from one machine to another machi...read more
  2. How will you handle production deployment issu...read more
  3. Design of Loadbalancer for Kuberne...read more

Recently Viewed

SALARIES

TCS

No Salaries

SALARIES

TCS

LIST OF COMPANIES

Bharat Sanchar Nigam

Locations

SALARIES

TCS

SALARIES

TCS

SALARIES

TCS

SALARIES

TCS

LIST OF COMPANIES

Tata Communications

Locations

SALARIES

Tata Communications Payment Solutions

No Salaries

SALARIES

TCS

Tell us how to improve this page.

Tata Communications Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Tata Communications Devops Engineer Salary
based on 61 salaries
₹2.5 L/yr - ₹11.2 L/yr
16% less than the average Devops Engineer Salary in India
View more details

Tata Communications Devops Engineer Reviews and Ratings

based on 3 reviews

4.8/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.7

Salary

5.0

Job security

4.8

Company culture

4.3

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Network Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
933 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Engineer
840 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
764 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tata Communications with

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
Compare

Tech Mahindra

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