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 Build Engineer Interview Questions and Answers

Updated 18 Sep 2024

Fino Payments Bank Build Engineer Interview Experiences

1 interview found

Build Engineer Interview Questions & Answers

user image Deeksha Kushwaha

posted on 18 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Sorting of linked list
Find the number of strings which are substrings of a given big string

Round 2 - HR 

(2 Questions)

  • Q1. Where do you see 5 years from now
  • Ans. 

    In 5 years, I see myself as a senior Build Engineer leading a team of developers, implementing cutting-edge technologies, and streamlining the build process.

    • Leading a team of developers in implementing new technologies

    • Streamlining the build process for efficiency

    • Continuing professional development to stay current with industry trends

  • Answered by AI
  • Q2. How do you come to know about our company
  • Ans. 

    I came to know about your company through a job search website.

    • I found your company listed on a job search website like Indeed or Glassdoor.

    • I read about your company in a job posting on LinkedIn.

    • A friend or colleague recommended your company to me.

    • I researched companies in the industry and came across yours.

  • Answered by AI

Interview questions from similar companies

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

I appeared for an interview before Oct 2022.

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

(4 Questions)

  • Q1. Difference between jvm,jdk and jre
  • Ans. 

    JVM is the Java Virtual Machine that executes Java bytecode, JDK is the Java Development Kit for developing Java applications, and JRE is the Java Runtime Environment for running Java applications.

    • JVM is a virtual machine that executes Java bytecode, providing a runtime environment for Java programs.

    • JDK is a development kit that includes tools for developing, debugging, and monitoring Java applications.

    • JRE is a runtime...

  • Answered by AI
  • Q2. Basic concepts of core java
  • Q3. About the previous roles and responsibilities
  • Q4. About their project discription

Interview Preparation Tips

Interview preparation tips for other job seekers - Please follow some more about the scenarios

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

One linked list and one bst ques

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Coding test on Hackerrank platform of 2 hrs

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are your Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thoroughly prepared and don't hesitate and rock the interview with a calm mind
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Resume based+ DSA + Riddles
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
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Dsa and oops basic
Round 3 - Technical 

(1 Question)

  • Q1. Dsa and oops and os
Round 4 - HR 

(1 Question)

  • Q1. Normal hr questions

Fino Payments Bank Interview FAQs

How many rounds are there in Fino Payments Bank Build Engineer interview?
Fino Payments Bank interview process usually has 2 rounds. The most common rounds in the Fino Payments Bank interview process are Coding Test and HR.

Tell us how to improve this page.

Fino Payments Bank Build Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

DBS Bank Interview Questions
3.8
 • 161 Interviews
City Union Bank Interview Questions
3.2
 • 92 Interviews
CSB Bank Interview Questions
3.2
 • 75 Interviews
View all
Assistant Manager
209 salaries
unlock blur

₹1.7 L/yr - ₹8.1 L/yr

Cluster Head
151 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Manager
126 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Officer
123 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Customer Relationship Officer
108 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Explore more salaries
Compare Fino Payments Bank with

AU Small Finance Bank

4.2
Compare

Equitas Small Finance Bank

4.4
Compare

ESAF Small Finance Bank

3.7
Compare

DBS Bank

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