Upload Button Icon Add office photos

Filter interviews by

Airtel Payments Bank Software Developer Interview Questions and Answers for Experienced

Updated 4 Sep 2024

Airtel Payments Bank Software Developer Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test consisting of 2 questions. The first was based on a hash set and the second on a string topic.

Interview questions from similar companies

I was interviewed before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 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 

Explain Singleton pattern then add threading lock thing as enhancement,
usecases and implementation of LRU cache
use Java 8 stream API to filter and sort list of object

Round 3 - HR 

(3 Questions)

  • Q1. Why leaving previous organisation
  • Q2. Are you joining for salary or experience
  • Q3. Do you belive in Eko's vision

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic java implementability. brush up your recent experience/ projects.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asp .net Oops concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions .array or string helpful

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql basic question and answer
  • Q2. Sql all answers
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Finding possible options of moving horse in chess board

Round 2 - Coding Test 

Write the polyfill of bind (custom bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Leetcode medium 2 question in 60 minutes.

Round 2 - Coding Test 

Leet code hard 1 question

Round 3 - One-on-one 

(2 Questions)

  • Q1. Design a hashmap and internal working .. then few questions on linked hashmap
  • Q2. Assignment to make a snake and ladder
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding round consisted of three problems with easy to moderate level difficulty.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Variation of Minimum number of platforms required for railway station.
  • Ans. 

    Minimum number of platforms required for a railway station depends on the maximum number of trains arriving and departing at the same time.

    • Calculate the maximum number of trains arriving and departing at the same time.

    • Determine the time intervals for each train's arrival and departure.

    • Add extra platforms for buffer and unexpected delays.

    • Consider factors like train length, frequency, and scheduling conflicts.

    • Example: If...

  • Answered by AI
  • Q2. Rearrange the array such that the negative numbers are shifted to the beginning.
  • Ans. 

    Rearrange array with negative numbers at the beginning

    • Iterate through the array and move negative numbers to the beginning

    • Use two pointers approach to swap elements

    • Maintain the order of negative numbers while shifting them to the beginning

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Implement a simple program using multithreading.
  • Ans. 

    A simple program using multithreading can be implemented to demonstrate parallel execution of tasks.

    • Create a class that implements the Runnable interface in Java.

    • Override the run() method to define the task that will run in a separate thread.

    • Create instances of the class and start them using the Thread class.

    • Use synchronization mechanisms like locks or semaphores to manage shared resources in a thread-safe manner.

  • Answered by AI
  • Q2. Explain in details about the Java Collections API.
  • Ans. 

    Java Collections API provides a set of classes and interfaces to store and manipulate collections of objects.

    • Includes interfaces like List, Set, and Map for different types of collections

    • Provides classes like ArrayList, HashSet, and HashMap for implementing collections

    • Offers utility classes like Collections for common operations on collections

    • Introduced in Java 2 and has been expanded in subsequent versions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 Coding problems to be solved in 90 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. Introduction, Project Discussion, HTML Tags, Reverse a string, Level order traversal in a binary tree, Minimum swap operations to sort an array.
Round 3 - Technical 

(1 Question)

  • Q1. N-Queen problem, Coin Change, Number of Islands

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics.

Airtel Payments Bank Interview FAQs

How many rounds are there in Airtel Payments Bank Software Developer interview for experienced candidates?
Airtel Payments Bank interview process for experienced candidates usually has 1 rounds. The most common rounds in the Airtel Payments Bank interview process for experienced candidates are Coding Test.
What are the top questions asked in Airtel Payments Bank Software Developer interview for experienced candidates?

Some of the top questions asked at the Airtel Payments Bank Software Developer interview for experienced candidates -

  1. Twitter system des...read more
  2. Api design with filt...read more
  3. Usual leetcode questi...read more

Tell us how to improve this page.

Airtel Payments Bank Software Developer Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Fast track your campus placements

View all
Airtel Payments Bank Software Developer Salary
based on 30 salaries
₹6 L/yr - ₹20 L/yr
76% more than the average Software Developer Salary in India
View more details

Airtel Payments Bank Software Developer Reviews and Ratings

based on 6 reviews

4.6/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.5

Salary

4.7

Job security

4.6

Company culture

4.4

Promotions

4.6

Work satisfaction

Explore 6 Reviews and Ratings
Senior Manager
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Zonal Manager
128 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Promoter
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Airtel Payments Bank with

Paytm Payments Bank

3.8
Compare

Fino Payments Bank

3.9
Compare

India Post Payments Bank

4.1
Compare

Jio Payments Bank

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview