Upload Button Icon Add office photos

Mahindra Finance

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Mahindra Finance MIS Officer Interview Questions and Answers

Updated 25 Jan 2025

Mahindra Finance MIS Officer Interview Experiences

1 interview found

MIS Officer Interview Questions & Answers

user image Anonymous

posted on 25 Jan 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oparation round
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview questions from similar companies

Round 1 - Assignment 

Python based EDA assignment

Round 2 - One-on-one 

(1 Question)

  • Q1. Nilllllllllllllllllllllllll

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your Python and sql skills strong enough
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. It was more related to my projects
  • Q2. Asked questions on PCA,KNN and Elbow method .
Round 2 - Technical 

(2 Questions)

  • Q1. Asked SVM and Logistic regression, their applications and real life uses
  • Q2. Matrix formation of a knockout Tournament
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked questions from python and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. What are tupples
  • Ans. 

    Tuples are ordered collections of elements, similar to lists but immutable.

    • Tuples are created using parentheses ()

    • Elements in a tuple can be of different data types

    • Tuples are immutable, meaning their elements cannot be changed once created

  • Answered by AI
  • Q2. What is credit risk
  • Ans. 

    Credit risk refers to the potential loss that a lender may incur due to a borrower's failure to repay a loan or meet their financial obligations.

    • Credit risk is the risk of default on a debt that may arise from a borrower failing to make required payments.

    • It is a key consideration for banks and financial institutions when lending money.

    • Factors that contribute to credit risk include the borrower's credit history, financi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crisp with points and don't linger with answers

Skills evaluated in this interview

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

Asked about a case study on whom to give a loan among 1000 customers

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your current role ?
  • Q2. Why are you looking for a job change?
Round 2 - Technical 

(1 Question)

  • Q1. Python based list iteration, SQL join based questions
Round 3 - Behavioral 

(1 Question)

  • Q1. What are the project you have worked upon ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure your SQL concepts are solid especially windows functions. For python try working on list and string based manipulation along with fundamentals.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Basics and Good Communication
  • Q2. Structured Profile Summary

Interview Preparation Tips

Interview preparation tips for other job seekers - My teams is focus on SQL server and referral works there
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is indexing
  • Ans. 

    Indexing is a technique used to optimize the performance of databases by creating a data structure that allows for quick retrieval of data.

    • Indexing involves creating a data structure that maps the values of a particular column in a database table to their physical storage locations on disk.

    • It helps in speeding up data retrieval operations by allowing the database to quickly locate the rows that satisfy a certain condit...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2022. There were 4 interview rounds.

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 - Aptitude Test 

Pandas and SQL questions and some business case

Round 3 - One-on-one 

(2 Questions)

  • Q1. The head of the vertical took interview, explained role and asked about my experience.
  • Q2. What project did you work on?
Round 4 - Technical 

(3 Questions)

  • Q1. A senior data scientist asked technical questions on my experience.
  • Q2. What is the advantage or lstm over rnn.
  • Ans. 

    LSTM has better memory retention than RNN.

    • LSTM can remember long-term dependencies better than RNN.

    • LSTM has a gating mechanism that controls the flow of information.

    • LSTM can handle vanishing gradient problem better than RNN.

    • LSTM is more suitable for tasks that require long-term memory, such as speech recognition and language translation.

  • Answered by AI
  • Q3. What is multicollinearity and what are its effects?
  • Ans. 

    Multicollinearity is a phenomenon where two or more independent variables in a regression model are highly correlated.

    • It can lead to unstable and unreliable estimates of regression coefficients.

    • It can make it difficult to determine the individual effect of each independent variable on the dependent variable.

    • It can also result in inflated standard errors and p-values, making it difficult to identify statistically signif...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
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 - Technical 

(2 Questions)

  • Q1. What is Ram? What is Rom?
  • Ans. 

    RAM stands for Random Access Memory, a type of computer memory that can be accessed randomly. ROM stands for Read-Only Memory, a type of memory that stores data permanently.

    • RAM is volatile memory used by the computer to store data and program instructions temporarily.

    • ROM is non-volatile memory that stores firmware and cannot be easily modified or deleted.

    • RAM is faster but loses data when power is turned off, while ROM ...

  • Answered by AI
  • Q2. Which language understand the computer?
  • Ans. 

    Computers understand machine language, which is a set of binary codes representing instructions that the computer can execute.

    • Computers understand machine language, which consists of binary code representing instructions.

    • High-level programming languages like Python, Java, C++ are used to write code that is then translated into machine language.

    • Compilers and interpreters are used to convert high-level code into machine

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the machine language?
  • Ans. 

    Machine language is the lowest-level programming language that directly corresponds to instructions executed by a computer's CPU.

    • Machine language consists of binary code representing instructions that can be executed by a computer's central processing unit (CPU)

    • It is the lowest-level programming language and is specific to the type of CPU being used

    • Machine language is difficult for humans to read and write, as it is co...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. What does BIOS works for?
  • Ans. 

    BIOS works as a firmware that initializes hardware components during the boot process of a computer.

    • BIOS stands for Basic Input/Output System

    • It is responsible for initializing and testing hardware components like the CPU, memory, and storage devices

    • BIOS also provides the necessary instructions for the operating system to boot up

    • It is stored on a ROM chip on the motherboard

  • Answered by AI

Skills evaluated in this interview

Mahindra Finance Interview FAQs

How many rounds are there in Mahindra Finance MIS Officer interview?
Mahindra Finance interview process usually has 2 rounds. The most common rounds in the Mahindra Finance interview process are One-on-one Round and HR.

Tell us how to improve this page.

Mahindra Finance MIS Officer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Muthoot Fincorp Interview Questions
4.5
 • 500 Interviews
Shriram Finance Interview Questions
4.1
 • 342 Interviews
Bajaj Finance Interview Questions
4.0
 • 302 Interviews
Muthoot Finance Interview Questions
3.6
 • 255 Interviews
IIFL Finance Interview Questions
4.0
 • 246 Interviews
SMFG India Credit Interview Questions
4.0
 • 158 Interviews
L&T Finance Interview Questions
3.9
 • 152 Interviews
View all

Mahindra Finance MIS Officer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

5.0

Salary

4.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Business Executive
323 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
309 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Collections Executive
289 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Business Manager
272 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
242 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mahindra Finance with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

Shriram Finance

4.1
Compare

L&T Finance

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