Upload Button Icon Add office photos

Filter interviews by

Airtel X- Labs Software Developer Interview Questions, Process, and Tips

Updated 13 Aug 2024

Airtel X- Labs Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Merge overlapping integers
  • Ans. 

    Merge overlapping intervals in an array of integers

    • Sort the intervals based on the start value

    • Iterate through the intervals and merge overlapping ones

    • Return the merged intervals

  • Answered by AI
  • Q2. Merge two sorted array
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Compare elements from both arrays and add the smaller one to the result array

    • Continue this process until all elements from both arrays are merged

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Sort 0 1 2 array
  • Ans. 

    Sort an array of strings containing only 0s, 1s, and 2s.

    • Use counting sort algorithm to sort the array in linear time complexity.

    • Count the occurrences of 0s, 1s, and 2s in the array.

    • Reconstruct the array with the sorted counts.

  • Answered by AI
  • Q2. Print left view of a binary tree
  • Ans. 

    Print the left view of a binary tree

    • Traverse the tree in a level order traversal

    • Print the first node at each level encountered

    • Use a queue to keep track of nodes at each level

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Time value distance clock

Round 2 - Technical 

(1 Question)

  • Q1. Points arrays oparetor
Round 3 - HR 

(2 Questions)

  • Q1. Tell me Your self
  • Q2. Why should higher you

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning every time
Don't vest time
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

Noramal basic algorithm and ,fetch api

Round 2 - Technical 

(1 Question)

  • Q1. React alll basic question,redux,class component,functional component
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPS ?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data and methods to manipulate that data.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Examples of OOPS languages include Java, C++, and Python.

  • Answered by AI
  • Q2. What is Dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Example: Constructor injection, Setter injection

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Which Architechture does you project build by?
  • Q2. What is Normalization in sql?
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • There are different normal forms like 1NF, 2NF, 3NF, and BCNF that define the level of normalization.

    • Example: If we have a t...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell about your self ?
  • Q2. Whom do you provide your first month salary ?

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given an array of n numbers , find the kth largest find the sum from a th largest to bth largest n can be huge
  • Ans. 

    Find the sum of kth to bth largest numbers in a huge array efficiently.

    • Sort the array in descending order to easily find the kth and bth largest numbers.

    • Use a priority queue or min heap to efficiently find the kth and bth largest numbers without sorting the entire array.

    • Once you have the kth and bth largest numbers, iterate through the array and sum the numbers between them.

  • Answered by AI
  • Q2. Mostly elasticsearch related and company work related questions

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Microservice Architecture and Kafka

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core concepts.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Union and union all difference
  • Ans. 

    UNION combines the results of two or more SELECT statements, while UNION ALL includes duplicates.

    • UNION removes duplicate rows, while UNION ALL retains all rows including duplicates

    • UNION is slower than UNION ALL as it performs a distinct operation

    • UNION requires the same number of columns in the SELECT statements, while UNION ALL does not have this restriction

  • Answered by AI
  • Q2. What is generic and non-generic collections
  • Ans. 

    Generic collections allow storing any type of data, while non-generic collections are type-specific.

    • Generic collections can store any type of data, such as List or Dictionary.

    • Non-generic collections are type-specific, like ArrayList or HashTable.

    • Generic collections provide type safety and better performance compared to non-generic collections.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good experience give an interview

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HAckerrank based test

Interview experience
4
Good
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 - HR 

(1 Question)

  • Q1. General discussion on experience
Round 3 - Technical 

(3 Questions)

  • Q1. Knowledge on SQL and how to write a query
  • Q2. Knowledge on DSA and coding problems to solve.
  • Q3. Knowledge on APIS (structure, security etc.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your concepts.
Be confident about stuff that you know but be humble enough to say No to what you don't know.

Airtel X- Labs Interview FAQs

How many rounds are there in Airtel X- Labs Software Developer interview?
Airtel X- Labs interview process usually has 2 rounds. The most common rounds in the Airtel X- Labs interview process are Technical.
What are the top questions asked in Airtel X- Labs Software Developer interview?

Some of the top questions asked at the Airtel X- Labs Software Developer interview -

  1. print left view of a binary t...read more
  2. merge two sorted ar...read more
  3. merge overlapping integ...read more

Tell us how to improve this page.

Airtel X- Labs Software Developer Salary
based on 16 salaries
₹12 L/yr - ₹21 L/yr
95% more than the average Software Developer Salary in India
View more details

Airtel X- Labs Software Developer Reviews and Ratings

based on 5 reviews

3.1/5

Rating in categories

2.8

Skill development

2.7

Work-Life balance

2.7

Salary & Benefits

3.4

Job Security

2.3

Company culture

2.6

Promotions/Appraisal

2.8

Work Satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
161 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

Software Engineer
82 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Lead Engineer
40 salaries
unlock blur

₹20 L/yr - ₹40 L/yr

Sdet Lead
19 salaries
unlock blur

₹20 L/yr - ₹41 L/yr

Senior Leader Engineer
16 salaries
unlock blur

₹37 L/yr - ₹50 L/yr

Explore more salaries
Compare Airtel X- Labs with

Jio Platforms

3.5
Compare

Vodafone Idea

4.1
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview