Point72 Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
Determine Circle Intersection Status for Rendering Order
Scenario Graphics engine must evaluate multiple pairs of circles to decide rendering order based on intersection. Question Given an array where each e...
Determine Most Frequent Product Color in Carts
Scenario Online store wants to know which color of product appears most frequently in customers’ carts. Question Implement a function getMaxColor(colo...
Classify relationships for multiple circle pairs
Given an array pairs of N circle pairs, where each circle is (x, y, r) with integer coordinates and r ≥ 0, classify each pair into one of: IDENTICAL (...
Maximize outfits with distinct colors
You're given counts of items by color; each outfit must contain exactly 3 items, all of distinct colors. You cannot reuse items. Input formats: either...
Solve date, shopping, and circle problems
Take‑Home: Three Independent Tasks (Data/Algorithms) Implement three independent functions that will be unit‑tested separately. Provide clear error ha...