Doubt about the results for a case

In the problem linked-list-k-append what should be the result if the value of k is greater then or equal to the number N?

it should be (k%N) last digit.