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
1 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Journey
I started my coding journey from the second year of graduation. I asked and consulted seniors on how to start in my career. I started doing DSA. In starting it was not regular but from the seventh semester, I started practicing DSA on regular basis. Meanwhile I also learned Web Development in the last phase of third year. Than, I was ready to apply in different companies.
Application story
I got a message in my telegram 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 not on point with my coding solutions to the questions asked in the interviews. The questions were hard for me.
Preparation
Duration: 3 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: No Backlogs
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 date23 Dec 2021
Coding problem2

1. N-Queens

Hard
55m average time
35% success
0/120
Asked in companies
MicrosoftIntuitThought Works

You are given an integer 'N'. For a given 'N' x 'N' chessboard, find a way to place 'N' queens such that no queen can attack any other queen on the chessboard.

A queen can be killed when it lies in the same row, or same column, or the same diagonal of any of the other queens. You have to print all such configurations.

Try solving now

2. M-coloring problem

Moderate
15m average time
85% success
0/80
Asked in companies
Bank Of AmericaInfosysSamsung

You are given an undirected graph as an adjacency matrix consisting of 'v' vertices and an integer 'm'.


You need to return 'YES' if you can color the graph using at most 'm' colors so that no two adjacent vertices are the same. Else, return 'NO'.


For example:
Input:
If the given adjacency matrix is:
[0 1 0]
[1 0 1]
[0 1 0] and 'm' = 3.

alt.txt

Output: YES

Explanation:
The given adjacency matrix tells us that 1 is connected to 2 and 2 is connected to 3. We can use three different colors and color all three nodes.
Hence we return true.


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 traversal uses a queue as its primary data structure?

Choose another skill to practice
Similar interview experiences
SDE
2 rounds | 2 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
590 views
0 comments
0 upvotes
SDE
2 rounds | 3 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
567 views
0 comments
0 upvotes
SDE
2 rounds | 3 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
520 views
0 comments
0 upvotes
SDE
2 rounds | 3 problems
Interviewed by Softcrylic Technology Solutions India Private Ltd.
594 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
1292 views
0 comments
0 upvotes
company logo
SDE
2 rounds | 6 problems
Interviewed by Tata Consultancy Services (TCS)
1838 views
0 comments
0 upvotes