Which code segment should you useas the body of the StreamHistoricalFlights() method in the HistoricalDataLoad
Transformed historical flight information provided by the RemoteDataStream() method must be written tothe
response stream as a series of XML elements named Flight within a root element named Flights. Each Flight
element has a child element named FlightName that contains the flight name that starts with the two-letter
airline prefix. You need to implement the StreamHistoricalFlights() method so that it minimizes the amount of
memory allocated. Which code segment should you useas the body of the StreamHistoricalFlights() method in
the HistoricalDataLoader.cs file?
which codesegment should you replace the body of the SaveChanges() method in the FlightInfoContext.cs file?
Errors occasionally occur when saving data using the FlightlnfoContext ADO.NET Entity Framework context.
Updates to the data are being lost when an error occurs. You need to ensure that data is still saved when an
error occurs by retrying the operation. No more than five retries should be performed. With which codesegment
should you replace the body of the SaveChanges() method in the FlightInfoContext.cs file?
which code segment should you replace line EQ64?
The GetExternalOrder() method in the ExternalQueueService service is throwing a runtime error. The method
must query the database for a record that matches the orderNum parameter passed to the method.
You need to modify the queryString string to retrieve the record. With which code segment should you replace
line EQ64?
Which code segment should you use?
Which code segments can you insert at line EQ45 to achieve this goal?
The DeleteExternalOrder() method in the ExternalQueueService service is not throwing a FaultException
exception as defined by the FaultContractAttribute attribute in the IExternalQueueService.cs file. Youneed to
throw the FaultException exception. Which code segments can you insert at line EQ45 to achieve this goal?
(Each correct answer presents a complete solution. Chose all that apply)
Which command should you use?
You need to regenerate the service proxies to include task-based asynchronous method signatures. Which
command should you use?
Which code segment can you use?
The GetVendors() action in the ProcessedOrderController controller is querying the database each time it is
run. The GetVendors() action must query the database only if the cache is null.
You need to add code to the action at line PC33 to cache the data. Which code segment can you use? (Each
correct answer presents a complete solution. Chooseall that apply.)
You need to modify the entities in the designer
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 shouldyou do?
(Each correct answer presents part of the solution.Choose all that apply.)
Which of the following actions should you take?
You work as an administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You have been instructed to deploy a System Center 2012 infrastructure in ABC.com’s
environment. You are also instructed to create a service and deploy it to a Public Cloud.
You have already navigated to the System Center 2012 App Controller. You now want to start a
Windows Azure service deployment in such a way that the Windows Azure subscription is
automatically configured as the public cloud.
Which of the following actions should you take?
Which of the following actions should you take?
You work as an administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
ABC.com makes use of System Center 2012 Service Manager in their environment. You are in the
process of configuring the System Center 2012 Virtual Machine Manager (VMM) connector.
You want to make sure that you obtain all types of objects from VMM.
Which of the following actions should you take?