Open In App

Delhivery Interview Experience for SDE-I

Last Updated : 27 Jul, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

How I Applied: Through Naukri.com

Total 2 rounds of Interview

Round 1 (Technical Round):

  • Quick Introduction.
  • Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. ( https://leetcode.com/problems/min-stack/ ).   (Slight variation of next greater element problem).
  • LinkedList Cycle (https://leetcode.com/problems/linked-list-cycle-ii/)

Round 2 (Technical Round):

  • Introduction and project discussion
  • Slight variation of this problem (https://leetcode.com/problems/number-of-islands/)

Verdict: Selected

Advice: Try to relate with already solved problems because they change a few things in standard questions. Don’t hesitate to ask for a hint.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads