单选题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?()A Deploy to the Production slot. Test the application, and then perform a VIP swap.B Deploy to the Staging slot. Test the application, and then perform a VIP swap.C Deploy to the Staging slot. Test the application, and then perform a manual in-place upgrade to the Production slot.D Deploy to the Staging slotTest the application, and then perform an automatic in-place upgrade to the Production slot.
单选题
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?()
A
Deploy to the Production slot. Test the application, and then perform a VIP swap.
B
Deploy to the Staging slot. Test the application, and then perform a VIP swap.
C
Deploy to the Staging slot. Test the application, and then perform a manual in-place upgrade to the Production slot.
D
Deploy to the Staging slotTest the application, and then perform an automatic in-place upgrade to the Production slot.
参考解析
解析:
暂无解析
相关考题:
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 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. 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?()A、 Perform a VIP swap.B、 Perform an in-place upgrade.C、 Delete the current deployment and then redeploy the application.D、 Copy the cloud package to blob storage and then restart the service.
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 strategy to perform inplace upgrade of domain controller in Boston and San Diego. Which method should you use?()A、adprepB、sysprepC、Answer FileD、Remote Installtion Services (RIS)
You are designing a plan to migrate an existing application to Windows Azure. The application must use the existing Active Directory Domain Services (AD DS) domain. You need to recommend an approach for joining Windows Azure virtual machines to the domain. What should you recommend?()A、 Install the Active Directory Certificate Services (AD CS) root certificate into the Enterprise Trust certificate store on each virtual machine.B、 Configure Windows Azure Connect.C、 Configure Windows Azure AppFabric Access Control.D、 Install Active Directory Federation Services (AD FS) in the existing domain.
You are designing a migration strategy to meet the business and technical requirements. What should you do?()A、Upgrade the fourthcoffee BDC to Windows Server 2003. Then upgrade the PDC to Windows Server 2003.B、Upgrade an existing domain controller to Windows Server 2003. Establish a two-way trust relationship with the fourthcoffee domain. C、Install and configure a new Windows NT 4.0 BDC. Promote the BDC to a PDC. Then upgrade the PDC to Windows Server 2003. D、Create a new Windows 2000 Server Active Directory domain. Establish a two-way trust relationship with the fourthcoffee domain. Use the Active Directory Migration Tool (ADMT) to migrate all user and computer accounts.
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 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?()A、 Deploy to the Production slot. Test the application, and then perform a VIP swap.B、 Deploy to the Staging slot. Test the application, and then perform a VIP swap.C、 Deploy to the Staging slot. Test the application, and then perform a manual in-place upgrade to the Production slot.D、 Deploy to the Staging slotTest the application, and then perform an automatic in-place upgrade to the Production slot.
You are planning an upgrade strategy for a Windows Azure application. You need to identify changes that will require application downtime. Which change will always require downtime?()A、 Changing the virtual machine sizeB、 Adding an HTTPS endpoint to a web roleC、 Changing the value of a configuration settingD、 Upgrading the hosted service by deploying a new package
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 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 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 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. 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 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 plan for migrating Virtual Hard Disks (VHDs) and video files to Windows Azure Storage. The VHDs must be optimized for random read/write operation. The video files must be optimized for sequential access. You need to recommend storage types for storing the VHDs and video files. Which two storage types should you recommend?()AStore VHDs in Windows Azure page blob storage.BStore VHDs in Windows Azure block blob storage.CStore video files in Windows Azure page blob storage.DStore video files in Windows Azure block blob storage
单选题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 a migration strategy to meet the business and technical requirements. What should you do? ()A Upgrade the fourthcoffee BDC to Windows Server 2003. Then upgrade the PDC to Windows Server 2003B Upgrade an existing domain controller to Windows Server 2003. Establish a two-way trust relationship with the fourthcoffee domain.C Install and configure a new Windows NT 4.0 BDC. Promote the BDC to a PDC. Then upgrade the PDC to Windows Server 2003D Create a new Windows 2000 Server Active Directory domain. Establish a two-way trust relationship with the fourthcoffee domain. Use the Active Directory Migration Tool (ADMT) to migrate all user and computer accounts.
单选题You are designing a strategy to perform inplace upgrade of domain controller in Boston and San Diego. Which method should you use?()A adprepB sysprepC Answer FileD Remote Installtion Services (RIS)
单选题You are planning an upgrade strategy for a Windows Azure application. You need to identify changes that will require application downtime. Which change will always require downtime?()A Changing the virtual machine sizeB Adding an HTTPS endpoint to a web roleC Changing the value of a configuration settingD Upgrading the hosted service by deploying a new package
单选题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