With the first exercise they asked me to write an algorithm to sort words in an array in some specific order, the second exercise was about recursion, I had to navigate a tree and calculate the sum of numbers.
Sigiloso
In both cases I wrote some code in C++ (but I think they prefer plain C) and I solved the problems.