Update appNew update is available. Click here to update.
SDE - Intern
DE Shaw India
upvote
share-icon
2 rounds | 3 Coding problems
views
1046 views
comment
1 comments
upvote
4 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 8 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, graphs, trees
Tip
Tip

Tip 1 : Practice more.
Tip 2 : Solve questions on Coding ninjas and Leetcode.
Tip 3 : Make good projects.

Application process
Where: Campus
Eligibility: Above 7 cgpa, branch-cse or ece
Resume Tip
Resume tip

Tip 1 : Keep it short.
Tip 2 : Mention your projects in brief.

Interview rounds
01
Round
Medium
Online Coding Interview
Duration75 minutes
Interview date4 Aug 2020
Problems2
Check BST

Given a binary tree with N number of nodes, check if that input tree is Partial BST (Binary Search Tree) or not. If yes, return true, return false otherwise.

view more
Try solving now
Reverse Linked List

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 ->...
view more
Problem approach

Maintain three pointers next, curr, previous and at every stage make prev=curr, curr=next and next=next->next
At the end when null occurs, make curr as head and return head

Try solving now
02
Round
Medium
Video Call
Duration45 minutes
Interview date10 Aug 2020
Problems1
Validate BST

Given a binary tree with N number of nodes, check if that input tree is Partial BST (Binary Search Tree) or not. If yes, return true, return false otherwise.

view more
Problem approach

Maintain three pointers next, curr, previous and at every stage make prev=curr, curr=next and next=next->next
At the end when null occurs, make curr as head and return head

Try solving now
Similar interview experiences
company logo
SDE - 1
4 rounds | 7 problems
Interviewed by DE Shaw India
6389 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by DE Shaw India
388 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by DE Shaw India
136 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 10 problems
Interviewed by DE Shaw India
247 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Trilogy Innovations
16882 views
0 comments
0 upvotes
company logo
SDE - Intern
5 rounds | 6 problems
Interviewed by Josh Technology Group
10671 views
1 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
6431 views
4 comments
0 upvotes