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

Software Engineer

SourceFuse Technologies
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
As I'm currently working in MNCs and want a career growth so I have to take a decision to switch to another Company. I applied to Sourcefuse technology which is a Good MNCs through a linkedIn referall. there were 3 rounds (Assignment test , Technical Interview and Last is HR). I cleared all the rounds but offer is yet to come.
Application story
I applied in Sourcefuse through linkedIn portal. I got referral from linkedin then after 5 days I recieved a HR mail regarding First Assignment test which is held at evalground portal. There was total 3 rounds ( Assignment test , Technical Discussion then HR).
Why selected/rejected for the role?
This is the central question ,the interviewer asked to everyone but if u impactfully do the answer for this questions, it would be excellent personality expression. Mine asnwer was " I have all the skills and experience listed in the job description, and I'm confident that I can make an immediate impact on your company ".
Preparation
Duration: 2 months
Topics: Javascript, Data Structure, System Design, OOPs, DBMS
Tip
Tip

Tip 1 : Do more focused on System Designs
Tip 2 : Have great Technical Knowledge of your domain

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

Tip 1 : It Should be of One Page
Tip 2 : Mentioned clearly what u have done in your previous employement(as I applied Experinced basis)

Interview rounds

01
Round
Medium
Assignment
Duration60 minutes
Interview date3 Jan 2023
Coding problem1

1. Web Development

Make a CRUD APP in Reactjs Framework.

Problem approach

Tip 1 : First You should have excellent knowledge on Javacsript and ReactJs.
Tip 2 : Start from basic npm react app command and create the project
Tip 3 : Then add one by one functionalities of CREATE,READ,UPDATE,DELETE

02
Round
Easy
Video Call
Duration90 minutes
Interview date10 Jan 2023
Coding problem3

Inteviewer Asked me More about questions related to data structures and System design.

1. Find Number Of Islands

Moderate
34m average time
60% success
0/80
Asked in companies
MakeMyTripSamsung ElectronicsOLX Group

You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0 signifies water.

A cell is said to be connected to another cell, if one cell lies immediately next to the other cell, in any of the eight directions (two vertical, two horizontal, and four diagonals).

A group of connected cells having value 1 is called an island. Your task is to find the number of such islands present in the matrix.

Try solving now

2. System Design

What do you understand by load balancing? Why is it important in system design?

Problem approach

Load balancing refers to the concept of distributing incoming traffic efficiently across a group of various backend servers. These servers are called server pools. Modern-day websites are designed to serve millions of requests from clients and return the responses in a fast and reliable manner. In order to serve these requests, the addition of more servers is required.

3. Detect Cycle In A Directed Graph

Moderate
30m average time
75% success
0/80
Asked in companies
Samsung ElectronicsMicrosoftAdobe

You are given a directed graph having ‘N’ nodes. A matrix ‘EDGES’ of size M x 2 is given which represents the ‘M’ edges such that there is an edge directed from node EDGES[i][0] to node EDGES[i][1].

Find whether the graph contains a cycle or not, return true if a cycle is present in the given directed graph else return false.

For Example :
In the following directed graph has a cycle i.e. B->C->E->D->B.

alt text

Note :
1. The cycle must contain at least two nodes.
2. It is guaranteed that the given graph has no self-loops in the graph.
3. The graph may or may not be connected.
4. Nodes are numbered from 1 to N.
5. Your solution will run on multiple test cases. If you are using global variables make sure to clear them.
Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date11 Jan 2023
Coding problem1

Simple HR related Questions and Salary Discussion.

1. Basic HR Questions

Tell me about yourself.

What do you love to do in free time?

What are your salary expectations?

Do you agree to work in Night Shift?

Here's your problem of the day

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

Skill covered: Programming

How do you select an element by class name in CSS?

Choose another skill to practice
Similar interview experiences
Devops Engineer
2 rounds | 8 problems
Interviewed by SourceFuse Technologies
1193 views
0 comments
0 upvotes
SDE - 1
3 rounds | 4 problems
Interviewed by SourceFuse Technologies
0 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
5031 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
1859 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Mindtree
11345 views
7 comments
0 upvotes
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7191 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
8847 views
1 comments
0 upvotes