Upload Button Icon Add office photos

Filter interviews by

Clear (1)

SaaS Labs Senior Software Developer Interview Questions and Answers

Updated 21 Feb 2024

SaaS Labs Senior Software Developer Interview Experiences

1 interview 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

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design Least recently used cache.
  • Ans. 

    Design a Least Recently Used cache system.

    • Implement a doubly linked list to keep track of the order of usage of cache items.

    • Use a hashmap to store key-value pairs for quick access to cache items.

    • When a new item is accessed, move it to the front of the linked list. If the cache is full, remove the least recently used item from the end of the list.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capillary Technologies Senior Software Engineer interview:
  • LLD
Interview preparation tips for other job seekers - Interviewer was not experience. I had to ask him what exactly he was looking for.

Skills evaluated in this interview

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

2 Medium level DSA question

Round 2 - Technical 

(2 Questions)

  • Q1. Mirror binary tree
  • Q2. Optimally find n^m
  • Ans. 

    Use the exponentiation by squaring algorithm to optimally find n^m.

    • Use the exponentiation by squaring algorithm to reduce the number of multiplications needed.

    • Divide the exponent by 2 and recursively calculate the result.

    • Handle the cases when the exponent is even or odd separately.

    • Example: n^5 = n * n^2 * n^2

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Edit distance problem
  • Ans. 

    The edit distance problem involves finding the minimum number of operations required to transform one string into another.

    • The edit distance problem can be solved using dynamic programming.

    • Common operations include insertion, deletion, and substitution of characters.

    • Example: Given strings 'kitten' and 'sitting', the edit distance is 3 (substitute 'k' with 's', insert 'g', substitute 'n' with 'g').

  • Answered by AI
  • Q2. Light switch puzzle

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Rotate matrix by 90 degrees
  • Ans. 

    Rotate a matrix by 90 degrees clockwise

    • Transpose the matrix

    • Reverse each row of the transposed matrix

    • Alternatively, swap elements in-place layer by layer

    • Example: [[1,2],[3,4]] -> [[3,1],[4,2]]

  • Answered by AI
  • Q2. Questions on core java, collections framework

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Difference between null and object.
  • Ans. 

    Null is absence of value while object is a collection of properties and methods.

    • Null is a primitive value while object is a complex data type.

    • Null is used to indicate absence of value while object is used to represent real-world entities.

    • Null cannot have properties or methods while object can have both.

    • Example of null: let x = null; Example of object: let person = { name: 'John', age: 30 };

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of your current work. Make sure of all the flow, processing of your current project.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DSA question (Competitive programming)
  • Q2. LLD question (Competetive)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Array and Java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was rude and the Interviewer was fixated on one topic. He was rejecting candidates left and right.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

1st round is coding assessment round based on graph and hashmaps

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding , 2 SQL with some quants

Round 2 - Technical 

(1 Question)

  • Q1. Remove redundant parentheses in a expression
  • Ans. 

    Remove redundant parentheses in a expression

    • Identify the innermost parentheses

    • Evaluate the expression inside the innermost parentheses

    • Replace the innermost parentheses with the evaluated expression

    • Repeat until no more redundant parentheses exist

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Chargebee?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and focus on your strength and if you screw up a part don’t feel bad

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

SaaS Labs Interview FAQs

How many rounds are there in SaaS Labs Senior Software Developer interview?
SaaS Labs interview process usually has 4 rounds. The most common rounds in the SaaS Labs interview process are Technical and Coding Test.
What are the top questions asked in SaaS Labs Senior Software Developer interview?

Some of the top questions asked at the SaaS Labs Senior Software Developer interview -

  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. A Design Question on Image upload servi...read more

Recently Viewed

INTERVIEWS

Moira Sariya

No Interviews

INTERVIEWS

Think41

No Interviews

INTERVIEWS

Esyasoft

No Interviews

INTERVIEWS

Velnik India

No Interviews

INTERVIEWS

Vayavya Labs

No Interviews

INTERVIEWS

Sopra Steria

No Interviews

INTERVIEWS

Sopra Steria

No Interviews

INTERVIEWS

E-Ring

No Interviews

INTERVIEWS

Zolo

No Interviews

INTERVIEWS

Sopra Steria

No Interviews

Tell us how to improve this page.

SaaS Labs Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
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
Acviss Interview Questions
4.3
 • 7 Interviews
View all
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