PrepAway - Latest Free Exam Questions & Answers

Category: 70-487

Exam 70-487: Developing Windows Azure and Web Services

You need to configure the Web API

DRAG DROP
You are developing an ASP.NET Web API application that will be consumed by a web browser via a composite
application that is served from another web domain.You need to configure the Web API. What should youdo?
(To answer, drag the appropriate XML elements to the correct location or locations in the answer area.Each
XML element may be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.)

You need to return an anonymous object that is serialized to JSON

DRAG DROP
You are developing an ASP.NET Web API action method.
The action method must return the following JSON inthe message body.
{ " Name ":" Fabrikam", "Vendor Id": 9823, "Items":["Apples", "Oranges"] }
You need to return an anonymous object that is serialized to JSON.
What should you do? (To answer, drag the appropriate code segments to the correct location or locations in
the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag
the split bar between panes or scroll to view content.

You need to update the HTML for the customers table to contain data from the Web API application.Which script

You are developing an ASP.NET MVC web application that contains the following HTML.
<table id= “customer” ></table>
You also have an ASP.NET Web API application that contains a call for retrieving customers. You must send
and retrieve the data in the most compact format possible. You need to update the HTML for the customers
table to contain data from the Web API application.Which script segment should you use?

You need tocreate methods to support standard insert, select, update, and delete operations in an HTTP service

DRAG DROP
You are developing an ASP.NET MVC Web API application. The method names of the Web API must match
naming guidelines for RESTful services. You need tocreate methods to support standard insert, select,
update, and delete operations in an HTTP service. What should you do? (To answer, drag the appropriate
HTTP methods to the correct row in the table in theanswer area. Each HTTP method may be used once, more
than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)


Page 3 of 712345...Last »