The document contains 4 programming questions with examples. The first question involves calculating the absolute difference between prefix and suffix sums of an array. The second asks to minimize the sum of an array by updating elements less than the average to 0. The third deals with swapping characters in a string based on operations. The fourth is about transforming a string into a "magic string" with the same character in minimum steps.