Attentive Interview Questions
We track 2 interview questions reported from Attentive: 2 in Coding & Leetcode-style Questions. They average 3.0/5 difficulty — medium for a working engineer — and every one was reported by someone who sat the loop, not written by us. The topics that come up most: simulation, design, hashmap, sorting.
Practice these on the problems board →Question mix
- Coding & Leetcode-style Questions2
Difficulty
- 3/5 — medium2
Asked for SWE (2), Infra (1), MLE (1)
Topics Attentive asks about
Reported Attentive questions
Design a Time-based Broadcast Service for Company Subscribers
3/5This Attentive interview question challenges candidates to build a scheduled notification dispatching platform that tracks time-based records and targets. Programmers must effectively organize scheduled messages alongside follower registries, triggering updates dynamically as timelines progress. This problem evaluates your ability to handle asynchronous events, manage time constraints, and coordinate data structures for efficient lookup and delivery. To master the optimal scheduling strategy and inspect the complete code implementation, access the full problem details with a subscription.
Coding & Leetcode-style QuestionsdesignhashmapsortingRemove Adjacent Duplicates in String (k=3 then general k)
3/5This Attentive interview question explores text manipulation by requiring candidates to repeatedly eliminate consecutive repeating character sequences of a specified length. As characters disappear, newly formed adjacent duplicates must also be collapsed until the text reaches a stable state. The problem evaluates your mastery of stack-based data structures and algorithmic efficiency for string processing tasks. Unlock the full problem details and a comprehensive expert solution by getting a subscription.
Coding & Leetcode-style Questionsstackstringtwo-pointer
Companies that ask similar questions
Attentive interview FAQ
- How many Attentive interview questions are available?
- 2 reported Attentive questions, the largest group being Coding & Leetcode-style Questions (2).
- How hard is the Attentive interview?
- Across the questions we track, Attentive averages 3.0 out of 5: 2 at 3/5.
- What topics does Attentive ask about?
- Most often simulation, design, hashmap, sorting, heap.