Upload Button Icon Add office photos

CRED

Compare button icon Compare button icon Compare

Filter interviews by

CRED Backend Developer Interview Questions and Answers

Updated 28 Jul 2023

CRED Backend Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Jul 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. Microservices architecture
  • Q2. High scale system design
  • Ans. 

    Designing high scale systems involves careful planning for scalability, reliability, and performance.

    • Identify the key components of the system and their interactions

    • Use distributed systems and microservices architecture for scalability

    • Implement caching mechanisms to improve performance

    • Utilize load balancing and horizontal scaling to handle increased traffic

    • Monitor system performance and implement auto-scaling mechanism

  • Answered by AI
Round 3 - Coding Test 

Optimise SQL queries to transmit large datasets and check for resiliency

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong technical skills and good communication is a must

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2023. 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 

Hackerearth Coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Round with Senior Software Engineer around Java, DSA and APIs
  • Q2. 1. Check Valid Parenthesis, 2. Given a problem design your own API and suitable URL for it Discussions about implementation and designing of the above two questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. One-on-one round with Project manager
  • Q2. Architecture and System design round, but interviewer given me Java Coding , some basic question and asked some questions on SQL then in the middle of the interview he told that we are not going forward wi...

Interview Preparation Tips

Topics to prepare for OneCard Backend Developer interview:
  • Data Structures
  • Algorithms
  • REST API
  • Java
  • Database
Interview preparation tips for other job seekers - Please the availability of the interviewers first then schedule a call. Candidates really do hard work and reach for the final interviews hoping to have atleast a proper interview. If anyone is already selected for the role, don't schedule an interview at all. Even did not received any updates yet.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

There was a coding question of string level was Easy to Medium and we can also expect SQL query in this

Round 2 - Low Level Design Round 

(2 Questions)

  • Q1. Design Book My Show
  • Q2. Project Discussion
Round 3 - Behavioral 

(2 Questions)

  • Q1. I Expected the HLD in this but for freshers there is no HLD only DSA, that was N- Queen Problem
  • Q2. Project Discussion that's it
Round 4 - HR 

(2 Questions)

  • Q1. Basic HR Questions
  • Q2. It's easy round

Interview Preparation Tips

Interview preparation tips for other job seekers - Walk through with DB concepts and SQL queries
prepare low level design questions
and prepare leetcode Easy to Medium questions
Good to go now!
all the best!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There are 3 questions. basic to medium level.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduction about yourself
  • Q2. Explain about your projects
  • Q3. Solve a Coding problem
  • Q4. Walk through project code
  • Ans. 

    I will walk through a project code to explain its structure and functionality.

    • Start by explaining the overall architecture of the project

    • Discuss the main components/modules and their interactions

    • Explain any key algorithms or data structures used

    • Highlight any design patterns or best practices implemented

    • Provide examples of specific code snippets to illustrate your points

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Does Java support pass by reference?
  • Ans. 

    Yes

    • Java uses pass by value for all variables, including object references.

    • When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.

    • Modifying the reference inside the method will not affect the original reference outside the method.

    • However, modifications to the object's state inside the method will be visible outside the method.

  • Answered by AI
  • Q2. Explain Singleton Pattern
  • Ans. 

    Singleton pattern restricts the instantiation of a class to a single object.

    • Singleton pattern ensures that only one instance of a class exists throughout the application.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single instance needs to coordinate actions across the system.

    • Example: Database connection manager, logger, configuration manager.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

OneCard user image Kishan KAVATHIYA (Kishu)

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Internal Implementation of HashMap
  • Ans. 

    HashMap is implemented using an array of linked lists to handle collisions.

    • HashMap stores key-value pairs in an array of linked lists

    • Hash function is used to determine the index of the array where the key-value pair will be stored

    • Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list

    • HashMap allows null keys and values

    • HashMap is not synchronized...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question

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 - 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Test was based on arrays and some dsa concepts.

CRED Interview FAQs

How many rounds are there in CRED Backend Developer interview?
CRED interview process usually has 3 rounds. The most common rounds in the CRED interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for CRED Backend Developer 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 CRED . The most common topics and skills that interviewers at CRED expect are Backend, Health Insurance, Software Development, Product Development and Scalability.
What are the top questions asked in CRED Backend Developer interview?

Some of the top questions asked at the CRED Backend Developer interview -

  1. High scale system des...read more
  2. Microservices architect...read more

Tell us how to improve this page.

CRED Backend Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Money View Interview Questions
4.3
 • 30 Interviews
Kissht Finance Interview Questions
3.9
 • 29 Interviews
Jupiter Money Interview Questions
3.3
 • 29 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
indiagold Interview Questions
4.2
 • 22 Interviews
Jodo Interview Questions
3.6
 • 22 Interviews
OneCard Interview Questions
3.5
 • 21 Interviews
Ocrolus East Interview Questions
3.5
 • 19 Interviews
View all
CRED Backend Developer Salary
based on 22 salaries
₹18 L/yr - ₹52.6 L/yr
233% more than the average Backend Developer Salary in India
View more details

CRED Backend Developer Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.4

Skill development

2.5

Work-life balance

3.8

Salary

3.7

Job security

3.2

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
44 salaries
unlock blur

₹13.5 L/yr - ₹55.8 L/yr

Product Manager
35 salaries
unlock blur

₹12.5 L/yr - ₹40 L/yr

Software Developer
28 salaries
unlock blur

₹13.6 L/yr - ₹45.5 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹21.3 L/yr - ₹80 L/yr

Product Designer
24 salaries
unlock blur

₹5.4 L/yr - ₹17.8 L/yr

Explore more salaries
Compare CRED with

Paytm

3.3
Compare

BharatPe

3.5
Compare

Kissht Finance

3.9
Compare

Money View

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