SDE-1 Position

SDE-1 Position Interview Questions and Answers

Updated 16 Oct 2021
search-icon

Q1. Design covid -19 vaccintion booking system feature include: user registration with unique id,capacity of center,cancel booking, list wher vaccination is present

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

Q2. Contiguous Subarray with sum = 0

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).

Q3. Add one to linked 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 Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

4.1
 • 5.1k Interviews
4.0
 • 1.4k Interviews
3.2
 • 23 Interviews
3.1
 • 13 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

SDE-1 Position Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter