Amazon Interview Question for Software Engineer / Developers






Comment hidden because of low score. Click to expand.
9
of 9 vote

If someone asks me this question, I will get up and leave.

- Anon November 27, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

list,tree,stack,heap,queue,array and etc...

- Anonymous November 17, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

graph

- graph November 18, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

enumerations

- anonymous January 01, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

also:
linked lists, set, multiset, map, multimap, priority queue, deque, circular queue, matrix, image, adjacency list, various types of trees, heaps, tries....

if enums are data structure.. then what about struct and class ? they also hold data.. these are data types rather than calling them structures. data structures are used to organize or store our data in a specific way.

- rj January 04, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

b tree
b+ tree
linked list (doubly linked list)
binary tree
heap
stack
queue
array

- zetests May 09, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

AVL TREE
RED BLACK TREE SKIP LIST

- coder October 10, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

skip linked list
B tree
splay
red black tree
2-3 tree
fib heap
etc

- noovel August 17, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

tree
AVL tree
graph
trie
heap
stack
queue
union set
hash table

- neerajlakhotia08 May 10, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
Comment hidden because of low score. Click to expand.
1
of 1 vote

@Anonymous:
Binary Search
Linear search
Sorting(bubble sort,insertion,selection,shell,merge,heap,quick,quick3)

are not data structures. They are algorithms which use data structures to perform a given task.

- whyZ February 19, 2013 | Flag


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More