Upload Button Icon Add office photos

Bharti Airtel

Compare button icon Compare button icon Compare

Filter interviews by

Bharti Airtel Devops Engineer Interview Questions, Process, and Tips

Updated 21 Feb 2024

Bharti Airtel Devops Engineer Interview Experiences

1 interview found

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 questions from similar companies

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All about docker

Interview Preparation Tips

Interview preparation tips for other job seekers - Be straight forwards while giving answers.

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

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

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 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 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

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is ssh Port numb Process and logs Dns
  • Ans. 

    SSH (Secure Shell) is a network protocol used for secure communication between a client and a server.

    • SSH uses port number 22 by default for communication.

    • The SSH process involves authentication, encryption, and data exchange between the client and server.

    • SSH logs can be used for auditing and troubleshooting purposes.

    • DNS (Domain Name System) is not directly related to SSH but can be used to resolve hostnames to IP addre

  • Answered by AI
  • Q2. Explain dhcp process and dora process
  • Ans. 

    DHCP process involves four steps - Discover, Offer, Request, Acknowledge. DORA process is the sequence of these steps.

    • DHCP Discover - Client broadcasts a request for IP address

    • DHCP Offer - Server responds with an available IP address

    • DHCP Request - Client requests the offered IP address

    • DHCP Acknowledge - Server confirms the IP address assignment

  • Answered by AI
  • Q3. Configuration of nfs server
  • Ans. 

    Configuration of NFS server involves setting up exports, permissions, and client access.

    • Install NFS server package (e.g. nfs-kernel-server)

    • Edit /etc/exports file to define shared directories and permissions

    • Restart NFS server service after making changes (e.g. systemctl restart nfs-server)

    • Set up firewall rules to allow NFS traffic if necessary

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

All basics topics like profit and loss etc

Round 2 - Technical 

(1 Question)

  • Q1. Related to sql queries and basic cs fundamental questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with fundamentals of cs.

Bharti Airtel Interview FAQs

How many rounds are there in Bharti Airtel Devops Engineer interview?
Bharti Airtel interview process usually has 1 rounds. The most common rounds in the Bharti Airtel interview process are Technical.
How to prepare for Bharti Airtel 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 Bharti Airtel. The most common topics and skills that interviewers at Bharti Airtel expect are Kubernetes, Docker, Devops, Ansible and Linux.
What are the top questions asked in Bharti Airtel Devops Engineer interview?

Some of the top questions asked at the Bharti Airtel Devops Engineer interview -

  1. Terraform file to provision ec2 instance and import existing instance with thei...read more
  2. How to upgrade kubernetes cluster vers...read more
  3. Write dockerfile to run python scri...read more

Tell us how to improve this page.

Bharti Airtel Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Bharti Airtel Devops Engineer Salary
based on 63 salaries
₹10.1 L/yr - ₹18 L/yr
34% more than the average Devops Engineer Salary in India
View more details

Bharti Airtel Devops Engineer Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.7

Salary

4.2

Job security

3.5

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 4 Reviews and Ratings
Assistant Manager
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Engineer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Sales Manager
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bharti Airtel with

Jio

3.9
Compare

Vodafone Idea

4.1
Compare

TCS

3.7
Compare

Infosys

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