You need to configure the deployment package to meet th…
You develop an ASP.NET MVC application that is secured by using SSL. You are ready to deploy the
application to production.
The deployment package must include the installation of the SSL certificate.
You need to configure the deployment package to meet the requirement.
What should you do?
You need to create a remote NuGet feed that exposes the…
You are preparing to develop a set of libraries for a company.
The libraries must be shared across the company.
You need to create a remote NuGet feed that exposes the libraries.
What should you do? (Each answer presents part of the solution. Choose all that apply.)
Which tool should you use?
You are developing an ASP.NET MVC application.
Applications can be deployed to remote servers only by administrators who have elevated privileges. The
administrators do not have access to Visual Studio 2012.
You need to select a deployment tool to deploy the application to remote servers for testing.
Which tool should you use?
Which tool should you use?
You are planning to migrate websites from IIS 6 to IIS 7.5.
You do not have access to SSH or a VPN.
You need to select a deployment tool to securely migrate the websites.
Which tool should you use?
You need to create methods to support standard insert, …
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 to create 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 the
answer 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.)
Select and Place:
You need to complete the code to meet the requirements
DRAG DROP
You are developing an ASP.NET MVC Web API image management application.
The application must meet the following requirements:
It must send or receive image data without the use of a buffer.
It must allow up to 4 MB of image data to be received.
It must allow up to 3 MB of image data to be sent.
You need to complete the code to meet the requirements.
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.)
Select and Place:
Which XML elements should you include in Target 1, Targ…
DRAG DROP
You are developing an ASP.NET Web API application for currency conversion that will be consumed by a web
browser by using a composite application that is served from another web domain.
You need to configure the Web API.
You have the following markup:
Which XML elements should you include in Target 1, Target 2, Target 3 and Target 4 to complete the markup?
Select and Place:
Which script segment should you use?
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?
Which segments should you include in Target 1, Target 2…
DRAG DROP
You are developing an ASP.NET Web API action method.
The action method must return the following JSON in the message body.
{ ” Name “:” Fabrikam”, “VendorNumber”: 9823, “Items”: [“Apples”, “Oranges”] }
You need to return an anonymous object that is serialized to JSON.
You have the following code:
Which segments should you include in Target 1, Target 2 and Target 3 to complete the code? (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.)
Select and Place:
Which HTTP verb should you use?
You are designing an ASP.NET Web API application.You need to select an HTTP verb to allow blog administrators to moderate a comment.
Which HTTP verb should you use?