Airtel interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Airtel
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Java, OOPS, DSA, Spring boot, SQL, Java 8
Tip
Tip

Tip 1 : Always try to switch to another required skill when you feel boring 
Tip 2 : Practice immediately after learning any technology
Tip 3 : Refer to Glass doors for interview experience
Tip 4 : Always apply and give interviews even if your targeted syllabus is not complete.

Application process
Where: Naukri
Eligibility: Need Java Spring projects
Resume Tip
Resume tip

Tip 1 : Try to add projects on updated tech stack
Tip 2 : Try to add internship and experience

Interview rounds

01
Round
Medium
Face to Face
Duration60 minutes
Interview date15 Feb 2022
Coding problem1

1. Next Greater Element

Easy
10m average time
90% success
0/40
Asked in companies
MicrosoftAmazonDisney + Hotstar

You have been given an array/list ‘ARR’ consisting of ‘N’ positive integers. Your task is to return the Next Greater Element(NGE) for every element.

The Next Greater Element for an element ‘X’ is the first element on the right side of ‘X’ in the array 'ARR', which is greater than ‘X’. If no such element exists to the right of ‘X’, then return -1.

For example:
For the given array 'ARR' = [7, 12, 1, 20]

The next greater element for 7 is 12.
The next greater element for 12 is 20. 
The next greater element for 1 is 20. 
There is no greater element for 20 on the right side.

So, the output is [12, 20, 20, -1].
Problem approach

Using stack

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date16 Nov 2022
Coding problem1

1. Mirror image of triangle

Easy
10m average time
90% success
0/40
Asked in companies
Hewlett Packard EnterpriseAirtel

Ninja’s younger sister got a project to print the pattern for the given number of rows, say ‘N’. She finds it difficult to write such a pattern for every ‘N’.

Ninja decided to help his sister and decided to write a code for this but wasn't able to write the code for the same. Ninja wants help to write a code and asks you for help. Help Ninja.

Example:

Pattern for N = 2
    0
   101
  21012
Problem approach

Using recursion

Try solving now
03
Round
Medium
Face to Face
Duration60 minutes
Interview date21 Nov 2022
Coding problem1

1. Puzzle

Minimum cuts required to cut the cake into 8 pieces

Problem approach

Tip 1 : Practice Puzzles on internet
Tip 2 : Keep in touch with seniors of your college
 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
4 rounds | 7 problems
Interviewed by Airtel
2711 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 5 problems
Interviewed by Airtel
2607 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 4 problems
Interviewed by Airtel
1757 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Airtel
2361 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7976 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10147 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4447 views
1 comments
0 upvotes