Microsoft
70-573 · Question #58
70-573 Question #58: Real Exam Question with Answer & Explanation
Sign in or unlock 70-573 to reveal the answer and full explanation for question #58. The question stem and answer options stay visible for context.
Question
You have a SharePoint list named Assets that contains 1,000,000 items. The list contains a column named Urgent. Approximately 100 items have a value of True in their Urgent column. You use the following line of code to retrieve the Assets list. SPList assetsList = currentUeb.Lists ["assets"]; You need to retrieve all of the items in the list that have a value of True in their Urgent column. You must retrieve the items in the minimum amount of time. What should you do?
Options
- AIterate through the assetsList .Fields collection.
- BCall assetsLists. Getltems and specify theSPQuery parameter.
- CCall assetsList. Items.GetDataTable ( ) and retrieve DataRowCollection .
- DIterate through the assetsList .Items collection.
Unlock 70-573 to see the answer
You've previewed enough free 70-573 questions. Unlock 70-573 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.