网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
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.
参考答案
参考解析
解析:
暂无解析
更多 “单选题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.” 相关考题
考题
You are planning to migrate an existing web application to Windows Azure. The application consists of an ASP.NET web application and a set of native Win32 Windows Services that provide data to the application by using named pipes. The Windows Services cannot be modified. You need to recommend a strategy for migrating the application to Windows Azure. What should you recommend?()A、 Define a Windows CommunicationFoundation (WCF) contract for the services.B、 Deploy each Windows Service to a separate worker role. Deploy the ASP.NET application to a web role.C、 Deploy the application and Windows Services in a Windows Azure VM role.D、 Upload service binaries to a web role by using the Windows Azure Service Management API.
考题
windows Azure平台包含了()等重要组成部分。A、windows AzureB、SQL AzureC、Windows Azureplatform App FabricD、Windows Azure Application
考题
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 evaluating a Windows Azure application. The application includes the following elements: - A web role that provides the ASP.NET user interface and business logic - A single SQL Azure database that contains all application data Each page must receive data from the business logic layer before returning results to the client. Traffic has increased significantly. The business logic is causing high CPU usage. You need to recommend an approach for scaling the application. What should you recommend?()A、 Move business logic to a worker role.B、 Vertically partition the SQL Azure database.C、 Store business logic results in Windows Azure local storage.D、 Store business logic resultsin Windows Azure Table storage
考题
You develop an ASP.NET web application that uses a Windows Azure web role. The application includes a startup script that installs a third-party component. You are developing a test plan for the startup script. What should you recommend?() A、 Enable Remote Desktop Protocol (RDP) and deploy the application without the startup script. Connect to the web role instance by using RDP, and then manually test the startup script.B、 Deploy the application in the Windows Azure Compute Emulator.C、 Deploy the application with a custom error page.D、 Deploy the application and then use IntelliTrace.
考题
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
考题
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.
考题
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 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.
考题
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.
考题
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 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 develop an ASP.NET web application that uses a Windows Azure web role. The application includes a startup script that installs a third-party component. You are developing a test plan for the startup script. What should you recommend?()A、 Enable Remote Desktop Protocol (RDP) and deploy the application without the startup script. Connect to the web role instance by using RDP, and then manually test the startup script.B、 Deploy the application in the Windows Azure Compute Emulator.C、 Deploy theapplication with a custom error page.D、 Deploy the application and then use IntelliTrace.
考题
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
考题
单选题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 planning to migrate an existing web application to Windows Azure. The application consists of an ASP.NET web application and a set of native Win32 Windows Services that provide data to the application by using named pipes. The Windows Services cannot be modified. You need to recommend a strategy for migrating the application to Windows Azure. What should you recommend?()A
Define a Windows CommunicationFoundation (WCF) contract for the services.B
Deploy each Windows Service to a separate worker role. Deploy the ASP.NET application to a web role.C
Deploy the application and Windows Services in a Windows Azure VM role.D
Upload service binaries to a web role by using the Windows Azure Service Management API.
考题
多选题You are designing a Windows Azure web application that includes many static content files. The application will be accessed from locations all over the world by using a custom domain. You need to recommend an approach for providing access to the static content with the lowest possible latency. Which two actions should you recommend?()APlace the static content in Windows Azure Blob storage.BPlace the static content in Windows Azure Table storage.CConfigure a custom domain that is an alias for the Windows Azure Storage domain.DConfigure a custom domain that is an alias for the Windows Azure Content Delivery Network(CDN) domain.
考题
单选题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
考题
单选题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. 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 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 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.
考题
单选题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 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 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 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 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.
热门标签
最新试卷