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
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
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Medium level dsa questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Lld of cab booking system
  • Ans. 

    The Low Level Design (LLD) of a cab booking system involves detailing the system architecture and components at a lower level of abstraction.

    • Identify the main components of the system such as user interface, booking engine, payment gateway, and driver allocation algorithm.

    • Define the interactions between these components and how data flows between them.

    • Specify the data structures and algorithms used for efficient bookin...

  • Answered by AI
  • Q2. Discussion about online assesment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding rounds.

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 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 

I was asked with writing the code and algorithms. Also lots of MySQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - They hide too many things to the employees who are about to join. For instance it's a client based job. You'll have to give proper multiple rounds of interview for a startup type company (their clients).
You need to be present in the office for more than 9hrs even if you don't have any work.
It doesn't matter for which position you are hired you'll be put to any of the technology depending on the client requirements.
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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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.

I applied via Company Website and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case Study 

Through carefully designed workshops and activities, master testing fundamentals like Test Strategy, Test Data Generation, Test Case Design, Defect Life Cycle, Software Testing Levels, Software Testing Types, Estimation, Metrics, and Testability.

Round 3 - Coding Test 

CodeStandard (“we”, “us”, or “our”) provides this Privacy Policy to inform you of our policies and procedures regarding the collection, use and disclosure of personal information we may receive from users of our website (“Site”) and any other services offered by us in connection with our site (any and all of the foregoing the “Services”).

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Yogesh Girase i am interested
Coading language HTML CSS JAVASCRIPT PHP MySQL frontend developer

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