单项选择题
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?()
A. When Windows Azure initializes the worker role instance.
B. When the worker role instance receives its first request.
C. When the worker role instance instantiates the WCF service.
D. When the worker role instance enters the main execution thread.
相关考题
-
单项选择题
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 evaluating a Windows Azure application. The application uses one instance of a web role. The role instance size is set to Medium. The application does not use SQL Azure. You have the following requirements for scaling the application: - Maximize throughput. - Minimize downtime while scaling. - Increase system resources. You need to recommend an approach for scaling the application. What should you recommend?()
A. Set up vertical partitioning.
B. Set up horizontal partitioning.
C. Increase the number of role instances.
D. Change the role instance size to large. -
单项选择题
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.
