Upload Button Icon Add office photos

DE Shaw

Compare button icon Compare button icon Compare

Filter interviews by

DE Shaw Interview Questions and Answers for Freshers

Updated 24 Jun 2025
Popular Designations

59 Interview questions

An Intern was asked 7mo ago
Q. Describe a time when you solved a problem.
Ans. 

I tackled a scheduling conflict during a group project by reorganizing tasks and improving communication among team members.

  • Identified the scheduling conflict during our weekly meetings.

  • Proposed a new timeline that accommodated everyone's availability.

  • Implemented a shared online calendar for better coordination.

  • Encouraged open communication to address any further issues.

View all Intern interview questions
A Technical Analyst was asked
Q. How do you create a pointer array?
Ans. 

To create a pointer array of strings:

  • Declare a pointer array variable with the desired size

  • Allocate memory for each string in the array using malloc

  • Assign the memory address of each string to the corresponding array element

View all Technical Analyst interview questions
A Technical Analyst was asked
Q. Write code to reverse a BST.
Ans. 

Code to reverse a binary search tree (BST)

  • Traverse the BST in post-order

  • Swap the left and right child of each node

  • Return the root node of the reversed BST

View all Technical Analyst interview questions
A Software Developer was asked
Q. Write a function to determine the endianness of a machine.
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

A Software Developer was asked
Q. What is thrashing and why does it occur?
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...

A Software Developer was asked
Q. Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).
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

A Software Developer was asked
Q. Explain the various sections of memory: stack, heap, and data, using code examples.
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

Are these interview questions helpful?
A Software Developer was asked
Q. Design a class hierarchy with Director, HOD, Professor, and Students, where they report to their respective heads. Display the hierarchical structure of this information on 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

A Software Developer was asked
Q. What is the purpose of Normalization?
Ans. 

Normalisation is the process of organizing data in a database to reduce redundancy and improve data integrity.

  • Normalisation helps to eliminate data redundancy and inconsistencies

  • It ensures that each piece of data is stored in only one place

  • It helps to improve data integrity and accuracy

  • It makes it easier to maintain and update the database

  • There are different levels of normalisation, each with its own set of rules ...

View all Software Developer interview questions
A Software Developer was asked
Q. What is the difference between a default constructor and a copy constructor?
Ans. 

Default constructor is provided by the compiler if no constructor is defined. Copy constructor creates a new object by copying an existing object.

  • Default constructor initializes member variables to default values.

  • Copy constructor creates a new object with the same values as an existing object.

  • Default constructor is called automatically by the compiler if no constructor is defined.

  • Copy constructor is called when an...

View all Software Developer interview questions

DE Shaw Interview Experiences for Freshers

32 interviews found

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
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked One DS Q - about an array of numbers is given, we can one operation k times. The operation was taking any element and multiplying it by 2. The ultimate objective was to maximise the bitwise OR sum of all the elements.

Interview Preparation Tips

Interview preparation tips for other job seekers - Definitely don't panic like me, because as a student I have never done
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

There were 3 dsa questions related to graph and trees

Interview Preparation Tips

Interview preparation tips for other job seekers - practice dsa and mern stack do coding a d give contests

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. When have you solved a problem
  • Ans. 

    I tackled a scheduling conflict during a group project by reorganizing tasks and improving communication among team members.

    • Identified the scheduling conflict during our weekly meetings.

    • Proposed a new timeline that accommodated everyone's availability.

    • Implemented a shared online calendar for better coordination.

    • Encouraged open communication to address any further issues.

  • Answered by AI

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour- data interpretation

Round 2 - Group Discussion 

Simple topic for freshers.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. Quantitative Puzzles

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There was questions from verbal, quant and logical type

Round 2 - Technical 

(1 Question)

  • Q1. What is economic parity, CRR or questions related to your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Remember to check what the company actually does before you go for the interview
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

APTRITUDE QUESTIONS,CODING

Round 2 - Technical 

(1 Question)

  • Q1. OOPS,CN,OS,DBMS

Intern Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

3 ques each with 20 min time limit

Round 3 - Technical 

(1 Question)

  • Q1. 2 dsa ques with oops and os
Round 4 - Technical 

(1 Question)

  • Q1. 2 dsa with sql
  • Ans. 

    Combining data structures and algorithms with SQL for efficient data manipulation and retrieval.

    • Use data structures like arrays, linked lists, trees, graphs for efficient storage and retrieval of data in memory.

    • Implement algorithms like sorting, searching, and graph traversal to manipulate data effectively.

    • Leverage SQL queries to interact with databases and perform operations like filtering, sorting, and joining data.

    • C...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 30 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Jump game 2
  • Ans. 

    Find the minimum number of jumps to reach the last index of an array using maximum jump lengths from each position.

    • Start at index 0, where the jump length is nums[0].

    • Keep track of the farthest index you can reach with each jump.

    • Use a greedy approach to jump to the farthest reachable index.

    • Example: For nums = [2,3,1,1,4], the jumps are: 0 -> 1 -> 4 (2 jumps).

    • Example: For nums = [2,3,0,1,4], the jumps are: 0 -> ...

  • Answered by AI
  • Q2. OOPS - inheritance

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about DE Shaw?
Ask anonymously on communities.

DE Shaw Interview FAQs

How many rounds are there in DE Shaw interview for freshers?
DE Shaw interview process for freshers usually has 1-2 rounds. The most common rounds in the DE Shaw interview process for freshers are Technical, Aptitude Test and Coding Test.
How to prepare for DE Shaw interview for freshers?
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 Accounting, Analytical Chemistry, Auditing, CCTV Monitoring and Finance.
What are the top questions asked in DE Shaw interview for freshers?

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

  1. Design a class which has director, HOD, Professor and students. They all are re...read more
  2. I told him to ask question from DS and Algorithms as that was the part in which...read more
  3. He told me how would you buy the shares of the companies if you know the future...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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 10 interview experiences

Difficulty level

Easy 14%
Moderate 57%
Hard 29%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HighRadius Interview Questions
2.8
 • 197 Interviews
Chetu Interview Questions
3.3
 • 197 Interviews
AVASOFT Interview Questions
2.8
 • 174 Interviews
ivy Interview Questions
3.6
 • 133 Interviews
Axtria Interview Questions
2.9
 • 126 Interviews
Thomson Reuters Interview Questions
4.1
 • 125 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 112 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
View all

DE Shaw Reviews and Ratings

based on 170 reviews

3.8/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

4.4

Salary

4.0

Job security

3.9

Company culture

3.5

Promotions

3.3

Work satisfaction

Explore 170 Reviews and Ratings
Analyst
202 salaries
unlock blur

₹15 L/yr - ₹25.8 L/yr

Senior Analyst
161 salaries
unlock blur

₹20 L/yr - ₹35.5 L/yr

Manager
74 salaries
unlock blur

₹17.2 L/yr - ₹61 L/yr

Associate
68 salaries
unlock blur

₹12.8 L/yr - ₹21 L/yr

Project Lead
58 salaries
unlock blur

₹25 L/yr - ₹94 L/yr

Explore more salaries
Compare DE Shaw with

Thomson Reuters

4.1
Compare

HighRadius

2.8
Compare

Chetu

3.3
Compare

EbixCash Limited

3.9
Compare
write
Share an Interview