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 Questionnaire 

17 Questions

  • Q1. Deadlock avoidance algorithm(Banker's algorithm)
  • Ans. 

    Banker's algorithm is a deadlock avoidance algorithm used in operating systems.

    • It is used to avoid deadlock in a multi-process system.

    • It works by checking if a request for resources will leave the system in a safe state.

    • It uses a matrix to represent the current state of the system and the maximum resources each process can request.

    • If the request can be granted without leaving the system in an unsafe state, it is grante...

  • Answered by AI
  • Q2. Page Replacement Algorithm
  • Ans. 

    Page Replacement Algorithm is used to decide which page to remove from memory when new page is to be loaded.

    • It is used in operating systems to manage memory.

    • It is based on the principle of locality of reference.

    • Examples include FIFO, LRU, Optimal, etc.

  • Answered by AI
  • Q3. Discussion on Coding Ques of written test
  • Q4. Some DBMS Ques and SQL Queries
  • Q5. Compiler Stages to execute the c program, symbol table
  • Ans. 

    Compiler stages include preprocessing, compilation, assembly, and linking. Symbol table stores information about identifiers.

    • Preprocessing stage handles directives like #include and #define

    • Compilation stage translates source code to assembly language

    • Assembly stage converts assembly code to machine code

    • Linking stage combines object files and libraries into an executable

    • Symbol table stores information about identifiers l

  • Answered by AI
  • Q6. Iscussion on how a program executes(how it loads in main memory, os page hit and miss concepts, Compiler preprocessing loading and linking)
  • Q7. Discussion on College Projects
  • Q8. Intersection on two list in java
  • Ans. 

    Intersection of two lists in Java

    • Convert lists to sets and use retainAll() method

    • Iterate through one list and check if element is present in other list

    • Use Java 8 streams and filter() method

  • Answered by AI
  • Q9. Why do you want to join DE Shaw?
  • Ans. 

    I am excited about the challenging work culture and the opportunity to learn and grow at DE Shaw.

    • DE Shaw has a reputation for being a leader in the finance industry

    • I am impressed by the company's commitment to innovation and technology

    • I believe DE Shaw's collaborative work environment will allow me to learn from and work with some of the best minds in the industry

  • Answered by AI
  • Q10. Some Puzzles(water jug problem)
  • Q11. Inorder traversal of tree
  • Ans. 

    Inorder traversal is a way of visiting each node in a binary tree in a specific order.

    • Start at the leftmost node and traverse the left subtree recursively.

    • Visit the current node.

    • Traverse the right subtree recursively.

    • Repeat until all nodes have been visited.

    • Inorder traversal is commonly used to print the nodes of a binary search tree in sorted order.

  • Answered by AI
  • Q12. Some questions on oop's concepts
  • Q13. Join in DBMS
  • Q14. Static and Dynamic loading
  • Q15. Difference between Calloc and malloc
  • Ans. 

    Calloc initializes memory with zero while malloc does not.

    • Calloc allocates memory and initializes it with zero

    • Malloc allocates memory but does not initialize it

    • Calloc is useful for allocating memory for arrays

    • Malloc is useful for allocating memory for single variables

  • Answered by AI
  • Q16. Allocation of memory on Heap and stack
  • Ans. 

    Heap and stack are two memory allocation areas in a program.

    • Heap is used for dynamic memory allocation and is managed by the programmer.

    • Stack is used for static memory allocation and is managed by the system.

    • Heap memory is allocated using 'new' keyword in C++ and 'malloc' function in C.

    • Stack memory is allocated automatically for local variables and function calls.

    • Heap memory is not automatically deallocated and can cau...

  • Answered by AI
  • Q17. Compile time and Run time polymorphism

Interview Preparation Tips

Round: Test
Experience: 20 Questions (20 mins)
Duration: 20 minutes
Total Questions: 20

Round: Test
Experience: 20 Questions (20 mins) : C, C++, JAVA , DBMS and OS
Duration: 20 minutes
Total Questions: 20

Round: Test
Experience: Coding Test - 1 Question(20 mins) : careercup.com will help you better than me.:)
Duration: 20 minutes
Total Questions: 1

College Name: NA

Skills evaluated in this interview

Top DE Shaw Member Technology Interview Questions and Answers

Q1. Compiler Stages to execute the c program, symbol table
View answer (1)

Member Technology Interview Questions asked at other Companies

Q1. Compiler Stages to execute the c program, symbol table
View answer (1)
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 appeared for an interview 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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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

SALARIES

Sherwin Williams Paints

LIST OF COMPANIES

Sherwin Williams Paints

Overview

SALARIES

DE Shaw

INTERVIEWS

LG Electronics

No Interviews

INTERVIEWS

Dell

No Interviews

INTERVIEWS

Vikrant Auto Suspensions

No Interviews

SALARIES

Metro Cash & Carry

INTERVIEWS

Terex

No Interviews

DESIGNATION

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

₹13 L/yr - ₹32 L/yr

Senior Analyst
127 salaries
unlock blur

₹10.1 L/yr - ₹38 L/yr

Manager
70 salaries
unlock blur

₹14 L/yr - ₹60 L/yr

Associate
56 salaries
unlock blur

₹8 L/yr - ₹28.8 L/yr

Project Lead
53 salaries
unlock blur

₹25 L/yr - ₹94 L/yr

Explore more salaries
Compare DE Shaw with

Morgan Stanley

3.7
Compare

Citadel

3.9
Compare

Blackrock

3.8
Compare

AQR Capital Management

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