An application uses Windows Azure Table storage. The application uses five tables. One table used by the application is approaching the limit for storage requests per second. You need to recommend an approach for avoiding data access throttling. What should you recommend?()
第1题:
You are designing an integration test plan for a Windows Azure .NET 3.5 application. You need to recommend a testing environment that allows developers to debug the application while accessing data in the cloud. What should you recommend?()
第2题:
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?()
第3题:
A Windows Azure application is running in the development fabric. You need to recommend an approach for deploying the application to Windows Azure. What should you recommend?()
第4题:
You are designing a Windows Azure application that will use Windows Azure Table storage. The application will allow teams of users to collaborate on projects. Each user is a member of only one team. You have the following requirements: - Ensure that each user can efficiently query records related to his or her team’s projects. - Minimize data access latency. You need to recommend an approach for partitioning table storage entities. What should you recommend? ()
第5题:
A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for improving application query performance. What should you recommend?()
第6题:
You are designing a Windows Azure application. The application will store data in Windows Azure Blob storage. Many of the application services will be interdependent. You need to recommend an approach for optimizing the performance of the application. What should you recommend? ()
第7题:
Use XCopy deployment.
Use the Windows Azure AppFabric.
Use the Windows Azure Storage Services REST API.
Use the Windows Azure Tools for Microsoft Visual Studio 2010.
第8题:
Create one affinity group. Associate only the storage services with the affinity group.
Create one affinity group. Associate only the compute services with the affinity group.
Create one affinity group. Associate the compute services and storage services with the affinity group.
Create two affinity groups. Associate the compute services with one group and the storage services with the other group.
第9题:
Create a database view to retrieve the data.
Use a clustered index on the SQL Azure database tables.
Open a new database connection when an operation times out.
Create SQL Azure database table indexes basedon application queries
第10题:
Partition by user.
Partition by team.
Partition by project.
Partition by the current date.
第11题:
Use a separate table for each date. Delete eachtable when it is one week old.
Use a separate table for each week. Delete each table when it is one week old.
Use a single table, partitioned by date. Use Entity Group Transactions to delete data when it is one week old.
Use a single table, partitioned by week. Use Entity Group Transactions to delete data when it is one week old.
第12题:
Retrieve messages from a Windows Azure Queue.
Retrieve messages from Windows Azure Table storage.
Retrieve messages from a blob storage container that has a private access policy.
Retrieve messages from the Windows Azure AppFabric Service Bus message buffer.
第13题:
You are designing a Windows Azure application that will store data. You have the following requirements: - The data storage system must support the storage of more than 500 GB of data. - Data retrieval must be possible from a large number of parallel threads without threads blocking each other. You need to recommend an approach for storing data. What should you recommend?()
第14题:
A Windows Azure application requires high Windows Azure Storage throughput. Windows Azure Diagnostics is configured for scheduled transfers to Windows Azure Storage. The application is experiencing slow response times. You determine that the current Windows Azure Diagnostics configuration is responsible for the reduced application performance. You need to recommend an approach for improving application performance. What should you recommend?()
第15题:
You are designing an application that will use Windows Azure Table storage to store millions of data points each day. The application must retain each day’s data for only one week. You need to recommend an approach for minimizing storage transactions. What should you recommend?()
第16题:
You are designing a Windows Azure application that will allow for the processing of image files. Images will be processed in batches by remote applications running on multiple servers. The application must meet the following requirements: - Remain operational during batch-processing operations. - Allow users to roll back each image to previous versions. Each remote application must have exclusive access to an image while processing it. You need to recommend an approach for storing the images. What should you recommend?()
第17题:
You are designing a Windows Azure application that will provide online backup storage for very large media files. The application must be capable of storing an average of 1 GB of data for each user. The application must provide random read/write access. You need to recommend a durable data storage solution. What should you recommend?()
第18题:
Use Windows Azure Queues.
Use Windows Live Mesh 2011.
Use a single SQL Azure database.
Use Windows Azure Table storage
第19题:
Use the Service Management API.
Use Windows Azure Table storage.
Use Windows Azure Queue storage.
Use the Windows Azure AppFabric Service Bus.
第20题:
Use SQL Azure Data Sync.
Use the Microsoft Sync Framework.
Use Windows Azure Blobstorage snapshots.
Use the Microsoft SQL Server replication component.
第21题:
Use a Windows Azure Drive.
Use Windows Azure page blob storage.
Use Windows Azure block blob storage.
Use local storage on a Windows Azure instance.
第22题:
Use Entity Group Transactions.
Use multiple partitions to store data.
Use a transaction scope to groupall storage operations.
Use Microsoft Distributed Transaction Coordinator (MSDTC).
第23题:
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