1 interview experience from candidates.
Backend Engineer
You’re given a list of digits, where each digit represents a single place in a non negative integer. Your task: Add 1 to the number. Return the result as a new list of digits. Input: [1, 2, 3] Output: [1, 2, 4] Why? Beca...