Upload Button Icon Add office photos

Filter interviews by

Sourcefuse Technologies Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top Sourcefuse Technologies Interview Questions and Answers

View all 26 questions

Sourcefuse Technologies Interview Experiences

Popular Designations

17 interviews found

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A coding test related to JavaScript.

Round 2 - Technical 

(2 Questions)

  • Q1. Js and angular questions like routing
  • Q2. Promise, pipes, life cycle hooks

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic of js and angular

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How do you contribute to Profit Margin?
  • Ans. 

    I contribute to profit margin by optimizing project timelines, reducing costs, and maximizing resources.

    • Optimizing project timelines to ensure efficient use of resources

    • Reducing costs through effective budget management and negotiation with vendors

    • Maximizing resources by assigning tasks effectively and utilizing team members' strengths

    • Implementing cost-saving measures such as automation or process improvements

    • Identifyi...

  • Answered by AI
  • Q2. How do you manage resources and allocate hours?
  • Ans. 

    I manage resources by assessing project needs, assigning tasks based on skill sets, and tracking hours to ensure efficient use of time.

    • Assess project requirements and determine resource needs

    • Assign tasks to team members based on their skill sets and availability

    • Track hours worked by each team member to ensure project stays on schedule

    • Adjust resource allocation as needed to address any bottlenecks or delays

  • Answered by AI
  • Q3. How do you track project progress?
  • Ans. 

    I track project progress using project management software, regular status meetings, progress reports, and milestone tracking.

    • Utilize project management software to track tasks, timelines, and milestones

    • Hold regular status meetings with team members to discuss progress and address any issues

    • Generate progress reports to provide stakeholders with updates on project status

    • Track milestones to ensure project is on schedule

  • Answered by AI
  • Q4. Do you know Project use cases?
  • Ans. 

    Project use cases refer to specific scenarios or situations where a project management approach is applied to achieve specific goals.

    • Project use cases involve defining project scope, objectives, deliverables, timelines, and resources.

    • Examples include software development projects, construction projects, event planning projects, and marketing campaigns.

    • Project use cases help ensure that projects are completed efficientl...

  • Answered by AI
Round 2 - One-on-one 

(4 Questions)

  • Q1. What kinds of projects have you managed?
  • Ans. 

    I have managed a variety of projects including software development, construction, event planning, and marketing campaigns.

    • Software development projects

    • Construction projects

    • Event planning projects

    • Marketing campaign projects

  • Answered by AI
  • Q2. How do to track project progress?
  • Ans. 

    Project progress can be tracked through regular status updates, milestone tracking, and using project management tools.

    • Regular status updates from team members to track tasks completed and any roadblocks

    • Tracking milestones to ensure project is on schedule

    • Utilizing project management tools like Gantt charts or Kanban boards to visualize progress

    • Conducting regular meetings to discuss progress and address any issues

    • Using ...

  • Answered by AI
  • Q3. What is the lifecycle of a project?
  • Ans. 

    The project lifecycle consists of initiation, planning, execution, monitoring and controlling, and closing phases.

    • Initiation: Define the project, set goals, and obtain approval.

    • Planning: Develop a roadmap, allocate resources, and create a schedule.

    • Execution: Implement the plan, manage resources, and communicate progress.

    • Monitoring and Controlling: Track performance, make adjustments, and address issues.

    • Closing: Finaliz...

  • Answered by AI
  • Q4. What tools do you use as a PM?
  • Ans. 

    As a PM, I use various tools such as project management software, communication tools, and collaboration platforms.

    • Project management software (e.g. Microsoft Project, Asana)

    • Communication tools (e.g. Slack, Microsoft Teams)

    • Collaboration platforms (e.g. Google Drive, Trello)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and true to yourself. Usually, Interviewers are sharp enough to judge if you are honest or lying. I keep my work experiences honest, you can take help from Youtube to use better language during interviews.

Top Sourcefuse Technologies Project Manager Interview Questions and Answers

Q1. How do you manage resources and allocate hours?
View answer (1)

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Sourcefuse Technologies Interview Questions and Answers for Freshers
illustration image
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

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
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

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Sourcefuse Technologies interview questions for popular designations

 Devops Engineer

 (3)

 Full Stack Developer

 (2)

 Senior Software Engineer

 (2)

 Project Manager

 (1)

 Customer Support Executive

 (1)

 Software Engineer

 (1)

 Business Analyst

 (1)

 Senior Technical Recruiter

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain project
  • Q2. Hackerrank test

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare design principles

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Sourcefuse Technologies Interview Questions

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Case Study 

Asked to create a BRD document, WBS, and wireframes for a to-do list mobile app

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on past projects, experience, and agile.
Round 4 - Technical 

(1 Question)

  • Q1. Detailed discussion on past projects, what's your favorite app and how will you improve it

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice to potential candidates is to exercise caution and NOT apply to this company. Their HR (Amanpreet) will waste your time and effort by asking you to complete an assignment and undergo multiple technical rounds only to NOT give you an offer letter despite clearing all the rounds.

I'd recommend exploring other opportunities at better companies.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What do you understand by lvm?
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used in Linux to manage storage by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without downtime.

    • It provides features like snapshots, striping, mirroring, and thin provisioning.

    • Example: Creating a logical volume 'lv_data' from physical volume 'sda2'.

  • Answered by AI
  • Q2. Which command is use to see lvm?
  • Ans. 

    The command used to see LVM is 'lvdisplay'.

    • Use 'lvdisplay' command to see information about logical volumes in LVM.

    • You can also use 'lvscan' to scan all disks for LVM volumes.

    • To see a list of all logical volumes, use 'lvs'.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Tell me about your experience and issue you faced?

Skills evaluated in this interview

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (21)

Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2022

I applied via Approached by Company and was interviewed in May 2022. There were 2 interview rounds.

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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is the best project you've worked on?
  • Q2. Explain the end-to-end details of the technical workflow of one of your projects.
  • Q3. Why you choose this technology for the task?
  • Q4. How would you approach slow DB queries?
  • Q5. Explain newer features in ECMAScript.

Interview Preparation Tips

Topics to prepare for Sourcefuse Technologies interview:
  • Node.Js
  • AWS
  • Angularjs
  • loopback (optional)
  • react (optional)
Interview preparation tips for other job seekers - Always be ready with great details of your one of the best projects.

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The coding interview question were moderate to easy

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs, Sorting, Data structures(Linked List specifically), Databases
  • Q2. Questions regarding my college project were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind your basics. That will help you a lot.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

QA Trainee Interview Questions & Answers

user image Anonymous

posted on 16 Mar 2022

I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning, quants, psychometic question.

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions related to the role you're applying for.
Round 3 - One-on-one 

(1 Question)

  • Q1. This round is to check whether you have a potential to learn even more or not.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, be confident. Language barrier is not an issue but still try your best in English.

QA Trainee Interview Questions asked at other Companies

Q1. What is regression testing, smoke testing,unit testing?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Sourcefuse Technologies Interview FAQs

How many rounds are there in Sourcefuse Technologies interview?
Sourcefuse Technologies interview process usually has 2-3 rounds. The most common rounds in the Sourcefuse Technologies interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Sourcefuse Technologies 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 IT Services, Python, Javascript, SQL and AWS.
What are the top questions asked in Sourcefuse Technologies interview?

Some of the top questions asked at the Sourcefuse Technologies interview -

  1. Explain with SQL tables how join work and What are inner join and Left join, Ri...read more
  2. How would you approach slow DB queri...read more
  3. MySQL-Aurora vs MySQL, Ansible vs Jenk...read more
How long is the Sourcefuse Technologies interview process?

The duration of Sourcefuse Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Webiknows IT Solutions

No Interviews

REVIEWS

PhonePe

No Reviews

INTERVIEWS

Bwise Solutions

No Interviews

INTERVIEWS

Netclues

No Interviews

INTERVIEWS

Sorcflow

No Interviews

INTERVIEWS

DesignTech Systems

No Interviews

INTERVIEWS

Godrej Infotech

No Interviews

INTERVIEWS

JK Tech

No Interviews

Tell us how to improve this page.

Sourcefuse Technologies Interview Process

based on 12 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Publicis Sapient Interview Questions
3.5
 • 613 Interviews
TO THE NEW Interview Questions
3.7
 • 131 Interviews
Net Solutions Interview Questions
4.2
 • 9 Interviews
View all

Fast track your campus placements

View all

Sourcefuse Technologies Reviews and Ratings

based on 107 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.8

Salary

3.4

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 107 Reviews and Ratings
Software Engineer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Executive
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sourcefuse Technologies with

TO THE NEW

3.7
Compare

Srijan Technologies

3.5
Compare

Net Solutions

4.2
Compare

Publicis Sapient

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent