This question evaluates array manipulation skills and competency in designing in-place, linear-time algorithms for merging sorted sequences while respecting space constraints, and it falls under the Coding & Algorithms domain with a focus on practical application of algorithmic implementation rather than purely theoretical analysis.

You are given two sorted arrays: nums1 of length m + n with its first m entries initialized and the rest zeros, and nums2 of length n. Merge nums2 into nums1 in non-decreasing order in-place using O(