Open In App
Related Articles

D E Shaw Interview Experience | Set 17 (On-Campus)

Improve Article
Improve
Save Article
Save
Like Article
Like

Round 1
Online test on HackerRank contains 3 sections

Section 1: 2 Coding Questions (20 & 40 Marks) in 50 minutes

Section 2: 10 Computer Aptitude (Easy) (C, C++, OS, DBMS, CN, DSA) (20 Marks, +2, -0.5) in 20 minutes

Section 3: 10 Aptitude Questions (Hard) (20 Marks, +2, -0.5) in 20 minutes

Coding Questions –

1. Given an array of numbers, find the number of triplets of h[i] > h[j] > h[k] such that i < j < k.

2. Given an array of numbers, find the maximum and minimum sum of sub sequences at a distance > m

Example –

arr = {3, 4, -2, 1, -2, 4, 6, -3, 5} & m = 2

Solution – max = 13 {4 + 4 + 5}, min = -5 {-2-3}


Round 2

Face to Face HR Round (25 minutes)

1. Tell me about yourself.

2. The biggest achievement of your life?

3. How do your friends think of you?

4. Rank – money, power, love & fame according to your preference and explain why?

5. If your best friend is in your team and he is not working seriously on the project assigned to your team then what would you do?

6. What if that project is failed now, who will you hold responsible?

Face to Face Technical Round (20 minutes)

1. Explain Trie Data structure used in your project with the code?

2. Why you have use map as nodes in trie data structure?

3. You have given a BST, find the elements in the tree under a given range?

4. You have given a 100 MB memory and a 150 MB file of strings, how will you sort the strings.

5. You have given a table containing employee id, employee name, manager id, manager name. Write a SQL Query to print all employees of all the managers. (Transitive relation possible)

Out of 15, only 2 are selected in the next round.

If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above

Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out - check it out now!

Last Updated : 29 May, 2019
Like Article
Save Article
Previous
Next
Similar Reads