CRED logo

Growth · Software Engineer Interview Guide

Sign up to see ATSHeadquartered in India

Interview language: English

How to Pass the CRED Software Engineer Interview in 2026

The CRED DNA (TL;DR)

The 'CRED Pay' user experience directly reflects the company's hiring standards; candidates must demonstrate a nuanced understanding of premium user behavior and the ability to build sophisticated, elegant solutions. Interviewers assess the capacity to innovate within regulatory frameworks, often referencing successful product features.
Interviews inJavaGoPython

The CRED Interview Loop

Your onsite loop will typically consist of 5 rounds.

  1. 1

    Round 1

    Recruiter Screen
    Motivation, role fit, logistics.
  2. 2

    Round 2

    Coding Screen
    LeetCode-medium algorithmic problems under time pressure.
  3. 3

    Round 3

    System Design
    Distributed systems, trade-offs at scale, architecture under constraints.
  4. 4

    Round 4

    Onsite Coding
    LeetCode-hard, debugging, code clarity, edge cases.
  5. 5

    Round 5

    Behavioral / Leadership
    Past evidence of ownership, influence, resolving conflict.

The Danger Zone: Top Reasons Candidates Fail

Based on our database of CRED interview outcomes, avoid these common traps:

  • Failing to handle scenarios with no transactions or no eligible cashback.
  • Attributing the problem solely to external factors without taking ownership.
  • Not demonstrating an understanding of CRED's core business model or its unique value proposition in the fintech space.
  • Proposing a monolithic database solution without considering scalability for millions of users.

Test Yourself: Real CRED Questions

Three real prompts pulled from our database.

Type · algorithmic

Imagine CRED has millions of users and you need to design a system to detect fraudulent transactions in real-time. Given a stream of transactions (user_id, amount, timestamp, merchant_id), write a function that returns a list of user_ids flagged for potential fraud based on a rule: a user is flagged if they make more than 5 transactions within a 1-minute window. Assume you have a way to access historical transaction data.

Type · code-clarity

Refactor this existing code snippet [provide a poorly written, complex function related to CRED's business logic, e.g., reward calculation] to improve its readability, maintainability, and testability. Explain your changes and the reasoning behind them.

Type · debugging

Here's a piece of Python code that's supposed to calculate the average reward points earned per transaction for a user, but it's producing incorrect results or crashing. Debug and fix the code. [Provide a buggy code snippet involving date parsing, division by zero, or incorrect aggregation].

+ many more questions, signals, and worked examples

Sign up to unlock the full CRED grading rubric

Unlock the CRED rubric, free

CRED Interview Question Bank

A sample from our database, grouped by round. Sign up to see the full set.

9 of 14 questions shown

1

Recruiter Screen

1
  1. 1

    Type · motivation

    What interests you specifically about working at CRED, a fintech company focused on credit card rewards and payments, compared to other tech companies?
2

Coding Screen

3
  1. 2

    Type · algorithmic

    Imagine CRED has millions of users and you need to design a system to detect fraudulent transactions in real-time. Given a stream of transactions (user_id, amount, timestamp, merchant_id), write a function that returns a list of user_ids flagged for potential fraud based on a rule: a user is flagged if they make more than 5 transactions within a 1-minute window. Assume you have a way to access historical transaction data.
  2. 3

    Type · algorithmic

    CRED wants to offer personalized rewards based on user spending patterns. Given a list of user transactions, where each transaction is a tuple (user_id, category, amount, timestamp), write a function to find the top 3 spending categories for each user in the last 30 days. Return a dictionary where keys are user_ids and values are lists of top 3 categories.
  3. + 1 more questions in this round (sign up to unlock)
3

System Design

3
  1. 4

    Type · design

    Design a system to display the 'CRED Store' catalog to millions of users. Consider aspects like product discovery, search, caching, and handling high read traffic. What are the key components and trade-offs?
  2. 5

    Type · design

    Design a notification system for CRED that can send alerts to users about upcoming bill payments, reward expirations, and new offers. The system needs to be reliable, scalable, and support multiple channels (in-app, push, SMS).
  3. + 1 more questions in this round (sign up to unlock)
4

Onsite Coding

4
  1. 6

    Type · debugging

    Here's a piece of Python code that's supposed to calculate the average reward points earned per transaction for a user, but it's producing incorrect results or crashing. Debug and fix the code. [Provide a buggy code snippet involving date parsing, division by zero, or incorrect aggregation].
  2. 7

    Type · algorithmic

    CRED's rewards engine needs to efficiently find all users who have spent over a certain amount in a specific category within a given time frame. Given a large dataset of transactions (user_id, category, amount, timestamp), implement a function that returns a list of user_ids matching these criteria. Optimize for performance.
  3. + 2 more questions in this round (sign up to unlock)
5

Behavioral / Leadership

3
  1. 8

    Type · ownership

    Tell me about a time you encountered a significant technical challenge or bug in a production system that was impacting users. What steps did you take to diagnose, resolve, and prevent recurrence?
  2. 9

    Type · collaboration

    At CRED, we often balance the tension between adding high-friction security layers for financial compliance and maintaining the seamless, premium UX our members expect. Describe a specific feature development where you had to advocate for a technical design that prioritized user experience while satisfying a compliance or risk team's requirement. How did you align the technical implementation with both business objectives?
  3. + 1 more questions in this round (sign up to unlock)

Unlock all 14 CRED questions, free

No credit card. Every question with its framework, the grading signals interviewers score against, and a worked answer for each.

Unlock all 14 CRED questions

Interview tracks at CRED

How CRED's DNA translates across functions. Pick your role.

Compare CRED with similar employers

Same DNA, different bar. Browse the closest companies in our database and see how their loops differ.

Practice CRED interviews end-to-end

Sample answers

What a strong answer to these CRED interview questions shows.

Imagine CRED has millions of users and you need to design a system to detect fraudulent transactions in real-time. Given a stream of transactions (user_id, amount, timestamp, merchant_id), write a function that returns a list of user_ids flagged for potential fraud based on a rule: a user is flagged if they make more than 5 transactions within a 1-minute window. Assume you have a way to access historical transaction data.

A strong answer shows: Efficient handling of streaming data; Correct implementation of sliding window logic; Consideration of edge cases and constraints.

Refactor this existing code snippet [provide a poorly written, complex function related to CRED's business logic, e.g., reward calculation] to improve its readability, maintainability, and testability. Explain your changes and the reasoning behind them.

A strong answer shows: Improved code readability and structure; Application of clean code principles; Clear explanation of refactoring choices; Enhanced maintainability and testability.

Frequently asked questions

WorkfiveExplore careers on Workfive

Unlock the free CRED interview guide

Sign up