Software Engineer · Junior-Level · Phone Screen
I was given a problem involving DNA fragments represented by a `Sequence` object with `startId`, `endId`, and `payload` fields. The goal was to implement a function `String shotgunSequence(List<Sequence> sequences)` that concatenates the payloads in the correc...