Upload Button Icon Add office photos

Filter interviews by

WorkFusion Interview Questions and Answers

Updated 7 May 2023

WorkFusion Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before May 2022. There were 4 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Based on your skill sets mentioned in your Resume
Round 3 - Technical 

(1 Question)

  • Q1. Based on your skilllsets
Round 4 - HR 

(1 Question)

  • Q1. Discussion on salary

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)

Jobs at WorkFusion

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about data structure and algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the live code and have knowledge of time and space complexity.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About previous projects

Interview Preparation Tips

Topics to prepare for AntWorks Software Engineer interview:
  • C#.Net

Interview Preparation Tips

Round: Test
Experience: There were 4 coding questions. All of them were simple. We wrote code on our laptop and submited code to volunteer in their pendrive. I soved three of them correctly and one partially correct. Still got shortlisted.
Tips: Skip
Duration: 90 minutes
Total Questions: 4

Round: Technical Interview
Experience: They asked me everything from my resume. So one should know everything about their projects and every point in resume. Also they asked few other technical questions.

Skill Tips: Do maximum questions from the site mentioned below. Also particaipate in quizzes and hackathons from hackerrank.com/ and -----/
Skills: Algorithms, Data structures
College Name: IIT BOMBAY

I was interviewed before Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Datamatics interview was good.And client interview depends on client

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing about datamatics.client interview completely depends on client.

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Join query

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Laravel , database & ajax
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

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 - Coding Test 

1h, HackRank, 3 algo problem

Round 3 - HR 

(1 Question)

  • Q1. It was in English. He ask me about company, my experience and my wishes.
Round 4 - Technical 

(1 Question)

  • Q1. Logical and algo question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium leetcode question related to dp.

Round 2 - Coding Test 

LLD round to create a cache library

Round 3 - HLD 

(2 Questions)

  • Q1. Design Paytm like system
  • Ans. 

    Design a system similar to Paytm for online payments and transactions.

    • Implement user authentication and authorization for secure transactions

    • Develop a user-friendly interface for easy navigation and transactions

    • Integrate various payment options like credit/debit cards, net banking, UPI, and wallets

    • Implement a robust backend system to handle transactions and store user data securely

  • Answered by AI
  • Q2. Design Url Shortner
  • Ans. 

    Design a URL shortener service to generate short URLs for long URLs.

    • Use a unique identifier for each long URL to generate a short URL.

    • Implement a mapping system to map short URLs to long URLs.

    • Consider implementing features like custom short URLs, expiration dates, and analytics.

    • Ensure the short URLs are unique and not easily guessable.

    • Optimize the service for performance and scalability.

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Basic beaviour question.
  • Q2. Design Notification Service.
  • Ans. 

    Design a Notification Service for sending alerts to users.

    • Define types of notifications (email, SMS, push notifications)

    • Implement a system for users to subscribe/unsubscribe from notifications

    • Include a scheduling system for sending notifications at specific times

    • Consider implementing a notification history for users to view past alerts

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What are properties of input box?
  • Ans. 

    Properties of input box include type, size, placeholder, value, and disabled status.

    • Type: Specifies the type of input (text, password, email, etc.)

    • Size: Defines the width of the input box in characters

    • Placeholder: Text displayed in the input box when it is empty

    • Value: The current value entered in the input box

    • Disabled: Determines if the input box is disabled or not

  • Answered by AI
  • Q2. Difference between find element and element exist?
  • Ans. 

    find element is used to locate a specific element on a webpage, while element exist checks if an element is present or not.

    • find element is used to locate an element based on its attributes or properties

    • element exist checks if an element is present on the webpage

    • find element returns the first matching element, while element exist returns a boolean value

    • find element throws an exception if the element is not found, while

  • Answered by AI
  • Q3. What is the version you are working on?
  • Ans. 

    I am currently working on version 2.0 of the software.

    • We recently released version 1.5 with bug fixes and minor improvements.

    • Version 2.0 includes major feature enhancements and a redesigned user interface.

    • Our team is currently in the testing phase and aiming for a release in the next month.

  • Answered by AI
  • Q4. How will you enhance performance of BOT?
  • Ans. 

    To enhance BOT performance, I would optimize code, improve algorithms, and increase server capacity.

    • Optimize code to reduce execution time

    • Improve algorithms to increase efficiency

    • Increase server capacity to handle more requests

    • Use caching to reduce database queries

    • Implement load balancing to distribute workload

    • Use asynchronous programming to improve response time

  • Answered by AI
  • Q5. Details about Orchestrator?
  • Ans. 

    Orchestrator is a tool used for automating workflows and managing tasks in a system.

    • Orchestrator helps in automating repetitive tasks and workflows.

    • It can integrate with various systems and applications to streamline processes.

    • Orchestrator can be used for scheduling and monitoring tasks.

    • Examples of Orchestrator tools include Microsoft System Center Orchestrator and UiPath Orchestrator.

  • Answered by AI
  • Q6. What is re-framework?
  • Ans. 

    ReFramework is a framework for building Robotic Process Automation (RPA) solutions in UiPath.

    • ReFramework is a template for building RPA solutions in UiPath.

    • It provides a structured approach to development, with pre-built components for error handling, logging, and exception handling.

    • ReFramework is designed to be scalable and reusable, allowing developers to build solutions quickly and efficiently.

    • It includes five main ...

  • Answered by AI
  • Q7. What is the property name which is used to match in image recognition?
  • Ans. 

    The property name used for image recognition is 'alt' attribute.

    • The 'alt' attribute is used to provide alternative text for an image.

    • It is used by screen readers to describe the image to visually impaired users.

    • It can also be used by search engines to understand the content of the image.

    • The 'alt' attribute should be descriptive and relevant to the image.

    • It should not be left empty or used for decorative images.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared in any on programming language. They give a simple use case for coding while your screen is shared with them.

Skills evaluated in this interview

Intern Interview Questions & Answers

Uipath user image Anonymous

posted on 14 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Background and interest in the role
  • Q2. Data analysis experience specifically
  • Ans. 

    I have experience in data analysis through coursework and projects.

    • Utilized Python and R for data analysis

    • Performed statistical analysis on datasets

    • Created data visualizations to communicate findings

  • Answered by AI

WorkFusion Interview FAQs

How many rounds are there in WorkFusion interview?
WorkFusion interview process usually has 4 rounds. The most common rounds in the WorkFusion interview process are Technical, Resume Shortlist and HR.
How to prepare for WorkFusion 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 WorkFusion. The most common topics and skills that interviewers at WorkFusion expect are Machine Learning, Automation, Python, Computer science and Java.

Tell us how to improve this page.

WorkFusion Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

NICE Interview Questions
3.6
 • 80 Interviews
Pegasystems Interview Questions
3.6
 • 29 Interviews
Uipath Interview Questions
3.8
 • 15 Interviews
BlackLine Interview Questions
3.1
 • 7 Interviews
Kofax Interview Questions
3.6
 • 4 Interviews
AntWorks Interview Questions
3.2
 • 3 Interviews
View all

WorkFusion Reviews and Ratings

based on 27 reviews

2.5/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.8

Salary

1.3

Job security

2.5

Company culture

1.9

Promotions

2.8

Work satisfaction

Explore 27 Reviews and Ratings
Cloud Engineer

Pune

8-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Architect
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare WorkFusion with

Uipath

3.8
Compare

Automation Anywhere

3.8
Compare

Blue Prism

5.0
Compare

Pegasystems

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