I used to be straight reached out by the recruiter and he or she was very well mannered.
She scheduled the interview in first spherical and it was a coding spherical and the interviewer was asking questions from GeeksforGeeks.
The interviewer requested 3 coding questions:
Enter: arr = [1, 2, 3, 4, 5, 6, 7, 8] ok = 5 Output: [5, 4, 3, 2, 1, 8, 7, 6]
For instance, if first checklist is 5->7->17->13->11 and second is 12->10->2->4->6, the primary checklist ought to turn into 5->12->7->10->17->2->13->4->11->6 and second checklist ought to turn into empty. The nodes of second checklist ought to solely be inserted when there are positions out there. For instance, if the primary checklist is 1->2->3 and second checklist is 4->5->6->7->8, then first checklist ought to turn into 1->4->2->5->3->6 and second checklist to 7->8.
I used to be not in a position to resolve all of the questions, and obtained rejected. Hope this helps