Upload Button Icon Add office photos

Filter interviews by

KreditBee Software Engineer Interview Questions, Process, and Tips

Updated 13 Aug 2024

Top KreditBee Software Engineer Interview Questions and Answers

KreditBee Software Engineer Interview Experiences

5 interviews found

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

(2 Questions)

  • Q1. About Cloud Services
  • Q2. AWS - SNS/SQS/Lambda etc
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Implement linked list from scratch. Insert, delete, search, etc.
  • Ans. 

    Implementing a linked list with insert, delete, and search functionalities.

    • Create a Node class with data and next pointer

    • Implement insert method to add nodes at the end or specific position

    • Implement delete method to remove nodes based on data or position

    • Implement search method to find a specific node

  • Answered by AI
  • Q2. Threads, process, deadlock etc. Os related questions.
  • Q3. Sql queries : find 5 highest salary.
  • Ans. 

    Use SQL query to find the 5 highest salaries in a database table.

    • Use the SELECT statement to retrieve the salaries from the table.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the results to the top 5 salaries.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join. Since I was having different offer from other company as well.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitudes
Logical
Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. DSA questions Arrays Linkedlist And basics of OOP React Basics
Round 3 - HR 

(1 Question)

  • Q1. Why we hire you Your strengths / weaknesse Introduction
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic DSA problems based on Array, String and LinkedList

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic fundamentals for any programming language

KreditBee interview questions for designations

 Software Developer

 (2)

 Software Tester

 (1)

 Software Engineer Intern Trainee

 (1)

 SDE (Software Development Engineer)

 (1)

 Senior Test Engineer

 (1)

 Associate Test Engineer

 (1)

 System Administrator

 (1)

 Senior Quality Analyst

 (1)

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was asked about 3 dsa questions,like very ranging from easy to medium
  • Q2. 1-find all the duplicate pairs in given array
  • Ans. 

    Find all duplicate pairs in given array of strings

    • Create a hash table to store frequency of each string

    • Iterate through the array and check if frequency is greater than 1

    • Add the string to result if frequency is greater than 1

  • Answered by AI
  • Q3. 2-shortest substring which when repeated gives the entire string(kmp) algorithms
  • Ans. 

    KMP algorithm finds the shortest substring that repeats to form the entire string.

    • KMP algorithm uses a prefix table to find the longest proper prefix that is also a suffix of each substring.

    • The length of the shortest repeating substring is the length of the string minus the length of the longest proper prefix.

    • Example: For string 'abcabcabc', the longest proper prefix is 'abcabc' and the length of the shortest repeating

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and speak out loud also keep the conversation going lemer give pauses like for 3 or more minutes.

Skills evaluated in this interview

Interview questions from similar companies

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

MVVM was asked and swift questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare swift concepts well and design pattern
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

Software Engineer Interview Questions & Answers

Money View user image Shreyas Vinayak Patil CSE-2019-23

posted on 5 Jun 2024

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2hrs aptitude test was there

Round 2 - Coding Test 

2 hrs coding test was there

Round 3 - Group Discussion 

GD was conducted and then i passed it

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 - One-on-one 

(2 Questions)

  • Q1. Insights about company and candidate
  • Q2. If I know Data structures or not?
  • Ans. 

    Yes, I have knowledge of data structures.

    • I have experience with common data structures like arrays, linked lists, stacks, queues, trees, and graphs.

    • I understand the time and space complexity of different data structures and their operations.

    • I have implemented data structures in various programming languages like C++, Java, and Python.

    • For example, I have used a hash table to efficiently store and retrieve data in consta

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared and enjoy the process. Cred has a good management.

Skills evaluated in this interview

I applied via Job Fair and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There were 2 easy question 1 medium
Question were good but have weak test case.

Round 2 - Assignment 

This was project or lld round.
You just be aware of class and other stuff.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on project Asked graph coding question in real scenerio. Like asked what algorithm you will use for different real life problems
Round 4 - HR 

(1 Question)

  • Q1. Why engineering and what u know about cred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with dsa especially graph algo bfs dfs

KreditBee Interview FAQs

How many rounds are there in KreditBee Software Engineer interview?
KreditBee interview process usually has 1-2 rounds. The most common rounds in the KreditBee interview process are Technical, Coding Test and HR.
What are the top questions asked in KreditBee Software Engineer interview?

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

  1. 2-shortest substring which when repeated gives the entire string(kmp) algorithm...read more
  2. 1-find all the duplicate pairs in given ar...read more
  3. Implement linked list from scratch. Insert, delete, search, e...read more

Tell us how to improve this page.

KreditBee Software Engineer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
KreditBee Software Engineer Salary
based on 80 salaries
₹5 L/yr - ₹16 L/yr
50% more than the average Software Engineer Salary in India
View more details

KreditBee Software Engineer Reviews and Ratings

based on 12 reviews

2.6/5

Rating in categories

2.5

Skill development

2.5

Work-life balance

2.9

Salary

2.5

Job security

2.5

Company culture

2.7

Promotions

2.3

Work satisfaction

Explore 12 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