Microsoft
98-361 · Question #389
98-361 Question #389: Real Exam Question with Answer & Explanation
The correct answer is C. stack. See the full explanation below for the reasoning.
Question
You are developing a new application that optimizes the processing of a warehouse's operations. When the products arrive, they are stored on warehouse racks. To minimize the time it takes to retrieve an item, the items that arrive last are the first to go out. You need to represent the items that arrive and leave the warehouse in a data structure. Which data structure should you use to represent this situation?
Options
- Aarray
- Blinked list
- Cstack
- Dqueue
Community Discussion
No community discussion yet for this question.