Upload Button Icon Add office photos

Filter interviews by

Jio Payments Bank Junior Software Developer Interview Questions and Answers

Updated 27 Feb 2025

Jio Payments Bank Junior Software Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What technical skills do you possess?
  • Ans. 

    I possess strong technical skills in programming languages such as Java, Python, and C++, as well as experience with databases and web development.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with databases such as MySQL and MongoDB

    • Knowledge of web development technologies like HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. What technical skills do you possess?
  • Ans. 

    I possess strong technical skills in programming languages such as Java, Python, and C++, as well as experience with databases and web development.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with databases such as MySQL and MongoDB

    • Familiarity with web development technologies like HTML, CSS, and JavaScript

  • Answered by AI

Interview questions from similar companies

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql basic question and answer
  • Q2. Sql all answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Mar 2023. 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 

Basic to Medium Coding Questions based on Array, LinkedList and HashMap

Round 3 - Technical 

(2 Questions)

  • Q1. Java Design Patterns
  • Q2. Backend and Scalability

Interview Preparation Tips

Interview preparation tips for other job seekers - Properly prepare basic DSA, such as, Array, linked list, Hash, Sorting. Clear your Java concepts and have a good understanding of Backend and Scalability.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Prepare Ds algo - array, link list, stack, queue. And advance things of your domain

Round 2 - Coding Test 

DS apti questions oral

Round 3 - One-on-one 

(1 Question)

  • Q1. Ds algo plus your domain discussion. Previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Given
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode problem
1. house robbers
2. Reverse linkedlist

Round 2 - Technical 

(3 Questions)

  • Q1. Difference between qualifier and auto wired?
  • Ans. 

    Qualifier is used to specify which bean to autowire, while Autowired is used to automatically wire the bean.

    • Qualifier is used to resolve ambiguity when multiple beans of the same type are present in the context.

    • Autowired is used to automatically inject the dependency by type.

    • Qualifier is used in conjunction with Autowired to specify the bean to be injected.

  • Answered by AI
  • Q2. Abstract vs interface?
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods.

    • Interfaces can only have abstract methods and constants.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Example: Abstract class - Animal with abstract method 'eat', Interface - Flyable with method

  • Answered by AI
  • Q3. Exception handling in polymorphism
  • Ans. 

    Exception handling in polymorphism involves handling exceptions that may occur in overridden methods.

    • In polymorphism, a subclass method can override a superclass method, including exception handling.

    • Subclass methods can throw exceptions that are subclasses of the exceptions thrown by the superclass method.

    • When calling a method on a superclass reference that points to a subclass object, the subclass method's exception h...

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

(1 Question)

  • Q1. WhatsApp notification system design
  • Ans. 

    Design a notification system for WhatsApp

    • Use push notifications for real-time updates

    • Implement message queue for reliable delivery

    • Allow users to customize notification settings

    • Utilize web sockets for instant messaging

    • Consider implementing read receipts for messages

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

It was a hacker earth test. The questions i had got was weird and the answer was something along the lines of if(num==2) return "y" else return "N"

Round 2 - One-on-one 

(1 Question)

  • Q1. Usual leetcode questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Twitter system design
  • Ans. 

    Twitter is a social media platform that allows users to share short messages called tweets.

    • Twitter uses a distributed system architecture to handle high traffic and ensure scalability.

    • The system consists of multiple servers for different functions such as user authentication, tweet storage, and search indexing.

    • Twitter also uses caching and load balancing techniques to improve performance.

    • To handle real-time updates, Tw...

  • Answered by AI
  • Q2. Api design with filters
  • Ans. 

    API design with filters allows users to retrieve specific data by applying filters to the API request.

    • Filters can be applied to different fields in the API request, such as date range, location, or category.

    • API design should include clear documentation on available filters and their syntax.

    • Filters can be combined to create more complex queries.

    • Examples of filter syntax include using operators such as '>', '<', '>=', '<...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a seanprasad leetcode link that definitely should be solved by all software Engineers who are preparing for coding interview. Also try neetcode.io/practice

Skills evaluated in this interview

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 

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

Jio Payments Bank Interview FAQs

How many rounds are there in Jio Payments Bank Junior Software Developer interview?
Jio Payments Bank interview process usually has 1 rounds. The most common rounds in the Jio Payments Bank interview process are Technical.

Tell us how to improve this page.

Jio Payments Bank Junior Software Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

HighRadius Interview Questions
2.9
 • 182 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
Revolut Interview Questions
2.5
 • 95 Interviews
Rupeek Interview Questions
3.7
 • 60 Interviews
View all

Fast track your campus placements

View all
Senior Executive
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jio Payments Bank with

Paytm Payments Bank

3.8
Compare

Airtel Payments Bank

4.0
Compare

Fino Payments Bank

3.9
Compare

India Post Payments Bank

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