Upload Button Icon Add office photos

Filter interviews by

DE Shaw Software Development Engineer Intern Interview Questions and Answers

Updated 10 May 2024

DE Shaw Software Development Engineer Intern Interview Experiences

1 interview found

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

Interview questions from similar companies

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

Basic aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Output of javascript code, c++ code and mySql
  • Ans. 

    The question is asking for the output of JavaScript code, C++ code, and MySQL.

    • JavaScript code outputs can be displayed in the browser console or on a webpage.

    • C++ code outputs can be printed to the console using cout statements.

    • MySQL outputs can be retrieved using SQL queries and displayed in a table format.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral 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 - Assignment 

First Round Was Assignment

Round 3 - One-on-one 

(1 Question)

  • Q1. Second round was one on one round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

30min duration simple questions

Round 2 - Coding Test 

Basic array 2 coding questions

Round 3 - Technical 

(5 Questions)

  • Q1. Introduce yorself
  • Q2. Explain about final year project
  • Q3. Github link for project
  • Q4. What is oops in java
  • Q5. What is polymorphism explain with examples
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA Array, String and Hashmap questions
  • Q2. Functional programming java questions
Round 2 - Technical 

(5 Questions)

  • Q1. Spring and spring boot related
  • Q2. HLD scenario level questions
  • Q3. SQL queries nested and joins
  • Q4. DB related questions and experience level questions and previous project situations related questions
  • Q5. Security level questions like XSS vulnerability and SQL injection
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. They asked first question related to Spring security .
  • Q2. Questions related to rest API Given scenario and asked approach
  • Q3. Database related like procedures call in db and also in springboot
  • Q4. Core java related to collections
Round 2 - Technical 

(5 Questions)

  • Q1. In second round , interviewer asked me to write logic for Array sort
  • Q2. Singleton class
  • Q3. Design pattern like singleton and factory , dao
  • Q4. Spring data JPA , jdbc connection
  • Q5. Hibernate annotation
Round 3 - Behavioral 

(3 Questions)

  • Q1. Related to projects what we had done
  • Q2. Difficult situations what u face
  • Ans. 

    Handling difficult situations by staying calm, analyzing the problem, and finding a solution.

    • Remaining calm under pressure

    • Identifying the root cause of the problem

    • Collaborating with team members to brainstorm solutions

    • Prioritizing tasks to address the issue efficiently

  • Answered by AI
  • Q3. Code standardization
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Portions covered:- maths, DBMS, OS, programming and verbal ability question

Round 2 - Technical 

(2 Questions)

  • Q1. Explanation about projects in detail.
  • Ans. 

    I have worked on various projects including a web application for a retail company and a mobile app for a fitness tracker.

    • Developed a web application using HTML, CSS, and JavaScript for a retail company to manage inventory and sales.

    • Created a mobile app using React Native for a fitness tracker to track workouts and calories burned.

    • Implemented RESTful APIs for communication between front-end and back-end systems.

    • Utilize...

  • Answered by AI
  • Q2. Basics of SQL and DBMS
Round 3 - Technical 

(2 Questions)

  • Q1. How to debug in python
  • Ans. 

    Debugging in Python involves identifying and fixing errors in the code to ensure it runs correctly.

    • Use print() statements to check the values of variables at different points in the code

    • Utilize the built-in debugger pdb for more complex debugging tasks

    • Check for syntax errors, logical errors, and runtime errors

    • Use try-except blocks to catch and handle exceptions

    • Consider using logging to track the flow of the program and

  • Answered by AI
  • Q2. For loop vs while loop. Full explanation, not only points
  • Ans. 

    For loop is used when the number of iterations is known, while loop is used when the condition is true.

    • For loop is used when the number of iterations is known beforehand.

    • While loop is used when the condition needs to be checked before each iteration.

    • For loop is more concise and easier to read for iterating over a range of values.

    • While loop is more flexible as it allows for more complex conditions to be checked.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics first. Most of the questions were easy but you need to have a very good clarity on the topics itself. Thoroughly prepare the topics which are most famous one in each subject.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round is aptitude and pesudocode

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly python questions
  • Q2. List questions and basic to mediumprogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding question for 60 mins. One array based question and one string based question.

Round 2 - Technical 

(2 Questions)

  • Q1. Oops 2 pillars with examples ?
  • Ans. 

    Oops 2 pillars are Abstraction and Encapsulation.

    • Abstraction: Hiding unnecessary details and showing only relevant information. Example: Car dashboard displaying speed without showing internal engine details.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in object-oriented programming encapsulates data and methods.

  • Answered by AI
  • Q2. Inheritance and it's types with examples ?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, hierarchical inheritance

    • Single inheritance: a class inherits from only one parent class. Example: class Dog inherits from class Animal

    • Multiple inheritance: a class inherits from multiple parent classes. Example:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concepts and SQL concepts. Web based questions also asked.

DE Shaw Interview FAQs

How many rounds are there in DE Shaw Software Development Engineer Intern interview?
DE Shaw interview process usually has 2 rounds. The most common rounds in the DE Shaw interview process are Aptitude Test and Technical.

Tell us how to improve this page.

DE Shaw Software Development Engineer Intern Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Goldman Sachs Interview Questions
3.5
 • 408 Interviews
Morgan Stanley Interview Questions
3.7
 • 306 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Globant Interview Questions
3.8
 • 170 Interviews
Chetu Interview Questions
3.3
 • 166 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
View all
Analyst
165 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Senior Analyst
141 salaries
unlock blur

₹12 L/yr - ₹41 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.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