Interview with Tiktok for Frontend - round 1

Tiktok - Software Engineer (Frontend) - Round 1 - Zoom
Education: Master’s
Years of Experience (YOE): 4
Questions Asked:

  1. Ask about writing your own promise.all(),
  • then ask what the difference is about promise.allSettled(), and race()
  1. Merge two sorted arrays with order
  • Input:* nums1 = [1, 2,4], nums = [2,3,6]
  • .Output:* [1,2,2,3,4,6]