Upload Button Icon Add office photos

Filter interviews by

SaaS Labs Interview Questions and Answers for Experienced

Updated 9 Jan 2025

SaaS Labs Interview Experiences for Experienced

Popular Designations

2 interviews found

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

I applied via Instahyre and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

1 Coding Questions with 15MCQ's related Java Script (Hacker Rank)

Round 2 - Technical 

(2 Questions)

  • Q1. Questions Core Javascript Topics
  • Q2. A Design Question on Image upload service.
Round 3 - Technical 

(2 Questions)

  • Q1. Give a url which re-directs to n websites till it gives 200. Print all the url's.
  • Ans. 

    Use a loop to follow redirects until reaching a 200 status code and print all URLs.

    • Start with the initial URL and make a request to it.

    • Check the status code of the response, if it's 200 then print the URL.

    • If the status code is a redirect (300-399), follow the redirect URL and repeat the process.

    • Continue this process until a 200 status code is received.

  • Answered by AI
  • Q2. Core Javascript and Database related questions.
Round 4 - Technical 

(1 Question)

  • Q1. This round was taken by CTO, Interview was around generic discussion on project and one puzzle question

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Sdet Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Mcq testing programs

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium agile projects
  • Q2. Nadcsndecnskncfkdsncfsdkncfksd

Interview Preparation Tips

Topics to prepare for SaaS Labs Sdet interview:
  • selemium

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Jobs at SaaS Labs

View all

Interview questions from similar companies

Sdet Interview Questions & Answers

InMobi user image Anonymous

posted on 3 Apr 2015

Interview Questionnaire 

3 Questions

  • Q1. In a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program takes a string as input and capitalizes the first letter of each reversed word while keeping the rest of the letters in lowercase.

    • Split the input string into an array of words using the space as a delimiter

    • Iterate through each word in the array

    • Reverse the word and capitalize the first letter

    • Join the modified words back into a single string with spaces in between

  • Answered by AI
  • Q2. The second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: CODING SECTION 60 MINS.  IT WAS HOSTED BY HACKERANK. the above questions wer asked.After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

Skill Tips: Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
College Name: IIT DELHI

Sdet Interview Questions & Answers

Druva user image Anonymous

posted on 30 Sep 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 

2 easy 1 medium coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. About operating system, python modules , libraries.etc
  • Q2. A code to write for some tasks using linked list
  • Ans. 

    Linked list code for tasks

    • Create a linked list class

    • Implement add, remove, and search methods

    • Use the linked list to perform the tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well and be confident,
Have good grasp over second year subjects

Skills evaluated in this interview

Sdet Interview Questions & Answers

Druva user image Rohan Shirude

posted on 8 Nov 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 5 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 - One-on-one 

(2 Questions)

  • Q1. Managerial Round: Why do you want to switch? what is your main motive? what drives you do be an SDET? How is learning aligned with SDET role? what are the new skills you acquired? Where do you want to be a...
  • Ans. 

    I want to switch to SDET role to challenge myself, learn new skills, and contribute to the development of high-quality software.

    • I am motivated to switch to an SDET role because I enjoy problem-solving and have a passion for ensuring software quality.

    • Being an SDET allows me to work closely with developers, testers, and other stakeholders to create efficient and reliable software.

    • Learning is a key aspect of the SDET role...

  • Answered by AI
  • Q2. What is your notice period?
Round 3 - Technical 

(4 Questions)

  • Q1. Some networking related questions?
  • Q2. How would you test Google Search bar? NAS Storage? SAN storage? e-commerce webisite etc..
  • Q3. Two Python Questions; "aabbccrrra" => "a3b2c2r3"
  • Ans. 

    Count consecutive characters in a string and return the count next to the character.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Use a dictionary to store the characters and their counts.

    • Return the characters and their counts in the desired format.

  • Answered by AI
  • Q4. Second Max in the list of repeated integers.
  • Ans. 

    Find the second highest repeated integer in a list.

    • Iterate through the list and count the frequency of each integer.

    • Sort the frequencies in descending order and return the second highest frequency.

    • Handle edge cases like when there is no second highest frequency.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Similar questions and Similar Answers. But all from Senior Member.
Round 5 - HR 

(2 Questions)

  • Q1. Salary Discussion..
  • Q2. Joining Date, Salary Negotiation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on NAS Storage, AWS, Python, Pytest, SQL.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI

I applied via Company Website and was interviewed before Feb 2021. 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 - Group Discussion 

Generic

Round 3 - Case Study 

Generic

Round 4 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a successful Sales Executive leading a high-performing team and driving significant revenue growth for the company.

    • Leading a team of sales professionals

    • Achieving and exceeding sales targets consistently

    • Developing and implementing effective sales strategies

    • Building strong relationships with key clients

    • Contributing to the overall growth and success of the company

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills, ability to build relationships, and a competitive nature. My weaknesses include impatience and a tendency to take on too much at once.

    • Strength: Strong communication skills - I am able to effectively convey information and build rapport with clients.

    • Strength: Relationship building - I excel at establishing and maintaining long-term relationships with customers.

    • Strength: ...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    Experienced sales executive with a proven track record in exceeding targets and building strong client relationships.

    • 10+ years of experience in sales, with expertise in B2B and B2C markets

    • Consistently achieved or surpassed sales targets by 20% or more

    • Developed and maintained a portfolio of key accounts, resulting in a 30% increase in revenue

    • Strong negotiation and communication skills, with the ability to build rapport ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and genuine with the interviewer.

Interview Questionnaire 

1 Question

  • Q1. Strings, arrays, dp

Interview Questionnaire 

1 Question

  • Q1. 1st round c mcq 2nd round short coding 3rd round advanced coding 4 and 5 technical hr and general hr

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

SaaS Labs Interview FAQs

How many rounds are there in SaaS Labs interview for experienced candidates?
SaaS Labs interview process for experienced candidates usually has 3 rounds. The most common rounds in the SaaS Labs interview process for experienced candidates are Technical, Coding Test and Aptitude Test.
How to prepare for SaaS Labs interview for experienced candidates?
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 SaaS Labs. The most common topics and skills that interviewers at SaaS Labs expect are Customer Service, SaaS Sales, AMS, B2B Sales and Case.
What are the top questions asked in SaaS Labs interview for experienced candidates?

Some of the top questions asked at the SaaS Labs interview for experienced candidates -

  1. Give a url which re-directs to n websites till it gives 200. Print all the url'...read more
  2. This round was taken by CTO, Interview was around generic discussion on project...read more
  3. Asked about classic DSA questions. The interviewer was friend...read more
How long is the SaaS Labs interview process?

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

Tell us how to improve this page.

SaaS Labs Interview Process for Experienced

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
Chargebee Interview Questions
3.9
 • 16 Interviews
CleverTap Interview Questions
3.6
 • 15 Interviews
WebEngage Interview Questions
4.0
 • 15 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
Unbxd Interview Questions
4.0
 • 6 Interviews
View all

SaaS Labs Reviews and Ratings

based on 27 reviews

4.0/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.8

Salary

3.6

Job security

3.7

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 27 Reviews and Ratings
Senior Software Development Engineer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Senior Customer Success Manager

Noida

4-10 Yrs

Not Disclosed

Technology Partner Account Manager

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Explore more jobs
Product Support Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineering Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sde1
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SaaS Labs with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Chargebee

3.9
Compare

CleverTap

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