Upload Button Icon Add office photos

Filter interviews by

Clear (1)

India Post Payments Bank Executive Officer Interview Questions and Answers

Updated 13 Jun 2024

India Post Payments Bank Executive Officer Interview Experiences

1 interview found

Executive Officer Interview Questions & Answers

user image Somanath Sahoo

posted on 13 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response

I applied via Company Website

Round 1 - HR 

(2 Questions)

  • Q1. Sels experience
  • Q2. Certificate course documents
Round 2 - One-on-one 

(2 Questions)

  • Q1. Visiting branch office and sub office bank sales improve bank Revenue & casa improve
  • Q2. Bank for sales improve branch

Interview Preparation Tips

Interview preparation tips for other job seekers - Good performance that Promotion

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. DSA round containing 2 coding questions along with some Java Questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Design Round along with some puzzles
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round

I was interviewed in Dec 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Time - afternoon. 
Interviewer jumped straight into interview, formal and comfortable environment. 
1. Interviewer introduction 
2. Interviewee introduction
3. Coding question 1 - difficulty medium, topic - arrays
- explain approach, write code (pseudo code is fine), dry run on given TCS. 
4. Coding question 2 - same as above, only question was different. Slightly more difficult but on arrays only. 
5. Questions on Python & Django - difficulty medium - write code related to queryset on django objects
6. SQL question to code - 10th highest salary.

  • Q1. 

    Reverse Only Letters Problem Statement

    You are given a string S. The task is to reverse the letters of the string while keeping non-alphabet characters in their original position.

    Example:

    Input:
    S = "...
  • Ans. 

    Reverse the letters of a string while keeping non-alphabet characters in their original position.

    • Iterate through the string and store the non-alphabet characters in their original positions

    • Reverse the letters of the string using two pointers technique

    • Combine the reversed letters with the non-alphabet characters to get the final reversed string

  • Answered by AI
  • Q2. 

    Alternate Positive and Negative Numbers

    Given an array arr that contains an equal number of positive and negative elements, rearrange the given array such that positive and negative numbers are arranged a...

  • Ans. 

    Rearrange an array with equal positive and negative numbers alternatively while maintaining relative order.

    • Iterate through the array and separate positive and negative numbers into two separate arrays.

    • Merge the two arrays alternatively into the original array.

    • Ensure the relative order of positive and negative numbers is maintained.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 60 Minutes
Round difficulty - Medium

1. Intro of interviewer
2. Intro of interviewee
3. Questions on Python - decorators, static method, class methods
4. Principal of coding, best practices
5. Question on DB - What is indexing, how to improve, best use of indexing.
6. Questions on django - what is django ORM, What is sandbox, Django models, Django queries.
7. Previous job, what do you do, stack you work on.

Very friendly environment, very pleasing person, loved it.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in PuneEligibility criteria0-1 year experience.PayU interview preparation:Topics to prepare for the interview - Python, Django, Dynamic Programming, Arrays, Graphs, OS, CN, DBMS, SQL, System DesignTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Good at coding (solving, explaining), especially Dynamic Programming questions like knapsack. Focus 70% time on coding
Tip 2 : Apply to jobs through referral not on company site. Very important. 
Tip 3 : Prepare good projects with how to explain in interview.
Tip 4 : Sound very energetic, competitive and some one with eager to learn, so they select you thinking you can be taught things as you have good attitude.
Remember : Good attitude in good coder > Bad attitude in expert coder.

Application resume tips for other job seekers

Tip 1 : Max three, projects, which are interesting to talk about, and you have won something for it. 
Tip 2 : Leave lot of white space, keep content small and in one page

Final outcome of the interviewSelected
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 Resume tips
Round 2 - Coding Test 

There was a Hackerearth test with two questions

Round 3 - Technical 

(2 Questions)

  • Q1. Some standard data structures question on array
  • Q2. Standard question on trees

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise on the standard data structures questions and a bit on api design and system design

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why you want to switch in same Industry.

Interview Preparation Tips

Interview preparation tips for other job seekers - For growth opportunity which I assume that PayU would provide me.
I want to grow in the same Industry and still explore myself.

I was interviewed in Jun 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Contained mix of coding, oops and general programming questions

Coding was live coding round
It was around 12pm
They used their own coding environment, I coded in java

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in an array of integers.

    • Iterate through the array and keep track of the maximum sum subarray seen so far.

    • Use Kadane's algorithm to efficiently find the maximum subarray sum.

    • Consider the case where all elements in the array are negative.

    • Handle the case where the array contains only one element.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Hard

It was a collection of HLD AND LLD
Was around 12pm
This was conducted on bluejeans

  • Q1. Design a URL shortener with a database and all necessary components.
  • Ans. 

    Design a URL shortener with database and necessary components

    • Use a unique identifier for each URL to generate short links

    • Store the original URL and corresponding short link in a database

    • Implement a redirect mechanism to redirect short links to original URLs

    • Consider implementing analytics to track usage and performance

    • Ensure scalability and reliability of the system

  • Answered by AI
Round 3 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was a friendly managerial round with director of my team, he was very for me to come on board and explained truthfully how payu is.

Round 4 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Just a normal HR discussion, he informed me that I've been selected and we discussed about the salary part

  • Q1. Can you describe your experience working in a corporate environment?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in BangaloreEligibility criteria2 years of job experiencePayU interview preparation:Topics to prepare for the interview - Data structure, Algorithm, HLD, LLD, Dynamic programming, GraphsTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : have strong grasp of graph based algorithms
Tip 2 : have strong knowledge of data structure 
Tip 3 : should be able to find where to use appropriate design pattern

Application resume tips for other job seekers

Tip 1 : keep it short and simple 
Tip 2 : focus more on design/architecture of project

Final outcome of the interviewSelected

Skills evaluated in this interview

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium questions using priority queue. I don't remeber exact now

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview round was vry simple binary tree mirror question
Round 3 - HR 

(1 Question)

  • Q1. 5 mins round. basics like location

Interview Preparation Tips

Interview preparation tips for other job seekers - OA is hard, rest process is easy
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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Resume based+ DSA + Riddles
Contribute & help others!
anonymous
You can choose to be anonymous

India Post Payments Bank Interview FAQs

How many rounds are there in India Post Payments Bank Executive Officer interview?
India Post Payments Bank interview process usually has 2 rounds. The most common rounds in the India Post Payments Bank interview process are HR and One-on-one Round.
What are the top questions asked in India Post Payments Bank Executive Officer interview?

Some of the top questions asked at the India Post Payments Bank Executive Officer interview -

  1. Visiting branch office and sub office bank sales improve bank Revenue & casa im...read more
  2. Certificate course docume...read more
  3. Bank for sales improve bra...read more

Recently Viewed

SALARIES

Airtel Payments Bank

INTERVIEWS

India Post Payments Bank

No Interviews

INTERVIEWS

IDFC FIRST Bharat

No Interviews

INTERVIEWS

IDFC FIRST Bharat

No Interviews

INTERVIEWS

IDFC FIRST Bharat

No Interviews

INTERVIEWS

India Post Payments Bank

No Interviews

INTERVIEWS

IDFC FIRST Bharat

No Interviews

INTERVIEWS

American Express

No Interviews

INTERVIEWS

IDFC FIRST Bharat

No Interviews

INTERVIEWS

IDFC FIRST Bharat

No Interviews

Tell us how to improve this page.

India Post Payments Bank Executive Officer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Vodafone Idea Interview Questions
4.1
 • 553 Interviews
IDBI Bank Interview Questions
3.5
 • 67 Interviews
PayU Payments Interview Questions
3.6
 • 54 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
Bank of India Interview Questions
3.9
 • 44 Interviews
Canara Bank Interview Questions
3.4
 • 42 Interviews
View all
Senior Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Branch Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Chief Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare India Post Payments Bank with

Paytm Payments Bank

3.8
Compare

Airtel Payments Bank

4.0
Compare

Fino Payments Bank

3.9
Compare

Jio Payments Bank

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent