Summary
I recently interviewed with D. E. Shaw for the Quality and Test Engineer (QTE) position, where I discussed core C++ concepts and solved several Data Structures & Algorithms problems, specifically focusing on Dynamic Programming and String manipulation questions.
Full Experience
I recently had the opportunity to interview with D. E. Shaw for the Quality and Test Engineer (QTE) position. Interview Highlights:
1)intro 2)Project Discussion
Core C++ Concepts: Deep dive into maps vs unordered maps, time complexities, memory management, and multithreading basics.
DSA problems were based on the following concept Dynamic Programming: https://leetcode.com/problems/max-points-on-a-line https://leetcode.com/problems/scramble-string?envType=problem-list-v2&envId=dynamic-programming
String Problems: https://leetcode.com/problems/trapping-rain-water https://leetcode.com/problems/longest-palindromic-substring
Interview Questions (5)
Deep dive into maps vs unordered maps, time complexities, memory management, and multithreading basics.