Upload Button Icon Add office photos

Filter interviews by

DE Shaw Fellowship Interview Questions, Process, and Tips

Updated 24 Oct 2023

DE Shaw Fellowship Interview Experiences

1 interview found

Fellowship Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

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 - Coding Test 

The topic for coding test was from graph and dynamic programming, questions where from medium to hard level.

Round 3 - Technical 

(5 Questions)

  • Q1. The questions where pure Data structure and Algorithm's. They asked about implementation of linked list, questions based on BST, recursion on array.
  • Q2. Implementation of stack and queue
  • Ans. 

    Stack and queue can be implemented using arrays or linked lists. Stack follows LIFO while queue follows FIFO.

    • Stack can be implemented using arrays with push and pop operations.

    • Queue can be implemented using arrays with enqueue and dequeue operations.

    • Both stack and queue can also be implemented using linked lists for dynamic size.

    • Example: Implementing a stack using an array in C++

    • Example: Implementing a queue using a li

  • Answered by AI
  • Q3. Find middle element of LinkedList
  • Ans. 

    To find the middle element of a LinkedList, use two pointers - one moving at double the speed of the other.

    • Initialize two pointers, slow and fast, at the head of the LinkedList.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the LinkedList.

    • The element pointed to by the slow pointer at this point will be the middle element.

  • Answered by AI
  • Q4. Implementation of BST
  • Ans. 

    BST (Binary Search Tree) is a data structure where each node has at most two children, with left child being less than parent and right child being greater.

    • BST is used for efficient searching, insertion, and deletion of elements.

    • In-order traversal of BST gives elements in sorted order.

    • Example: Inserting elements 5, 3, 8, 1, 4 into a BST would result in a tree with root 5, left child 3, right child 8, and left child of

  • Answered by AI
  • Q5. Recursion on array
  • Ans. 

    Recursively iterate through an array of strings

    • Use a base case to stop the recursion

    • Pass a smaller portion of the array in each recursive call

    • Concatenate or manipulate the strings as needed

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DE Shaw Fellowship interview:
  • Graph Theory
  • Dynammic Programming
Interview preparation tips for other job seekers - Master your DSA skills, practice as many questions you can.

Skills evaluated in this interview

DE Shaw Interview FAQs

How many rounds are there in DE Shaw Fellowship interview?
DE Shaw interview process usually has 3 rounds. The most common rounds in the DE Shaw interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in DE Shaw Fellowship interview?

Some of the top questions asked at the DE Shaw Fellowship interview -

  1. find middle element of LinkedL...read more
  2. Implementation of stack and qu...read more
  3. Implementation of ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Goldman Sachs Interview Questions
3.6
 • 407 Interviews
Morgan Stanley Interview Questions
3.7
 • 305 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
Globant Interview Questions
3.9
 • 169 Interviews
Chetu Interview Questions
3.3
 • 165 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
Brane Enterprises Interview Questions
2.1
 • 132 Interviews
ivy Interview Questions
3.6
 • 121 Interviews
ServiceNow Interview Questions
4.2
 • 118 Interviews
View all
Analyst
163 salaries
unlock blur

₹9.3 L/yr - ₹30 L/yr

Senior Analyst
139 salaries
unlock blur

₹12 L/yr - ₹46 L/yr

Manager
69 salaries
unlock blur

₹14 L/yr - ₹60 L/yr

Project Lead
53 salaries
unlock blur

₹25 L/yr - ₹94 L/yr

Member Technical Staff
47 salaries
unlock blur

₹11.5 L/yr - ₹42.5 L/yr

Explore more salaries
Compare DE Shaw with

Goldman Sachs

3.6
Compare

Morgan Stanley

3.7
Compare

Citadel

3.9
Compare

Blackrock

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