Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Stanza Living Team. If you also belong to the team, you can get access from here

Stanza Living Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Stanza Living Software Developer Interview Questions and Answers

Updated 16 Apr 2024

Stanza Living Software Developer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. 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 - HR 

(1 Question)

  • Q1. Basic info about the tech stack I've worked on and my previous jobs.
Round 3 - Technical 

(1 Question)

  • Q1. React Native problem related to Flatlists and Array
Round 4 - One-on-one 

(1 Question)

  • Q1. Interviewer never joined the call. The interview kept postponing to another date.

Interview Preparation Tips

Topics to prepare for Stanza Living Software Developer interview:
  • React Native
  • Typescript
  • Arrays
  • Queue
  • Fetch
Interview preparation tips for other job seekers - After I cleared the technical round, the final interview of 30 mins was scheduled but the HR kept postponing it. After a week, the HR ghosted and stopped responding to my mails and calls. This was a very unprofessional process. 👎
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Rotten Oranges 2. Next Greater Element
  • Ans. 

    The first question is about identifying rotten oranges in a grid, while the second question is about finding the next greater element in an array.

    • Rotten Oranges: Use BFS to traverse the grid and identify rotten oranges by checking adjacent cells.

    • Next Greater Element: Use a stack to keep track of elements and find the next greater element for each element in the array.

    • Example for Rotten Oranges: [['2', '1', '1'], ['1', ...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Consists of 5 questions of DSA
1 Knapsack, 1 bitwise, 1 string , 1 basic mathematics, 1 dynamic programming

Round 2 - Technical 

(1 Question)

  • Q1. Based on Coding question and dbms and question based on resume.
Round 3 - Technical 

(1 Question)

  • Q1. Recursive approach for printing prime number It was taken by CTO of company

Interview Preparation Tips

Topics to prepare for Zolo Software Developer interview:
  • Data Structures
  • DBMS
  • OS
Interview preparation tips for other job seekers - Overall interview is easy and supportive you will get a lot of time to think your approach and explain your approach
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Was bit tough and need to concentrate on work time

Round 2 - Coding Test 

Was about coding in any language such as Java python

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

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with tracing program

Round 2 - Coding Test 

3 problem with easy to hard

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

(2 Questions)

  • Q1. Javascript output based
  • Q2. Javascript code
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked advanced currying and vanilla javascript which no one uses

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

2 DSA Question with 60 hr duration

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions medium level
  • Q2. Coding questions hard
Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions
  • Q2. Questions related to oops, operating system,DBMS , SQL
Round 3 - HR 

(2 Questions)

  • Q1. General questions about zepto
  • Q2. Questions related to resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search for closest element
  • Ans. 

    Binary search to find the closest element in a sorted array

    • Implement binary search to find the target element in the array

    • Keep track of the closest element found so far while searching

    • Update the closest element if a closer one is found during the search

  • Answered by AI
  • Q2. String manipulation
Round 2 - Technical 

(1 Question)

  • Q1. Low level Design for an online e-commerce website
  • Ans. 

    Low level design for an online e-commerce website involves designing the architecture and components of the website.

    • Identify the main components such as user interface, database, payment gateway, product catalog, etc.

    • Design the database schema to store user information, product details, orders, etc.

    • Implement user authentication and authorization mechanisms for secure access.

    • Integrate payment gateway for processing tran...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Developer interview:
  • DSA
  • Design patterns

Skills evaluated in this interview

Stanza Living Interview FAQs

How many rounds are there in Stanza Living Software Developer interview?
Stanza Living interview process usually has 2-3 rounds. The most common rounds in the Stanza Living interview process are Technical, HR and One-on-one Round.
How to prepare for Stanza Living Software Developer 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 Stanza Living. The most common topics and skills that interviewers at Stanza Living expect are Javascript, Mobile Application Development and React Native.
What are the top questions asked in Stanza Living Software Developer interview?

Some of the top questions asked at the Stanza Living Software Developer interview -

  1. 1. Rotten Oranges 2. Next Greater Elem...read more
  2. Interviewer never joined the call. The interview kept postponing to another dat...read more
  3. React Native problem related to Flatlists and Ar...read more

Tell us how to improve this page.

Stanza Living Software Developer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more

Fast track your campus placements

View all
Stanza Living Software Developer Salary
based on 16 salaries
₹8 L/yr - ₹15 L/yr
41% more than the average Software Developer Salary in India
View more details

Stanza Living Software Developer Reviews and Ratings

based on 2 reviews

1.9/5

Rating in categories

1.3

Skill development

1.0

Work-life balance

2.9

Salary

1.1

Job security

1.0

Company culture

1.3

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Property Manager
274 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cluster Manager
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Resident Manager
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Associate
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Stanza Living with

Zolo

3.4
Compare

OYO Life

3.6
Compare

Nestaway

3.9
Compare

CoLive

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