1.
The QueueDetail entity type must inherit from the InboundQueue entity type in the ExternalQueue service project using table-per-type inheritance. You need to modify the entities in the designer. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
2.
You need to update the CreateMonthlyTotalsReports() method to use database transactions. Which code segment should you use?
3.
You need to create an OData query expression to return the ten books with the smallest number of sales. Which query expression should you use?
4.
You need to choose the appropriate data access technology for the children's book area of the web application. Which data access technology should you choose?
5.
You need to create an OData filter expression that returns bools that match the following characteristics: Published after 1/1/2000 Have "Science" as the first word Which filter statement should you use?
6.
The PurchaseOrders.xml file contains all of the purchase orders for the day. You need to query the XML file for all of the billing addresses. Which code segment should you use? A) B) C) D)
7.
You need to return the list of the top 100 books for the GetTopBooks() method. Which type should you use to retrieve the data?
8.
You are preparing to write the data access code for the children's book area of the web site. You need to review the requirements and identify the appropriate data access technology. What should you do?
9.
You need to create an OData query expression to return the ten books with the largest number of sales. Which query expression should you use?
10.
You need to implement the Get() method in the bookstore Web API application to be able to find books by using an ad hoc query. Which method should you use? A) B) C) D)