A Pathetic Interview Experience at Cimpress
Summary
I interviewed with Cimpress for a software engineering role, encountering a DSA problem on grouping numbers by digital root and an LLD/HLD question on designing an LRU Cache. Despite successfully appr...
Interview Experience
I recently interviewed with Cimpress, and I wanted to share my experience for anyone preparing for similar roles. The first round was a DSA round in C++. The problem involved grouping numbers based on their digital root. For example, numbers like 321, 6, and 33 fall under the same group because eac...


