Upload Button Icon Add office photos

Bharti Airtel

Compare button icon Compare button icon Compare

Filter interviews by

Bharti Airtel Software Engineer Interview Questions, Process, and Tips

Updated 21 Jun 2024

Top Bharti Airtel Software Engineer Interview Questions and Answers

  • Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can ...read more
  • Q2. Covid Vaccination Distribution Problem As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective ...read more
  • Q3. Swap Kth Elements in an Array Given an array ARR of size N , perform the operation to swap the Kth element from the beginning with the Kth element from the end of the ar ...read more
View all 10 questions

Bharti Airtel Software Engineer Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. JavaScript prototype sorting function
  • Ans. 

    JavaScript prototype sorting function for arrays of strings

    • Use the Array.prototype.sort() method to sort an array of strings

    • Pass a compare function to specify the sorting order

    • Example: ['banana', 'apple', 'cherry'].sort((a, b) => a.localeCompare(b))

  • Answered by AI
  • Q2. Promise polyfill from scratch
  • Ans. 

    Creating a Promise polyfill from scratch involves implementing the Promise API using callbacks and handling asynchronous operations.

    • Understand the Promise API and its methods (resolve, reject, then, catch)

    • Implement a constructor function that takes an executor function as an argument

    • Handle asynchronous operations using callbacks and setTimeout

    • Implement the then and catch methods to handle success and error cases respec

  • Answered by AI
  • Q3. React hooks -useEffect useMemo
Round 2 - Technical 

(2 Questions)

  • Q1. Session Management in applications
  • Ans. 

    Session management is the process of securely managing user sessions in web applications.

    • Use cookies or tokens to track user sessions

    • Implement session timeout to prevent unauthorized access

    • Store session data securely on the server side

    • Use HTTPS to encrypt session data during transmission

  • Answered by AI
  • Q2. Why react is fast than other frameworks
  • Ans. 

    React is faster than other frameworks due to its virtual DOM, efficient diffing algorithm, and use of server-side rendering.

    • React uses a virtual DOM which allows it to update only the necessary components instead of re-rendering the entire page.

    • React's efficient diffing algorithm compares the virtual DOM with the actual DOM to minimize updates and improve performance.

    • React supports server-side rendering, which can impr...

  • Answered by AI

Skills evaluated in this interview

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

Not remembered. It was a campus interview. Its been a 2 years.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Q2. Why you want to join?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image Gaurav Rokade

posted on 14 May 2024

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

(2 Questions)

  • Q1. What is MFS in abinitio?
  • Ans. 

    MFS in Abinitio stands for Multi-File System, which is a feature that allows Abinitio graphs to read/write data from multiple files simultaneously.

    • MFS allows parallel processing of data from multiple files in Abinitio graphs

    • It helps in improving performance by distributing the workload across multiple files

    • MFS can be configured to read/write data from/to different file systems or locations

    • Example: Using MFS, a graph ca...

  • Answered by AI
  • Q2. What is MFS in abinitio
  • Ans. 

    MFS in Abinitio stands for Multi-File System, which is a parallel processing framework for handling large volumes of data.

    • MFS allows for efficient processing of large data sets by distributing the workload across multiple files and nodes.

    • It provides fault tolerance and scalability by replicating data across multiple nodes.

    • MFS is commonly used in Abinitio graphs to optimize data processing performance.

    • It helps in improv...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. All About Java & OOPS concepts
  • Q2. SQL Query & Questions
  • Q3. Spring Boot, Spring, Microservices Questions
Round 2 - Technical 

(4 Questions)

  • Q1. Microservices Questions
  • Q2. Spring & Spring Boot Questions
  • Q3. Iot Questions & Vision-Goals Question
  • Q4. Communication and Checking Ability to work in Different Teams

Bharti Airtel interview questions for designations

 Senior Software Engineer

 (3)

 Senior Software Test Engineer

 (1)

 Software Development Engineer II

 (1)

 Software Developer

 (5)

 Software Engineer2

 (1)

 Senior Software

 (1)

 Senior Software Engineer 1

 (1)

 Network Engineer

 (24)

I was interviewed in Jan 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 40 Minutes
Round difficulty - Medium

Round 1 was mainly focused on data structures and algorithms ,core java concepts and dbms

  • Q1. You are given a string. What is the minimum number of characters that need to be inserted to convert it into a palindrome?
  • Ans. 

    Tip 1 : Be clear and loud while solving problem , discuss approach with interviewer.

  • Answered Anonymously
Round 2 - Video Call 

Round duration - 40 to 50 min
Round difficulty - Medium

Focussed mainly on projects and system design

Round 3 - Video Call 

Round duration - 30 Minutes
Round difficulty - Medium

Managerial round

Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteria1+ year of experienceAirtel interview preparation:Topics to prepare for the interview - 1. Data Structure and algorithms (arrays, queue, stack, LinkedList, Dynamic programming,Graph,Trees) 2. DBMS 3.System Design(might not asked to freshers) 4.Core and advanced Java 5. Computer Networks (not much)6. Operating SystemsTime required to prepare for the interview - 1.5 - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Make you Data Structure and algorithms , Problem solving strong ( use to do some dsa problems on code studio and leetcode daily.
Tip 2 : Practiced Quality questions and mostly asked questions list available on codestudio( used company tags and topic tags) as quality matters more than quantity of questions .
Tip 3 : Give mock interviews, this really helped me as it gives you clearity and builds confidence.
Tip 4 : Read respective company’s interview experiences available on codestudio and other websites before going to actual interview, as this gives you idea about level of interviews and you can prepare beforehand.
Tip 5 : after solving dsa problem .Try to look in discussion section too as you can get more optimised or more efficient approach used by others to solve the problem.
Tip 6 : Prepare important concepts from Operating system,DBMS,System design too as that might also be asked.
Tip 7 : Do atleast 2 quality projects.
Not a Tip But : Lot of quality content available online, whenever felt like stuck with some concepts take help from senior or colleagues ( I use to watch coding ninja shorts by parikh jain whenever felt demotivated or stuck with concepts)

Application resume tips for other job seekers

Tip 1 : Have a concise resume , don't fill your resume with unnecessary details like your address, relationship status etc.
Tip 2 :Resume should not be more than 2 pages( try to make it very concise in 1 page)

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with Top Bharti Airtel Interview Questions

I was interviewed in Jan 2022.

Round 1 - Video Call 

(3 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

In this round, Interviewer tried to judge if my basics are clear or not. 
He focused majorly on CS fundamentals.
He was pretty cooperative and gave me time after asking questions.

  • Q1. Have you ever solved a complex Java problem on your own?
  • Q2. 

    N-th Fibonacci Number Problem Statement

    Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation.

    Since the answer can be very large, return the answer ...

  • Ans. Recursive Approach (TLE)
    • In this approach, we use recursion and uses a basic condition that :
      • If ‘N’ is smaller than ‘1’(N<=1) we return ‘N’
      • Else we call the function again as ninjaJasoos(N-1) + ninjaJasoos(N-2).
    • In this way, we reached our answer.
    Space Complexity: O(n)Explanation:

    O(N),  where ‘N’ is the given number.  
     

    As recursion uses a stack of size ‘N’

    Time Complexity: O(2^n)Explanation:

    O(2^N),...

  • Answered Anonymously
  • Q3. 

    Swap Kth Elements in an Array

    Given an array ARR of size N, perform the operation to swap the Kth element from the beginning with the Kth element from the end of the array.

    Example:

    Input:
    N = 5, K = 2
    ...
  • Ans. Traverse till Kth index.
    • Initialize two pointers, one from the beginning and on the other end of the array.
    • Move the beginning pointer K times and simultaneously move the end pointer backward K times.
    • Swap the elements that are being pointed by the begging pointer and the end pointer.
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we are not using any extra space.

    Time Complexity: O(n)Explanation:

    O(N), where N is the s...

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

It was in late evening, interviewer was quite cool and asked me quite basic things about myself.

  • Q1. 

    Covid Vaccination Distribution Problem

    As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective vaccination schedule. Your goal is...

  • Ans. Brute force

    The idea is to choose a peak value at the ‘dayNumber’ th index. Then we can create the array like a mountain with the peak of the mountain being at the  ‘dayNumber’ th index. The sum of the elements of this array must be less than or equal to maxVaccines.If we find that the sum is greater, then we have chosen a high peak value, and if it is less, then it means we have chosen a smaller peak value. So we ...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteria7+ CgpaAirtel interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Core fundamentals of CS (DBMS, CS, OS), Aptitude & 2 ProjectsTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Know your project from the core.
Tip 2 : Make your basics of CS fundamentals crystal clear.
Tip 3 : Do all must ask Dsa questions, try to achieve the goal of 5-10 questions everyday.

Application resume tips for other job seekers

Tip 1 : Add your github and other problem solving sites like leetcode and codeforces on your resume. It leaves a good impact.
Tip 2 : Brief your role on the projects.
Tip 3 : Mention your achievements and skills. Again they leave a good impact.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

I was given to solve two DS problems

Round 2 - Assignment 

I was to integrate a simple use case in android

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and keep sharing what you are doing and why you are doing.

Interview Questionnaire 

1 Question

  • Q1. 1. difference between applicationContext and beanFactory. 2. questions related to synchronization in multi threading.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. What is reset and rebase
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basi aptitude and coding mcq

Round 2 - Technical 

(1 Question)

  • Q1. What is hashmap

Bharti Airtel Interview FAQs

How many rounds are there in Bharti Airtel Software Engineer interview?
Bharti Airtel interview process usually has 1-2 rounds. The most common rounds in the Bharti Airtel interview process are Technical, Coding Test and Assignment.
How to prepare for Bharti Airtel Software 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 Big Data, Elastic Search, Hadoop, Hive and Machine Learning.
What are the top questions asked in Bharti Airtel Software Engineer interview?

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

  1. Why react is fast than other framewo...read more
  2. What is MFS in abinit...read more
  3. JavaScript prototype sorting funct...read more

Tell us how to improve this page.

Bharti Airtel Software Engineer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
Bharti Airtel Software Engineer Salary
based on 409 salaries
₹6.2 L/yr - ₹22 L/yr
63% more than the average Software Engineer Salary in India
View more details

Bharti Airtel Software Engineer Reviews and Ratings

based on 29 reviews

2.7/5

Rating in categories

2.8

Skill development

2.5

Work-life balance

2.8

Salary

3.3

Job security

2.2

Company culture

1.8

Promotions

2.4

Work satisfaction

Explore 29 Reviews and Ratings
Assistant Manager
2.2k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Network Engineer
1.5k salaries
unlock blur

₹2 L/yr - ₹6.9 L/yr

Manager
1.3k salaries
unlock blur

₹5.8 L/yr - ₹22.4 L/yr

Territory Sales Manager
1.3k salaries
unlock blur

₹2.8 L/yr - ₹11.2 L/yr

Senior Executive
1.2k salaries
unlock blur

₹2.3 L/yr - ₹9.6 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