Upload Button Icon Add office photos

LendingKart

Compare button icon Compare button icon Compare

Filter interviews by

LendingKart Interview Questions and Answers

Updated 27 Jun 2025
Popular Designations

19 Interview questions

A Collections Executive was asked 2w ago
Q. What are the different types of collection strategies?
Ans. 

Collections refer to the systematic process of gathering payments owed by customers or clients.

  • Collections can involve various methods such as phone calls, emails, or letters to remind clients of overdue payments.

  • For example, a collections executive may follow up with a client who has missed a payment deadline to negotiate a payment plan.

  • Effective collections require strong communication skills to maintain positiv...

View all Collections Executive interview questions
A Collections Executive was asked 2w ago
Q. How do you manage non-performing asset (NPA) customers?
Ans. 

Effective management of non-performing assets (NPA) involves strategic collection efforts and customer engagement.

  • Identify early warning signs of potential NPAs, such as missed payments or declining financial health.

  • Implement proactive communication strategies, like regular follow-ups and reminders, to encourage timely payments.

  • Offer flexible repayment plans or restructuring options to help customers manage their ...

View all Collections Executive interview questions
A Collections Executive was asked 2w ago
Q. How do you handle customer relationships in collections?
Ans. 

Building strong customer relationships in collections fosters trust, ensuring timely payments and long-term loyalty.

  • Empathy is key: Understanding a customer's financial situation can lead to better payment arrangements. For example, offering a payment plan.

  • Clear communication: Regular updates and reminders about due payments help keep customers informed and engaged.

  • Personalization: Tailoring communication based on...

View all Collections Executive interview questions
A Collections Executive was asked 2w ago
Q. What are the different types of collections?
Ans. 

Collections can be categorized into various types based on the nature of the debt and collection methods used.

  • 1. **Consumer Collections**: Involves collecting debts from individual consumers, such as credit card bills.

  • 2. **Commercial Collections**: Focuses on collecting debts from businesses, like unpaid invoices.

  • 3. **Medical Collections**: Pertains to collecting unpaid medical bills from patients or insurance com...

View all Collections Executive interview questions
A Collections Executive was asked 2w ago
Q. How do you approach collections?
Ans. 

Collections involve the process of retrieving outstanding debts from customers or clients efficiently and professionally.

  • Establish clear communication: Regularly contact clients via phone or email to remind them of overdue payments.

  • Use a systematic approach: Implement a structured follow-up schedule to ensure timely collections.

  • Offer flexible payment options: Allow clients to choose payment plans that suit their f...

View all Collections Executive interview questions
A Finops Analyst was asked 2mo ago
Q. How do NBFCs work?
Ans. 

NBFCs provide financial services without holding a banking license, focusing on loans, investments, and asset management.

  • NBFCs offer loans and credit facilities to individuals and businesses, similar to banks.

  • They do not accept demand deposits, meaning they cannot offer savings accounts.

  • Examples include HDFC Ltd. and Bajaj Finance, which provide personal and business loans.

  • NBFCs can invest in securities and provid...

View all Finops Analyst interview questions
A Software Developer Intern was asked 7mo ago
Q. Given a linked list, determine if it contains a cycle.
Ans. 

Cycle detection in linked list involves using two pointers, one moving at twice the speed of the other.

  • Use two pointers, one moving at twice the speed of the other

  • If there is a cycle, the two pointers will eventually meet

  • Use Floyd's Tortoise and Hare algorithm for efficient cycle detection

View all Software Developer Intern interview questions
Are these interview questions helpful?
A Software Developer Intern was asked 12mo ago
Q. Explain OOPS concepts with basic coding examples.
Ans. 

OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for structured programming.

  • Encapsulation: Bundling data and methods. Example: A class 'Car' with properties like 'color' and methods like 'drive()'.

  • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car', adding features like 'batteryCapacity'.

  • Polymorphism: Ability to take many forms....

View all Software Developer Intern interview questions
An Intern was asked
Q. Implement the Merge Sort algorithm.
Ans. 

Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges the sorted halves.

  • Divide the array into two halves

  • Recursively sort each half

  • Merge the sorted halves back together

View all Intern interview questions
An Intern was asked
Q. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use ...
Ans. 

The Two Sum problem involves finding two numbers in an array that add up to a specific target.

  • Use a hashmap to store the difference between the target and each element in the array.

  • Iterate through the array and check if the current element's complement exists in the hashmap.

  • Return the indices of the two numbers that add up to the target.

View all Intern interview questions

LendingKart Interview Experiences

34 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

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

2 Ds questions. About Linked list ans arrays and some aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Merge Sort algo
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Two sum problem in optimised form
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about the projects in resume
  • Q2. NoSql Vs Sql , advantages and disadvantages
  • Ans. 

    NoSQL databases are non-relational, flexible, and scalable, while SQL databases are relational, structured, and consistent.

    • NoSQL databases are schema-less, allowing for flexibility in data models.

    • SQL databases use structured query language for data manipulation and retrieval.

    • NoSQL databases are horizontally scalable, making them suitable for big data applications.

    • SQL databases are vertically scalable, which can be more...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics.

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2coding questions and MCQs

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS related questions
  • Q2. Medium coding question
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Questions related to my projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Referral

Round 1 - Coding Test 

2 coding problem and 10 mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Cycle detection in linkedlist
  • Ans. 

    Cycle detection in linked list involves using two pointers, one moving at twice the speed of the other.

    • Use two pointers, one moving at twice the speed of the other

    • If there is a cycle, the two pointers will eventually meet

    • Use Floyd's Tortoise and Hare algorithm for efficient cycle detection

  • Answered by AI
  • Q2. Discussion on project

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. SQL, powerbi, Advance excel, python
  • Q2. PowerBI, Advance excel
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. How is collection
  • Ans. 

    Collections involve the process of retrieving outstanding debts from customers or clients efficiently and professionally.

    • Establish clear communication: Regularly contact clients via phone or email to remind them of overdue payments.

    • Use a systematic approach: Implement a structured follow-up schedule to ensure timely collections.

    • Offer flexible payment options: Allow clients to choose payment plans that suit their financ...

  • Answered by AI
  • Q2. What are the collection rype
  • Ans. 

    Collections can be categorized into various types based on the nature of the debt and collection methods used.

    • 1. **Consumer Collections**: Involves collecting debts from individual consumers, such as credit card bills.

    • 2. **Commercial Collections**: Focuses on collecting debts from businesses, like unpaid invoices.

    • 3. **Medical Collections**: Pertains to collecting unpaid medical bills from patients or insurance companie...

  • Answered by AI
  • Q3. How is relationship with the costemer in collection
  • Ans. 

    Building strong customer relationships in collections fosters trust, ensuring timely payments and long-term loyalty.

    • Empathy is key: Understanding a customer's financial situation can lead to better payment arrangements. For example, offering a payment plan.

    • Clear communication: Regular updates and reminders about due payments help keep customers informed and engaged.

    • Personalization: Tailoring communication based on cust...

  • Answered by AI
  • Q4. How management npa costemer
  • Ans. 

    Effective management of non-performing assets (NPA) involves strategic collection efforts and customer engagement.

    • Identify early warning signs of potential NPAs, such as missed payments or declining financial health.

    • Implement proactive communication strategies, like regular follow-ups and reminders, to encourage timely payments.

    • Offer flexible repayment plans or restructuring options to help customers manage their debts...

  • Answered by AI
  • Q5. Defferent of collection
  • Ans. 

    Collections refer to the systematic process of gathering payments owed by customers or clients.

    • Collections can involve various methods such as phone calls, emails, or letters to remind clients of overdue payments.

    • For example, a collections executive may follow up with a client who has missed a payment deadline to negotiate a payment plan.

    • Effective collections require strong communication skills to maintain positive rel...

  • Answered by AI

Legal Manager Interview Questions & Answers

user image Anonymous

posted on 25 May 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
  • Q1. Procedure about Section 138
  • Ans. 

    Section 138 addresses the offense of dishonor of cheques due to insufficient funds or if it exceeds the arrangement.

    • A cheque is dishonored due to insufficient funds or exceeds the arrangement.

    • The payee must issue a legal notice to the drawer within 30 days of dishonor.

    • The drawer has 15 days to make the payment after receiving the notice.

    • If payment is not made, the payee can file a complaint in a magistrate's court.

    • Exam...

  • Answered by AI
  • Q2. Arbitration Act Procedure
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the debugging principles of your current project
  • Ans. 

    Utilize systematic approach to identify, isolate, and resolve issues in the project

    • Start by reproducing the issue to understand the root cause

    • Use debugging tools like breakpoints, logging, and monitoring to track the issue

    • Isolate the problem area by narrowing down the scope of investigation

    • Test potential solutions and verify the fix before implementation

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a food delivery app
  • Ans. 

    A food delivery app that connects users with local restaurants for convenient ordering and delivery.

    • User-friendly interface for browsing restaurants and menus

    • Secure payment options for online transactions

    • Real-time order tracking and delivery updates

    • Rating and review system for restaurants and delivery drivers

  • Answered by AI
Round 3 - 1-1 at CXO level 

(1 Question)

  • Q1. Why you want change reason to join company

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Kancha cheena

posted on 19 Sep 2024

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

It was hackerrank test

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

They will give the situation accordingly you need to give answers

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

I applied via LinkedIn and was interviewed in Aug 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 - HR 

(1 Question)

  • Q1. Basic introduction and role related questions
Round 3 - Technical 

(2 Questions)

  • Q1. Technical question about credit
  • Q2. Lendingkart related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Checking thinking ability

Loan Officer Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Difference between BL and PL
  • Ans. 

    BL stands for Business Loan, used for business purposes. PL stands for Personal Loan, used for personal expenses.

    • BL is used for business purposes while PL is used for personal expenses

    • BL requires documentation related to business while PL requires personal documentation

    • BL may have higher loan amounts and longer repayment terms compared to PL

    • Examples: BL can be used to expand a business, while PL can be used for home re...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about LendingKart?
Ask anonymously on communities.

LendingKart Interview FAQs

How many rounds are there in LendingKart interview?
LendingKart interview process usually has 2-3 rounds. The most common rounds in the LendingKart interview process are Technical, Coding Test and One-on-one Round.
How to prepare for LendingKart 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 LendingKart. The most common topics and skills that interviewers at LendingKart expect are Python, SQL, Telesales, Sales and Banking.
What are the top questions asked in LendingKart interview?

Some of the top questions asked at the LendingKart interview -

  1. How is relationship with the costemer in collect...read more
  2. Have any information about Lendingkart? Busine...read more
  3. Explain the debugging principles of your current proj...read more
What are the most common questions asked in LendingKart HR round?

The most common HR questions asked in LendingKart interview are -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. Share details of your previous j...read more
How long is the LendingKart interview process?

The duration of LendingKart interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 41 interview experiences

Difficulty level

Easy 12%
Moderate 88%

Duration

Less than 2 weeks 71%
2-4 weeks 29%
View more

Interview Questions from Similar Companies

BA Continuum Interview Questions
4.0
 • 106 Interviews
Hero FinCorp Interview Questions
4.0
 • 97 Interviews
Veritas Finance Interview Questions
4.5
 • 80 Interviews
mPokket Interview Questions
3.7
 • 75 Interviews
Kinara Capital Interview Questions
4.3
 • 75 Interviews
Aye Finance Interview Questions
4.1
 • 73 Interviews
SBFC Finance Interview Questions
3.7
 • 68 Interviews
View all

LendingKart Reviews and Ratings

based on 464 reviews

3.3/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

3.4

Salary

2.9

Job security

3.2

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 464 Reviews and Ratings
Assistant Manager
111 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Senior Product Manager
92 salaries
unlock blur

₹16.5 L/yr - ₹49.4 L/yr

Credit Analyst
76 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Loan Specialist
76 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Associate Director
66 salaries
unlock blur

₹32.6 L/yr - ₹57.4 L/yr

Explore more salaries
Compare LendingKart with

Home Credit Finance

4.1
Compare

Sammaan Capital Limited

3.7
Compare

Hero FinCorp

4.0
Compare

BA Continuum

4.0
Compare
write
Share an Interview