exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 3 question 7 discussion

Actual exam question from Microsoft's 70-483
Question #: 7
Topic #: 3
[All 70-483 Questions]

You need to store the values in a collection.
The solution must meet the following requirements:
✑ The values must be stored in the order that they were added to the collection.
✑ The values must be accessed in a first-in, first-out order.
Which type of collection should you use?

  • A. SortedList
  • B. Queue
  • C. ArrayList
  • D. Hashtable
Show Suggested Answer Hide Answer
Suggested Answer: method.B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lh2607
Highly Voted 4 years, 11 months ago
Queue, FIFO -> First in First out.
upvoted 10 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...