网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
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).
参考答案
参考解析
解析:
暂无解析
更多 “单选题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).” 相关考题
考题
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).
考题
You are planning the migration of an existing application to Windows Azure and SQL Azure. The current application includes reports that are hosted by SQL Server Reporting Services. You need to recommend an approach for migrating the reports. What should you recommend? ()A、 Use SQL Azure to host client report definitions.B、 Use SQL Azure to host server report definitions.C、 Use Windows Azure to host client report definitions in an ASP.NET webpage.D、 Use Windows Azure to host server report definitions in an ASP.NET webpage.
考题
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
考题
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
考题
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.
考题
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?()A、 Create the files on a Windows Azure Drive.B、 Create the files in Windows Azure local storage.C、 Create the files in Windows Azure Storage page blobs.D、 Create the files in Windows Azure Storage block blobs.
考题
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?()A、 Use Windows Azure Queues.B、 Use a single SQL Azure database.C、 Use a single Windows Azure Drive.D、 Use Windows Azure Table storage.
考题
You are designing a Windows Azure application that will generate events for multiple clients. Client web services might be behind NAT gateways. You need to recommend an approach that will allow you to broadcast the events to clients. What should you recommend?()A、 Use ADO.NET Data Services and provide a shared key to clients.B、 Use Windows Azure Queues and provide a shared key to clients.C、 Use Windows Azure Table storage and providea shared key to clients.D、 Use the Windows Azure AppFabric Service Bus and provide a shared secret to clients.
考题
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.
考题
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.
考题
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.
考题
You are planning to move streaming media content to Windows Azure Storage. You need to recommend an approach for providing worldwide users the fastest possible access to the content. Which two actions should you recommend?()A、 Use a Shared Access Signature.B、 Use Windows Azure page blob storage.C、 Use Windows Azure block blob storage.D、 Use the Windows Azure Content Delivery Network (CDN).
考题
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.
考题
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?()A、 Use the Service Management API to deploy the application package.B、 Use the cspack and csrun command-line utilities and pass the cloud project as an argument.C、 Publish the cloud project to a local directory and upload the application package to Windows Azure Blob storage.D、 Publish the cloud project to a localdirectory and use the Windows Azure Developer Portal to upload the application.
考题
单选题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
考题
单选题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.
考题
单选题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.
考题
单选题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.
考题
单选题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.
考题
单选题You are designing a Windows Azure application that will generate events for multiple clients. Client web services might be behind NAT gateways. You need to recommend an approach that will allow you to broadcast the events to clients. What should you recommend?()A
Use ADO.NET Data Services and provide a shared key to clients.B
Use Windows Azure Queues and provide a shared key to clients.C
Use Windows Azure Table storage and providea shared key to clients.D
Use the Windows Azure AppFabric Service Bus and provide a shared secret to clients.
考题
单选题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.
考题
单选题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).
考题
单选题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?()A
Use the Service Management API to deploy the application package.B
Use the cspack and csrun command-line utilities and pass the cloud project as an argument.C
Publish the cloud project to a local directory and upload the application package to Windows Azure Blob storage.D
Publish the cloud project to a localdirectory and use the Windows Azure Developer Portal to upload the application.
考题
单选题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.
考题
单选题You are designing a Windows Azure application that will process images. The maximum size of an image is 10 MB. The application includes a web role that allows users to upload images and a worker role with multiple instances that processes the images. The web role communicates with the worker role by using a Windows Azure Queue. You need to recommend an approach for storing images that minimizes storage transactions. What should you recommend? ()A
Store images in the queue.B
Store images in Windows Azure Blob storage. Store references to the images in the queue.C
Store images in local storage on the web role instance. Store references to the images in the queue.D
Store images in Windows Azure Drives attached to the worker role instances. Storereferences to the images in the queue.
考题
单选题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?()A
Use Windows Azure Queues.B
Use a single SQL Azure database.C
Use a single Windows Azure Drive.D
Use Windows Azure Table storage.
考题
单选题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?()A
Create the files on a Windows Azure Drive.B
Create the files in Windows Azure local storage.C
Create the files in Windows Azure Storage page blobs.D
Create the files in Windows Azure Storage block blobs.
考题
单选题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
热门标签
最新试卷