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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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 StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... 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 (8)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed 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 (54)

FinBox interview questions for popular designations

 Backend Developer Intern

 (1)

 Backend Intern

 (1)

 Business Analyst

 (1)

 Data Analyst

 (1)

 Devops Engineer

 (1)

 React Js Frontend Developer

 (1)

 Senior Engineer

 (1)

 Senior Software Engineer

 (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

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(11 Questions)

  • Q1. Introduce yourself
  • Q2. Defference between Implicit And Explicit enhancement
  • Q3. What defferet type of enhancement and explain each
  • Q4. How to debug backgroud job
  • Q5. How debug smartforms
  • Q6. Which bapi you have used
  • Q7. What is file handling
  • Q8. Which FM is used to upload data
  • Q9. TMG events senario question
  • Q10. How ro make table feild case sensitive
  • Q11. Why we need to use BSPI instead od Update qury
Round 2 - Technical 

(12 Questions)

  • Q1. Introduce yourself
  • Q2. What is the defference between Explicit and implicit enhancement
  • Q3. Explain Customer Exit requirements on which u worked
  • Q4. Different type of FM
  • Q5. How to create BAPI
  • Q6. Tcode for code optimization
  • Q7. How to optimize code
  • Q8. Tcode for ADOBE Form
  • Q9. Have you worked on Module Pool
  • Q10. Tcodes related to IDOC
  • Q11. What is the use of Commite statement
  • Q12. On which repprys u have worked
Round 3 - HR 

(3 Questions)

  • Q1. Why there is gap of 1 year after completing your graduation to getting job
  • Q2. Preferred location
  • Q3. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics. They ask only besics questions and whenever you answer give the example your requirements on which you worked, be confident.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Case Study 

Typically includes an executive summary, background information, a discussion of the findings, proposed solutions, and a conclusion. This reply all questions in detail with studies program

Round 2 - Technical 

(2 Questions)

  • Q1. Questions asked in interviews to assess a candidate's technical knowledge and problem-solving skills. They can cover a range of topics, including programming languages, tools, and processes.
  • Q2. How will joining be done in the company?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Don't ask anything and I am setting the job recruitment and selection will be in detail this company
  • Q2. Vi don't know asking any questions this company and no any doubt
Round 4 - HR 

(2 Questions)

  • Q1. HR interviewers ask questions to learn about a candidate's skills, experience, and fit for the company culture. Some common questions include.
  • Q2. It's their way of checking if you have any further inquiries about the role, the company, or the next steps in the hiring proces.

Interview Preparation Tips

Interview preparation tips for other job seekers - thoroughly researching companies and roles before applying, actively networking with professionals in your field, tailoring your resume and cover letter to each job, practicing interview skills, staying updated on industry trends, and continuously developing relevant skills to stay competitive in the job market.

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 7 interviews in last 1 year

Interview experience

3.4
  
Average

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Paytm Interview Questions
3.3
 • 760 Interviews
Bajaj Finserv Interview Questions
4.0
 • 499 Interviews
PolicyBazaar Interview Questions
3.6
 • 319 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Groww Interview Questions
3.8
 • 64 Interviews
Mobikwik Interview Questions
4.1
 • 45 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Zerodha Interview Questions
4.2
 • 8 Interviews
View all

FinBox Reviews and Ratings

based on 8 reviews

2.4/5

Rating in categories

2.1

Skill development

2.1

Work-life balance

3.1

Salary

2.6

Job security

2.5

Company culture

2.4

Promotions

1.8

Work satisfaction

Explore 8 Reviews and Ratings
Production Analyst
10 salaries
unlock blur

₹10 L/yr - ₹19 L/yr

Software Developer
7 salaries
unlock blur

₹8 L/yr - ₹36.8 L/yr

Data Scientist
7 salaries
unlock blur

₹12.4 L/yr - ₹22 L/yr

Product Manager
7 salaries
unlock blur

₹21 L/yr - ₹36 L/yr

Data Quality Associate
7 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare FinBox with

Razorpay

3.6
Compare

Paytm

3.3
Compare

Mobikwik

4.0
Compare

PhonePe

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