Move business service functionality to Windows Azure.
Connect to the on-premise server from a custom service in Windows Azure.
Create a VPN connection between the application and the on-premise server.
Expose the business services to the Windows Azure AppFabricService Bus by using a custom service that configures relay binding.
第1题:
You are designing a Windows Azure application. The application will include services hosted in different geographic locations. The service locations may change. You must minimize the cost of communication between services. You need to recommend an approach for calling the services. What should you recommend?()
第2题:
You are designing a Windows Azure application that will use a worker role. The worker role will create temporary files. You need to recommend an approach for creating the temporary files that minimizes storage transactions. What should you recommend?()
第3题:
You are designing a plan for testing a Windows Azure service. The service runs in the development fabric but fails on Windows Azure. You need to recommend an approach for identifying errors that occur when the service runs on Windows Azure. What should you recommend?()
第4题:
Perform a VIP swap.
Perform an in-place upgrade.
Delete the current deployment and then redeploy the application.
Copy the cloud package to blob storage and then restart the service.
第5题:
Place the static content in Windows Azure Blob storage.
Place the static content in Windows Azure Table storage.
Configure a custom domain that is an alias for the Windows Azure Storage domain.
Configure a custom domain that is an alias for the Windows Azure Content Delivery Network(CDN) domain.
第6题:
Configure Windows Azure Diagnostics to transfer event logs.
Configure Windows Azure Diagnostics to transfer directories.
Configure Windows AzureDiagnostics to transfer performance counters.
Configure Windows Azure Diagnostics to transfer basic Windows Azure logs.
第7题:
A
CNAME
MX
SRV
第8题:
Use the Service Management API to deploy the application package.
Use the cspack and csrun command-line utilities and pass the cloud project as an argument.
Publish the cloud project to a local directory and upload the application package to Windows Azure Blob storage.
Publish the cloud project to a localdirectory and use the Windows Azure Developer Portal to upload the application.
第9题:
Host the processes in web roles.
Host the processes in worker roles.
Use NetTcpBinding for the WCF services.
Use WSHttpBinding for the WCF services.
第10题:
Store images in the queue.
Store images in Windows Azure Blob storage. Store references to the images in the queue.
Store images in local storage on the web role instance. Store references to the images in the queue.
Store images in Windows Azure Drives attached to the worker role instances. Storereferences to the images in the queue.
第11题:
Use Windows Azure Queues.
Use a single SQL Azure database.
Use a single Windows Azure Drive.
Use Windows Azure Table storage.
第12题:
A single role instance that processes messages individually
A single role instance with multithreaded request processing
Multiple role instances that process messages individually
Multiple role instances, each with multithreaded request processing
第13题:
You are designing a Windows Azure web application. The application will be accessible at a standard cloudapp.net URL. You need to recommend a DNS resource record type that will allow you to configure access to the application through a custom domain name. Which type should you recommend?()
第14题:
You are designing a web service that will be hosted in Windows Azure. The web service will accept and store structured and semi-structured data. The web service must meet the following requirements: - Update all data within a single transaction. - Enforce the data structure for structured data within the data store. You need to recommend an approach for storing the data. What should you recommend?()
第15题:
You are designing an automated deployment process for a Windows Azure application. The process must deploy the application to Windows Azure without any user interaction. You need to recommend a deployment strategy. What should you recommend?()
第16题:
Use SQL Azure Data Sync.
Use the Microsoft Sync Framework.
Use Windows Azure Blobstorage snapshots.
Use the Microsoft SQL Server replication component.
第17题:
Use ADO.NET Data Services and provide a shared key to clients.
Use Windows Azure Queues and provide a shared key to clients.
Use Windows Azure Table storage and providea shared key to clients.
Use the Windows Azure AppFabric Service Bus and provide a shared secret to clients.
第18题:
Use the Service Management API.
Use Windows Azure Table storage.
Use Windows Azure Queue storage.
Use the Windows Azure AppFabric Service Bus.
第19题:
Run the application on Windows Azure. Use the development storage account.
Run the application on Windows Azure. Use a Windows Azure Storage account.
Run the application in the development fabric. Use the development storage account.
Run the application in the development fabric. Use a Windows Azure Storage account
第20题:
Store the images in a Windows Azure Queue.
Store theimages in Windows Azure Blob storage.
Store the images in Windows Azure Table storage.
Store images in a single Windows Azure Drive attached to the web role.
第21题:
Use Forms authenticationto generate claims.
Use Active Directory Federation Services (AD FS) to generate claims.
Use SqlMembershipProvider in the web application.
Use Windows Identity Foundation in the web application.
第22题:
Make the message buffer discoverable to listeners and require authorization.
Make the message buffer discoverable to managers and do not require authorization.
Make the message buffer publicly discoverable. Include a Simple Web Token (SWT) in each message.
Make the message buffer discoverable to managers. Include a Simple Web Token (SWT) in each message.
第23题:
Create the files on a Windows Azure Drive.
Create the files in Windows Azure local storage.
Create the files in Windows Azure Storage page blobs.
Create the files in Windows Azure Storage block blobs.