Upload Button Icon Add office photos

Filter interviews by

Creditmantri Finserve Interview Questions and Answers

Updated 15 Feb 2025

Creditmantri Finserve Interview Experiences

Popular Designations

3 interviews found

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

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Self Introduction
Round 2 - Behavioral 

(1 Question)

  • Q1. Working Hours Explanation (Same as HR Discussion)

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Good Company and Process but need to learn quickly about the process.

Product Manager Interview Questions & Answers

user image Princy Greena

posted on 26 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 were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to product management, domain knowledge and agile process
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion with CEO

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Interview Questionnaire 

2 Questions

  • Q1. Basic OOPS concepts
  • Q2. Problem Solving Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics clear and then go for the interview

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
Add answer

Jobs at Creditmantri Finserve

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. A brief Introduction
  • Q2. Past Experience Discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms questions
  • Q2. SQL and OOPS concept questions
Round 3 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Data Structure and Algorithms questions
  • Q3. SQL concepts questions

Interview Preparation Tips

Topics to prepare for EquiLend Software Development Engineer interview:
  • DSA
  • SQL
  • OOPS
  • Personal Projects
Interview preparation tips for other job seekers - The recruitment process at Stonewain Systems is well-structured, transparent and quick. My advice would be to focus on Data Structures and Algorithms especially the fundamentals, Object Oriented Programming concepts, and DBMS & SQL. Also do research about EquiLend's products. Lastly, be clear with communication at all times during Interviews.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why shifting from government bank
  • Ans. 

    I shifted from government bank to explore new challenges and opportunities in the private sector.

    • Desire for new challenges and growth

    • Opportunity to work in a more dynamic and innovative environment

    • Interest in exploring different aspects of the industry

    • Potential for career advancement and higher salary

    • Ability to work with cutting-edge technology and tools

  • Answered by AI
  • Q2. Tell about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Case based on building a financial application for payments
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Things you have worked on in the past
  • Ans. 

    I have worked on developing and launching new mobile applications for a tech startup.

    • Led cross-functional teams to define product requirements

    • Conducted market research and user testing to inform product decisions

    • Worked closely with designers and engineers to bring products to market

    • Managed product roadmap and prioritized features based on user feedback

  • Answered by AI
Round 2 - Assignment 

Take home assignment on a relevant problem statement for the organization

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion on the assignment
Round 4 - HR 

(1 Question)

  • Q1. Details of your salary and negotiation

Software Engineer- ROR Interview Questions & Answers

Riskcovry user image Anonymous

posted on 6 Aug 2024

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting objects based on keys ruby
  • Ans. 

    In Ruby, you can sort objects based on keys using the sort_by method.

    • Use the sort_by method with a block to specify the key to sort by.

    • For example, sorting an array of hashes by a specific key: array_of_hashes.sort_by { |hash| hash['key_to_sort_by'] }

    • You can also sort objects by multiple keys by chaining sort_by calls.

  • Answered by AI
  • Q2. Frequency of arr elements
  • Ans. 

    Calculate the frequency of elements in an array

    • Iterate through the array and count occurrences of each element

    • Use a hash map to store element frequencies

    • Return the hash map with element frequencies

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about me, info about the previously worked projects
  • Q2. Pick an random number from an array using random function and two pointer approach
  • Ans. 

    Use random function and two pointer approach to pick a random number from an array of strings.

    • Initialize two pointers at the start and end of the array

    • Generate a random index between the two pointers

    • Return the element at the random index

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Riskcovry Software Engineer- ROR interview:
  • Ruby Rails
  • Rails
  • DSA
Interview preparation tips for other job seekers - prepare well in Ruby on Rails, DSA,

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is SDLC and STLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC involves test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI
  • Q2. Explain Bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is logged in bug tracking tool

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug is verified in subsequent releases

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

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

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

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc

Creditmantri Finserve Interview FAQs

How many rounds are there in Creditmantri Finserve interview?
Creditmantri Finserve interview process usually has 2-3 rounds. The most common rounds in the Creditmantri Finserve interview process are Aptitude Test, Technical and One-on-one Round.
How to prepare for Creditmantri Finserve 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 Creditmantri Finserve. The most common topics and skills that interviewers at Creditmantri Finserve expect are Hindi, Telecalling, Customer Support, Domestic Voice Process and Voice Process.
What are the top questions asked in Creditmantri Finserve interview?

Some of the top questions asked at the Creditmantri Finserve interview -

  1. Technical questions related to product management, domain knowledge and agile p...read more
  2. Problem Solving Questi...read more
  3. Basic OOPS conce...read more

Tell us how to improve this page.

Creditmantri Finserve Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

PolicyBazaar Interview Questions
3.6
 • 343 Interviews
Paisabazaar.com Interview Questions
3.4
 • 138 Interviews
BankBazaar Interview Questions
3.4
 • 50 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
IndiaLends Interview Questions
3.7
 • 13 Interviews
Axio Interview Questions
3.7
 • 8 Interviews
Faircent.com Interview Questions
3.2
 • 3 Interviews
Rubique Interview Questions
2.4
 • 1 Interview
View all

Creditmantri Finserve Reviews and Ratings

based on 54 reviews

2.9/5

Rating in categories

3.5

Skill development

2.7

Work-life balance

3.4

Salary

3.1

Job security

2.9

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 54 Reviews and Ratings
Customer Support Representative

Chennai

0-5 Yrs

₹ 1.75-3.25 LPA

Explore more jobs
Assistant Manager
18 salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Credit Relationship Officer
16 salaries
unlock blur

₹2.7 L/yr - ₹3.5 L/yr

Software Developer
14 salaries
unlock blur

₹3.5 L/yr - ₹5.2 L/yr

Product Manager
12 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Business Analyst
11 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Creditmantri Finserve with

BankBazaar

3.4
Compare

Paisabazaar.com

3.4
Compare

PolicyBazaar

3.6
Compare

Axio

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