Microsoft
98-361 · Question #388
You are developing a new application that optimizes the processing of a manufacturing plant's operations. You need to implement a data structure that works as a "buffer" for overflow capacity. When…
The correct answer is D. queue. See the full explanation below for the reasoning.
Question
You are developing a new application that optimizes the processing of a manufacturing plant's operations. You need to implement a data structure that works as a "buffer" for overflow capacity. When the manufacturing capacity is available, the items in the buffer need to be processed in the order in which they were added to the buffer. Which data structure should you use to implement such buffer?
Options
- AArray
- Blinked list
- Cstack
- Dqueue
How the community answered
(18 responses)- A17% (3)
- B6% (1)
- C6% (1)
- D72% (13)
Community Discussion
No community discussion yet for this question.