Softcrylic Technology Solutions India Private Ltd. interview experience Real time questions & tips from candidates to crack your interview

SDE

Softcrylic Technology Solutions India Private Ltd.
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I was unaware of this coding stuff till my school life. I got to know about the field of computer science in my class 11th. I found it interesting and decided that I will pursue my career in the field of computer science. I took admission in B.Tech CSE and learned the various concepts like DSA and all.
Application story
I got a message in my whatsapp group about the company visiting our campus for the hiring of SDE-1. As, I was in the fourth year, it was sure that I am going to apply for it. I started preparing accordingly and got selected at last.
Why selected/rejected for the role?
I think I was on point with my coding solutions to the questions asked in the interviews. I provided the optimal solutions and I was giving correct explanations to some theory questions asked.
Preparation
Duration: 2 months
Topics: Data Structures, Algorithms, System Design, Aptitude, OOPS
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
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: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Online Coding Test
Duration60 minutes
Interview date16 Jun 2022
Coding problem2

1. Left View Of Binary Tree

Moderate
30m average time
60% success
0/80
Asked in companies
SalesforceMicrosoftJP Morgan

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

2. Merge k sorted lists

Hard
25m average time
65% success
0/120
Asked in companies
SAP LabsMicrosofteBay

Given 'k' sorted linked lists, each list is sorted in increasing order. You need to merge all these lists into one single sorted list. You need to return the head of the final linked list.


For example:
Input:
3
3
4 6 8
3
2 5 7 
2
1 9

Output:
1 2 4 5 6 7 8 9 

Explanation:
First list is: 4 -> 6 -> 8 -> NULL
Second list is: 2 -> 5 -> 7 -> NULL
Third list is: 1 -> 9 -> NULL
The final list would be: 1 -> 2 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9 -> NULL
Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date18 Jun 2022
Coding problem1

1. Basic HR Questions

Introduce yourself
Why do you want to join us?
What are your hobbies?

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 < title > tag in HTML?

Choose another skill to practice
Similar interview experiences
SDE
2 rounds | 2 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
593 views
0 comments
0 upvotes
SDE
2 rounds | 3 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
571 views
0 comments
0 upvotes
SDE
1 rounds | 2 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
612 views
0 comments
0 upvotes
SDE
2 rounds | 3 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
524 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE
3 rounds | 6 problems
Interviewed by PhonePe
0 views
0 comments
0 upvotes
company logo
SDE
2 rounds | 5 problems
Interviewed by Infosys
1302 views
0 comments
0 upvotes
company logo
SDE
2 rounds | 6 problems
Interviewed by Tata Consultancy Services (TCS)
1850 views
0 comments
0 upvotes