Upload Button Icon Add office photos

LendingKart

Compare button icon Compare button icon Compare

Filter interviews by

LendingKart Software Engineer Intern Interview Questions and Answers

Updated 5 Jul 2024

LendingKart Software Engineer Intern Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical and 2 Coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Git Hub Project and Explanation
  • Ans. 

    GitHub is a platform for version control and collaboration on software projects.

    • GitHub allows developers to track changes in their codebase over time.

    • It enables collaboration among team members by providing tools for code review, issue tracking, and project management.

    • Developers can contribute to open source projects by forking repositories, making changes, and submitting pull requests.

    • GitHub also offers features like ...

  • Answered by AI
  • Q2. Algorithm Explanation and Use Case
  • Ans. 

    Explanation of algorithms and their use cases

    • Algorithms are step-by-step procedures for solving problems

    • Common algorithms include sorting, searching, and graph traversal

    • Use cases include optimizing resource allocation, data analysis, and machine learning

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (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.

Interview questions from similar companies

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

Maximize the coin profit by iterating though a list

Round 2 - Technical 

(1 Question)

  • Q1. LLD for creating few java classes for a news channel
  • Ans. 

    Designing Java classes for a news channel

    • Create a NewsChannel class with attributes like name, location, and list of news articles

    • Create a NewsArticle class with attributes like title, author, content, and publish date

    • Implement methods in NewsChannel class to add, remove, and display news articles

  • Answered by AI

Skills evaluated in this interview

Software Engineer Intern Interview Questions Asked at Other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, y ... read more
Q2. Partition Array Minimizing Subset Sum Difference Given an array c ... read more
Q3. Zero Matrix Problem Statement You are given a matrix MATRIX of di ... read more
Q4. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q5. Search In Rotated Sorted Array Problem Statement Given a rotated ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

They have given a medium array-based leet code problem.

Round 2 - One-on-one 

(1 Question)

  • Q1. Again got binary search based leet code problem.
  • Ans. 

    Binary search is an efficient algorithm for finding an item from a sorted list of items.

    • Binary search works on sorted arrays. Example: [1, 2, 3, 4, 5].

    • It divides the search interval in half. If the target is less than the middle element, search the left half.

    • Time complexity is O(log n), making it faster than linear search (O(n)).

    • Example: To find 3 in [1, 2, 3, 4, 5], check middle (3), found it immediately.

  • Answered by AI

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Telephonic Interview 1. Questions related to sql and ETL
Round 2 - Technical 

(1 Question)

  • Q1. Client interview in Webex. Basics Sql questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Introduction about company and self intro

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidenty attend interview. Don't loose your hope. Anything can happen in anytime.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Interface in C#?
  • Ans. 

    Interface in C# is a reference type that defines a contract for classes to implement certain methods and properties.

    • Interfaces contain only method signatures, properties, events, or indexers.

    • Classes can implement multiple interfaces but inherit from only one class.

    • Interfaces are used to achieve abstraction, multiple inheritance, and polymorphism.

    • Example: public interface IShape { void Draw(); }

    • Example: public class Cir...

  • Answered by AI
  • Q2. Contract, Multiple Interfaces, Polymorphism & Abstraction.
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation?
  • Ans. 

    I expect a competitive salary that reflects my experience, skills, and the industry standards for a Senior Software Engineer.

    • Based on my research, the average salary for a Senior Software Engineer in this region is between $120,000 and $150,000.

    • I have over 8 years of experience in software development, which I believe warrants a salary towards the higher end of that range.

    • I am also open to discussing additional benefit...

  • Answered by AI
  • Q2. Salary discussion

Interview Preparation Tips

Topics to prepare for BA Continuum Senior Software Engineer interview:
  • Object Oriented Programming
  • Microsft.Net
  • C#
  • SQL

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude test with 2 easy to medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Mostly resume based. Details on project Questions on python sql
Round 3 - HR 

(1 Question)

  • Q1. Strengths weaknesses
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Domain knowledge
  • Q2. Reasonable expectation
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Being electrical Engineer , why IT?
  • Ans. 

    I chose IT because of my passion for problem-solving and my interest in software development.

    • I have always been fascinated by technology and computers.

    • During my electrical engineering studies, I realized that I enjoyed programming and software development more than other aspects of the field.

    • I took additional courses in computer science to enhance my skills and knowledge in software engineering.

    • I have successfully comp...

  • Answered by AI
  • Q2. Why programming
  • Ans. 

    Programming is a way to solve problems and create innovative solutions using logic and creativity.

    • Programming allows me to create something from scratch and see it come to life.

    • It challenges me to think critically and find efficient solutions to complex problems.

    • It offers endless opportunities for learning and growth, as technology is constantly evolving.

    • Programming is a versatile skill that can be applied to various i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good an best and forward
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is one of the memory test so iam selecting that one

Round 2 - Coding Test 

When ever you finish the apptitude test after iam selecting coding test because you develop the software must have a coding skill so iam selecting code test

Round 3 - HR 

(3 Questions)

  • Q1. What is the strength and weakness
  • Ans. 

    Strength: Strong problem-solving skills. Weakness: Lack of experience in a specific technology.

    • Strength: Excellent problem-solving skills, able to analyze complex issues and find efficient solutions.

    • Weakness: Limited experience in a specific technology or programming language.

    • Strength: Strong understanding of algorithms and data structures.

    • Weakness: Difficulty in working under tight deadlines.

    • Strength: Good communicati...

  • Answered by AI
  • Q2. What is interest about this opportunity
  • Ans. 

    I am interested in this opportunity because it offers a challenging and dynamic work environment.

    • The opportunity allows me to work on cutting-edge technologies and solve complex problems.

    • I am excited about the chance to collaborate with a talented team and learn from their expertise.

    • The company's focus on innovation and continuous improvement aligns with my career goals.

    • The opportunity to make a meaningful impact and c...

  • Answered by AI
  • Q3. What are goals and motivation
  • Ans. 

    Goals and motivation are the driving forces that push individuals to achieve their desired outcomes.

    • Goals provide a clear direction and purpose for individuals.

    • Motivation is the internal drive that fuels individuals to take action towards their goals.

    • Goals and motivation are closely linked, as goals provide the motivation to overcome challenges and achieve success.

    • Examples of goals can include career advancement, perso...

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About experience
  • Ans. 

    I have over 10 years of experience in software engineering, specializing in full-stack development and team leadership.

    • Led a team of 5 engineers in developing a scalable e-commerce platform, resulting in a 30% increase in sales.

    • Implemented CI/CD pipelines that reduced deployment time by 50%, enhancing team productivity.

    • Worked on a healthcare application that improved patient data management, ensuring compliance with HI...

  • Answered by AI
  • Q2. Technical knowledge

LendingKart Interview FAQs

How many rounds are there in LendingKart Software Engineer Intern interview?
LendingKart interview process usually has 2 rounds. The most common rounds in the LendingKart interview process are Aptitude Test and One-on-one Round.
What are the top questions asked in LendingKart Software Engineer Intern interview?

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

  1. Git Hub Project and Explanat...read more
  2. Algorithm Explanation and Use C...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

BA Continuum Interview Questions
4.0
 • 105 Interviews
Hero FinCorp Interview Questions
4.0
 • 97 Interviews
Veritas Finance Interview Questions
4.5
 • 80 Interviews
mPokket Interview Questions
3.8
 • 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
Assistant Manager
110 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Senior Product Manager
92 salaries
unlock blur

₹33.3 L/yr - ₹55 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

₹34.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.1
Compare
write
Share an Interview