CMS专题

单选题You have the following requirements:   - Ensure that the business tier can be updated without affecting the application tier.   - Use the minimum role instance size that meets or exceeds the current server specifications.    You need to recommend a top

题目
单选题
You have the following requirements:   - Ensure that the business tier can be updated without affecting the application tier.   - Use the minimum role instance size that meets or exceeds the current server specifications.    You need to recommend a topology for hosting the application in Windows Azure.  What should you recommend?()
A

 Deploy the application tier and the business tier to one role with two Medium instances.

B

 Deploy the application tier and the business tier to one role with two Large instances.

C

 Deploy the application tier role to a Medium instance.  Deploy the business tier role to a medium instance.

D

 Deploy the application tier role to a Large instance.  Deploy the business tier role to a Large instance.

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which of the following is the BEST reason to label servers within the server room?()

  • A、 To ensure server documentation is kept up to date
  • B、 To ensure administrators avoid duplicate server names
  • C、 To ensure server power requirements are met
  • D、 To ensure the servers can be identified quickly and easily

正确答案:D

第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?()

  • A、Create a single thin image for all computers.
  • B、Create a single hybrid image for all computers.
  • C、Create one thin image for the mobile computers. Create one thick image for all other computers.
  • D、Create one thick image for the mobile computers. Create one thin image for all other computers.

正确答案:D

第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


参考答案: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?()

  • A、Active Directory Rights Management Services (AD RMS)
  • B、Domain Security
  • C、Forms-based Authentication
  • D、Secure/Multipurpose Internet Mail Extensions (S/MIME)

正确答案:B

第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?()

  • A、an IP Block list
  • B、IP Block list providers
  • C、recipient filtering
  • D、sender filtering

正确答案:B

第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?()

  • A、a legal hold
  • B、Domain Security
  • C、Outlook Protection Rules
  • D、Secure/Multipurpose Internet Mail Extensions (S/MIME)

正确答案:C

第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?()

  • A、Ensure that all client computers have a graphical Telnet client installed
  • B、Ensure that all client computers have the Remote Desktop Connection client software installed
  • C、Ensure that all server computers have RCONSOLE installed and that it is configured to start automatically
  • D、Ensure that all server computers have Remote Administration (HTML) installed

正确答案:B

第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


参考答案:A

第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? ()

  • A、 Menu
  • B、 PopUp
  • C、 ListBox
  • D、 ContextMenu

正确答案:D

第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?()

  • A、Add a DataProtectionPermission attribute to the CreditCardNumber property and set the ProtectData property to true.
  • B、Convert the DataContract to a MessageContract and set the ProtectionLevel property to SignAndEncrypt.
  • C、Change the data type of CreditCardNumber from string to SecureString.
  • D、Implement the CreditCardNumber property getter and setter In the setter, run the value of the CreditCardNumber through the MD5CryptoServiceProvider class TransformBlock method.

正确答案:B

更多相关问题