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

SDE - 1

Soft Suave
upvote
share-icon
3 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 7 months
Topics: DSA, Computer Networks, DBMS, OOPS, OS, SQL
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions (easily available on internet).
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Only skills that you are confident on, should be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration45 minutes
Interview date20 Dec 2022
Coding problem3

This was the first technical round. Two coding problems and two oral questions were asked about DBMS to seal this round.

1. Minimum Difference

Moderate
20m average time
80% success
0/80
Asked in companies
AmazonSoft SuaveJupiter Money

Goku is fighting Jiren in “Tournament of Power”. If Goku loses then Universe 7 will get destroyed by Zeno but if Jiren loses then Universe 11 will get destroyed and Universe 7 will survive. Both Goku and Jiren launched ‘N’ attacks towards each other. Each attack has some energy. Jiren has a special ability through which he can absorb the attacks of Goku. If Goku launches an attack with energy ‘A’ and Jiren launches an attack with energy ‘B’ then

If ‘A’ > ‘B’, then Goku’s attack will destroy Jiren’s attack but Jiren will absorb Goku’s attack and absorb energy = ‘A’ – ‘B’.

If ‘A’ < ‘B’, then Jiren’s attack will destroy Goku’s attack and Jiren will absorb the remaining energy of his attack which is equal to = ‘B’ – ‘A’.

If ‘A’ == ‘B’, then both Goku’s and Jiren’s attack will get destroyed and Jiren will not absorb any energy.

Goku finds out the energy of all attacks of Jiren and the order in which Jiren is going to attack with the help of Whis. As Jiren becomes powerful by absorbing energy, Goku wants to minimize the total energy absorbed by Jiren by rearranging the order of his attacks.

As Goku is busy fighting with Jiren, he called you for help.

The fate of Universe 7 lies in your hand.

Try solving now

2. Number Of Distinct Substring

Moderate
30m average time
70% success
0/80
Asked in companies
LinkedInFacebookCapegemini Consulting India Private Limited

Ninja has been given a string ‘WORD’ containing lowercase English alphabets having length ‘N’. Ninja wants to calculate the number of distinct substrings in the ‘WORD’.

For Example :

For ‘WORD’ = “abcd” and ‘N’ = 4 following are the 10 distinct substrings of ‘WORD’.
“abcd”, “abc”, “ab”, “a”, “bcd”, “bc”, “b”, “cd”, “c”, and “d”

Can you help the Ninja to find out the number of distinct substrings in the ‘WORD’?

Note :

If you are going to use variables with dynamic memory allocation then you need to release the memory associated with them at the end of your solution.
Try solving now

3. OOPS Questions

What is abstraction and inheritance?
What do you understand by data encapsulation?

02
Round
Easy
Online Coding Test
Duration50 minutes
Interview date25 Dec 2022
Coding problem3

Second technical round. Two coding questions related to string and three questions related to SQL Queries were asked in this round.

1. Compress String

Moderate
25m average time
60% success
0/80
Asked in companies
AdobeMathworksCIS - Cyber Infrastructure

Ninja has been given a program to do basic string compression. For a character that is consecutively repeated more than once, he needs to replace the consecutive duplicate occurrences with the count of repetitions.

Example:

If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".

The string is compressed only when the repeated character count is more than 1.

Note :

The consecutive count of every character in the input string is less than or equal to 9.
Try solving now

2. Reverse Words In A String

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

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now

3. DBMS Questions

What is the difference between CHAR and VARCHAR2 datatype in SQL?
How can you create empty tables with the same structure as another table?
State the differences between views and tables.

03
Round
Easy
HR Round
Duration20 minutes
Interview date31 Dec 2022
Coding problem1

Basic discussion round with HR of the organization.

1. Basic HR Questions

Introduce yourself
What is your ultimate goal in your life?
Where do you see yourself in three years?
What are your strengths and weaknesses?

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 purpose of the return keyword?

Choose another skill to practice
Similar interview experiences
Software Engineer
3 rounds | 7 problems
Interviewed by Soft Suave
1756 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Soft Suave
2487 views
0 comments
0 upvotes
SDE - 2
3 rounds | 6 problems
Interviewed by Soft Suave
2520 views
0 comments
0 upvotes
Software Engineer
3 rounds | 6 problems
Interviewed by Soft Suave
1522 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114869 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58031 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35057 views
7 comments
0 upvotes