Microsoft
98-361 · Question #197
You are creating an application for a help desk center. Calls must be handled in the same order in which they were received. Which data structure should you use?
The correct answer is A. Queue. See the full explanation below for the reasoning.
Question
You are creating an application for a help desk center. Calls must be handled in the same order in which they were received. Which data structure should you use?
Options
- AQueue
- BHashtable
- CStack
- DBinary tree
How the community answered
(27 responses)- A81% (22)
- B4% (1)
- C4% (1)
- D11% (3)
Community Discussion
No community discussion yet for this question.