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

Fullstack Developer

Credit Suisse
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structures, OOPS, SQL, Database Management System, Competitive Coding ( Arrays, Strings), Java (Strings, Garbage Collection, Interfaces, Abstract Classes, Collections)
Tip
Tip

Tip 1 : Practice competitive coding questions and cover basic and easy level questions.
Tip 2 : Also practice the sql queries. Don't skip basics.
Tip 3 : Projects play a very important role. Include good projects in your Resume.

Application process
Where: Other
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Don't overload your Resume. Keep it simple.
Tip 2 : Use a good format
Tip 3 : Include only those projects and techs that you are aware of.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date20 Mar 2021
Coding problem1

The online round consists of :
2 Programming questions 
12 Multiple Choice questions

The level of questions were easy to medium.
The platform was quite user friendly

1. Time To Burn Tree

Hard
50m average time
50% success
0/120
Asked in companies
SprinklrShareChatZomato

You have a binary tree of 'N' unique nodes and a Start node from where the tree will start to burn. Given that the Start node will always exist in the tree, your task is to print the time (in minutes) that it will take to burn the whole tree.


It is given that it takes 1 minute for the fire to travel from the burning node to its adjacent node and burn down the adjacent node.


For Example :
For the given binary tree: [1, 2, 3, -1, -1, 4, 5, -1, -1, -1, -1]
Start Node: 3

    1
   / \
  2   3
     / \
    4   5

Output: 2

Explanation :
In the zeroth minute, Node 3 will start to burn.

After one minute, Nodes (1, 4, 5) that are adjacent to 3 will burn completely.

After two minutes, the only remaining Node 2 will be burnt and there will be no nodes remaining in the binary tree. 

So, the whole tree will burn in 2 minutes.
Try solving now
02
Round
Medium
Video Call
Duration90 minutes
Interview date15 May 2021
Coding problem1

It was in interview on Zoom with webcam on.
The interviewer covered all the basic concepts like OOPS, SQL, Database, Java.
Coding questions were asked. only logic was asked.

1. Regular Expression Match

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

Given a string ‘str’ and a string ‘pat’. The string s has some wildcard characters i.e ‘?’ and ‘*’.

If any character is a ‘?’ we can replace that character with any other character. 

If a character is a * we can replace * with any sequence of characters including the empty sequence.  

Your task is to determine if it is possible that we can make ‘str' = 'pat’ using appropriate conversions in ‘str’.

For example:
Let str = “abc?" and pat= “abcd”

We return true as ‘?’ can be replaced with ‘d’ and this makes ‘str’ and ‘pat’ same.
Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date21 Apr 2022
Coding problem1

It was the final round.. Interview started with the concepts of Java ( String in Depth, Garbage Collection, Interfaces, Abstract Classes). Then he moved to projects that were there in my Resume.
He covered all the tech Stacks mentioned in my Resume.
Also he asked the coding questions and asked to write the pseudo code for it.

1. Remove character

Easy
0/40
Asked in companies
IndiaMartSiemensCisco

For a given a string(str) and a character X, write a function to remove all the occurrences of X from the given string.

The input string will remain unchanged if the given character(X) doesn't exist in the input string.

Try solving now

Here's your problem of the day

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

Skill covered: Programming

Which SQL keyword removes duplicate records from a result set?

Choose another skill to practice
Similar interview experiences
C++ Developer
4 rounds | 7 problems
Interviewed by Credit Suisse
1218 views
0 comments
0 upvotes
ENO
3 rounds | 10 problems
Interviewed by Credit Suisse
560 views
0 comments
0 upvotes
ENO
3 rounds | 7 problems
Interviewed by Credit Suisse
507 views
0 comments
0 upvotes
ENO
4 rounds | 4 problems
Interviewed by Credit Suisse
669 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
6 rounds | 5 problems
Interviewed by Microsoft
1794 views
0 comments
0 upvotes
company logo
Fullstack Developer
4 rounds | 10 problems
Interviewed by Paytm (One97 Communications Limited)
1533 views
1 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Samsung
1659 views
0 comments
0 upvotes