Upload Button Icon Add office photos

Filter interviews by

Clear (1)

LendingKart Intern Interview Questions and Answers

Updated 13 Jun 2024

LendingKart Intern Interview Experiences

1 interview 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

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

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

(1 Question)

  • Q1. How well do you know python
  • Ans. 

    I have a strong understanding of Python and have used it extensively in various projects.

    • Proficient in Python syntax and data structures

    • Experience with popular libraries like NumPy, Pandas, and Matplotlib

    • Developed web applications using Django framework

    • Used Python for automation and scripting tasks

  • Answered by AI

Skills evaluated in this interview

I applied via Internshala and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain practical knowledge and write blogs
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude round consists of approx 20 q's, out of which half the q's were based on LR and aptitude and half based on computer fundamentals.

Round 2 - Coding Test 

The coding test consisted of 4 q's. The selection criteria was to complete at least 3 q's.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing 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 project management tools like Jira

  • Answered by AI
  • Q2. Questions on React.js, as i had build projects using react.js.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.

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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Are you comfortable working late hours?
  • Q2. Yes, Because I complete my work with dedication and commitment.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Consisted of basic dsa questions and time complexity questions

Round 2 - Coding Test 

4 dsa questions to be solved in one hour

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

I applied via Approached by Company and was interviewed in Nov 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. It was one-on-one round with the CTO. They judged me on my technical knowledge as well as understanding of tech-era.
  • Q2. I was asked question related to the languages and tech-stacks I mentioned in my resume and also question related to OOPs concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you speak. If you don't know the answer to a question, just say 'no' directly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Regarding the experience and project work
Round 2 - Coding Test 

DSA medium level questions regarding stack, queue , arrays

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA Medium and Low Level
Round 1 - Technical 

(2 Questions)

  • Q1. What is Vector? How it is different from arrays?
  • Ans. 

    Vector is a dynamic array that can resize itself. It differs from arrays in its ability to change size during runtime.

    • Vectors are implemented as dynamic arrays, whereas arrays are static.

    • Vectors can resize themselves during runtime, whereas arrays have a fixed size.

    • Vectors can be used to store objects of any type, whereas arrays can only store objects of a specific type.

    • Vectors have built-in functions for easy manipula

  • Answered by AI
  • Q2. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods are declared but not implemented in the abstract class.

    • A non-abstract class that inherits from an abstract class must implement all abstract methods.

    • An abstract class can have constructors and fields like a regular class.

    • An abstract class ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear C++ concepts and also machine learning concepts.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About debt DPD wise discussion

Interview Preparation Tips

Topics to prepare for Home Credit Finance Associate interview:
  • debt collection
Interview preparation tips for other job seekers - who having debt collection statargy and expenses give the chance to apportinity
Contribute & help others!
anonymous
You can choose to be anonymous

LendingKart Interview FAQs

How many rounds are there in LendingKart Intern interview?
LendingKart interview process usually has 3 rounds. The most common rounds in the LendingKart interview process are Technical and Coding Test.
What are the top questions asked in LendingKart Intern interview?

Some of the top questions asked at the LendingKart Intern interview -

  1. NoSql Vs Sql , advantages and disadvanta...read more
  2. Two sum problem in optimised f...read more
  3. Implement Merge Sort a...read more

Recently Viewed

PHOTOS

Medanta the Medicity

4 office photos

DESIGNATION

SALARIES

RupeeRedee

REVIEWS

LendingKart

No Reviews

SALARIES

suzuki motor gujarat

SALARIES

Aye Finance

No Salaries

SALARIES

LendingKart

REVIEWS

LendingKart

No Reviews

REVIEWS

LendingKart

No Reviews

LIST OF COMPANIES

Axio

Overview

Tell us how to improve this page.

LendingKart Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Tide Business Finance Platform

Thrive at work, live fully - experience balance like never before!

Interview Questions from Similar Companies

BA Continuum Interview Questions
4.1
 • 100 Interviews
Hero FinCorp Interview Questions
4.0
 • 89 Interviews
Veritas Finance Interview Questions
4.5
 • 73 Interviews
mPokket Interview Questions
3.8
 • 69 Interviews
Kinara Capital Interview Questions
4.4
 • 66 Interviews
Aye Finance Interview Questions
4.1
 • 62 Interviews
SBFC Finance Interview Questions
3.7
 • 58 Interviews
View all

LendingKart Intern Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Credit Analyst
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Manager
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Loan Specialist
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LendingKart with

Axio

3.7
Compare

NeoGrowth Credit

3.3
Compare

InCred Finance

3.8
Compare

Epimoney

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