You have a WebJob object that runs as part of an Azure website.
HOTSPOT
You have a WebJob object that runs as part of an Azure website. The WebJob object uses features from the
Azure SDK for .NET. You use a well-formed but invalid storage key to create the storage account that you pass
into the UploadDataToAzureStorage method.
The WebJob object contains the following code segment. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Which approach should you take?
You are designing a solution that includes a custom list on a SharePoint 2010 site. You
need to design the solution to meet the following requirements: ·The solution needs to add
customized files to the site as part of the list provisioning. .The list should only be
provisioned in the sites of the site collection where it is specifically needed. .The files must
no longer remain provisioned in the site if the custom list is removed. Which approach
should you take?
You need to ensure that the actual exception data is provided to client computers
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. You
deploy a Windows Communication Foundation (WCF) Data Service to a production server. The
application is hosted by Internet Information Services (IIS). After deployment, applications that
connect to the service receive the following error message:
“The server encountered an error processing the request. See server logs for more details.”
You need to ensure that the actual exception data is provided to client computers.
What should you do?
You need to ensure that the WCF service operation receives binary data files along with a string parameter tha
You are creating a Windows application by using Microsoft .NET Framework 4 and
Microsoft Visual Studio 2010. The business logic layer of the application is implemented by
using Windows Communication Foundation (WCF). You create a WCF service that contains
a single operation to upload large binary data files. You configure the binding of the WCF
service to enable data streaming. You need to ensure that the WCF service operation
receives binary data files along with a string parameter that contains the description of each
file. You create a service operation that receives a single parameter, what should you do
next?
Which approach should you recommend?
You are designing an ASP.NET Web application. You are implementing the ASP.NET
membership and profile providers to do the following: Support retrieval of user passwords
within the ASP.NET Web application Access profile data that is stored in two or more
Microsoft SQL Server tables You need to ensure that the Web application is properly
configured to interact with the providers. Which approach should you recommend?
How should you complete the relevant markup?
HOTSPOT
You have a cloud service that runs an external process that is named MyStartupTask.cmd. The cloud service
runs this external process when the web role starts. The external process writes information to the Windows
registry. You set the value of an environment variable named MyIDto the deployment ID for the current web
role instance.
The external process must complete writing the information to the Windows registry before the web role
starts to accept web traffic.
You need to configure the cloud service.
How should you complete the relevant markup? To answer, select the appropriate option or options in the
answer area.
You need to ensure that Server1 only resolves queries issued from client computers in the same subnet as Serve
Your network contains a server named Server1 that runs Windows Server 2008 R2. Server1 is
configured as a DNS server. You need to ensure that Server1 only resolves queries issued from client
computers in the same subnet as Server1. The solution must ensure that Server1 can resolve
Internet host names. What should you do on Server1?
You need to use a spatial value type as a parameter for your database query
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The
application connects to a Microsoft SQL Server 2008 database. You need to use a spatial value type
as a parameter for your database query. What should you do?
How should you complete the relevant code?
HOTSPOT
You are developing an Azure cloud service for a company. The cloud service monitors a queue for incoming
messages and then processes invoices based on the contents of these messages.
Some messages are formed incorrectly and cause exceptions. There is no time limit for how long the service
takes to process an individual message.
All messages must be processed at least once by using the ProcessMessage method. Messages must not be
processed more than twice by using the ProcessMessage method. Messages that fail normal processing must
be processed by using the ProcessPoisonMessage method.
You need to configure message processing.
How should you complete the relevant code? To answer, select the appropriate option or options in the
answer area.
Which three actions should you perform in sequence?
DRAG DROP
Your team uses a proprietary source control product. You use FTP to manually deploy an Azure website.
You must move your source code from the proprietary source control product to a secure on-premises Git
versioning system. Instead of deploying the website by using FTP.the website must automatically deploy to
Azure each time developers check-in source files.
You need to implement the new deployment strategy.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list
of actions to the answer area and arrange them in the correct order.