Upload Button Icon Add office photos

Fino Payments Bank

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Fino Payments Bank Intern Interview Questions and Answers

Updated 6 Jan 2025

Fino Payments Bank Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude time and direction questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Question on SQL , group by , how to remove duplicate rows , basic hr family questions
  • Q2. Type of joins inSQL
  • Ans. 

    Different types of joins in SQL allow combining data from multiple tables based on specified conditions.

    • Inner Join: Returns rows that have matching values in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Outer Join: Returns all rows when there is a match in either left ...

  • Answered by AI
  • Q3. How to remove duplicate rows from table
  • Ans. 

    Use SQL query with DISTINCT keyword to remove duplicate rows from a table.

    • Use SELECT DISTINCT * FROM table_name to retrieve unique rows.

    • Use DELETE FROM table_name WHERE rowid NOT IN (SELECT MIN(rowid) FROM table_name GROUP BY column1, column2, ...); to delete duplicates.

    • Use ROW_NUMBER() OVER(PARTITION BY column1, column2, ... ORDER BY column1) AS rn to assign row numbers and then delete rows with rn > 1.

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 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 

MCQ+2 Coding questions

Round 3 - Technical 

(1 Question)

  • Q1. LCA in binary tree
  • Ans. 

    LCA in binary tree refers to finding the lowest common ancestor of two nodes in a binary tree.

    • Start from the root and traverse down the tree to find the paths to the two nodes

    • Compare the paths to find the last common node between them, which is the LCA

    • If one of the nodes is the ancestor of the other, return that node as the LCA

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Python , Bash , basic aptitude

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain URL config
  • Ans. 

    URL config is a configuration file that maps URLs to specific views or functions in a web application.

    • URL config is typically defined in a file like urls.py in Django framework.

    • It helps in routing incoming requests to the appropriate view or function.

    • URL patterns are defined using regular expressions to match specific URLs.

    • URL config allows for dynamic routing and handling of different endpoints in a web application.

  • Answered by AI
  • Q2. What is HTTP explain working
  • Ans. 

    HTTP is a protocol used for transferring data over the internet.

    • HTTP stands for Hypertext Transfer Protocol

    • It is the foundation of data communication on the World Wide Web

    • HTTP works by establishing a connection between a client and a server, where the client sends a request and the server responds with the requested data

    • Example: When you type a website URL in your browser, the browser sends an HTTP request to the serve

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation on basics

Skills evaluated in this interview

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

Interview Questionnaire 

4 Questions

  • Q1. About the yourself
  • Q2. Where you want to see yourself in next 5 years
  • Q3. About the process in which i am working
  • Q4. About the strength and weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - I have losts of knowledge about the process and i want to work with wns as a senior associate..i am thankful WNS to giving me this opportunity

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
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

Interview Questionnaire 

2 Questions

  • Q1. DSA asked overall
  • Q2. Practise all dsa questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not that hard can be solved with practise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

All about coding and solving questions

Round 2 - Technical 

(2 Questions)

  • Q1. All about coding questions in depth and follow up questions
  • Q2. Be good in coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Very supportive interviewer. Helps in between to make you comfortable

I applied via AngelList and was interviewed before Oct 2021. 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 - HR 

(2 Questions)

  • Q1. What's your name? Previously working details
  • Q2. Your long term goals?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare hard guys they are much more expertise in their field
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

45mins logical answers and quantitavie apptitude

Round 2 - Coding Test 

Coding is based on dsa problem sloving

Interview Preparation Tips

Topics to prepare for Google Pay Consultant interview:
  • DSA
Interview preparation tips for other job seekers - i am just saying for the formalities

Fino Payments Bank Interview FAQs

How many rounds are there in Fino Payments Bank Intern interview?
Fino Payments Bank interview process usually has 2 rounds. The most common rounds in the Fino Payments Bank interview process are Aptitude Test and One-on-one Round.
How to prepare for Fino Payments Bank Intern interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Fino Payments Bank. The most common topics and skills that interviewers at Fino Payments Bank expect are .NET Framework, Audit Documentation, LINQ, MIS and SQL Server.
What are the top questions asked in Fino Payments Bank Intern interview?

Some of the top questions asked at the Fino Payments Bank Intern interview -

  1. How to remove duplicate rows from ta...read more
  2. Type of joins in...read more

Tell us how to improve this page.

Fino Payments Bank Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 299 Interviews
DBS Bank Interview Questions
3.8
 • 157 Interviews
City Union Bank Interview Questions
3.2
 • 88 Interviews
CSB Bank Interview Questions
3.2
 • 75 Interviews
View all
Assistant Manager
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cluster Head
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Sales Manager
152 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Officer
125 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fino Payments Bank with

Paytm Payments Bank

3.8
Compare

Airtel Payments Bank

4.0
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