Upload Button Icon Add office photos

Filter interviews by

MINTIFI Interview Questions, Process, and Tips

Updated 24 Dec 2024

Top MINTIFI Interview Questions and Answers

MINTIFI Interview Experiences

Popular Designations

10 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ask Basic Linux Command Like, Netstat, SCP etc
  • Q2. Besic Knowdledge on AWS.

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 (1)

Sales Manager Interview Questions & Answers

user image Muzaffar Ahmad

posted on 7 Jan 2024

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

I was interviewed in Jul 2023.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Reporting manager called for hiring
  • Q2. Just attitude check
  • Q3. Attitude and personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok for freshers, growth opportunities. But lack of management as company is new.

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (15)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. Excel Shortcuts, Portfolio Management, Industry Analysis.
Round 3 - One-on-one 

(4 Questions)

  • Q1. What do you know about SCF product
  • Ans. 

    SCF product refers to Supply Chain Finance product which helps in optimizing cash flow and working capital management.

    • SCF product is a financial solution that helps businesses optimize their cash flow and working capital management.

    • It involves financing the supply chain by providing early payment to suppliers and extending payment terms to buyers.

    • SCF product can be offered by banks, financial institutions, or third-par...

  • Answered by AI
  • Q2. How do you think you can help in the functioning of your division??
  • Q3. Did you go through the Profile of the company? What as per you is the business of the company?
  • Q4. The work environment will be hectic and it will be a 6 day working day. How ready are you to put in long hours when required.

Credit Risk Manager Interview Questions asked at other Companies

Q1. What do you know about SCF product
View answer (1)

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2023

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

I was interviewed in Aug 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Past company..................
Round 3 - One-on-one 

(1 Question)

  • Q1. Details past company

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (15)

MINTIFI interview questions for popular designations

 Sales Manager

 (4)

 Credit Risk Manager

 (1)

 Devops Engineer

 (1)

 Front end Developer

 (1)

 Intern

 (1)

 Ror Software Engineer

 (1)

 SAL

 (1)

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your sales experience?
  • Ans. 

    I have over 10 years of sales experience in various industries, consistently exceeding targets and building strong client relationships.

    • 10+ years of sales experience

    • Consistently exceeded sales targets

    • Built strong client relationships

  • Answered by AI
  • Q2. What can you tell me about the behavior of the person?
  • Ans. 

    The behavior of a Sales Manager can vary but typically includes strong communication skills, motivation, leadership, and a results-driven attitude.

    • Strong communication skills are essential for effectively interacting with clients, team members, and upper management.

    • Motivation is key to driving sales performance and maintaining a positive attitude in the face of challenges.

    • Leadership qualities are important for guiding ...

  • Answered by AI

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (16)

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 11 May 2024

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

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Last company experience
  • Q2. What is your expectations
  • Q3. When your are joining

Interview Preparation Tips

Interview preparation tips for other job seekers - If ASM required so connect all interviews only ASM

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (16)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain model view controller model in ROR
  • Ans. 

    MVC is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • In ROR, the model is typically represented by a database table, the view is an HTML template, and the controller is...

  • Answered by AI
  • Q2. What are different types of associations?
  • Ans. 

    Different types of associations include one-to-one, one-to-many, many-to-many, and polymorphic associations.

    • One-to-one association: each record in one table is associated with one and only one record in another table.

    • One-to-many association: each record in one table is associated with one or more records in another table.

    • Many-to-many association: each record in one table is associated with one or more records in anothe...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to handle exceptions in ruby?
  • Ans. 

    Exceptions in Ruby can be handled using the 'begin', 'rescue', and 'ensure' keywords.

    • Use 'begin' to start a block of code that may raise an exception

    • Use 'rescue' to catch the exception and handle it

    • Use 'ensure' to ensure that a block of code is always executed, regardless of whether an exception was raised or not

    • Use 'raise' to manually raise an exception

    • Use 'retry' to retry a block of code if an exception was raised

  • Answered by AI
  • Q2. Explain roles and responsibilities in current organizations
  • Ans. 

    As a Ror Software Engineer, my roles and responsibilities include developing and maintaining Ruby on Rails applications.

    • Developing and implementing new features and functionalities in Ruby on Rails applications

    • Writing clean, efficient, and maintainable code

    • Troubleshooting and debugging issues in existing applications

    • Collaborating with cross-functional teams to gather requirements and deliver high-quality software solut...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study basics of ruby on rails , database and OOPs concepts.

Skills evaluated in this interview

Ror Software Engineer Interview Questions asked at other Companies

Q1. what are different types of associations?
View answer (1)

SAL Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2024

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

I applied via Naukri.com and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is your last salary
  • Q2. Which company you are working

SAL Interview Questions asked at other Companies

Q1. what are the different types of asynchronous apex
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case Study 

Basic case about mintifi finserve pvt ltd. which is situation based and ask about what solution is provided by them

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself,
  • Q2. Your home town, your qualification

Interview Preparation Tips

Interview preparation tips for other job seekers - just be honest and its a easy interview to crack and

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is useEffect
  • Ans. 

    useEffect is a hook in React that allows functional components to perform side effects.

    • It is used to perform side effects in functional components.

    • It runs after every render by default.

    • It can be used to fetch data, subscribe to events, or update the DOM.

    • It can take a second argument, an array of dependencies, to control when the effect runs.

  • Answered by AI

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

MINTIFI Interview FAQs

How many rounds are there in MINTIFI interview?
MINTIFI interview process usually has 1-2 rounds. The most common rounds in the MINTIFI interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for MINTIFI 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 MINTIFI. The most common topics and skills that interviewers at MINTIFI expect are NBFC, Sales, Sales Executive Activities, Sales Management and Channel Sales Management.
What are the top questions asked in MINTIFI interview?

Some of the top questions asked at the MINTIFI interview -

  1. what are different types of associatio...read more
  2. how to handle exceptions in ru...read more
  3. explain model view controller model in ...read more

Tell us how to improve this page.

MINTIFI Interview Process

based on 25 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Cogoport Interview Questions
2.9
 • 53 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
InCred Finance Interview Questions
3.8
 • 21 Interviews
Epimoney Interview Questions
3.3
 • 10 Interviews
Axio Interview Questions
3.7
 • 8 Interviews
ZipLoan Interview Questions
3.0
 • 2 Interviews
Rubique Interview Questions
2.4
 • 1 Interview
View all

MINTIFI Reviews and Ratings

based on 203 reviews

3.5/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.5

Salary

3.2

Job security

3.1

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 203 Reviews and Ratings
Sales Manager
202 salaries
unlock blur

₹2.5 L/yr - ₹6.1 L/yr

Area Sales Manager
29 salaries
unlock blur

₹4.6 L/yr - ₹10.5 L/yr

Operations Executive
26 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Software Developer
15 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Manager
11 salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Explore more salaries
Compare MINTIFI with

LendingKart

3.1
Compare

Axio

3.7
Compare

NeoGrowth Credit

3.3
Compare

InCred Finance

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