For this case we are going to define the original coordinates:
(x, y): original coordinates.
We apply the transformation:
(x, y) -------> (-x, y + k)
We have:
-x: reflection on the y axis.
y + k: translation k units up.
Answer:
The point was reflected over the y-axis and translated up.