SDE-1 Position

SDE-1 Position Interview Questions and Answers

Updated 18 Jul 2025
search-icon

Asked in Flipkart

4d ago

Q. Design a COVID-19 vaccination booking system with the following features: user registration with a unique ID, center capacity management, booking cancellation, and a list of available vaccination centers.

Ans.

Design a covid-19 vaccination booking system with user registration, center capacity, cancel booking, and location listing.

  • Create a user registration system with unique IDs

  • Implement a center capacity tracker to ensure availability

  • Include a cancel booking feature for users

  • List all locations where vaccinations are available

  • Ensure data privacy and security measures are in place

Asked in Amazon

1d ago

Q. Given an array of integers, find if there is a contiguous subarray with sum equal to zero.

Ans.

Find all contiguous subarrays in an array with sum equal to zero.

  • Use a hash table to store the sum of subarrays and their ending index.

  • Traverse the array and calculate the sum of subarrays.

  • If the sum is zero or already exists in the hash table, print the subarray.

  • Time complexity: O(n), Space complexity: O(n).

Asked in Exotel

2d ago

Q. Given a non-negative number represented as a linked list, add one to it. The digits are stored such that the most significant digit is at the head of the list.

Ans.

To add one to a linked list, traverse the list and add 1 to the last node's value. If it overflows, create a new node.

  • Traverse the linked list until the last node

  • Add 1 to the value of the last node

  • If the value overflows, create a new node with value 1 and add it to the end of the list

Are these interview questions helpful?

Interview Experiences of Popular Companies

Amazon Logo
4.0
 • 5.4k Interviews
Flipkart Logo
3.9
 • 1.5k Interviews
SBS Logo
3.0
 • 27 Interviews
Exotel Logo
3.0
 • 14 Interviews
View all
Interview Tips & Stories
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
SDE-1 Position Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits