Upload Button Icon Add office photos

DE Shaw

Compare button icon Compare button icon Compare

Filter interviews by

DE Shaw Interview Questions, Process, and Tips

Updated 22 Feb 2025

Top DE Shaw Interview Questions and Answers

View all 181 questions

DE Shaw Interview Experiences

Popular Designations

120 interviews found

Interview Questions & Answers

user image Anonymous

posted on 20 May 2015

Interview Questionnaire 

26 Questions

  • Q1. Brief Introduction
  • Q2. I told them to ask me from DS and Algorithms
  • Q3. They ask some questions from the language you use for coding (They were expecting Java). In C++ they asked from virtual functions, STL, copy constructors etc. (After this,he knew that I know my language we...
  • Q4. He asked me to design a database which could handle the quick changes in the shares which happen in the market
  • Q5. He told me how would you buy the shares of the companies if you know the future for some period of time
  • Q6. After that came a designing question
  • Q7. He then started to ask queries, Indexing, Normalization in databases in deep
  • Q8. Design a class which has director, HOD, Professor and students. They all are reporting to their respective heads. I have to display the hierarchy structure of the information in a Site
  • Ans. 

    Design a class hierarchy for director, HOD, Professor and students reporting to their respective heads.

    • Create a base class for all employees with common attributes and methods

    • Create derived classes for director, HOD, Professor and students

    • Implement reporting hierarchy using pointers or references

    • Display hierarchy structure on the site using a tree or graph

    • Consider adding additional attributes and methods as needed

  • Answered by AI
  • Q9. Tell me a brief about yourself
  • Ans. 

    I am a highly motivated individual with a passion for learning and achieving my goals.

    • Graduated with honors from XYZ University

    • Completed internships at ABC Company and DEF Organization

    • Proficient in Microsoft Office and Adobe Creative Suite

    • Volunteered at local non-profit organization for 2 years

    • Currently pursuing a certification in project management

  • Answered by AI
  • Q10. Various sections of memory stack, heap, data. Explain them using a code
  • Ans. 

    Explanation of memory sections: stack, heap, data

    • Stack: stores function calls and local variables

    • Heap: dynamically allocated memory

    • Data: global and static variables

    • Example: int x; //data, int *y = new int; //heap, void foo() { int z; } //stack

  • Answered by AI
  • Q11. Questions on your language C++( Basics)
  • Q12. Median of two sorted arrays
  • Ans. 

    Finding median of two sorted arrays

    • Merge the two arrays and find the median

    • Use binary search to find the median in O(log(min(m,n))) time

    • Divide both arrays into two parts and compare the medians to discard half of the elements

  • Answered by AI
  • Q13. Find the endianess of a machine using a function
  • Ans. 

    A function to determine the endianess of a machine

    • Create a variable with value 1

    • Cast the variable to a byte array

    • If the first byte is 1, the machine is little endian, else big endian

  • Answered by AI
  • Q14. Producer consumer problem, reader’s writer’s problem with proper code using the semaphores
  • Q15. About semaphores and monitors
  • Q16. He was really impressed till then as I answered all questions perfectly, he then asked some real time examples about polymorphisms, inheritance
  • Q17. Thrashing and why it occurs
  • Ans. 

    Thrashing occurs when a computer's performance suffers due to excessive swapping of data between RAM and virtual memory.

    • Thrashing happens when the system is overburdened with too many processes and there is not enough physical memory to handle them.

    • The operating system starts swapping data between RAM and virtual memory, which slows down the system.

    • This can lead to a vicious cycle where the system spends more time swap...

  • Answered by AI
  • Q18. He then asked me to explain the steps when we enter a URL into a browser
  • Q19. He then asked about Normalization in databases and by luck I remembered the Normal forms and answered
  • Q20. Some questions on protocols and layers of OSI model.
  • Q21. Tell me something about yourself and Introduction
  • Ans. 

    I am a highly motivated individual with a passion for learning and problem-solving.

    • I have a degree in computer science and have worked as a software engineer for 3 years.

    • I enjoy working in a team and collaborating with others to achieve common goals.

    • In my free time, I like to read books on personal development and try new recipes in the kitchen.

    • I am also an avid traveler and have visited over 10 countries in the past 5

  • Answered by AI
  • Q22. He asked about the coding language I use and asked questions on OOPs concepts like Abstraction, Inheritance, and Polymorphism
  • Q23. As I told I code in C++ he asked me about Virtual function, what the problem with multiple inheritance is and how C++ resolve that. Some questions on STL and design of the Templates
  • Q24. I told him to ask question from DS and Algorithms as that was the part in which I was prepared. There is a class of N students and you have to find the top K marks scorers
  • Q25. He then asked questions on Indexing in databases.
  • Q26. Again a DS question he told me what data structure you will use to design a google search, having the key words from the respective sites

Interview Preparation Tips

Round: Technical Interview
Experience: 2. I told them to ask me from DS and Algorithms.

They asked the question like you have timing of arrival and departures of the trains you have to find the minimum l number of platforms required to accommodate them.

(I told them I know the answer, after this they didn’t even asked me single DS questions (I got screwed)???)

8.Design a class which has director, HOD, Professor and students. They all are reporting to their respective heads. I have to display the hierarchy structure of the information in a Site.
He also told me that if a new designation comes or new employee comes then your class should handle those cases without any change. (With help I designed a tree, but he was expecting something else.) After that he told me to design a database for it which I did and he was happy with the solution.
After this round I thought that they would send me home, there was a mixed feeling. But I was waiting for them for a round of DS and Algorithms: P.

Round: HR Interview
Experience: Some general questions.

Interests, weakness, strength, Package of the current company.

Only 4-6 students of 20-25 had their HR rounds that day, so I thought I may have a chance but I still had very bad 1st round in my mind.

On the next day I got a call for some details of my present company, after that few days later I got a call of the offer from them with a good package.

Round: Technical Interview
Experience: I told him to ask question from DS and Algorithms as that was the part in which I was prepared.There is a class of N students and you have to find the top K marks scorers.(This questions was slight different from the common top K element question ,for example we have to find the top 3 marks scorers as that can be entire class if they all get same top 3 marks, after some discussions I answered the question.)

General Tips: Some tips:1. For D E Shaw you need to be good in all the subjects.2. Be truthful in the interview if you know the answer tell them, they may like your honesty (Depends on individuals).3. Most of them lack in databases, so come prepared with it thoroughly.4. Best of luck.
College Name: NA

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(6 Questions)

  • Q1. Tell me about youtself?
  • Ans. 

    I am a dedicated and experienced professional with a strong background in project management and team leadership.

    • Over 10 years of experience in project management

    • Proven track record of successfully leading cross-functional teams

    • Strong communication and interpersonal skills

    • Certified in project management (PMP)

    • Previously managed a project with a budget of $1 million

  • Answered by AI
  • Q2. What do you know about TDS?
  • Ans. 

    TDS stands for Tax Deducted at Source, a system where tax is deducted by the payer at the time of making payment.

    • TDS is a system introduced by the Income Tax Department of India to collect tax at the source from where an individual's income is generated.

    • It is applicable to various payments such as salary, interest, commission, rent, etc.

    • The deducted TDS amount is then deposited to the government by the deductor.

    • TDS rat...

  • Answered by AI
  • Q3. Situation AP based journal entries
  • Q4. What is GST on reverse charge?
  • Ans. 

    GST on reverse charge is a mechanism where the recipient of the goods/services is liable to pay the tax instead of the supplier.

    • Under reverse charge mechanism, the recipient of the goods/services is responsible for paying the GST instead of the supplier.

    • It is applicable in certain cases like import of services, specified goods/services, etc.

    • The recipient needs to self-assess and pay the tax directly to the government.

    • I...

  • Answered by AI
  • Q5. What are the documents required to initiate a foreign remittance?
  • Ans. 

    Documents required for foreign remittance include identification proof, proof of address, and purpose of remittance.

    • Identification proof such as passport or driver's license

    • Proof of address like utility bill or bank statement

    • Purpose of remittance document like invoice or agreement

  • Answered by AI
  • Q6. More situational based AP journal entries.

Senior Specialist Interview Questions asked at other Companies

Q1. Design the zabbix architecture and share how many servers are you gonna suggest the customer to have?
View answer (1)
DE Shaw Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural Questions
  • Q2. Scenario Based Questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Scenario Based Questions
  • Q2. Guestimates
Round 3 - One-on-one 

(1 Question)

  • Q1. Role Based & Work Experience Based

Interview Preparation Tips

Interview preparation tips for other job seekers - It took D.E. Shaw more than two months to conduct my interview, and they scheduled it according to New York Time standards. I was a strong candidate until the third round; however, suddenly, without any feedback, I received an email stating that they couldn’t find a suitable role for me. Despite sending multiple emails, the HR team showed no willingness to connect or provide any feedback, which I found very unprofessional.

When I inquired with the panelists about the roles and responsibilities associated with this position and the projects, they mentioned that they were still figuring it out. If that is the case, why waste others' time?

Executive Assistant Interview Questions asked at other Companies

Q1. What is deviation What is validation and its type in detail What is CAPA AND HOW IT is initiated Examples of incidences and how it is rectified Examples of preventive action and corrective actions Procedure for reprocessing of batch What is... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 Coding questions - medium to hard

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on scalable systems.
  • Q2. Medium level DSA questions.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on SQL
  • Q2. Implement LFU using OOPs concepts from scratch.
  • Ans. 

    Implement LFU cache using OOPs concepts

    • Create a class for LFU cache with methods like get, put, and remove

    • Use a hashmap to store key-value pairs and a hashmap to store frequency of each key

    • Implement a doubly linked list to store keys with the same frequency

  • Answered by AI

Skills evaluated in this interview

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

DE Shaw interview questions for popular designations

 Software Developer

 (15)

 Software Developer Intern

 (10)

 Research Associate

 (4)

 Analyst

 (4)

 Senior Analyst

 (4)

 Intern

 (4)

 Senior Specialist

 (3)

 Software Engineer

 (3)

Interview Questions & Answers

user image Anonymous

posted on 2 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Given list of strings, group them as anagrams and return the list.
  • Ans. 

    Group list of strings as anagrams and return the list.

    • Create a hashmap to store sorted strings as keys and list of anagrams as values

    • Iterate through the list of strings, sort each string and add it to the corresponding list in the hashmap

    • Return the values of the hashmap as the grouped anagrams

  • Answered by AI
  • Q2. Questions on OOP and what is static and final keyword

Get interview-ready with Top DE Shaw Interview Questions

Sdet Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Performance Testing
  • Q2. Difference between put and patch

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

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

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

Round 1 - Aptitude Test 

2hour test comprising of quant, reasoning and behavioral question.

Round 2 - One-on-one 

(1 Question)

  • Q1. CV based and basic finance question
Round 3 - One-on-one 

(1 Question)

  • Q1. Current affair round

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Design zepto delivery system .
  • Ans. 

    Design a zepto delivery system for efficient and fast delivery of small packages.

    • Utilize drones for quick and efficient delivery

    • Implement a centralized hub for package sorting and distribution

    • Use GPS tracking for real-time package monitoring

    • Optimize routes for faster delivery times

    • Ensure secure and reliable delivery process

  • Answered by AI

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Binary Search & Dynamic Programming

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Projects and queries regarding them
  • Ans. 

    Projects and queries involve understanding and working on various software projects and related inquiries.

    • Projects involve developing, testing, and maintaining software applications.

    • Queries may include troubleshooting issues, optimizing performance, and implementing new features.

    • Examples of queries include debugging a software bug, improving code efficiency, and integrating a new API.

  • Answered by AI
  • Q2. DSA questions like Backtracking

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Interview Questions & Answers

user image MDI_Parikshit Sehgal

posted on 25 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

How and when will India become a 5 trillion dollar economy?

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself.
  • Q2. CV based questions on ratioas
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to ensure scalability in system design ?
  • Ans. 

    Ensure scalability in system design by using horizontal scaling, load balancing, caching, and microservices architecture.

    • Implement horizontal scaling to add more servers to handle increased load.

    • Use load balancing to distribute incoming traffic across multiple servers.

    • Utilize caching to store frequently accessed data and reduce database load.

    • Adopt microservices architecture to break down the system into smaller, indepe

  • Answered by AI
  • Q2. Design a distributed trading system platform
  • Ans. 

    Design a distributed trading system platform

    • Utilize microservices architecture for scalability and fault tolerance

    • Implement message queues for asynchronous communication between components

    • Use distributed databases for data storage and retrieval

    • Implement load balancing and auto-scaling for handling varying loads

    • Ensure security measures such as encryption and authentication are in place

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared to do pair programming live and go in great depth/details of technicalities. Understand concepts rather then memorizing answers.

Skills evaluated in this interview

Software Engineering Manager Interview Questions asked at other Companies

Q1. How do you implement Transactional statements using MyISAM Engine. Pros/Cons. Deep dive.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

DE Shaw Interview FAQs

How many rounds are there in DE Shaw interview?
DE Shaw interview process usually has 2-3 rounds. The most common rounds in the DE Shaw interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for DE Shaw interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at DE Shaw. The most common topics and skills that interviewers at DE Shaw expect are Recruitment, Outsourcing, Direct Marketing, Analytical Chemistry and Administration Management.
What are the top questions asked in DE Shaw interview?

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

  1. Two cops and a robber are located on opposite corners of a cube and move along ...read more
  2. In some tournament 139 teams have participated. Tournament is knock out. what i...read more
  3. Design a class which has director, HOD, Professor and students. They all are re...read more
How long is the DE Shaw interview process?

The duration of DE Shaw interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

DE Shaw

No Interviews

INTERVIEWS

DE Shaw

No Interviews

INTERVIEWS

Lowe's

No Interviews

INTERVIEWS

DE Shaw

No Interviews

INTERVIEWS

FLSmidth

No Interviews

Tell us how to improve this page.

DE Shaw Interview Process

based on 77 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Goldman Sachs Interview Questions
3.5
 • 376 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
AVASOFT Interview Questions
3.6
 • 149 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
Citadel Interview Questions
3.9
 • 5 Interviews
View all

DE Shaw Reviews and Ratings

based on 154 reviews

3.8/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

4.5

Salary

4.1

Job security

4.0

Company culture

3.6

Promotions

3.4

Work satisfaction

Explore 154 Reviews and Ratings
Analyst
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
146 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DE Shaw with

Goldman Sachs

3.5
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