exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 2 question 14 discussion

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

Historical flight information data will be stored in Windows Azure Table Storage using the FlightInfo class as the table entity.
There are millions of entries in the table. Queries for historical flight information specify a set of airlines to search and whether the query should return only late flights. Results should be ordered by flight name.
You need to specify which properties of the FlightInfo class should be used at the partition and row keys to ensure that query results are returned as quickly as possible.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

  • A. Use the WasLate property as the row key.
  • B. Use the Airline property as the row key.
  • C. Use the WasLate property as the partition key
  • D. Use the Arrival property as the row key.
  • E. Use the Airline property as the partition key.
  • F. Use the Flight property as the row key.
Show Suggested Answer Hide Answer
Suggested Answer: EF 🗳️

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, 5 months ago
E and F are correct
upvoted 32 times
sti88
4 years, 8 months ago
Correct
upvoted 2 times
...
Sanfour
5 years ago
Correct
upvoted 7 times
...
...
esend3
Most Recent 5 years, 5 months ago
C and F
upvoted 1 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 ...