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 Development Engineer 1 Interview Questions and Answers

Updated 21 Mar 2024

Stanza Living Software Development Engineer 1 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is promise
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • Example: Fetching data from an API returns a promise that resolves with the data.

    • Example: Promises help avoid callback hell by providi

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Whats is callback hell and how to avoid it
  • Ans. 

    Callback hell is a situation where multiple nested callbacks make the code difficult to read and maintain.

    • Use named functions instead of anonymous functions to make the code more readable.

    • Use promises or async/await to handle asynchronous operations in a more organized way.

    • Break down complex functions into smaller, reusable functions to avoid deep nesting.

    • Use libraries like async.js or lodash to handle asynchronous ope

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

The first round was an online assesment conducted on the hackerrank platform. This round
consisted of 3 DSA Question, 2 Medium and 1 Hard. The duration of the test was 1hr
45mins.

Round 2 - Technical 

(1 Question)

  • Q1. The question was really long, but it was essentially asking us to design a polling system with two actors (CLI only): the user and the administrator. The admin's tasks were to create a poll, delete a pol...
Round 3 - Technical 

(1 Question)

  • Q1. He asked me about the box model in CSS. He expected me to remember some basic Bootstrap and Tailwind classes, as well as the Bootstrap grid system. He was happy with the number of projects I had made and...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There were 2 DSA questions.
One was a variation of Kadane's Algorithm and the other one was related to binary trees.

Round 2 - Technical 

(3 Questions)

  • Q1. All CS Fundamentals(OOPS, OS, DBMS, CN)
  • Q2. Find binary tree if preorder and postorder is given.
  • Ans. 

    To find binary tree from preorder and postorder, use recursion and divide the arrays into left and right subtrees.

    • Create a binary tree node using the first element of preorder array

    • Find the root node's index in postorder array

    • Divide the arrays into left and right subtrees recursively

  • Answered by AI
  • Q3. Discussion about the OA questions.
Round 3 - Technical 

(3 Questions)

  • Q1. Projects Discussion and Resume Discussion, some CS questions.
  • Q2. Word Break question from Leetcode.
  • Q3. Some questions on sorting techniques.

Interview Preparation Tips

Topics to prepare for Tata 1mg Software Development Engineer 1 interview:
  • DSA
  • Database Management
  • Operating Systems
  • Object Oriented Programming
  • Computer Networking
Interview preparation tips for other job seekers - Just prepare DSA and CS fundamentals properly. Know each and everything written on your resume.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

2 standard DSA question for 1 hour time

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

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 hr coding text on hackerearth

Round 2 - Technical 

(1 Question)

  • Q1. Cannot disclose
Round 3 - Behavioral 

(1 Question)

  • Q1. Cannot disclose
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789"...
  • Ans. 

    Calculate sum of large numeric comma separated strings without converting to integers.

    • Split the strings by comma to get individual numbers

    • Iterate from right to left and add digits, carrying over if necessary

    • Maintain correct position of commas in the output string

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. It was Low Level Design Round. Question - Design a file system just like google drive. Functional Requirements - i) It should have functionality of file uploading, downloading, sharing. ii) Need to handle...
Round 3 - Technical 

(5 Questions)

  • Q1. It was Hiring Manager round and it tested my knowledge over HLD & LLD. Tell me about the most challenging project which you did till now. Follow Up Questions - i) Draw HLD & write LLD of it. ii) How muc...
  • Q2. What all initiatives I have taken in my career?
  • Ans. 

    I have taken various initiatives in my career to improve processes and drive innovation.

    • Led a team to implement a new agile development process, resulting in faster delivery of products

    • Introduced automated testing tools to improve software quality and reduce manual effort

    • Organized coding workshops for junior developers to enhance their skills and knowledge

    • Initiated a mentorship program to help new hires acclimate to th

  • Answered by AI
  • Q3. How many microservices do I own & at what scale they handle the traffic?
  • Ans. 

    I own 5 microservices that handle traffic at a scale of 10,000 requests per minute.

    • I own 5 microservices

    • They handle traffic at a scale of 10,000 requests per minute

  • Answered by AI
  • Q4. Tell me the incidents where you went beyond your limits for the work
  • Ans. 

    I have consistently gone above and beyond in my work by taking on additional projects and working extra hours when needed.

    • Volunteering to lead a high-priority project that required long hours and weekend work

    • Staying late to troubleshoot and resolve a critical issue before a major deadline

    • Taking on extra tasks to help a team member who was overwhelmed with their workload

  • Answered by AI
  • Q5. Why are you leaving your current organization?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Desire for career advancement

    • Looking for new challenges

    • Seeking better work-life balance

    • Company restructuring or changes in management

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Development Engineer II interview:
  • DSA
  • HLD
  • LLD

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy level to Medium level

Round 2 - Coding Test 

2 Easy questions of DSA

Round 3 - One-on-one 

(2 Questions)

  • Q1. One DSA question
  • Q2. Normal discussion about tech stack
Round 4 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Why do you want to join digit?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go easy.. Nothing is hard in digit hiring
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium questions, Questions on DSA and Node.js.

Round 2 - Technical 

(2 Questions)

  • Q1. Valid parenthesis
  • Q2. Three sum problem

Interview Preparation Tips

Topics to prepare for Zetwerk Software Developer interview:
  • js
  • node.js
  • dsa
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Machine coding on Order Management System
  • Q2. Java related advance questions
Round 2 - Technical 

(2 Questions)

  • Q1. Healthy discussion on designing a system
  • Q2. Managerial questions
Round 3 - Culcural Fit 

(2 Questions)

  • Q1. Scenario based questions like How did you handle a situation where your colleague was unresponsive on something
  • Q2. Scenario based questions like What were the positive and constructive feedbacks you got from your manager

Interview Preparation Tips

Topics to prepare for Licious Software Development Engineer II interview:
  • System Design
  • DSA
  • Java
  • Spring Boot
  • SQL
  • Kafka
Interview preparation tips for other job seekers - Just focus on your technical skills along with sound knowledge on system design and good understanding of DSA

Stanza Living Interview FAQs

How many rounds are there in Stanza Living Software Development Engineer 1 interview?
Stanza Living interview process usually has 2 rounds. The most common rounds in the Stanza Living interview process are Technical.
What are the top questions asked in Stanza Living Software Development Engineer 1 interview?

Some of the top questions asked at the Stanza Living Software Development Engineer 1 interview -

  1. Whats is callback hell and how to avoid...read more
  2. What is prom...read more

Tell us how to improve this page.

Stanza Living Software Development Engineer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 435 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
Zepto Interview Questions
3.5
 • 200 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
BlackBuck Interview Questions
3.8
 • 174 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 138 Interviews
Urban Company Interview Questions
3.4
 • 133 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
View all

Fast track your campus placements

View all
Stanza Living Software Development Engineer 1 Salary
based on 6 salaries
₹8 L/yr - ₹13 L/yr
25% less than the average Software Development Engineer 1 Salary in India
View more details
Property Manager
262 salaries
unlock blur

₹1.4 L/yr - ₹5.2 L/yr

Cluster Manager
172 salaries
unlock blur

₹5.5 L/yr - ₹16.1 L/yr

Resident Manager
98 salaries
unlock blur

₹1.8 L/yr - ₹6.1 L/yr

Sales Associate
90 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Senior Associate
75 salaries
unlock blur

₹4.3 L/yr - ₹10 L/yr

Explore more salaries
Compare Stanza Living with

Zolo

3.4
Compare

OYO Life

3.6
Compare

Nestaway

3.9
Compare

CoLive

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