Upload Button Icon Add office photos

Filter interviews by

Manappuram Finance Software Developer Interview Questions and Answers

Updated 4 Nov 2024

Manappuram Finance Software Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Maths
Logical
English
C

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on projects

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1)Project related,
  • Q2. What is the Polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q3. What is RestController?
  • Ans. 

    RestController is a class in Spring framework used to handle HTTP requests and return responses as JSON or XML.

    • Handles HTTP requests in Spring framework

    • Returns responses as JSON or XML

    • Annotate a class with @RestController to define it as a RestController

    • Example: @RestController public class UserController {}

  • Answered by AI
Round 2 - Coding Test 

Find the number of occurrences of each element in the given ArrayList

Round 3 - HR 

(1 Question)

  • Q1. Discussion with hr like reason to switch.

Interview Preparation Tips

Interview preparation tips for other job seekers - be good with basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

    • Strong problem-solving skills and ability

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test with questions on aptitude and coding problem solving with 15 test cases

Round 2 - One-on-one 

(2 Questions)

  • Q1. Rotation of array
  • Ans. 

    Rotate an array of strings by a specified number of positions.

    • Create a new array and copy elements from original array based on rotation index.

    • Use modulo operator to handle cases where rotation index exceeds array length.

    • Handle edge cases like empty array or negative rotation index.

    • Example: Original array ['a', 'b', 'c', 'd', 'e'] rotated by 2 positions becomes ['c', 'd', 'e', 'a', 'b'].

  • Answered by AI
  • Q2. Sql query for 2
  • Ans. 

    SQL query to retrieve data from 2 tables using a join condition.

    • Use JOIN keyword to combine data from 2 tables based on a related column

    • Specify the columns you want to retrieve using SELECT statement

    • Add the table names and join condition in the FROM clause

  • Answered by AI

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed in Sep 2023. 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 - Coding Test 

Give all the lists of numbers by adding which we can achieve the target

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on resume and Behavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and background check

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an easy process
Round 1 - Coding Test 

Basic question of easy-medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Simple problems on Data structure and algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Solve problem on data structure and algorithm
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 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell about the recent project that you have worked upon
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking fir change

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD well & do research on the company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1)Project related,
  • Q2. What is the Polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q3. What is RestController?
  • Ans. 

    RestController is a class in Spring framework used to handle HTTP requests and return responses as JSON or XML.

    • Handles HTTP requests in Spring framework

    • Returns responses as JSON or XML

    • Annotate a class with @RestController to define it as a RestController

    • Example: @RestController public class UserController {}

  • Answered by AI
Round 2 - Coding Test 

Find the number of occurrences of each element in the given ArrayList

Round 3 - HR 

(1 Question)

  • Q1. Discussion with hr like reason to switch.

Interview Preparation Tips

Interview preparation tips for other job seekers - be good with basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

    • Strong problem-solving skills and ability

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

I applied via Campus Placement

Round 1 - Aptitude Test 

It was moderate,general apti.

Round 2 - Coding Test 

It was moderate.2 questions were asked.

Round 3 - Technical 

(3 Questions)

  • Q1. Asked about projects.check wherther you anlayzed ur project well or not?
  • Q2. Asked techniacal question regarding to project
  • Q3. General hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the interview was good.3 members in the panel.go through ur resume well.

Manappuram Finance Interview FAQs

How many rounds are there in Manappuram Finance Software Developer interview?
Manappuram Finance interview process usually has 1 rounds. The most common rounds in the Manappuram Finance interview process are Aptitude Test.
How to prepare for Manappuram Finance Software Developer 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 Manappuram Finance. The most common topics and skills that interviewers at Manappuram Finance expect are Software Development, Requirement Analysis, AWS, Algorithms and Analytical skills.

Tell us how to improve this page.

People are getting interviews through

based on 1 Manappuram Finance interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
Manappuram Finance Software Developer Salary
based on 70 salaries
₹1 L/yr - ₹4.5 L/yr
65% less than the average Software Developer Salary in India
View more details

Manappuram Finance Software Developer Reviews and Ratings

based on 11 reviews

3.0/5

Rating in categories

2.8

Skill development

2.9

Work-Life balance

2.4

Salary & Benefits

3.5

Job Security

2.1

Company culture

2.3

Promotions/Appraisal

3.1

Work Satisfaction

Explore 11 Reviews and Ratings
Junior Assistant
736 salaries
unlock blur

₹0.5 L/yr - ₹5 L/yr

Branch Head
463 salaries
unlock blur

₹1 L/yr - ₹5.2 L/yr

Assistant Manager
418 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Assistant Branch Head
335 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Branch Manager
223 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Manappuram Finance with

Muthoot Finance

3.6
Compare

Shriram Finance

4.1
Compare

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview