Upload Button Icon Add office photos

Filter interviews by

WorkSpan Interview Questions and Answers

Updated 19 Nov 2024

WorkSpan Interview Experiences

Popular Designations

10 interviews found

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

Java program asked
Medium

Round 2 - Coding Test 

Java program asked again

Round 3 - One-on-one 

(2 Questions)

  • Q1. Roles and responsibilities
  • Q2. Balanced paranthesis

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Round 1 was pretty good, interviewer asked 2 java questions- 1. There is a string, how would you just reverse one word in the string. Write a code for that.
  • Q2. 2. Write a program to create a longest palindromic substring from a string.
  • Ans. 

    The program finds the longest palindromic substring in a given string.

    • Iterate through each character in the string.

    • For each character, expand outwards to find the longest palindromic substring.

    • Keep track of the longest palindromic substring found so far.

    • Return the longest palindromic substring.

  • Answered by AI
Round 2 - Coding Test 

Firstly, I got an email that position is on hold for 2 weeks, then after 2 weeks I got a call that hiring is being done again so am I ready for Round 2.
Talking about the round, It was pretty unprofessional, maybe they already got a candidate for that position because the interviewer just asked me one coding question that was to show how a GET request can be built through RestAssured and one verbal question on what is the difference between PUT and PATCH. I gave answers for both but there was no response from him. At last when I was asked if I have any questions, I asked him if he has some feedback for me, he straight away said No. I said okay. He told okay, thank you and disconnected the call. No proper closure, nothing. I wasn’t selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t go for the interviews where HR asks you to read about the company almost everytime he/she calls. It shows how obsessed are they with themselves.

Skills evaluated in this interview

Senior Quality Assurance Engineer 2 Interview Questions asked at other Companies

Q1. How to automate api using jmeter and how to write assertions for output
View answer (2)

Senior Software Engineer Interview Questions & Answers

user image indra preet singh

posted on 23 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding round rest based on some online coding platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked the question on asteroids clashing game where we have to find which ones will clash and which ones will not . Available on leetcode

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed in Sep 2023. There were 5 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 tips
Round 2 - Coding Test 

Graph question and sliding window

Round 3 - One-on-one 

(2 Questions)

  • Q1. Two pointers question easy
  • Q2. Set related question
Round 4 - One-on-one 

(2 Questions)

  • Q1. Stack related question
  • Q2. Some ds related question
Round 5 - HR 

(1 Question)

  • Q1. Add project experiences

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

WorkSpan interview questions for popular designations

 Software Engineer

 (4)

 Senior Quality Assurance Engineer 2

 (1)

 Senior Software Engineer

 (1)

 Lead DevOps Engineer

 (1)

 Sdet Automation Test Engineer

 (1)

 Python Developer Trainee

 (1)

 Associate Software Engineer

 (1)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. How will You convince a parent to pursue and study the recent technologies

Python Developer Trainee Interview Questions asked at other Companies

Q1. Python what type of language? Fathor of python?
View answer (2)
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

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Generic questions
Round 2 - Technical 

(1 Question)

  • Q1. Just scenario based Questions
Round 3 - Technical 

(1 Question)

  • Q1. All scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid applying for job in Workspan.

Lead DevOps Engineer Interview Questions asked at other Companies

Q1. Tell me your day to day activity comprising DevOps. How do you implemented CI-CD Pipeline? How does Branching and Merging taken place in your organization? How to work on Jenkins pipeline, What type of pipeline used? What are checks for any... read more
View answer (1)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

WorkSpan Interview FAQs

How many rounds are there in WorkSpan interview?
WorkSpan interview process usually has 2-3 rounds. The most common rounds in the WorkSpan interview process are Coding Test, One-on-one Round and Technical.
How to prepare for WorkSpan 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 WorkSpan. The most common topics and skills that interviewers at WorkSpan expect are Python, AWS, API, Azure and Cloud.
What are the top questions asked in WorkSpan interview?

Some of the top questions asked at the WorkSpan interview -

  1. 2. Write a program to create a longest palindromic substring from a stri...read more
  2. what is software engineering cy...read more
  3. How to deal with confli...read more

Tell us how to improve this page.

WorkSpan Interview Process

based on 10 interviews

Interview experience

3.2
  
Average
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
Google Interview Questions
4.4
 • 823 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
NASSCOM Interview Questions
3.9
 • 6 Interviews
View all

WorkSpan Reviews and Ratings

based on 15 reviews

2.9/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

3.4

Salary

2.7

Job security

3.0

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer III
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare WorkSpan with

Zinnov Management Consulting

3.3
Compare

NASSCOM

3.9
Compare

TCS

3.7
Compare

Infosys

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