Public task directory

Technical interview practice tasks

Every entry below is a crawlable link to a unique public task page. This directory complements the interactive filters and keeps the complete catalog connected through standard pagination.

Page 5 of 386 · 18,491 tasks

Coding (Algo) · Medium · 30 min

Closest Pair Total

Algorithm: Two pointers Difficulty: Medium Time: 30 minutes Goal Return the minimum absolute difference between target and the sum of two entries at distinct indexes.

View task

Coding (Algo) · Medium · 40 min

Count Measurement Pairs Below a Limit

Algorithm: Two pointers Difficulty: Medium Time: 40 minutes Goal Count unordered pairs of distinct input positions whose value sum is no greater than the target limit.

View task

Coding (Algo) · Medium · 30 min

Detect a Repeating Chain

Algorithm: Two pointers Difficulty: Medium Time: 30 minutes Goal Return whether repeated next-pointer traversal starting at head enters a cycle using constant extra memory.

View task

Coding (Algo) · Medium · 40 min

Find the Widest Supported Container

Algorithm: Two pointers Difficulty: Medium Time: 40 minutes Goal Return the largest area defined by any two distinct supports in the supplied height sequence.

View task

Coding (Algo) · Medium · 35 min

Merge Offline Revisions

Algorithm: Two pointers Difficulty: Medium Time: 35 minutes Goal Merge both lists without re-sorting and resolve equal-version conflicts in favor of the server.

View task

Coding (Platform) · Easy · 35 min

Searchable Project List

Workspace: Angular Difficulty: Easy Time: 35 minutes Context You maintain the Projects page of an internal team workspace. Teammates use its search field to find an active project before.

View task

Coding (Platform) · Hard · 90 min

Optimistic Seat Reservations

Workspace: Angular Difficulty: Hard Time: 90 minutes Context A team lead uses the Projects page to reserve available places for teammates on several projects. Clicking Reserve immediately.

View task

Coding (Platform) · Medium · 60 min

Race Safe Project Search

Workspace: Angular Difficulty: Medium Time: 60 minutes Context A support agent uses the Projects page to find the project named in a customer ticket. Each change to the search field requests.

View task