Upload Button Icon Add office photos
Engaged Employer

i

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

VISIT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

VISIT SDE-2 Interview Questions and Answers

Updated 27 Feb 2025

VISIT SDE-2 Interview Experiences

1 interview found

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Question on Js Promises and MySQL.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about project.
  • Q2. SQL Queries.

Interview questions from similar companies

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

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

Round 1 - Coding Test 

I don't remember the ques

Round 2 - Technical 

(1 Question)

  • Q1. System design of notification system
  • Ans. 

    Design a scalable notification system for sending real-time alerts to users.

    • Use a distributed system to handle high volume of notifications.

    • Implement message queues for asynchronous processing.

    • Utilize push notifications for mobile devices.

    • Include a user preference system for customizing notification settings.

    • Consider implementing a notification history feature for users to view past alerts.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. System design of google pay
  • Ans. 

    Google Pay is a digital wallet platform and online payment system developed by Google.

    • Google Pay uses secure tokenization to protect user's payment information.

    • It integrates with various payment methods like credit/debit cards, UPI, and NFC.

    • The system handles transactions, user authentication, and merchant integrations.

    • Google Pay leverages Google's infrastructure for scalability and reliability.

    • It provides features lik

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for interview exp

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

Zepto user image Anonymous

posted on 3 Jul 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Minimum cost to connect the ropes
  • Ans. 

    The minimum cost to connect the ropes is calculated by repeatedly connecting the two smallest ropes until all ropes are connected.

    • Sort the ropes in ascending order.

    • Repeatedly connect the two smallest ropes.

    • Add the cost of connecting the two ropes to the total cost.

    • Continue this process until all ropes are connected.

  • Answered by AI
  • Q2. Max value of arr[i]+arr[j]+i-j
  • Ans. 

    The question asks for the maximum value of arr[i]+arr[j]+i-j for given array arr.

    • Iterate through all possible pairs of i and j in the array

    • Calculate the value of arr[i]+arr[j]+i-j for each pair

    • Keep track of the maximum value found

  • Answered by AI

Skills evaluated in this interview

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

SDE-2 Interview Questions & Answers

Meesho user image Anonymous

posted on 11 Nov 2022

I was interviewed in May 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 - One-on-one 

(1 Question)

  • Q1. Data Structures and Algorithms
Round 3 - Technical 

(1 Question)

  • Q1. Machine Coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong at Data Structures and Algorithms, and good system design knowledge
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is clousers
  • Q2. What is promises
Round 2 - Technical 

(2 Questions)

  • Q1. Explain javascript architecture
  • Q2. What is mvvm architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Manual testing concepts
  • Q2. Test scenarios and execution
Round 2 - Technical 

(2 Questions)

  • Q1. Core java and code
  • Q2. Oops concepts and implementation
  • Ans. 

    Oops concepts refer to object-oriented programming principles like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Polymorphism: Ability of an object to take on multiple forms. Example: Method overloading and overriding.

    • Encapsulation: Bundling data and methods that operate on...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Java interview question,coding problems,

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java collection and oops related interview question
Round 2 - One-on-one 

(1 Question)

  • Q1. Automation framework related question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 question of DSA (easy, medium) in 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Playlist Shuffle
  • Q2. Deletion in min heap
  • Ans. 

    Deletion in min heap involves removing the root node and rearranging the heap to maintain the min heap property.

    • To delete the root node in a min heap, swap it with the last node in the heap.

    • Remove the last node and then heapify the heap starting from the root to maintain the min heap property.

    • Example: If the min heap is [10, 20, 30, 25, 40], after deletion the heap becomes [20, 25, 30, 40].

  • Answered by AI

Skills evaluated in this interview

VISIT Interview FAQs

How many rounds are there in VISIT SDE-2 interview?
VISIT interview process usually has 2 rounds. The most common rounds in the VISIT interview process are Coding Test and Technical.
What are the top questions asked in VISIT SDE-2 interview?

Some of the top questions asked at the VISIT SDE-2 interview -

  1. Questions about proje...read more
  2. SQL Queri...read more

Tell us how to improve this page.

VISIT SDE-2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

SDE-2 Interview Questions from Similar Companies

Meesho SDE-2 Interview Questions
3.7
 • 2 Interviews
Zepto SDE-2 Interview Questions
3.5
 • 2 Interviews
Dunzo SDE-2 Interview Questions
3.4
 • 1 Interview
View all
Data Analyst
4 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹23 L/yr - ₹26 L/yr

Senior Operations Manager
4 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Software Engineer
3 salaries
unlock blur

₹16 L/yr - ₹24 L/yr

Operations Manager
3 salaries
unlock blur

₹8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare VISIT with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

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