网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
You are designing a Windows Azure application.  Messages will be placed into a Windows Azure Queue and then processed by a worker role.  There is no requirement for adherence to the Windows Azure Service Level Agreement (SLA).   You need to recommend an approach for concurrently processing messages while minimizing compute cost.  What should you recommend?()
A

 A single role instance that processes messages individually

B

 A single role instance with multithreaded request processing

C

 Multiple role instances that process messages individually

D

 Multiple role instances, each with multithreaded request processing


参考答案

参考解析
解析: 暂无解析
更多 “单选题You are designing a Windows Azure application.  Messages will be placed into a Windows Azure Queue and then processed by a worker role.  There is no requirement for adherence to the Windows Azure Service Level Agreement (SLA).   You need to recommend an approach for concurrently processing messages while minimizing compute cost.  What should you recommend?()A  A single role instance that processes messages individuallyB  A single role instance with multithreaded request processingC  Multiple role instances that process messages individuallyD  Multiple role instances, each with multithreaded request processing” 相关考题
考题 You are designing a test plan for an existing Windows Azure .NET 4 application.  Method calls return incorrect results for certain input parameters.   You need to recommend an approach for debugging the method calls.  What should you recommend?()  A、 Attach the remote debugger to the application.B、 Use the Microsoft Visual Studio 2010 Test Manager tool.C、 Use IntelliTrace to collect only eventsfrom the application.D、 Use IntelliTrace to collect events and call information from the application.

考题 You are designing a Windows Azure application.   Corporate policy dictates that you must retain all application logs.   You need to recommend an approach for complying with the corporate policy.  What should you recommend?()A、 Perform on-demand transfers.B、 Configure scheduled transfers.C、 Configure a diagnostic trace listener.D、 Increase the diagnostics buffer quotas.

考题 You are designing a Windows Azure application.  The application includes a web role and a worker role that communicate by using a Windows Azure Queue.  The worker role processes each message within 10 seconds of retrieving it from the queue. The worker role must process each message exactly one time.  If a process does not complete, the worker role must reprocess the message.  You need to recommend an approach for the worker role to manage messages in the queue.  What should you recommend?()A、 Process the message and then delete it from the queue.B、 Delete the message from the queue when retrieving the message.C、 Set the visibility timeout of the message to 1 when retrieving the message.D、 Process the message and then set the visibility timeout of themessage to the maximum value.

考题 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 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?()A、 AB、 CNAMEC、 MXD、 SRV

考题 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 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?()A、 Attach a debugger to the Windows Azure role instance.B、 Analyze debugging information captured by Windows Azure Diagnostics.C、 Modify the service configuration for the Windows Azure role to access development storage.D、 Analyze debugging information written to the output window of the Windows Azure role instance.

考题 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.   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.

考题 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.   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.

考题 单选题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 plan to migrate an application to Windows Azure.  The application generates log files in a proprietary format.  You need to recommend an approach for retaining the existing log file format.  What should you recommend?()A  Configure Windows Azure Diagnostics to transfer event logs.B  Configure Windows Azure Diagnostics to transfer directories.C  Configure Windows AzureDiagnostics to transfer performance counters.D  Configure Windows Azure Diagnostics to transfer basic Windows Azure logs.

考题 单选题You are designing a Windows Azure application.   Corporate policy dictates that you must retain all application logs.   You need to recommend an approach for complying with the corporate policy.  What should you recommend?()A  Perform on-demand transfers.B  Configure scheduled transfers.C  Configure a diagnostic trace listener.D  Increase the diagnostics buffer quotas.

考题 单选题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 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?()A  AB  CNAMEC  MXD  SRV

考题 单选题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 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.   The application includes processes that communicate by using Windows Communications Foundation (WCF) services.  The WCF services must support streaming.  You need to recommend a host for the processes and a WCF binding.   Which two actions should you recommend?()AHost the processes in web roles.BHost the processes in worker roles.CUse NetTcpBinding for the WCF services.DUse WSHttpBinding for the WCF services.

考题 多选题You are designing a Windows Azure web application.  All users authenticate by using their Active Directory Domain Services (AD DS) credentials.  You need to recommend an approach for enabling single sign-on for domain-authenticated users.   Which two actions should you recommend?()AUse Forms authenticationto generate claims.BUse Active Directory Federation Services (AD FS) to generate claims.CUse SqlMembershipProvider in the web application.DUse Windows Identity Foundation in the web application.

考题 单选题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 Windows Azure web application.   The application must integrate with on-premise business services.   The business services are running on an on-premise server and cannot be rewritten. The business services are not exposed externally.   You need to recommend an approach for accessing the business services.  What should you recommend?()A  Move business service functionality to Windows Azure.B  Connect to the on-premise server from a custom service in Windows Azure.C  Create a VPN connection between the application and the on-premise server.D  Expose the business services to the Windows Azure AppFabricService Bus by using a custom service that configures relay binding.

考题 单选题You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue.  You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times.  What should you recommend?()A  Appropriately handle poison messages.B  Decrease the visibility timeout for messages.C  Reduce the time-to-live interval for messages in the queue.D  Increase the number of worker role instances reading messages from the queue.

考题 单选题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.