Here is my attempt.

Novice/Competent

xs is a numpy array.  Which command sets all but the first and last values in xs to 0?

Competent/Expert

ys is a numpy array with shape (3,2,3)

xs is another numpy array, and we would like to add them by:

zs = xs + ys

Which one of the following shapes is valid for xs?