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

题目内容 (请给出正确答案)
单选题
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 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 plan to migrate an existing application to Windows Azure.  The application currently resides on a server that has 768 MB of memory and multiple cores. You need to recommend the smallest compute instance size that is equivalent to the existing server.  Which size should you recommend?()A、 SmallB、 MediumC、 LargeD、 ExtraSmall

考题 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 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 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 Server 2008 R2 Hyper-V environment. You need to be able to dynamically add new storage to Windows virtual machines (VMs). What should you do?()A、Install Hyper-V Integration Services on the VMsB、Use dynamically expanding virtual hard disks (VHDs)C、Install the VMs in Cluster Shared Volumes (CSVs)D、Use fixed virtual hard disks (VHDs)

考题 You are designing a plan to migrate an existing application to Windows Azure. The application currently resides on a server that has 20 GB of hard disk space.  You need to recommend the smallest compute instance size that provides local storage equivalent to that of the existing server.  Which size should you recommend?()A、 ExtraSmallB、 ExtraLargeC、 SmallD、 Large

考题 You are a network administrator for your company. You need to test a new application.   The application requires two processors and 2 GB of RAM. The application also requires shared folders on the application server and requires the installation of software on the client computers.   You create the test plan. You assemble a server in the test lab. You install Windows Server 2003, Web Edition on theserver. You install the application on the server. You install the client software components for the application on 20 client computers in the test lab.   You test the application. You discover that only some of the client computers can run the application. You turn off the client computers that ran the application successfully, and you test again. The client computers that failed in the first test now run the application successfully.   You need to identify the cause of the failure and update your test plan.   What should you do? ()A、 Increase the Maximum number of worker processes to 20 for the default application pool.B、 Use Add or Remove Programs to add the Application Server Windows component.C、 Change the Application pool identity to Local Service for the default application pool.D、 Change the test server operating system to Windows Server 2003, Standard Edition or Windows Server 2003, Enterprise Edition.

考题 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 Windows 7 deployment image.   You plan to partition the hard disk of each client computer during deployment.  You need to modify the unattended answer file by using a text editor.   Where should you add the disk information?()A、to the Specialize configuration passB、to the Generalize configuration passC、to the WindowsPE configuration passD、to the AuditSystem configuration pass

考题 You configure a Windows Server 2008 R2 Hyper-V server with several virtual machines (VMs). A software vendor releases a software update for an application that runs on only one of the VMs. You need to plan a strategy that enables you to install and test the update without interrupting business operations and without corrupting data.   What should you do first?()A、Export the VMB、Create a snapshot of the affected VMC、Enable the Windows Volume Snapshot Service on the affected VMD、Enable the Windows Volume Snapshot Service on the Hyper-V server

考题 You are designing a Windows 7 deployment image.  You plan to install Windows 7 Enterprise with a Multiple Activation Key (MAK).    You need to add the MAK to the configuration pass by using an answer file.   To which configuration pass should you add the MAK?()A、the Specialize configuration passB、the Generalize configuration passC、the WindowsPE configuration passD、the AuditSystem configuration pass

考题 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 designing a plan for migrating an application to the Windows Azure platform.   All users authenticate by using their Active Directory Domain Services (AD DS) credentials.  The Windows Azure application must provide single sign-on (SSO) for domain-authenticated users.   You need to recommend an authentication type for the service endpoint behavior.  What should you recommend?()A、 SAML credentialB、 Windows authenticationC、 Shared secret credentialD、 Microsoft Challenge Handshake Authentication Protocol (MSCHAP)

考题 单选题You are designing a Windows 7 deployment image.  You plan to install Windows 7 Enterprise with a Multiple Activation Key (MAK).    You need to add the MAK to the configuration pass by using an answer file.   To which configuration pass should you add the MAK?()A the Specialize configuration passB the Generalize configuration passC the WindowsPE configuration passD the AuditSystem configuration pass

考题 单选题You are designing a plan to migrate an existing application to Windows Azure. The application currently resides on a server that has 20 GB of hard disk space.  You need to recommend the smallest compute instance size that provides local storage equivalent to that of the existing server.  Which size should you recommend?()A  ExtraSmallB  ExtraLargeC  SmallD  Large

考题 单选题You are designing a Windows 7 deployment image.   You plan to partition the hard disk of each client computer during deployment.  You need to modify the unattended answer file by using a text editor.   Where should you add the disk information?()A to the Specialize configuration passB to the Generalize configuration passC to the WindowsPE configuration passD to the AuditSystem configuration pass

考题 单选题You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You plan to implement a test strategy for the application. You need to ensure that the test strategy meets the following requirements: Test data can be added to the test project without recompiling. Multiple variations of a test can be executed at run time. What should you do? ()A Use IntelliTrace.B Use data-driven tests.C Create a single test class.D Create a test method for each data variation.

考题 单选题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 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 plan for migrating an application to the Windows Azure platform.   All users authenticate by using their Active Directory Domain Services (AD DS) credentials.  The Windows Azure application must provide single sign-on (SSO) for domain-authenticated users.   You need to recommend an authentication type for the service endpoint behavior.  What should you recommend?()A  SAML credentialB  Windows authenticationC  Shared secret credentialD  Microsoft Challenge Handshake Authentication Protocol (MSCHAP)

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

考题 单选题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 plan to install Windows 7 on a computer that contains a single hard disk drive. The hard disk drive isconnected to a RAID controller. During the installation, you discover that the Windows 7 installation mediadoes not include the files required to install the RAID controller. You need ensure that you can installWindows 7 on the hard disk drive.  What should you do?()A Insert the Windows installation media and press F8 during the computer s power-on self test (POST).B Insert the Windows installation media and press F6 during the computer s power-on self test (POST).C Start the computer from the Windows installation media. From the Install Windows dialog box, click Load Driver.D Start the computer from the Windows installation media. From the Install Windows dialog box, click Drive options (advanced).

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