Upload Button Icon Add office photos

Filter interviews by

Finzy - Bridge FinTech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

(2 Questions)

  • Q1. Does Java support pass by reference?
  • Ans. 

    Yes

    • Java uses pass by value for all variables, including object references.

    • When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.

    • Modifying the reference inside the method will not affect the original reference outside the method.

    • However, modifications to the object's state inside the method will be visible outside the method.

  • Answered by AI
  • Q2. Explain Singleton Pattern
  • Ans. 

    Singleton pattern restricts the instantiation of a class to a single object.

    • Singleton pattern ensures that only one instance of a class exists throughout the application.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single instance needs to coordinate actions across the system.

    • Example: Database connection manager, logger, configuration manager.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

OneCard user image Kishan KAVATHIYA (Kishu)

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Internal Implementation of HashMap
  • Ans. 

    HashMap is implemented using an array of linked lists to handle collisions.

    • HashMap stores key-value pairs in an array of linked lists

    • Hash function is used to determine the index of the array where the key-value pair will be stored

    • Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list

    • HashMap allows null keys and values

    • HashMap is not synchronized...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about your self
  • Q2. Why should i hire u
Round 2 - Typing Test 

(2 Questions)

  • Q1. Minimum 30 word per min typing speed with 95+ accuracy
  • Q2. How did i spent your yesterday
Round 3 - One-on-one 

(1 Question)

  • Q1. Normal questions by operation manager

Interview Preparation Tips

Interview preparation tips for other job seekers - you have to look confident and good communication skill
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DS, Algo, DP, Greedy, Stack, Heap

Round 2 - Technical 

(2 Questions)

  • Q1. System Design a DropBox
  • Ans. 

    Design a scalable cloud storage system similar to DropBox.

    • Use distributed file system for storing files across multiple servers.

    • Implement data deduplication to save storage space.

    • Use client-side encryption for security.

    • Implement file synchronization across devices.

    • Utilize load balancing to distribute user requests.

    • Implement version control for files.

    • Use metadata for efficient file organization.

  • Answered by AI
  • Q2. Design a Linked List
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a reference to the next element.

    • Start with a Node class that has data and a reference to the next node

    • Create a LinkedList class that manages the nodes and provides methods like insert, delete, and search

    • Example: Node class - data, next; LinkedList class - head, insert(data), delete(data), search(data)

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

(2 Questions)

  • Q1. About yourself. Projects worked upon
  • Q2. Why want to join Ocrolus?

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was an online aptitude test duration of 30 mins and topics covered (maths,stats,tech)

Round 2 - Coding Test 

Hacathon test with java and python

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about projects
  • Q2. Discussion about code skills

Interview Preparation Tips

Interview preparation tips for other job seekers - highly recommended

Interview Questionnaire 

4 Questions

  • Q1. Please Introduce Yourself.
  • Q2. Long Communication About Former Company's Experiences (Process, Responsibility, Designation & Salary).
  • Q3. Mathematics About Percentage. (Verbally)
  • Q4. Aptitude Test (Written) you 2

Interview Preparation Tips

Interview preparation tips for other job seekers - When you are infront Interviewer don't hesitate about your Viva that how'll this happen, will i perform and all that. Don't worry about all of this. He/She will not be a ghost or devil definitely. They'll be a simple human being. They wanna know just about yourself and your former Experience & measure your School's period knowledge. Just nothing more than that . So please be cool , keep calm and keep the faith on yourself and ofcourse God. And go for it because you can do this. You made for to do this .

Lot's Of Wishes for Everyone / Good Luck




Akash Dubey
Round 1 - Aptitude Test 

Basic logic question

Round 2 - Technical 

(1 Question)

  • Q1. Basic core knowledge
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - All are good and hr is very good in nature
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Time and work ,time and distance

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview are very friendly and give time to explain the question asked in interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your job role
  • Ans. 

    I am responsible for assisting in various tasks and projects within the company.

    • Supporting team members in daily operations

    • Completing assigned tasks in a timely manner

    • Assisting in research and analysis

    • Participating in meetings and discussions

  • Answered by AI
  • Q2. What is the ctc
  • Ans. 

    CTC stands for Cost to Company, which includes all expenses related to an employee's compensation.

    • CTC includes salary, bonuses, benefits, and any other perks provided by the company

    • It is the total amount of money a company spends on an employee in a year

    • CTC is often used to negotiate job offers and understand the full value of a compensation package

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic python, sql and pandas questions

Round 2 - Technical 

(2 Questions)

  • Q1. Case study (Probability questions)
  • Q2. Resume projects

Tell us how to improve this page.

Finzy - Bridge FinTech Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

CRED Interview Questions
3.5
 • 37 Interviews
Kissht Finance Interview Questions
3.9
 • 33 Interviews
Money View Interview Questions
4.2
 • 30 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
Jodo Interview Questions
3.6
 • 23 Interviews
OneCard Interview Questions
3.5
 • 22 Interviews
indiagold Interview Questions
4.2
 • 22 Interviews
Ocrolus East Interview Questions
3.5
 • 19 Interviews
SafexPay Interview Questions
3.7
 • 17 Interviews
View all

Finzy - Bridge FinTech Reviews and Ratings

based on 9 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.0

Salary

3.1

Job security

3.9

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 9 Reviews and Ratings
Credit Manager
8 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Operations Manager
7 salaries
unlock blur

₹4.1 L/yr - ₹5.1 L/yr

Business Development Manager
6 salaries
unlock blur

₹5.1 L/yr - ₹6.8 L/yr

Business Development Executive
4 salaries
unlock blur

₹2.5 L/yr - ₹4.1 L/yr

Investment Manager
4 salaries
unlock blur

₹5.2 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Finzy - Bridge FinTech with

Kissht Finance

3.9
Compare

Money View

4.2
Compare

Ocrolus East

3.5
Compare

Uni Cards

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