Development Interview Questions

137,413 development interview questions shared by candidates

Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
avatar

Software Development Engineering Intern

Interviewed at Microsoft

4
Dec 18, 2014

Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list

You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).
avatar

Software Development Engineer I

Interviewed at Microsoft

4
Aug 17, 2012

You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).

Nothing really that difficult. Pretty basic interview questions, strengths/weaknesses, how do you deal with failure, goal setting, staying motivated. They really felt like they weren't trying to catch me off guard, they just wanted me to be able to communicate clearly who I was, why I wanted to work there, and why I would be a great fit for their company culture.
avatar

Sales Development Representative

Interviewed at Docusign

3.6
Oct 30, 2013

Nothing really that difficult. Pretty basic interview questions, strengths/weaknesses, how do you deal with failure, goal setting, staying motivated. They really felt like they weren't trying to catch me off guard, they just wanted me to be able to communicate clearly who I was, why I wanted to work there, and why I would be a great fit for their company culture.

Viewing 521 - 530 interview questions

Glassdoor has 137,413 interview questions and reports from Development interviews. Prepare for your interview. Get hired. Love your job.