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 

题目

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?()

  • A、 Use a single partition key for the table.
  • B、 Compress data before storing it in the table.
  • C、 Create additional partition keys for the table.
  • D、 Continually remove unnecessary data from the table.

相似考题
参考答案和解析
正确答案:C
更多“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 s”相关问题
  • 第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?()

    • A、 Run the application on Windows Azure.  Use the development storage account.
    • B、 Run the application on Windows Azure.  Use a Windows Azure Storage account.
    • C、 Run the application in the development fabric.  Use the development storage account.
    • D、 Run the application in the development fabric.  Use a Windows Azure Storage account

    正确答案:D

  • 第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?()

    • A、 Use the Service Management API.
    • B、 Use Windows Azure Table storage.
    • C、 Use Windows Azure Queue storage.
    • D、 Use the Windows Azure AppFabric Service Bus.

    正确答案:D

  • 第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?()

    • A、 Use XCopy deployment.
    • B、 Use the Windows Azure AppFabric.
    • C、 Use the Windows Azure Storage Services REST API.
    • D、 Use the Windows Azure Tools for Microsoft Visual Studio 2010.

    正确答案:D

  • 第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? ()

    • A、 Partition by user.
    • B、 Partition by team.
    • C、 Partition by project.
    • D、 Partition by the current date.

    正确答案:B

  • 第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?()

    • A、 Create a database view to retrieve the data.
    • B、 Use a clustered index on the SQL Azure database tables.
    • C、 Open a new database connection when an operation times out.
    • D、 Create SQL Azure database table indexes basedon application queries

    正确答案:D

  • 第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? ()

    • A、 Create one affinity group.  Associate only the storage services with the affinity group.
    • B、 Create one affinity group.  Associate only the compute services with the affinity group.
    • C、 Create one affinity group.  Associate the compute services and storage services with the affinity group.
    • D、 Create two affinity groups.  Associate the compute services with one group and the storage services with the other group.

    正确答案:C

  • 第7题:

    单选题
    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?()
    A

     Use XCopy deployment.

    B

     Use the Windows Azure AppFabric.

    C

     Use the Windows Azure Storage Services REST API.

    D

     Use the Windows Azure Tools for Microsoft Visual Studio 2010.


    正确答案: D
    解析: 暂无解析

  • 第8题:

    单选题
    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? ()
    A

     Create one affinity group.  Associate only the storage services with the affinity group.

    B

     Create one affinity group.  Associate only the compute services with the affinity group.

    C

     Create one affinity group.  Associate the compute services and storage services with the affinity group.

    D

     Create two affinity groups.  Associate the compute services with one group and the storage services with the other group.


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    A Windows Azure application retrieves data from SQL Azure.   You need to recommend an approach for improving application query performance.  What should you recommend?()
    A

     Create a database view to retrieve the data.

    B

     Use a clustered index on the SQL Azure database tables.

    C

     Open a new database connection when an operation times out.

    D

     Create SQL Azure database table indexes basedon application queries


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    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? ()
    A

     Partition by user.

    B

     Partition by team.

    C

     Partition by project.

    D

     Partition by the current date.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    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?()
    A

     Use a separate table for each date.  Delete eachtable when it is one week old.

    B

     Use a separate table for each week.  Delete each table when it is one week old.

    C

     Use a single table, partitioned by date.  Use Entity Group Transactions to delete data when it is one week old.

    D

     Use a single table, partitioned by week.  Use Entity Group Transactions to delete data when it is one week old.


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    You are designing an application that will interact with non-Windows applications over unreliable connections.   Each non-Windows application will have its own security token.   You need to recommend an approach for non-Windows applications to retrieve messages.  What should you recommend?()
    A

     Retrieve messages from a Windows Azure Queue.

    B

     Retrieve messages from Windows Azure Table storage.

    C

     Retrieve messages from a blob storage container that has a private access policy.

    D

     Retrieve messages from the Windows Azure AppFabric Service Bus message buffer.


    正确答案: A
    解析: 暂无解析

  • 第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?()

    • A、 Use Windows Azure Queues.
    • B、 Use Windows Live Mesh 2011.
    • C、 Use a single SQL Azure database.
    • D、 Use Windows Azure Table storage

    正确答案:D

  • 第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?()

    • A、 Increase the number of application role instances.
    • B、 Increase the Windows Azure Diagnostics buffer quota.
    • C、 Decrease the Windows Azure Diagnostics buffer quota.
    • D、 Move Windows Azure Diagnostics to its own Windows Azure Storage account.

    正确答案:D

  • 第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?()

    • A、 Use a separate table for each date.  Delete eachtable when it is one week old.
    • B、 Use a separate table for each week.  Delete each table when it is one week old.
    • C、 Use a single table, partitioned by date.  Use Entity Group Transactions to delete data when it is one week old.
    • D、 Use a single table, partitioned by week.  Use Entity Group Transactions to delete data when it is one week old.

    正确答案:A

  • 第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?()

    • A、 Store the images in a Windows Azure Queue.
    • B、 Store theimages in Windows Azure Blob storage.
    • C、 Store the images in Windows Azure Table storage.
    • D、 Store images in a single Windows Azure Drive attached to the web role.

    正确答案:B

  • 第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?()

    • A、 Use a Windows Azure Drive.
    • B、 Use Windows Azure page blob storage.
    • C、 Use Windows Azure block blob storage.
    • D、 Use local storage on a Windows Azure instance.

    正确答案:B

  • 第18题:

    单选题
    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?()
    A

     Use Windows Azure Queues.

    B

     Use Windows Live Mesh 2011.

    C

     Use a single SQL Azure database.

    D

     Use Windows Azure Table storage


    正确答案: D
    解析: 暂无解析

  • 第19题:

    单选题
    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?()
    A

     Use the Service Management API.

    B

     Use Windows Azure Table storage.

    C

     Use Windows Azure Queue storage.

    D

     Use the Windows Azure AppFabric Service Bus.


    正确答案: B
    解析: 暂无解析

  • 第20题:

    单选题
    You are designing a Windows Azure application.  The application will include occasionally connected clients that reference data stored in Windows Azure Blob storage.  The clients will be able to add data while disconnected.  You need to recommend an approach for synchronizing offline client data with Windows Azure Blob storage.  What should you recommend?()
    A

     Use SQL Azure Data Sync.

    B

     Use the Microsoft Sync Framework.

    C

     Use Windows Azure Blobstorage snapshots.

    D

     Use the Microsoft SQL Server replication component.


    正确答案: D
    解析: 暂无解析

  • 第21题:

    单选题
    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?()
    A

     Use a Windows Azure Drive.

    B

     Use Windows Azure page blob storage.

    C

     Use Windows Azure block blob storage.

    D

     Use local storage on a Windows Azure instance.


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    You are designing a Windows Azure application that will use Windows Azure Table storage.  You need to recommend an approach for minimizing storage costs.  What should you recommend? ()
    A

     Use Entity Group Transactions.

    B

     Use multiple partitions to store data.

    C

     Use a transaction scope to groupall storage operations.

    D

     Use Microsoft Distributed Transaction Coordinator (MSDTC).


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    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?()
    A

     Run the application on Windows Azure.  Use the development storage account.

    B

     Run the application on Windows Azure.  Use a Windows Azure Storage account.

    C

     Run the application in the development fabric.  Use the development storage account.

    D

     Run the application in the development fabric.  Use a Windows Azure Storage account


    正确答案: B
    解析: 暂无解析