Build a Dynamic Exact-Suffix Search Index

Read the full interview experience this question came from →

Quick Overview

Build a dynamic index that answers whether any inserted word ends with an exact, case-sensitive suffix. Use a reversed trie to support interleaved additions and searches in time proportional to word or suffix length, with memory tied to distinct nodes.

Build a Dynamic Exact-Suffix Search Index

Company: Anduril

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Onsite

Overview: Build a dynamic index that answers whether any inserted word ends with an exact, case-sensitive suffix. Use a reversed trie to support interleaved additions and searches in time proportional to word or suffix length, with memory tied to distinct nodes.

Read the full Anduril Software Engineer interview experience this question came from

|Home/Coding & Algorithms/Anduril
Anduril logo
Anduril
Aug 2, 2026
mediumSoftware EngineerOnsiteCoding & Algorithms
2
0
Loading...

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...