Once you attempt the question then PrepInsta explanation will be displayed.
Building a min-heap the result will be a sorted array so the option a is correct. If we change the implementation strategy option- b is also correct. (First filling the right child rather than left child first).