Deploy the application tier and the business tier to one role with two Medium instances.
Deploy the application tier and the business tier to one role with two Large instances.
Deploy the application tier role to a Medium instance. Deploy the business tier role to a medium instance.
Deploy the application tier role to a Large instance. Deploy the business tier role to a Large instance.
第1题:
Which of the following is the BEST reason to label servers within the server room?()
第2题:
Your company includes mobile computer users who frequently work offline. You are planning to deploy Windows 7 by using an image. You have the following requirements: Provide access to all applications when mobile computer users first start their computers. Minimize network and local storage requirements. Provide language-pack support based on the geographic location of the user. You need to ensure that your image-creation strategy meets the requirements. What should you do?()
第3题:
When you use Microsoft Windows Media Player to begin playback of a music file, you receive the following error message: You do not have the rights to play this file.” You need to configure Windows Media Player to ensure playback of protected digital media.What should you do?()
A.A
B.B
C.C
D.D
第4题:
You have an Exchange Server 2010 organization. Your company has a relationship with another company. The partner company has an Exchange Server 2010 organization. You need to recommend a security solution to meet the following requirements: .Ensure that all e-mail delivery between your servers and the partner companys servers is encrypted .Ensure that all communication between your servers and the partner companys servers is authenticated What should you include in the solution?()
第5题:
You have an Exchange Server 2010 organization that contains multiple Hub Transport servers. You need to recommend a message hygiene solution to meet the following requirements: .Block servers that are known to send spam .Minimize administrative effort What should you recommend?()
第6题:
You have an Exchange Server 2010 organization and an Active Directory Rights Management Services(AD RMS) server. All users access their mailboxes by using Outlook Web App (OWA). You need to plan a security solution for the organization to meet the following requirements:.Secure messages by using administrator-defined templates .Ensure that e-mail messages sent by users can be stored in an encrypted format What should you include in the plan?()
第7题:
You are designing a remote administration solution that meets business requirements. You need to specify client or server software that will be required. What should you do?()
第8题:
You have a computer that runs Windows Vista.You need to configure the computer to meet the following requirements:·You must be able to make configuration changes remotely.·You must be able to make the changes without the permission of the locally logged-on user.What should you do?()
A.A
B.B
C.C
D.D
第9题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that the application meets the following requirements: Displays a menu that is specific to the control selected by the user. Displays the menu next to the control. Which control should you use? ()
第10题:
You are creating a Windows Communication Foundation (WCF) service to process orders.The data contract for the order is defined as follows:[DataContract]public class Order{ [DataMember] public string CardHolderName { get; set; } [DataMember] public string CreditCardNumber { get; set; }}You have the following requirements: Enable the transmission of the contents of Order from the clients to the service. Ensure that the contents of CreditCardNumber are not sent across the network in clear text. Ensure that the contents of CreditCardNumber are accessible by the service to process the order.You need to implement the service to meet these requirements. What should you do?()