Bobyard Interview Questions
We track 4 interview questions reported from Bobyard: 4 in Coding & Leetcode-style Questions. They average 2.8/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: tree, recursion, forest, hashmap.
Practice these on the problems board →Question mix
- Coding & Leetcode-style Questions4
Difficulty
- 2/5 — easy1
- 3/5 — medium3
Asked for SWE (4)
Topics Bobyard asks about
Reported Bobyard questions
Filter Nested Comments — Keep Matched Nodes and Descendants
3/5Tackle this Bobyard technical screening question centered around hierarchical tree filtering and traversal. Given a nested discussion forest and a specific match condition, you need to prune the structure so that any matching node—along with its entire subtree of descendants—is preserved while unrelated branches are discarded. This challenge tests your recursive programming abilities, tree manipulation techniques, and optimization strategies for linear time complexity. Unlock the complete problem details and model solution with a subscription.
Coding & Leetcode-style QuestionstreerecursiondfsImplement Nested Comments Feature for a Comment System
2/5In this Bobyard reported interview question, you must transform a flat collection of comment records into a hierarchical structure where individual responses correctly nest beneath their corresponding parent items. The task requires building a recursive or pointer-based grouping function that efficiently handles multiple levels of depth using unique identifiers. It tests your data organization abilities and proficiency with hierarchical JSON payloads. Access to the complete problem breakdown and expert model solution requires an active subscription.
Coding & Leetcode-style QuestionstreehashmaprecursionAdd Sorting to a Comment List with Persistence Across Refresh
3/5Delivering a seamless user experience through reliable state persistence is a common frontend requirement evaluated in technical assessments for companies like Bobyard. This coding challenge focuses on implementing robust sorting mechanisms for dynamic comment feeds based on multiple attributes and sorting directions, while ensuring user preferences survive page reloads through browser storage or URL parameters. Candidates must demonstrate clean comparator logic and efficient state synchronization as new items arrive in real time. To view the complete solution and detailed architectural notes, a paid subscription is required.
Coding & Leetcode-style QuestionssortingcomparatorfrontendBuild Nested Comments from Flat List with parentId
3/5Transforming a flat array of user remarks into a hierarchical tree structure is a common frontend engineering challenge often encountered in interviews at companies like Bobyard. This problem tests your ability to efficiently organize related records using parent identifiers while handling edge cases such as missing nodes or chronological sorting requirements. To view the complete problem statement along with an optimized algorithmic solution, a subscription is required.
Coding & Leetcode-style Questionstreehashmapforest
Companies that ask similar questions
Bobyard interview FAQ
- How many Bobyard interview questions are available?
- 4 reported Bobyard questions, the largest group being Coding & Leetcode-style Questions (4).
- How hard is the Bobyard interview?
- Across the questions we track, Bobyard averages 2.8 out of 5: 1 at 2/5, 3 at 3/5.
- What topics does Bobyard ask about?
- Most often tree, recursion, forest, hashmap, sorting.