Google Interview Question

In my interview, I was asked to "Merge two sorted arrays into a single sorted array." Specifically, I have two sorted integer arrays, and your task is to combine them into one sorted array efficiently, without using extra space for the output array.