Microsoft Exam Questions

Which of the following is TRUE with regards to the HashTable collection type?

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the use of
the HashTable collection type.
Which of the following is TRUE with regards to the HashTable collection type?

A.
It represents a first in, first out (FIFO) collection of objects.

B.
It represents a last in, first out (LIFO) collection of objects.

C.
It represents a collection of key/value pairs that are organized based on the hash code of the
key.

D.
It represents a list of objects that can be accessed by index.

Explanation: