Which method of the EntityCommand type should you use?
You are developing an ASP.NET MVC application. The application has a page that updates
an image stored in a database. Members of the EntityClient namespace are used to access
an ADO.NET Entity Framework data model. Images and associated metadata are stored in
a single database table.
You need to run a single query that updates an image and associated metadata in the
database while returning only the number of affected rows.
Which method of the EntityCommand type should you use?
Which approach should you use?
You are developing a new ASP.NET MVC application that does not have an existing
database.
The requirements for the application are not complete, and the SQL data model will likely
change.
You need to choose an approach to visually manage a data model.
Which approach should you use?
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 modify the text of a
comment.
Which HTTP verb should you use?
You need to create a remote NuGet feed that exposes the libraries for developer use
You are preparing to develop a set of libraries that uses large data sets.
The libraries must be shared across an organization and distributed to several servers.
You need to create a remote NuGet feed that exposes the libraries for developer use.
What should you do? (Each answer presents part of the solution. Choose all that apply.)
Which code segments should you include in Target 1 and Target 2 to complete the data contract?
DRAG DROP
You are supporting a WCF data contract that returns a price calculation that can be
expanded to add new data members.
Clients using the old version of the data contract must be supported. You need to define the
data contract so that the data serializer can put unknown data members into a property bag.
You have the following code:
Which code segments should you include in Target 1 and Target 2 to complete the data
contract? (To answer, drag the appropriate code elements to the correct targets in the
answer area. Each code 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.)
Which isolation level should you use?
You are developing an ASP.NET MVC application that reads and writes data from a SQL
Server database.
You need to maintain data integrity including retrieving identical sets across reads in all
situations that use transactions.
Which isolation level should you use?
Which code segments should you include in Target 1, Target 2, Target 3 and Target 4…?
DRAG DROP
You are developing a RESTful application by using ASP.NET MVC. The application is a pet
management system and implements the following method in a controller for retrieving pet
data.
The method must only accept JSON data using the standard MIME type.
You need to implement a controller that saves pet data and return a properly formatted
HTTP/1.1 protocol response. You have the following code:
Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 to
complete the code? {To answer, drag the appropriate code segments to the correct targets
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.)
Which code segments should you include in Target 1, Target 2, Target 3, Target 4…?
DRAG DROP
You are developing an ASP.NET MVC Web API application. The methods of the Web API
must return details about the result of the operation. You need to create methods to update
and delete products. You have the following code:
Which code segments should you include in Target 1, Target 2, Target 3, Target 4 and
Target 5 to complete the code? (To answer, drag the appropriate code segments to the
correct targets 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.)
which section should you define the parameters for the automated deployment?
HOTSPOT
You are developing an application.
The application must be deployed from Team Foundation Server after a successful build is
completed. The Process tab of the Build Definition screen is shown in the exhibit. (Click the
Exhibit button.)
You need to configure the automated deployment.
In which section should you define the parameters for the automated deployment? (To
answer, select the appropriate section in the answer area.)
Which code segments should you include in Target 1 and Target 2 to complete the code?
DRAG DROP
You are developing an ASP.NET Web API for a home inventory management system. You
need to limit access to users with IP addresses based only in the United States. You have
the following code:
Which code segments should you include in Target 1 and Target 2 to complete the code?
(To answer, drag the appropriate code segments to the correct targets 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.)