Attempt the question, check the explanation, and continue with similar questions to build confidence before exams.
np.reshape(array, (2, 2))
array.reshape(4, 1)
array.reshape(2, 2)
np.array([[1, 2], [3, 4]])
Continue with nearby questions to strengthen the same chapter concept while you still have the context fresh in mind.