You are designing a Windows Azure application. The application contains one web role and three worker roles. You need to recommend an approach for updating only one role without interrupting the other roles. What should you recommend?()
第1题:
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?()
第2题:
You are designing a Windows Azure web application that does not use ASP.NET. The application requires a standalone Win32 interpreter. You need to recommend an approach for allowing access to the interpreter. What should you recommend?()
第3题:
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?()
第4题:
You are developing a web service that will run on a single instance of a Windows Azure worker role. When interacting with external clients during the testing phase, the service encounters errors that may be related to the format of the HTTP payload. You need to recommend an approach that allows developers to monitor the service‟s HTTP traffic in real-time. What should you recommend?()
第5题:
A Windows Azure .NET 4 application is experiencing a runtime issue. One of the roles cycles through initializing, working, and stopping. You need to recommend an approach for identifying the problem. What should you recommend?()
第6题:
You plan to host a Windows Communication Foundation (WCF) service in a Windows Azure worker role. Custom code is necessary to initialize and configure the service endpoint. You need to recommend the point at which the application should initialize the WCF service. What should you recommend?()
第7题:
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?()
第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 one endpoint group thatcontains the development computers and one endpoint group that contains the databases. Connect Web Role 1 to both endpoint groups. Connect Web Role 2 to only the database endpoint group.
Create one endpoint group that contains the development computers and databases. Connect Web Role 1 and Web Role 2 to the endpoint group.
Create one endpoint group that contains the development computers and one endpoint group that contains the databases. Connect the endpoint groups. Connect Web Role 1 and Web Role 2 to the development computer group.
Create one endpoint group that contains the development computers and databases, and connect it to Web Role 1. Create one endpoint group that contains only the databases, and connect it to Web Role 2.
第10题:
When Windows Azure initializes the worker role instance.
When the worker role instance receives its first request.
When the worker role instance instantiates the WCF service.
When the worker role instance enters the main execution thread.
第11题:
Create the files on a Windows Azure Drive.
Create the files in Windows Azure local storage.
Create the files in Windows Azure Storage page blobs.
Create the files in Windows Azure Storage block blobs.
第12题:
Perform on-demand transfers.
Configure scheduled transfers.
Configure a diagnostic trace listener.
Increase the diagnostics buffer quotas.
第13题:
You are designing a Windows Azure application. The application includes two web roles and three instances of a worker role. The web roles will send requests to the worker role through one or more Windows Azure Queues. You have the following requirements: - Ensure that each request is processed exactly one time. - Minimize the idle time of each worker role instance. - Maximize the reliability of request processing. You need to recommend a queue design for sending requests to the worker role. What should you recommend?()
第14题:
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? ()
第15题:
You are designing a Windows Azure application that will include two web roles. The web roles will communicate with on-premise development computers and on-premise databases. Web Role 1 must connect to development computers and databases. Web Role 2 must connect to only databases. What should you recommend?()
第16题:
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?()
第17题:
You are designing an upgrade strategy for a Windows Azure application that includes one web role with one instance. You have the following requirements: - Test the application on the Windows Azure platform. - Ensure that application upgrades can be rolled back. - Ensure that upgrade and rollback processes do not cause downtime. You need to recommend an approach for upgrading the application. What should you recommend?()
第18题:
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?()
第19题:
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? ()
第20题:
Perform a VIP swap.
Perform an in-place upgrade.
Delete the current deployment and then redeploy the application.
Copy the cloud package to blob storage and then restart the service.
第21题:
Attach the remote debugger to the application.
Enable IntelliTrace and redeploy the application.
View the logs in the Windows Azure Diagnostic tables.
Use the Event Viewer to remotely connect to the role.
第22题:
Set up vertical partitioning.
Set up horizontal partitioning.
Increase the number of role instances.
Change the role instance size to large.
第23题:
Define a Windows CommunicationFoundation (WCF) contract for the services.
Deploy each Windows Service to a separate worker role. Deploy the ASP.NET application to a web role.
Deploy the application and Windows Services in a Windows Azure VM role.
Upload service binaries to a web role by using the Windows Azure Service Management API.