Software Engineering Interview Questions

56,367 software engineering interview questions shared by candidates

Lots of data structures questions. The one that I struggled the most with was: given an binary search tree (that is, an ordered tree), how would you find the element of the tree at a particular "index", where index is defined as the position in the tree's ordering.
avatar

Software Engineering Intern

Interviewed at Salesforce

4.1
Sep 11, 2014

Lots of data structures questions. The one that I struggled the most with was: given an binary search tree (that is, an ordered tree), how would you find the element of the tree at a particular "index", where index is defined as the position in the tree's ordering.

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

Viewing 201 - 210 interview questions

Glassdoor has 56,367 interview questions and reports from Software engineering interviews. Prepare for your interview. Get hired. Love your job.