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

5 interviews found

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)

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Nov 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 - 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)

MINTIFI interview questions for popular designations

 Sales Manager

 (2)

 Front end Developer

 (1)

 Intern

 (1)

 Ror Software Engineer

 (1)

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)

Interview questions from similar companies

MLE Intern Interview Questions & Answers

HyperVerge user image Anonymous

posted on 17 Jan 2025

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

I applied via Campus Placement

Round 1 - Technical 

(4 Questions)

  • Q1. Describe projects?
  • Ans. 

    I have worked on various projects ranging from data analysis to machine learning models.

    • Developed a sentiment analysis model using natural language processing techniques

    • Implemented a recommendation system based on collaborative filtering algorithm

    • Worked on a predictive maintenance project for optimizing equipment performance

  • Answered by AI
  • Q2. Explain architecture of Efficient-nets
  • Ans. 

    EfficientNets are a family of convolutional neural networks that have been designed to achieve state-of-the-art accuracy with fewer parameters and FLOPS.

    • EfficientNets use a compound scaling method to balance network depth, width, and resolution for optimal performance.

    • They are based on a baseline network architecture called EfficientNet-B0, which is then scaled up to create larger models like EfficientNet-B1, Efficient...

  • Answered by AI
  • Q3. Explain transformers architecture
  • Ans. 

    Transformers architecture is a deep learning model that uses self-attention mechanism to process sequential data.

    • Transformers consist of an encoder and a decoder, each composed of multiple layers of self-attention and feed-forward neural networks.

    • Self-attention mechanism allows the model to weigh the importance of different input tokens when making predictions.

    • Transformers have achieved state-of-the-art performance in ...

  • Answered by AI
  • Q4. Longest sub array question in python.
  • Ans. 

    Find the longest subarray of strings in a given array.

    • Iterate through the array and keep track of the current subarray length.

    • Reset the subarray length when encountering a non-string element.

    • Return the length of the longest subarray found.

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. About family and past life
  • Q2. Past internships and learnings
  • Q3. College life and what they expect.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Company profile
  • Q2. What is travel and tourism
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is a dmc?
  • Q2. Disadvantages faced by a dmc
Round 3 - One-on-one 

(2 Questions)

  • Q1. Criteria based questions
  • Q2. Situation handling questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction yourself in details covering each points
  • Ans. 

    Experienced cluster manager with a proven track record in team leadership and strategic planning.

    • Over 5 years of experience in managing multiple teams and projects simultaneously

    • Strong leadership skills with the ability to motivate and inspire team members

    • Expertise in strategic planning and execution to achieve organizational goals

    • Excellent communication and interpersonal skills for effective team collaboration

    • Proven t...

  • Answered by AI
  • Q2. Location can be for new hotels for max revenue
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(4 Questions)

  • Q1. Talk about your work experience. Detailed questions about projects that I worked on.
  • Q2. Why are you interested in switching.
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic field.

    • Interested in leveraging my skills and experience in a new environment

    • Excited about the potential to work on innovative products

    • Looking for opportunities to expand my knowledge and expertise

  • Answered by AI
  • Q3. Do you use any food delivery apps frequently? What would you improve in Swiggy?
  • Ans. 

    Yes, I frequently use food delivery apps like Swiggy.

    • I use Swiggy at least a few times a week for ordering food.

    • I appreciate the wide variety of restaurants and cuisines available on Swiggy.

    • Improvement suggestion: Enhance the user interface for a smoother ordering experience.

    • Improvement suggestion: Implement a more accurate delivery time estimation system.

    • Improvement suggestion: Offer more personalized recommendations

  • Answered by AI
  • Q4. What is northstar metric, what would be northstar metric for Swiggy
  • Ans. 

    Northstar metric is the key metric that drives the core value of a product. For Swiggy, the northstar metric could be Daily Active Users (DAU) or Orders per User.

    • Northstar metric is the single metric that best captures the core value that your product delivers to customers.

    • For Swiggy, the northstar metric could be Daily Active Users (DAU) as it represents the number of unique users who engage with the platform on a dai...

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

(2 Questions)

  • Q1. Explain what you worked on, how did you grow the adoption of the feature.
  • Ans. 

    I worked on improving the adoption of a new feature by conducting user research, implementing user feedback, and creating targeted marketing campaigns.

    • Conducted user research to understand user needs and preferences

    • Implemented user feedback to make necessary improvements to the feature

    • Created targeted marketing campaigns to promote the feature to the right audience

  • Answered by AI
  • Q2. Design product to manage risks during an event. Sub-question- How would this change if the target market is tier 3 cities in India

Interview Preparation Tips

Topics to prepare for Keka HR Payroll Software Product Manager interview:
  • Product growth
  • Hr tech

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 12 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 52 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
2.9
 • 2 Interviews
Rubique Interview Questions
2.4
 • 1 Interview
View all

MINTIFI Reviews and Ratings

based on 91 reviews

3.5/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.5

Salary

3.1

Job security

3.1

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 91 Reviews and Ratings
Sales Manager
83 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Software Developer
15 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Operations Executive
14 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Manager
9 salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Area Sales Manager
8 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare MINTIFI with

LendingKart

3.1
Compare

Axio

3.7
Compare

NeoGrowth Credit

3.4
Compare

InCred Finance

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