WeSearch

Hudson River Trading OA Experience: Two Trading-Style Coding Questions Breakdown

·3 min read · 0 reactions · 0 comments · 11 views
#algorithms#career#coding#interview#Hudson River Trading#Jane Street#Citadel
Hudson River Trading OA Experience: Two Trading-Style Coding Questions Breakdown
⚡ TL;DR · AI summary

The article discusses the online assessment experience for Hudson River Trading, focusing on two coding questions related to trading systems. The author emphasizes the importance of speed and implementation quality over pure algorithm difficulty. Preparation tips are provided for candidates looking to succeed in similar assessments.

Key facts
Original article
DEV Community
Read full at DEV Community →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3089650) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } net programhelp Posted on Apr 28 Hudson River Trading OA Experience: Two Trading-Style Coding Questions Breakdown #algorithms #career #coding #interview I recently completed the online assessment for Hudson River Trading (HRT), and my biggest takeaway was this: the questions themselves were not impossible, but the time pressure was very real.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV Community