Software Engineer I Interview Questions

1,702 software engineer i interview questions shared by candidates

Suppose you got two linkedlist: n1 -> n2 -> n3 ... -> n(k) and l1 -> l2 -> l3 -> l(m), reorder and get n1 -> l(m) -> n2 -> l(m-1). k and m might have different length, connect the remaining nodes to the end if run out. After implementation, write a simple unit testing function.
avatar

Software Engineer I

Interviewed at Hertz

3.7
Oct 24, 2024

Suppose you got two linkedlist: n1 -> n2 -> n3 ... -> n(k) and l1 -> l2 -> l3 -> l(m), reorder and get n1 -> l(m) -> n2 -> l(m-1). k and m might have different length, connect the remaining nodes to the end if run out. After implementation, write a simple unit testing function.

Viewing 251 - 260 interview questions

Glassdoor has 1,702 interview questions and reports from Software engineer i interviews. Prepare for your interview. Get hired. Love your job.