PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-487 (update April 15th, 2017)

Exam 70-487: Developing Windows Azure and Web Services (update April 15th, 2017)

You need to ensure that the new version of the library …

You are developing a library to support multiple ASP.NET MVC web applications on a shared server. The
library provides implementations of security algorithms.
If a problem with any of the security algorithms is discovered, a new version of the library must be created and
deployed. Application downtime during the update must be minimized.You need to ensure that the new version of the library will be used by all applications as soon as possible.
What should you do?

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 code segments should you include in Target 1, Tar…

###BeginCaseStudy###

Topic 3, Online Bookstore
Background
You are developing an online bookstore web application that will be used by your company’s
customers.
Technical Requirements
General requirements:
The web store application must be an ASP.NET MVC application
written in Visual Studio.
The application must connect to a Microsoft SQL database.
The GetTop100Books() method is mission critical and must return
data as quickly as possible. It should take advantage of fast,
forward-only, read-only methods of reading data.
The ImportBooks() method must keep a copy of the data that can
be accessed while new books are being imported without blocking
reads.
The Create MonthlyTotalsReport() method must lock the data and
prevent others from updating or inserting new rows until complete.
The college textbook area of the web application must get data
from a daily updated CSV file.
The children’s book area of the web application must get data
directly from a local database. It must use a connection string. It
must also support access to the stored procedures on the database.
Further, it is required to have strongly typed objects. Finally, it will
require access to databases from multiple vendors and needs to
support more than one-to-one mapping of database tables.
The cookbook functionality is contained within a client-side
application that must connect to the server using HTTP and
requires access to the data using JavaScript.
The BookApiController class must have a method that is able to
perform ad-hoc queries using OData.
The RESTful API of the bookstore must expose the following endpoints.

Application Structure

PurchaseOrders.xml

FeaturedBooks.xml

###EndCaseStudy###

You need to update the GetBook() method to retrieve book data by using ADO.NET.
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.)
Select and Place:

Which code segments should you include in Target 1, Tar…

###BeginCaseStudy###

Topic 3, Online Bookstore
Background
You are developing an online bookstore web application that will be used by your company’s
customers.
Technical Requirements
General requirements:
The web store application must be an ASP.NET MVC application
written in Visual Studio.
The application must connect to a Microsoft SQL database.
The GetTop100Books() method is mission critical and must return
data as quickly as possible. It should take advantage of fast,
forward-only, read-only methods of reading data.
The ImportBooks() method must keep a copy of the data that can
be accessed while new books are being imported without blocking
reads.
The Create MonthlyTotalsReport() method must lock the data and
prevent others from updating or inserting new rows until complete.
The college textbook area of the web application must get data
from a daily updated CSV file.
The children’s book area of the web application must get data
directly from a local database. It must use a connection string. It
must also support access to the stored procedures on the database.
Further, it is required to have strongly typed objects. Finally, it will
require access to databases from multiple vendors and needs to
support more than one-to-one mapping of database tables.
The cookbook functionality is contained within a client-side
application that must connect to the server using HTTP and
requires access to the data using JavaScript.
The BookApiController class must have a method that is able to
perform ad-hoc queries using OData.
The RESTful API of the bookstore must expose the following endpoints.

Application Structure

PurchaseOrders.xml

FeaturedBooks.xml

###EndCaseStudy###

An XML file must be produced by the SaveFeaturedBooks() method of the Book class. The
schema of the resulting XML file must be identical to the FeaturedBooks.xml file.
You need to write the code to produce the file.
You have the following code:

Which code 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 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)
Select and Place:


Page 6 of 10« First...45678...Last »