Upload Button Icon Add office photos

Filter interviews by

Sourcefuse Technologies Full Stack Developer Interview Questions and Answers

Updated 23 Dec 2024

Sourcefuse Technologies Full Stack Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude,reasoning and core subjects of computer science and 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Java ,Dbms and springboot
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test have 5 sections Aptitude, Reasoning, Pseudo Code, Coding
They miss communication (English reasoning) after first test, they again mail about communication test mail.
Which is easy to search on google and find on chatGPT.

Round 2 - Technical 

(1 Question)

  • Q1. After 1 week got mail about Technical Round HR told me in this hiring we have 2 round of Technical Round. In Technical Interview: Formal Introduction About Internship (In my case) Tech stack used (in Proj...
Round 3 - Technical 

(1 Question)

  • Q1. Explain with SQL tables how join work and What are inner join and Left join, Right join?
  • Ans. 

    SQL joins combine rows from two or more tables based on a related column between them.

    • Inner join returns rows when there is a match in both tables based on the join condition.

    • Left join returns all rows from the left table and the matched rows from the right table.

    • Right join returns all rows from the right table and the matched rows from the left table.

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
asked in MakeMyTrip
Q3. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q4. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q5. LCA of Binary Tree Problem Statement You are given a binary tree ... read more

Full Stack Developer Jobs at Sourcefuse Technologies

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to create restful api
  • Ans. 

    To create a RESTful API, you need to define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI
  • Q2. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to create restfull api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods (GET, POST, PUT, DELETE) for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI
  • Q2. How to do pagination in jpa
  • Ans. 

    Pagination in JPA allows fetching a subset of results from a query.

    • Use the setFirstResult() method to set the starting index of the results to retrieve

    • Use the setMaxResults() method to set the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. First-round is the technical round and aptitude which is an online test logical question is a more technical question related to C# coding one question and others are about OOPS and all SQL question like ...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project based backend and frontend
  • Q2. How to connect to backend
  • Ans. 

    To connect to the backend, you can use APIs, database connections, or web services.

    • Use APIs to send and receive data between the frontend and backend

    • Establish database connections to retrieve and store data

    • Utilize web services for communication between different systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Solid Principle, Design Patterns,
  • Q2. React sharing data btw siblings without any state management.
  • Q3. NodeJs is single threaded then why it feels concurrent?
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related micro services
  • Q2. Message queue related questions
  • Q3. NodeJs related questions: Event loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare NodeJs in-depth.
Mention things in your resume that you actually know and worked on. They will ask questions from your experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are the design patterns in c#
  • Ans. 

    Design patterns in C# are reusable solutions to common problems in software design.

    • Some common design patterns in C# include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency betwee...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Can you provide your introduction?
  • Ans. 

    I'm a passionate software developer with expertise in full-stack development and a keen interest in innovative technologies.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, an...

  • Answered by AI
  • Q2. Can you tell me about yourself?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It was basic test. online.

Round 3 - Coding Test 

2 questions on arrays. online.

Round 4 - Group Discussion 

The general topic. Be point to point

Round 5 - Technical 

(1 Question)

  • Q1. SQL and Python questions. online. screen sharing

Sourcefuse Technologies Interview FAQs

How many rounds are there in Sourcefuse Technologies Full Stack Developer interview?
Sourcefuse Technologies interview process usually has 2-3 rounds. The most common rounds in the Sourcefuse Technologies interview process are Technical and Aptitude Test.
How to prepare for Sourcefuse Technologies Full Stack Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Sourcefuse Technologies. The most common topics and skills that interviewers at Sourcefuse Technologies expect are Javascript, Angularjs, Node.Js, React.Js and Full Stack.
What are the top questions asked in Sourcefuse Technologies Full Stack Developer interview?

Some of the top questions asked at the Sourcefuse Technologies Full Stack Developer interview -

  1. Explain with SQL tables how join work and What are inner join and Left join, Ri...read more
  2. Java ,Dbms and springb...read more

Tell us how to improve this page.

Sourcefuse Technologies Full Stack Developer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
Zenoti Interview Questions
3.0
 • 42 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Stefanini Interview Questions
2.9
 • 35 Interviews
View all

Fast track your campus placements

View all
Sourcefuse Technologies Full Stack Developer Salary
based on 9 salaries
₹7.8 L/yr - ₹18 L/yr
38% more than the average Full Stack Developer Salary in India
View more details

Sourcefuse Technologies Full Stack Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
50 salaries
unlock blur

₹6 L/yr - ₹18.8 L/yr

Devops Engineer
48 salaries
unlock blur

₹5.7 L/yr - ₹22.1 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹11 L/yr - ₹24.7 L/yr

Technical Support Executive
19 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

QA Engineer
18 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Sourcefuse Technologies with

Tekwissen

4.8
Compare

Damco Solutions

3.9
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview