Upload Button Icon Add office photos

Filter interviews by

Zolo Sdet Lead Interview Questions and Answers

Updated 22 Jul 2024

Zolo Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Harshitha A

posted on 22 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Moderate to difficult questions were asked

Round 2 - Coding Test 

6 coding questions from strings were asked

Interview questions from similar companies

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

(1 Question)

  • Q1. Medium level problem solving questions were asked which was basically related to string and arrays, DS

Sdet Interview Questions & Answers

Zepto user image Anonymous

posted on 11 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Portal

Round 1 - Coding Test 

First round was DSA and Projects you worked on.

Round 2 - Coding Test 

Second round was DSA, Java and projects worked on

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join us?
  • Q2. Why you are leaving your current org?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different technologies and industries

    • Seeking a better work-life balance

    • Want to work in a more collaborative team environment

  • Answered by AI

Sde1 Interview Questions & Answers

Blinkit user image Anonymous

posted on 14 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Hackerrank - 3 questions 2 hrs

Sde1 Interview Questions & Answers

Meesho user image Anonymous

posted on 2 Jul 2024

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

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

Round 1 - Coding Test 

Hackerrank test with medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Machine coding round to design a shopping cart

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding well

Sde1 Interview Questions & Answers

LimeRoad user image Anonymous

posted on 16 Jan 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Group anagrams , coin change problem
  • Ans. These are pretty basic questions from leetcode
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Subset sum to k
  • Ans. 

    Given an array of integers, determine if there is a subset that sums up to a given target value.

    • Use a recursive approach to explore all possible subsets

    • At each step, either include the current element or exclude it

    • If the target value is reached, return true

    • If all elements are exhausted and the target value is not reached, return false

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Discussion about work I did in previous org

Interview Preparation Tips

Topics to prepare for LimeRoad Sde1 interview:
  • DSA
  • System Design
  • Web Development
Interview preparation tips for other job seekers - DSA to intermediate level , system design for better opportunities.

Skills evaluated in this interview

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

There were 2 questions in coding one with array and in string releated

Round 2 - One-on-one 

(3 Questions)

  • Q1. About Selenium questions
  • Q2. Other basic questions related to testing
  • Q3. Management related question
Round 3 - HM 

(2 Questions)

  • Q1. One program to solve
  • Q2. Other questions in selenium

Sde1 Interview Questions & Answers

Zepto user image Anonymous

posted on 22 Nov 2024

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

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

Round 1 - Coding Test 

Asked 2 questions on JS.
1)Publish subscribe system
2) Make toastify component

SDE-2 Interview Questions & Answers

Blinkit user image Anonymous

posted on 20 May 2022

I was interviewed in May 2022.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Timing was around 11 am
Environment was great, it intrigued me to join Blinkit.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Timing 11 am
Interviewer had good knowledge

  • Q1. Can you explain the activity lifecycle in Android development?
  • Q2. Can you explain the fragment lifecycle in Android development?
  • Q3. Can you explain the MVVM pattern?
Round 3 - Face to Face 

Round duration - 30 Minutes
Round difficulty - Easy

This round is cultural fit round

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNoGrofers interview preparation:Topics to prepare for the interview - Data structures, Threading and synchronisation, Kotlin vs Java, Activities lifecycle, Fragment lifecycle, Android services, Reduce APK size, Create analytics libraryTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare easy/medium level data structures questions in leetcode. Solve atleast 50 questions of multiple types like strings, arrays, tree, linked list, graph
Tip 2 : Go through Android basic questions like lifecycle, live data, MVC/mvp/ mvvm pattern, retrofit, data binding
Tip 3 : Atleast solve 5 design questions like how to build Instagram, analytics library, crashlytics

Application resume tips for other job seekers

Tip 1 : be concise 
Tip 2 : write only those keywords which you have in depth knowledge

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2022. 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 - Lld 

(1 Question)

  • Q1. Design an Ordering system with multithreading
  • Ans. 

    An ordering system with multithreading for efficient processing

    • Use a queue data structure to store incoming orders

    • Create multiple threads to process orders concurrently

    • Implement synchronization mechanisms to prevent race conditions

    • Consider using a thread pool to manage threads

    • Use locks or semaphores to ensure thread safety

  • Answered by AI
Round 3 - System design 

(1 Question)

  • Q1. Design a whatsapp like service
  • Ans. 

    A messaging service with features like text, voice, video calls, group chats, and file sharing.

    • Create a user-friendly interface for messaging and calling

    • Implement end-to-end encryption for secure communication

    • Allow users to create and join groups for group chats

    • Enable file sharing for documents, images, and videos

    • Provide options for voice and video calls with good quality

    • Develop a notification system for new messages a

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. General questions about my projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for LLD and system design .They focus on concepts about how you scale a system , and components of HLD like web socket and everything in depth .

Skills evaluated in this interview

Zolo Interview FAQs

How many rounds are there in Zolo Sdet Lead interview?
Zolo interview process usually has 2 rounds. The most common rounds in the Zolo interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Zolo Sdet Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 427 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
NoBroker Interview Questions
3.2
 • 226 Interviews
Square Yards Interview Questions
4.0
 • 197 Interviews
Zepto Interview Questions
3.5
 • 193 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Tata 1mg Interview Questions
3.6
 • 145 Interviews
Paisabazaar.com Interview Questions
3.5
 • 138 Interviews
View all
MEP Engineer
82 salaries
unlock blur

₹2.1 L/yr - ₹5.1 L/yr

Property Manager
61 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Customer experience Manager
54 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Manager
45 salaries
unlock blur

₹4 L/yr - ₹11.2 L/yr

Operations Manager
40 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Zolo with

CoLive

2.6
Compare

Nestaway

3.9
Compare

NoBroker

3.2
Compare

CommonFloor

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