Q.If a button hit results in an API hit, and if I hit the button multiple times, how can you do it the angular way to make sure all n-1 requests sent to Server are cancelled and only nth request is send to server? How will you accomplish this? Q. A Puzzle: child1 says "I am a boy". child2 says "I am a girl". Given that atleast 1 is lying, how will you determine who is boy, who is girl? Q.Why is Angular used over JavaScript? Q.Two sorted arrays(no.s) of n, m+n length where m+n one has n empty places. In minimum Time Complexity & Space, obtain the combination sorted into m+n array.