Upload Button Icon Add office photos

Filter interviews by

KreditBee Software Developer Interview Questions and Answers

Updated 27 Aug 2024

KreditBee Software Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

4 Online coding problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Javascript questions
  • Q2. About different Data structures
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team on innovative projects.

    • Leading a team on innovative projects

    • Advancing to a senior software developer role

    • Continuing to learn and grow in the field

    • Possibly pursuing further education or certifications

    • Contributing to the success of the company

  • Answered by AI
  • Q2. Why you want to join KreditBee
  • Ans. 

    I want to join KreditBee because of its innovative work culture and growth opportunities.

    • Innovative work culture at KreditBee attracts me

    • Opportunities for growth and learning in the company

    • Excited about contributing to the success of KreditBee

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

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement Doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node contains a reference to the previous and next node.

    • Create a Node class with data, prev, and next pointers

    • Implement methods to add, remove, and traverse nodes in the list

    • Handle edge cases like adding to an empty list or removing the only node

  • Answered by AI
  • Q2. Phone book design

Interview Preparation Tips

Topics to prepare for KreditBee Software Developer interview:
  • DSA

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

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 before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was leetcode questions for 60 min for 2 questions.

Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about your work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips such.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How dis you tackle the one incident where you disagree with the team lead approach?
  • Q2. How do you make sure to deliver on time when there are uncertainty?
  • Ans. 

    To deliver on time despite uncertainty, I prioritize tasks, communicate effectively, set realistic deadlines, and have contingency plans.

    • Prioritize tasks based on importance and impact on project timeline

    • Communicate effectively with team members and stakeholders to address any uncertainties or roadblocks

    • Set realistic deadlines taking into account potential delays or uncertainties

    • Have contingency plans in place to mitig...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basics on profile,work experience etc
  • Q2. Skills discussion based on role and resume
Round 2 - Coding Test 

DSA in preferred language, Java coding testt

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding online, brush up the basics, be confident
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

2 Graph question of leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Questions of leetcode
  • Q2. DSA Questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed before Jul 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Build an sample app server with express.js
  • Ans. 

    Build a sample app server using express.js

    • Install express.js using npm

    • Create a new express app

    • Set up routes and middleware

    • Start the server to listen on a specific port

  • Answered by AI
  • Q2. How do you make connection with database in your project
  • Ans. 

    I use JDBC (Java Database Connectivity) to establish connection with the database in my project.

    • Use JDBC API to connect to the database

    • Load the JDBC driver

    • Create a connection object

    • Create a statement object

    • Execute SQL queries

  • Answered by AI
  • Q3. Write multer middleware code.
  • Ans. 

    Multer is a middleware for handling multipart/form-data, used for file uploads in Node.js.

    • Install multer package using npm: npm install multer

    • Require multer in your Node.js file: const multer = require('multer')

    • Set up multer middleware with desired options: const upload = multer({ dest: 'uploads/' })

    • Use the upload middleware in your route handler to process file uploads

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Round one consist of coding problems and there's a minimum criteria of solving 2 problems at least to clear this round

Round 2 - Technical 

(2 Questions)

  • Q1. First question was a coding question, merge intervals leetcode
  • Q2. Second question was again of leetcode, compare strings
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Medium Leetcode, Array, String, Tree, DP

Round 3 - Technical 

(1 Question)

  • Q1. System Design, Design Payment Platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode, and skills too
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
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 - Technical 

(1 Question)

  • Q1. Find median of 2D array
  • Ans. 

    Find median of 2D array of strings

    • Flatten the 2D array into a 1D array

    • Sort the 1D array

    • Calculate the median based on the length of the array

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. LLD of Twitter System

Skills evaluated in this interview

KreditBee Interview FAQs

How many rounds are there in KreditBee Software Developer interview?
KreditBee interview process usually has 2 rounds. The most common rounds in the KreditBee interview process are One-on-one Round, Coding Test and HR.
What are the top questions asked in KreditBee Software Developer interview?

Some of the top questions asked at the KreditBee Software Developer interview -

  1. Implement Doubly linked l...read more
  2. About different Data structu...read more
  3. Phone book des...read more

Tell us how to improve this page.

KreditBee Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
KreditBee Software Developer Salary
based on 12 salaries
₹7.5 L/yr - ₹13 L/yr
30% more than the average Software Developer Salary in India
View more details

KreditBee Software Developer Reviews and Ratings

based on 8 reviews

2.6/5

Rating in categories

2.4

Skill development

2.4

Work-life balance

2.5

Salary

2.4

Job security

1.7

Company culture

2.5

Promotions

2.1

Work satisfaction

Explore 8 Reviews and Ratings
Operations Executive
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive Operations
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare KreditBee with

KrazyBee

3.7
Compare

MoneyTap

3.1
Compare

EarlySalary Services

3.8
Compare

Paysense Services India

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