Upload Button Icon Add office photos

Filter interviews by

AT&T Devops Engineer Interview Questions and Answers

Updated 16 Mar 2022

AT&T Devops Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About your current work, roles and responsibilities, how do you debug issues more on kubernetes
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Docker, multistage dockerfile, all about docker and its troubleshooting
Round 3 - Technical 

(1 Question)

  • Q1. Jenkins plugin debugging, kubernetes issues debugging, branching strategies, release management and shell scripting on how would you monitor k8 crashing pods in all namespaces
Round 4 - HR 

(1 Question)

  • Q1. About previous experience, more on work culture and why do you want to switch

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on all troubleshooting n issue debugging and read the JD well

Interview questions from similar companies

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

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

Ericsson user image Gowtham Golagani

posted on 30 Jul 2024

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

(1 Question)

  • Q1. Questions related to linux,docker,kubernets,ansible etc
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy mostly from time work problem

Round 2 - Coding Test 

Hackerearth interview round was conducted

Round 3 - Technical 

(1 Question)

  • Q1. More about kubernetes and docker

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident dont fumble and be clear about resume

I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Devops life cycle , CICD, Ansible, Shell and groovy script, Jenkins , Gitlab
  • Q2. Linux , Networking , past company challenges
Round 2 - Technical 

(1 Question)

  • Q1. More detailed as per round 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume twice and prepare each point from your resume
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

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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Madras Institute of Technology, Chennai and was interviewed before Sep 2022. There were 4 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 - Coding Test 

Just gave one peoblem and asked to code it.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions about networking.
  • Q2. Different topologies.
  • Ans. 

    Different network topologies refer to the ways in which devices are connected in a network.

    • Bus Topology: all devices are connected to a single cable

    • Star Topology: all devices are connected to a central hub

    • Ring Topology: each device is connected to two other devices, forming a ring

    • Mesh Topology: each device is connected to every other device in the network

    • Hybrid Topology: a combination of two or more different topologie

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Just general HR questions.

Skills evaluated in this interview

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

Basic dsa and scalable scripting

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview with the manager, just a flowy conversation

Interview Preparation Tips

Interview preparation tips for other job seekers - stay current

AT&T Interview FAQs

How many rounds are there in AT&T Devops Engineer interview?
AT&T interview process usually has 4 rounds. The most common rounds in the AT&T interview process are Technical and HR.
How to prepare for AT&T 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 AT&T. The most common topics and skills that interviewers at AT&T expect are Agile, WiFi, Information Technology, Linux and Performance Testing.
What are the top questions asked in AT&T Devops Engineer interview?

Some of the top questions asked at the AT&T Devops Engineer interview -

  1. Jenkins plugin debugging, kubernetes issues debugging, branching strategies, re...read more
  2. Questions on Docker, multistage dockerfile, all about docker and its troublesho...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 813 Interviews
Vodafone Idea Interview Questions
4.1
 • 542 Interviews
Ericsson Interview Questions
4.2
 • 403 Interviews
Nokia Interview Questions
4.2
 • 271 Interviews
ACT Fibernet Interview Questions
4.0
 • 130 Interviews
Verizon Interview Questions
4.1
 • 110 Interviews
View all
AT&T Devops Engineer Salary
based on 23 salaries
₹4 L/yr - ₹15.2 L/yr
14% more than the average Devops Engineer Salary in India
View more details

AT&T Devops Engineer Reviews and Ratings

based on 2 reviews

4.3/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Technical Specialist
312 salaries
unlock blur

₹14 L/yr - ₹35 L/yr

Senior Associate
280 salaries
unlock blur

₹7.6 L/yr - ₹21.7 L/yr

Network Engineer
245 salaries
unlock blur

₹2.8 L/yr - ₹14.1 L/yr

Senior Technical Specialist
145 salaries
unlock blur

₹22.8 L/yr - ₹47 L/yr

Senior Network Engineer
110 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Explore more salaries
Compare AT&T with

Verizon

4.1
Compare

Vodafone Idea

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

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