Real Interview Questions
CRED Interview Questions (Real, Asked)
8 real questions candidates were actually asked at CRED interviews. Practice any of them out loud with Roundd AI and get instant feedback — free, no signup.
Practice these questions with AI feedback →- 1.
Given a string of words separated by '.', return it with the spacing evenly filled by '.' characters.
SDE-1
- 2.
What projects have you worked on in your freelance career?
SDE-1
- 3.
How much do you operate at the scale of building an application?
SDE-1
- 4.
Design an Analytics SDK.
SDE-1 · System Design
- 5.
Given a word, find the minimum number of character substitutions needed so that no two adjacent characters are equal.
SDE-1 · Coding
- 6.
On an N x M floor, chemical drops are added one at a time and adjacent drops merge; after each addition, report the number of distinct connected drop areas.
SDE-1 · Coding
- 7.
Given a file of text paragraphs, print the count of unique words (case-insensitive).
SDE-1 · Online Assessment
- 8.
Given a CIDR block, count the number of valid IPs in it; for invalid input, output "Invalid Input".
SDE-1 · Online Assessment