Upload Button Icon Add office photos

Filter interviews by

FinBox Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top FinBox Interview Questions and Answers

View all 6 questions

FinBox Interview Experiences

Popular Designations

8 interviews found

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

2 interview questions - 1 on stack and 1 on tree

Round 2 - Technical 

(1 Question)

  • Q1. System design related question (very ambiguous)

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview experience, system design round was very ambiguous

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About roles and responsibilities
  • Q2. Explain about security best practicies you used in CICD
  • Ans. 

    Implementing security best practices in CICD pipeline is crucial for protecting code and infrastructure.

    • Implementing code scanning tools like SonarQube or Checkmarx to identify security vulnerabilities in code

    • Using secrets management tools like HashiCorp Vault or AWS Secrets Manager to securely store and manage sensitive information

    • Implementing automated security testing tools like OWASP ZAP or Burp Suite to identify a...

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ETL in SQL?
  • Ans. 

    ETL stands for Extract, Transform, Load in SQL. It is a process of extracting data from various sources, transforming it into a usable format, and loading it into a target database.

    • Extract: Retrieving data from different sources such as databases, files, APIs, etc.

    • Transform: Cleaning, filtering, and structuring the extracted data to fit the target database schema.

    • Load: Loading the transformed data into the target datab...

  • Answered by AI

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in May 2024.

Round 1 - Coding Test 

It was supposed to be a coding test but the interviewer decided to go into the details of system design at my current company which took half of the time. Then we got into the coding part of the interview, I could code first question which was the top view of a binary tree. For the second I explained the approach which was left view of a binary tree. Never got a call from HR again

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

FinBox interview questions for popular designations

 Devops Engineer

 (1)

 Senior Engineer

 (1)

 Data Analyst

 (1)

 Backend Intern

 (1)

 Senior Software Engineer

 (1)

 Business Analyst

 (1)

 React Js Frontend Developer

 (1)

 Backend Developer Intern

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Html related questions
  • Q2. Css related questions
  • Q3. Coding based on js

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. 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 - One-on-one 

(4 Questions)

  • Q1. Left , right ,top, bottom view of a BT
  • Ans. 

    Left, right, top, and bottom views of a Binary Tree

    • Left view: Nodes visible when seen from the left side

    • Right view: Nodes visible when seen from the right side

    • Top view: Nodes visible when seen from the top

    • Bottom view: Nodes visible when seen from the bottom

  • Answered by AI
  • Q2. General DSA questions
  • Q3. There are 3 candy jars, 1 has chocolate and 1 has vanilla and another has mixed. but the jars arent labeled. minimize the number of tastes to label them correctly
  • Q4. I was asked to scale up my project

Skills evaluated in this interview

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 22 May 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Number of employees managing same number of employees as manager
  • Ans. 

    The number of employees managed by a manager is typically around 5-10, but can vary depending on the industry and company size.

    • On average, a manager may oversee 5-10 employees, but this can vary based on the industry and company size.

    • In smaller companies, a manager may only have 1-3 employees reporting to them, while in larger corporations, they could manage a team of 20 or more.

    • The optimal number of employees managed ...

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

(1 Question)

  • Q1. General discussion about goals and interests

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Whats an API , can you make one on spot
  • Ans. 

    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • They enable developers to access the functionality of other software components or services without having to understand their internal workings.

    • APIs can be used to retr...

  • Answered by AI

Skills evaluated in this interview

Backend Intern Interview Questions asked at other Companies

Q1. whats an API , can you make one on spot
View answer (1)

Interview questions from similar companies

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

FinBox Interview FAQs

How many rounds are there in FinBox interview?
FinBox interview process usually has 1-2 rounds. The most common rounds in the FinBox interview process are One-on-one Round, Technical and Coding Test.
How to prepare for FinBox 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 FinBox. The most common topics and skills that interviewers at FinBox expect are ATS, Campus Hiring, Employer Branding, Hiring and Interview Coordination.
What are the top questions asked in FinBox interview?

Some of the top questions asked at the FinBox interview -

  1. There are 3 candy jars, 1 has chocolate and 1 has vanilla and another has mixed...read more
  2. Number of employees managing same number of employees as mana...read more
  3. explain about security best practicies you used in C...read more

Tell us how to improve this page.

FinBox Interview Process

based on 10 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Paytm Interview Questions
3.3
 • 753 Interviews
Bajaj Finserv Interview Questions
4.0
 • 522 Interviews
PolicyBazaar Interview Questions
3.6
 • 357 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Groww Interview Questions
3.7
 • 66 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Zerodha Interview Questions
4.2
 • 9 Interviews
View all

FinBox Reviews and Ratings

based on 9 reviews

2.4/5

Rating in categories

2.0

Skill development

2.2

Work-life balance

3.2

Salary

2.8

Job security

2.6

Company culture

2.2

Promotions

1.8

Work satisfaction

Explore 9 Reviews and Ratings
Production Analyst
11 salaries
unlock blur

₹10 L/yr - ₹19 L/yr

Data Analyst
9 salaries
unlock blur

₹6.5 L/yr - ₹8 L/yr

Software Engineer
8 salaries
unlock blur

₹9 L/yr - ₹30.5 L/yr

Data Scientist
8 salaries
unlock blur

₹15 L/yr - ₹22 L/yr

Data Quality Analyst
8 salaries
unlock blur

₹5.5 L/yr - ₹7 L/yr

Explore more salaries
Compare FinBox with

Razorpay

3.6
Compare

Paytm

3.3
Compare

Mobikwik

3.7
Compare

PhonePe

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