Upload Button Icon Add office photos

Filter interviews by

KreditBee Senior Test Engineer Interview Questions and Answers

Updated 12 Aug 2024

KreditBee Senior Test Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Where do you see yourdelf in 5 hours
  • Ans. 

    In 5 years, I see myself as a Senior Test Engineer leading a team of testers and implementing innovative testing strategies.

    • Leading a team of testers to ensure efficient testing processes

    • Implementing innovative testing strategies to improve product quality

    • Continuously learning and staying updated with the latest testing technologies and methodologies

  • Answered by AI
  • Q2. Where are you from
  • Ans. 

    I am from a small town in the Midwest called Springfield.

    • I grew up in a close-knit community surrounded by farmland.

    • The town had a population of around 10,000 people.

    • I attended the local high school and later went to college in a nearby city.

  • Answered by AI

Interview questions from similar companies

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

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

I applied via Recruitment Consulltant and was interviewed in Dec 2022. 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 - Coding Test 

Medium level array question was asked on hackerrank.

Round 3 - One-on-one 

(1 Question)

  • Q1. Simple string question was asked which required a little thinking and simple implementation.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a coding round. I was given a screenshot which has dropdowns in it and I had to make the UI of it using react.js

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple DSA and MERN stack should be good

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

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Assignment 

Implement phone directory search system

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare low level design
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. DHCP and DNS difference
  • Ans. 

    DHCP assigns IP addresses to devices on a network, while DNS resolves domain names to IP addresses.

    • DHCP dynamically assigns IP addresses to devices on a network

    • DNS resolves domain names to IP addresses

    • DHCP is used for automatic IP address configuration

    • DNS is used for translating domain names to IP addresses

    • DHCP operates at the network layer (Layer 3)

    • DNS operates at the application layer (Layer 7)

  • Answered by AI
  • Q2. Networking protocols and respective port numbers.
  • Ans. 

    Networking protocols and their respective port numbers are essential for communication between devices.

    • HTTP - Port 80

    • HTTPS - Port 443

    • FTP - Port 21

    • SMTP - Port 25

    • SSH - Port 22

    • DNS - Port 53

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current and expected Salary
  • Q2. Reason for leaving the current company.

Interview Preparation Tips

Topics to prepare for Slice System Engineer interview:
  • CCNA
  • Computer Hardware
  • Switching
  • Routing

Skills evaluated in this interview

KreditBee Interview FAQs

How many rounds are there in KreditBee Senior Test Engineer interview?
KreditBee interview process usually has 1 rounds. The most common rounds in the KreditBee interview process are One-on-one Round.
How to prepare for KreditBee Senior Test Engineer 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 KreditBee. The most common topics and skills that interviewers at KreditBee expect are API Testing, Automation Testing, Manual Testing, Software Quality Assurance and System Testing.

Tell us how to improve this page.

KreditBee Senior Test Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.1
 • 100 Interviews
Turing Interview Questions
3.4
 • 92 Interviews
Toothsi Interview Questions
2.8
 • 60 Interviews
Zolo Interview Questions
3.4
 • 49 Interviews
GoMechanic Interview Questions
3.7
 • 48 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Impact Guru Interview Questions
3.7
 • 38 Interviews
CRED Interview Questions
3.5
 • 37 Interviews
Slice Interview Questions
3.2
 • 32 Interviews
Money View Interview Questions
4.3
 • 30 Interviews
View all
KreditBee Senior Test Engineer Salary
based on 4 salaries
₹7.9 L/yr - ₹12.2 L/yr
10% less than the average Senior Test Engineer Salary in India
View more details

KreditBee Senior Test Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Operations Executive
152 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