Upload Button Icon Add office photos

Filter interviews by

WorkSpan Software Engineer Interview Questions and Answers

Updated 19 Nov 2024

WorkSpan Software Engineer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerrank test
2 coding
easy and medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to deal with conflicts
  • Ans. 

    Dealing with conflicts requires active listening, empathy, and finding a mutually beneficial solution.

    • Listen actively to understand the root cause of the conflict

    • Show empathy towards all parties involved

    • Find a mutually beneficial solution that addresses everyone's concerns

    • Communicate clearly and respectfully throughout the process

    • Be willing to compromise and seek common ground

    • Document the resolution to prevent future c

  • Answered by AI
  • Q2. What is software engineering cycle
  • Ans. 

    Software engineering cycle is a process of designing, developing, testing, and maintaining software.

    • The cycle includes requirements gathering, design, implementation, testing, deployment, and maintenance.

    • It is an iterative process that involves continuous improvement.

    • The cycle helps to ensure that software is developed efficiently and meets the needs of users.

    • Examples of software engineering models include Waterfall, A

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with what you have. Dont get tense flow on how it goes

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Buy Sell Stock - 1
  • Q2. Merge Intervals

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
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 - Coding Test 

Hackerearth link was shared for completing coding roung

Round 3 - One-on-one 

(2 Questions)

  • Q1. Software System Design Questionaire
  • Q2. Personal Projects Questionaire

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful to your previous works & explain them correctly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Coding Test 

Two leetcode medium questions

Round 2 - Coding Test 

One leetcode easy and one leetcode medium.

Round 3 - Coding Test 

Two leetcode medium questions

Round 4 - HR 

(2 Questions)

  • Q1. My previous work experience
  • Q2. What would you do if you had fight within the team

WorkSpan interview questions for designations

 Senior Software Engineer

 (1)

 Associate Software Engineer

 (1)

 Lead DevOps Engineer

 (1)

 Sdet Automation Test Engineer

 (1)

 Senior Quality Assurance Engineer 2

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding questions were at Leetcode difficulty level and were derived from the Striver sheet.

Round 2 - Technical 

(2 Questions)

  • Q1. BFS graph level
  • Q2. Minimum flight distance . I was not shortlisted for interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well and computer fundamentals.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Nov 2024.

Round 1 - Coding Test 

It was codility test with 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. One codility question
Round 3 - One-on-one 

(1 Question)

  • Q1. Design system like uber eats
Round 4 - One-on-one 

(1 Question)

  • Q1. Design system like youtube
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude, technical and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on SQL(Joins)
  • Q2. Questions on arrays, substrings
Round 3 - HR 

(2 Questions)

  • Q1. Location preferred
  • Ans. 

    Remote work preferred, open to occasional travel

    • Remote work preferred

    • Open to occasional travel

    • Flexible with location

  • Answered by AI
  • Q2. Family background
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

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

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • 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.

    • Full join: Returns rows when there is a match in one of the tables.

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

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

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

There are 2 coding questions came in round 1 with time duration of 1 hr. Coding question is related with bitwise operator,array,string

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • Experienced in full stack web development

    • Proficient in languages such as JavaScript, Python, and Java

    • Familiar with frameworks like React, Node.js, and Django

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Tell me about your Project
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Incorporated chart.js for visualizing progress data

  • Answered by AI
  • Q3. What is Strength
  • Ans. 

    Strength is the ability to overcome challenges and obstacles, both physically and mentally.

    • Physical strength refers to the ability to exert force or lift heavy objects.

    • Mental strength involves resilience, determination, and the ability to stay focused under pressure.

    • Strength can also refer to emotional resilience and the ability to cope with difficult situations.

    • Examples: Weightlifters demonstrate physical strength, wh...

  • Answered by AI
  • Q4. Tell about your weakness?
  • Ans. 

    I tend to be overly critical of my own work, which can sometimes lead to perfectionism.

    • I have a tendency to spend too much time on a task to ensure it is perfect

    • I struggle with delegating tasks to others because I want to make sure they are done correctly

    • I am working on finding a balance between striving for excellence and accepting that perfection is not always attainable

  • Answered by AI
  • Q5. Journey of collage
  • Ans. 

    My journey through college was filled with challenges, growth, and memorable experiences.

    • Started as a freshman with excitement and nervousness

    • Balanced academics, extracurricular activities, and social life

    • Learned to manage time effectively and prioritize tasks

    • Participated in internships and projects to gain practical experience

    • Graduated with valuable skills and knowledge for my career

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare and attentive during interveiw but coding round is simple and it is conducted online without any monitoring.

WorkSpan Interview FAQs

How many rounds are there in WorkSpan Software Engineer interview?
WorkSpan interview process usually has 2-3 rounds. The most common rounds in the WorkSpan interview process are Coding Test, Resume Shortlist and One-on-one Round.
What are the top questions asked in WorkSpan Software Engineer interview?

Some of the top questions asked at the WorkSpan Software Engineer interview -

  1. what is software engineering cy...read more
  2. How to deal with confli...read more
  3. Software System Design Questiona...read more

Tell us how to improve this page.

WorkSpan Software Engineer Salary
based on 11 salaries
₹10.5 L/yr - ₹29 L/yr
160% more than the average Software Engineer Salary in India
View more details

WorkSpan Software Engineer Reviews and Ratings

based on 3 reviews

2.3/5

Rating in categories

2.1

Skill development

2.3

Work-life balance

2.8

Salary

2.3

Job security

2.8

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
11 salaries
unlock blur

₹10.5 L/yr - ₹29 L/yr

Senior Consultant
7 salaries
unlock blur

₹17.5 L/yr - ₹25 L/yr

Consultant
4 salaries
unlock blur

₹12.5 L/yr - ₹18 L/yr

Software Engineer III
4 salaries
unlock blur

₹46.5 L/yr - ₹48 L/yr

Software Development Engineer II
4 salaries
unlock blur

₹23.5 L/yr - ₹31.7 L/yr

Explore more salaries
Compare WorkSpan with

Zinnov Management Consulting

3.3
Compare

NASSCOM

4.0
Compare

TCS

3.7
Compare

Infosys

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