Upload Button Icon Add office photos

Bharti Airtel

Compare button icon Compare button icon Compare

Filter interviews by

Bharti Airtel Lead Engineer Interview Questions and Answers

Updated 13 Oct 2024

Bharti Airtel Lead Engineer Interview Experiences

4 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2024

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

(2 Questions)

  • Q1. Questions related to coroutines
  • Q2. Questions related to Android Architecture Components

Interview Preparation Tips

Interview preparation tips for other job seekers - Android Basics , Kotlin Basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Array problems and question on your existsing system

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2022

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Core Java,Colkections, Multithreading, Exception Handling
  • Q2. Java8,Function Interface, Optional and streaming API
  • Q3. Two Coding questions on LinkedList and Array
  • Q4. SQL queries and Aggregate Functions
Round 2 - One-on-one 

(4 Questions)

  • Q1. Data Structure Related questions
  • Q2. High Level design and scinario based questions
  • Q3. Design pattern and Microservices
  • Q4. Spring boot and Hibernate
Round 3 - HR 

(2 Questions)

  • Q1. General Discussion Personal,Family Details
  • Q2. Salary Discussion and Employee Benefits

Interview Preparation Tips

Topics to prepare for Bharti Airtel Lead Engineer interview:
  • Java
  • Spring
  • Spring Boot
  • JPA
  • Hibernate
  • Microservices
  • Data Structures
  • Design Patterns
  • Coding
  • SQL
Interview preparation tips for other job seekers - Prepare for Data Structure, Microservices,SpringBoot,HighLevel Design and Design pattern

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2021

I applied via Naukri.com and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. About DBVs nd DVBc
  • Q2. Ird, Encoder, Cas, Scrambling, Psi/si, EMM, ECM, RF
  • Q3. Stb, Epg, Manual testing, Excel
  • Q4. Switch, Networking,

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and eaasy

Bharti Airtel interview questions for designations

 Project Lead

 (1)

 Lead Developer

 (1)

 Test Lead

 (1)

 QA Lead

 (1)

 Technical Lead

 (1)

 Design Engineer

 (1)

 Senior Technical Lead

 (1)

 Infra Lead

 (1)

Lead Engineer Jobs at Bharti Airtel

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Describe your roles and responsibilities.
  • Q2. Middleware admin
  • Q3. L2 support and monitoring

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Interview Questionnaire 

6 Questions

  • Q1. 1. sort a stack without auxillary space
  • Ans. 

    Sort a stack without auxiliary space

    • Use recursion to pop elements from stack and insert them in sorted order

    • Compare the top element with the next element and swap if necessary

    • Repeat until stack is sorted

  • Answered by AI
  • Q2. 2. design and write production code of thread pool
  • Ans. 

    A thread pool is a group of threads that can be reused to execute multiple tasks concurrently.

    • Define a task interface that encapsulates the work to be done

    • Create a queue to hold tasks

    • Create a fixed number of threads in the pool

    • Each thread should loop indefinitely, taking tasks from the queue and executing them

    • Use synchronization primitives to ensure thread safety

    • Consider using a thread-safe data structure for the task ...

  • Answered by AI
  • Q3. 3. singleton implementation thread safe
  • Q4. Shared and unique ptr implementation
  • Ans. 

    Shared and unique pointer implementation in C++

    • Shared pointers allow multiple pointers to refer to the same object, automatically deleting the object when the last pointer is destroyed.

    • Unique pointers allow only one pointer to refer to an object, automatically deleting the object when the pointer is destroyed.

    • Shared pointers use reference counting to keep track of the number of pointers referring to an object.

    • Unique po...

  • Answered by AI
  • Q5. Given the frequency of three letters 'a' 'b' and 'c'..form the largest string by using a,b, and c provided 3 (a , b or c )cant be together and the possible string should be largest.
  • Ans. 

    Form the largest string using a, b, and c with the condition that 3 (a, b, or c) can't be together.

    • Start with the most frequent letter and alternate with the other two.

    • If there are two letters with the same frequency, start with the one that has the least number of adjacent letters.

    • Example: 'abcabcab' is not valid, but 'abacbac' is valid and larger.

  • Answered by AI
  • Q6. Ex1 ) dict = {'abab' , 'aba', 'xyz', 'xyx'} pattern {'aba'} output {'aba' , 'xyx'} , ex 2) dict = {'abb' , 'abc' , 'xyz', 'xyy'} paatern {'mno'} output {abc , xyz} ...
  • Ans. 

    Code to find strings in a dictionary matching a given pattern

    • Iterate through the dictionary and check if each string matches the pattern

    • Add the matching strings to an output array

    • Return the output array

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How mpls ping works
  • Ans. 

    MPLS ping is a tool used to test connectivity between two MPLS-enabled devices by sending ICMP echo requests.

    • MPLS ping works by encapsulating ICMP echo requests within MPLS packets.

    • It uses the MPLS label stack to route the packets through the network.

    • The receiving device responds with an ICMP echo reply, allowing the sender to verify connectivity.

    • MPLS ping is commonly used for troubleshooting MPLS networks and verifyin

  • Answered by AI
  • Q2. Why mpls is required
  • Ans. 

    MPLS is required for efficient and reliable data packet forwarding in complex networks.

    • MPLS allows for traffic engineering, prioritization, and quality of service in networks.

    • It provides better performance and reliability compared to traditional IP routing.

    • MPLS is essential for connecting multiple locations in a secure and efficient manner.

    • It simplifies network management and troubleshooting by creating virtual paths f

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why are you joining telecom sector

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep smile don't be nervous attempt all questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Team handling 

(1 Question)

  • Q1. Team handling or distributor secondary

Interview Preparation Tips

Interview preparation tips for other job seekers - Market handling and distributor billing process secondary
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(4 Questions)

  • Q1. What is ITIL and how it affects us
  • Ans. 

    ITIL stands for Information Technology Infrastructure Library. It is a set of best practices for IT service management.

    • ITIL provides a framework for IT service management to align IT services with the needs of the business.

    • It helps organizations improve efficiency, reduce costs, and provide better customer service.

    • ITIL consists of a series of publications that provide guidance on the provision of quality IT services.

    • Ex...

  • Answered by AI
  • Q2. How you can value add if hired
  • Ans. 

    I can value add by leveraging my expertise in strategic planning, problem-solving, and team leadership to drive successful project outcomes.

    • Developing and implementing strategic plans to achieve project goals

    • Utilizing problem-solving skills to overcome challenges and obstacles

    • Leading and motivating teams to maximize productivity and collaboration

  • Answered by AI
  • Q3. Basic questions on my experience
  • Q4. Reason For leaving current role
Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on networking and why I want to switch from technical role to non technical role

Interview Preparation Tips

Interview preparation tips for other job seekers - Read job description and prepare accordingly with your experience in mind. Also think how you can a value to the company with your experience and knowledge

Skills evaluated in this interview

Bharti Airtel Interview FAQs

How many rounds are there in Bharti Airtel Lead Engineer interview?
Bharti Airtel interview process usually has 1-2 rounds. The most common rounds in the Bharti Airtel interview process are One-on-one Round, HR and Coding Test.
How to prepare for Bharti Airtel Lead 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 Java, Microservices, Spring Boot, Data Structures and Design Patterns.
What are the top questions asked in Bharti Airtel Lead Engineer interview?

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

  1. Core Java,Colkections, Multithreading, Exception Handl...read more
  2. Java8,Function Interface, Optional and streaming ...read more
  3. Two Coding questions on LinkedList and Ar...read more

Tell us how to improve this page.

Bharti Airtel Lead Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Bharti Airtel Lead Engineer Salary
based on 173 salaries
₹16.1 L/yr - ₹46.3 L/yr
97% more than the average Lead Engineer Salary in India
View more details

Bharti Airtel Lead Engineer Reviews and Ratings

based on 19 reviews

2.7/5

Rating in categories

2.9

Skill development

2.3

Work-life balance

3.4

Salary

3.1

Job security

2.4

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 19 Reviews and Ratings
Lead Engineering - ML

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
2.2k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Network Engineer
1.5k salaries
unlock blur

₹1.9 L/yr - ₹6.5 L/yr

Territory Sales Manager
1.3k salaries
unlock blur

₹2.8 L/yr - ₹10.6 L/yr

Accounts Manager
1.3k salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Manager
1.3k salaries
unlock blur

₹5.9 L/yr - ₹22.4 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