CRED interview experience Real time questions & tips from candidates to crack your interview

Backend Developer

CRED
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data structure and algorithm, HTML, CSS, database management system, SQL
Tip
Tip

Tip 1 : practice question
Tip 2 : competitive contest
Tip 3 : course online.

Application process
Where: Campus
Eligibility: 60
Resume Tip
Resume tip

Tip 1 : concise and accurate 
Tip 2 : no false information

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 mins
Interview date5 Aug 2021
Coding problem1

3 coding question 90 mins

1. Count Ways To Reach The N-th Stairs

Moderate
30m average time
80% success
0/80
Asked in companies
InfosysTata Consultancy Services (TCS)Amazon

You have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair.


Each time, you can climb either one step or two steps.


You are supposed to return the number of distinct ways you can climb from the 0th step to the Nth step.

Note:

Note: Since the number of ways can be very large, return the answer modulo 1000000007.
Example :
N=3

Example

We can climb one step at a time i.e. {(0, 1) ,(1, 2),(2,3)} or we can climb the first two-step and then one step i.e. {(0,2),(1, 3)} or we can climb first one step and then two step i.e. {(0,1), (1,3)}.
Try solving now
02
Round
Easy
Face to Face
Duration70 minutes
Interview date10 Aug 2021
Coding problem1

1. Detect and Remove Loop

Moderate
10m average time
90% success
0/80
Asked in companies
DelhiveryOLX GroupSamsung

Given a singly linked list, you have to detect the loop and remove the loop from the linked list, if present. You have to make changes in the given linked list itself and return the updated linked list.

Expected Complexity: Try doing it in O(n) time complexity and O(1) space complexity. Here, n is the number of nodes in the linked list.

Try solving now
03
Round
Medium
Face to Face
Duration55 minutes
Interview date15 Aug 2021
Coding problem1

1. Project based question

Implement code snippets from some functionality of a given project.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is the output of print(type("Python"))?

Choose another skill to practice
Similar interview experiences
company logo
Product Analyst
2 rounds | 5 problems
Interviewed by CRED
3987 views
2 comments
0 upvotes
company logo
Backend Developer
2 rounds | 4 problems
Interviewed by CRED
4751 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by CRED
3236 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3053 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Backend Developer
1 rounds | 2 problems
Interviewed by Paytm (One97 Communications Limited)
1376 views
0 comments
0 upvotes
company logo
Backend Developer
3 rounds | 5 problems
Interviewed by Paytm (One97 Communications Limited)
0 views
0 comments
0 upvotes
Backend Developer
3 rounds | 4 problems
Interviewed by Mphasis
1093 views
0 comments
0 upvotes