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

Software Engineer

CRED
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

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

Tip 1 : do join an online course 
Tip 2 : Practise competitive questions
Tip 3 : do projects

Application process
Where: Campus
Eligibility: 6.5 cgpa
Resume Tip
Resume tip

Tip 1 : do projects 
Tip 2 : Don't put false information on resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes.
Interview date5 Jun 2021
Coding problem1

1. Sort An Array of 0s, 1s and 2s

Easy
10m average time
90% success
0/40
Asked in companies
IBMSamsungDirecti

You have been given an array/list 'arr' consisting of 'n' elements.


Each element in the array is either 0, 1 or 2.


Sort this array/list in increasing order.


Do not make a new array/list. Make changes in the given array/list.


Example :
Input: 'arr' = [2, 2, 2, 2, 0, 0, 1, 0]

Output: Final 'arr' = [0, 0, 0, 1, 2, 2, 2, 2]

Explanation: The array is sorted in increasing order.
Try solving now
02
Round
Medium
Face to Face
Duration55 minutes
Interview date5 Aug 2021
Coding problem1

1. Left View Of Binary Tree

Moderate
30m average time
60% success
0/80
Asked in companies
ZS AssociatesFlipkartSAP Labs

You have been given a Binary Tree of 'n' nodes, where the nodes have integer values



Example :
If the input tree is as depicted in the picture: 

alt text

The Left View of the tree will be:  2 35 2 
Try solving now
03
Round
Medium
HR Round
Duration45 minutes
Interview date15 Aug 2021
Coding problem1

1. Basic HR questions

Personality based question.

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
SDE-3
3 rounds | 3 problems
Interviewed by CRED
2960 views
0 comments
0 upvotes
company logo
Developer Engineer
3 rounds | 3 problems
Interviewed by CRED
2733 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 4 problems
Interviewed by CRED
2766 views
1 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by CRED
3462 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Mindtree
11970 views
7 comments
0 upvotes
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7687 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9650 views
1 comments
0 upvotes