Upload Button Icon Add office photos

Filter interviews by

Mangal Credit And Fincorp Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction that includes details about your studies, overall work experience, job roles and responsibilities, personal struggles, life goals, family background, and hobbies?
  • Q2. How do you manage your work-life balance while being the sole earner in your family, and what strategies do you use to handle your responsibilities?
Round 2 - Aptitude Test 

The test you will take will be related to the profile for which you are interviewing, such as sales or aptitude, meaning that it will assess your abilities and knowledge. It will evaluate your verbal language skills, reasoning capabilities, and overall eligibility. This test is designed to analyze your thought process, including how quickly you can solve the questions, as well as to measure your intelligence.

Round 3 - Assignment 

This test includes questions related to sales, such as how to create a pipeline, how to follow up with cold and warm leads, and how to shortlist leads. It also addresses customer handling, product pitching, and conditions for selling a product according to the customer’s needs, as well as how to highlight key points and features. Additionally, it discusses negotiation strategies, mathematical problems, questions related to English language passages, and techniques for solving math problems. Finally, it mentions that you will be given a paragraph or a task on which you are required to write about 400 to 600 words according to your understanding.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whenever you go for an interview, your dressing should be formal, and you should have a smile on your face. Your gestures and posture should be the best, and maintaining good eye contact is essential. First, greet the interviewers before starting the interview process. Self-confidence is the most crucial aspect; you can interview at any large company if you believe in yourself, so don’t hesitate. Use one language, whether it's Hindi, English, or your regional language, and think carefully before answering any questions. Focus on your goal of achieving the job.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

1. Prime Factors Operations

You are given an integer n. In one operation, you can do the following

• Pick a number P such that P is prime and n is divisble by P. Assign P

Find the maximum number of operations you can perform.

Function description

Complete the primeGame function in the editor below. It has the following param

Name

Type

Description

INTEGER

The given integer n.

n

Return

The function must return an INTEGER denoting the maximum operations you can perform.

Constraints

• 1 ≤ n ≤ 10^9

Input format for debugging

• The first line contains an integer, n, denoting the initial value of n. desc

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object-Oriented Programming (OOP) in Java, and can you explain concepts such as encapsulation and polymorphism with examples?
  • Ans. 

    OOP in Java is a programming paradigm that uses objects to design applications. Encapsulation is the bundling of data and methods, while polymorphism allows objects to be treated as instances of their parent class.

    • OOP in Java focuses on creating objects that interact with each other to design applications

    • Encapsulation in Java involves bundling data (variables) and methods (functions) within a class to restrict access f...

  • Answered by AI
  • Q2. What are wrapper classes in Java, and what is their purpose?
  • Ans. 

    Wrapper classes in Java are classes that allow primitive data types to be used as objects.

    • Wrapper classes provide a way to convert primitive data types into objects.

    • They are used when an object is required, such as in collections like ArrayList.

    • Examples include Integer for int, Double for double, Boolean for boolean, etc.

  • Answered by AI
  • Q3. Given an array, how can it be rotated to the left?
  • Ans. 

    To rotate an array to the left, shift all elements to the left by one position and move the first element to the end.

    • Create a temporary variable to store the first element of the array.

    • Shift all elements to the left by one position.

    • Assign the temporary variable value to the last element of the array.

  • Answered by AI
  • Q4. Can you explain the projects you have completed and provide details about your internships?
  • Ans. 

    I have completed projects in renewable energy and automation systems. I have also interned at a manufacturing company and a research institute.

    • Completed a project on designing a solar-powered irrigation system for a rural community

    • Completed a project on developing an automated warehouse management system using RFID technology

    • Interned at a manufacturing company where I worked on optimizing production processes

    • Interned a...

  • Answered by AI
  • Q5. What is the difference between an ArrayList and an array in Java?
  • Ans. 

    ArrayList is a dynamic array in Java that can grow or shrink in size, while an array has a fixed size.

    • ArrayList can dynamically resize itself, while array has a fixed size.

    • ArrayList is a class in Java, while array is a basic data structure.

    • ArrayList provides methods to add, remove, and access elements easily, while array requires manual manipulation.

    • Example: ArrayList<String> list = new ArrayList<>(); Strin...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

There should be an aptitude test which is totally based on commerce, general knowledge and computer

Round 2 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. What is balance sheet
Round 3 - One-on-one 

(3 Questions)

  • Q1. About the commerce golden rule
  • Q2. What is profit and loss account
  • Q3. What is debtors and creditors

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard for the interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Job required in Finance secctor
  • Q2. Search in this field
  • Q3. Vacancies for wrritiff/ Loss recovery.
  • Q4. Top most post eqvilent Divisional Manager
Round 2 - HR 

(1 Question)

  • Q1. Intrested in Finance sector
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked questions of finance and aptitude

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is machine learning?
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that enable computers to learn from and make predictions or decisions based on data.

    • Machine learning is a subset of artificial intelligence that focuses on developing algorithms that can learn from and make predictions or decisions based on data.

    • It involves training models on large datasets to recognize patterns and m...

  • Answered by AI
  • Q2. What do you know about SQL?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to retrieve and manipulate data in relational databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL can be used to create tables, indexes, and views

    • Examples of SQL databases include MySQL, PostgreSQL, Oracle

  • Answered by AI
  • Q3. What you know about software Development?
  • Ans. 

    Software development involves creating, designing, testing, and maintaining software applications.

    • Software development includes coding, testing, debugging, and documenting software applications.

    • Developers use programming languages like Java, Python, C++, etc. to write code.

    • Agile and Waterfall are common software development methodologies.

    • Version control systems like Git are used to manage code changes.

    • Software developm...

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

(2 Questions)

  • Q1. What are the algorithms you know in machine learning and their details ?
  • Ans. 

    Various machine learning algorithms with brief details

    • Supervised Learning: Linear Regression, Logistic Regression, Support Vector Machines (SVM), Decision Trees, Random Forest

    • Unsupervised Learning: K-means Clustering, Hierarchical Clustering, Principal Component Analysis (PCA)

    • Reinforcement Learning: Q-Learning, Deep Q-Networks (DQN)

    • Neural Networks: Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), L

  • Answered by AI
  • Q2. Python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Python and ML well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What can you tell me about your work process?
  • Ans. 

    My work process involves planning, executing, and reporting on internal audits to ensure compliance and efficiency.

    • I start by reviewing relevant documentation and understanding the audit scope.

    • I then conduct interviews with key stakeholders to gather information and identify potential risks.

    • Next, I perform testing procedures to assess the effectiveness of internal controls.

    • I analyze the findings and prepare detailed re...

  • Answered by AI
  • Q2. What are your reasons for seeking a job change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges to further develop my skills and knowledge.

    • Seeking opportunities for career advancement and growth.

    • Interested in exploring different industries or sectors.

    • Want to work in a more dynamic and innovative environment.

    • Seeking better work-life balance or location proximity.

  • Answered by AI
  • Q3. What is your salary expectations
  • Ans. 

    My salary expectations are in line with industry standards and commensurate with my experience and qualifications.

    • Research industry standards for Internal Audit Executive salaries

    • Consider my level of experience and qualifications

    • Be prepared to negotiate based on the overall compensation package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Join the sales team if you wish to grow.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test python & SQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Communication level interview
  • Q2. One to one Discussion
Round 3 - HR 

(2 Questions)

  • Q1. Python coding test
  • Q2. Communication level
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 4 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 

(2 Questions)

  • Q1. Working place and location
  • Q2. My experience credit team SME
Round 3 - One-on-one 

(2 Questions)

  • Q1. My job experience 6 years
  • Q2. On time job working
Round 4 - HR 

(2 Questions)

  • Q1. May notice period 2 month
  • Q2. Dehradun Vikasnagr
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About your self
  • Q2. Employee documents
  • Q3. Employee nominee documents
Round 2 - Employee full details 

(1 Question)

  • Q1. Employee full details

Interview Preparation Tips

Interview preparation tips for other job seekers - Safety first all gold items and cash
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. General Discussion
  • Q2. General aptitude and attitude
Round 2 - One-on-one 

(1 Question)

  • Q1. General Discussion about life

Mangal Credit And Fincorp Interview FAQs

How to prepare for Mangal Credit And Fincorp 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 Mangal Credit And Fincorp. The most common topics and skills that interviewers at Mangal Credit And Fincorp expect are Banking, Ca, Credit Analysis and Credit Rating.

Tell us how to improve this page.

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 492 Interviews
Shriram Finance Interview Questions
4.1
 • 329 Interviews
Muthoot Finance Interview Questions
3.6
 • 250 Interviews
IIFL Finance Interview Questions
4.0
 • 243 Interviews
L&T Finance Interview Questions
3.9
 • 149 Interviews
Mahindra Finance Interview Questions
4.1
 • 147 Interviews
TVS Credit Interview Questions
4.4
 • 99 Interviews
View all

Mangal Credit And Fincorp Reviews and Ratings

based on 45 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.0

Salary

4.0

Job security

4.1

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 45 Reviews and Ratings
Manager
4 salaries
unlock blur

₹6 L/yr - ₹6.6 L/yr

Branch Manager
4 salaries
unlock blur

₹5.3 L/yr - ₹7 L/yr

Relationship Officer
4 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Intern
3 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Assistant Branch Manager
3 salaries
unlock blur

₹4 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Mangal Credit And Fincorp with

Shriram Finance

4.1
Compare

Muthoot Fincorp

4.5
Compare

IIFL Finance

4.0
Compare

Muthoot Finance

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