exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 139 discussion

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

You plan to create a list of customers named customers. Each customer will have a name and a key. The name and key will be strings.
You will use the following code to retrieve customers from the list. customers[aKey].toString();
You need to identify which class must be used to declare the customers list. The solution must ensure that each key is unique.
Which class should you identify?

  • A. ArrayList
  • B. Dictionary
  • C. List
  • D. Array
Show Suggested Answer Hide Answer
Suggested Answer: 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
supersunny
Highly Voted 5 years, 10 months ago
B. Dictionary stores key-value pair.
upvoted 15 times
...
Bintang0
Most Recent 4 years, 7 months ago
b it is
upvoted 3 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 ...