网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
You need to recommend which role services must be deployed to support the company’s planned changes. Which two role services should you recommend?()
A
Health Registration Authority (HRA)
B
Host Credential Authorization Protocol (HCAP)
C
Network Policy Server (NPS)
D
Routing and Remote Access service (RRAS)
参考答案
参考解析
解析:
暂无解析
更多 “多选题You need to recommend which role services must be deployed to support the company’s planned changes. Which two role services should you recommend?()AHealth Registration Authority (HRA)BHost Credential Authorization Protocol (HCAP)CNetwork Policy Server (NPS)DRouting and Remote Access service (RRAS)” 相关考题
考题
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. The application includes a web role and a worker role that communicate by using a Windows Azure Queue. The worker role processes each message within 10 seconds of retrieving it from the queue. The worker role must process each message exactly one time. If a process does not complete, the worker role must reprocess the message. You need to recommend an approach for the worker role to manage messages in the queue. What should you recommend?()A、 Process the message and then delete it from the queue.B、 Delete the message from the queue when retrieving the message.C、 Set the visibility timeout of the message to 1 when retrieving the message.D、 Process the message and then set the visibility timeout of themessage to the maximum value.
考题
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 need to recommend a solution for configuring the Web servers. The solution must meet the company’s technical requirements.What should you include in the recommendations?()A、Active Directory Lightweight Directory Services (AD LDS)B、Failover ClusteringC、HTTP redirectionD、IIS Shared Configuration
考题
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 need to recommend the minimum number of logical unit numbers (LUNs) that must be provisioned for Cluster1. The recommendation must support the company’s planned changes. Which number should you recommend?()A、1B、2C、8D、9
考题
You need to recommend a configuration design for the new VMs. The design must ensure that operating systems can be deployed to the new VMs. What should you include in the recommendation?()A、virtual machine queue (VMQ)B、Virtual Machine ChimneyC、a synthetic network adapterD、an emulated network adapter
考题
单选题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 have a server that runs Windows Server 2008 You need to configure the server as a VPN server. What should you install on the server()A
Windows Deployment Services role and Deployment Server role serviceB
Windows Deployment Services role and Deployment transport role serviceC
Network Policy and Access services role and routing and remote access services role serviceD
Network Policy and access services and host credential authorization protocol role service
考题
单选题You need to recommend a configuration design for the new VMs. The design must ensure that operating systems can be deployed to the new VMs. What should you include in the recommendation?()A
virtual machine queue (VMQ)B
Virtual Machine ChimneyC
a synthetic network adapterD
an emulated network adapter
考题
单选题You have a server that runs Windows Server 2008. You need to configure the server as a VPN server. What should you installed on the server()?A
Windows Deployment Serivces role and Deployment Server role serviceB
Windows Deployment Services role and Deployment Transport Role ServiceC
Network Policy and Access Services role and Routing and Remote Access Services role service.D
Network Policy and Access Services role and Routing and Host Credential Authorization Protocolr ole service.
考题
单选题You have a server that runs windows server 2008 you need to configure the server as a VPN server. What should you install on the server?()A
Windows deployment Services role and deployment server role service.B
Windows deployment services role and deployment transport role service.C
Network policy and access services role and routing and remote access services role service.D
Network policy and access services and host credential authorization protocol role service.
考题
单选题You have a server that runs windows server 2008. You need to configure the server as a VPN server. What should you install on the server?()A
Windows deployment services role and deployment server role service.B
Windows deployment services role and deployment transport role service.C
Network policy and access services role and routing and remote access services role service.D
Network policy and access services and host credential authorization protocol role service.
考题
单选题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.
考题
单选题Your company hosts web services in the company intranet. The intranet is secured by a firewall. Devices outside the firewall must be able to access the web services. Company policies prohibit changes to firewall rules. You need to recommend an approach for enabling inbound communication. What should you recommend?()A
Use Windows Server AppFabric.B
Use the Windows Azure AppFabric Service Bus.C
Use the Windows Azure AppFabric Access Control Service.D
Use a Windows Communication Foundation (WCF) service in a Windows Azure role that relays to the internal web service
考题
单选题You have a server that runs Windows Server 2008.You need to configure the server as a VPN server. What should you install on the server? ()A
Windows Deployment Services server role and Deployment Server role service.B
Windows Deployment Services server role and Transport role Service.C
Network Policy and Access Services server role and Routing and Remote Access Services role service.D
Network Policy and Access Services server role and Host Credential Authorization Protocol role.
考题
多选题You are designing a Windows Azure application. The application includes processes that communicate by using Windows Communications Foundation (WCF) services. The WCF services must support streaming. You need to recommend a host for the processes and a WCF binding. Which two actions should you recommend?()AHost the processes in web roles.BHost the processes in worker roles.CUse NetTcpBinding for the WCF services.DUse WSHttpBinding for the WCF services.
考题
单选题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 need to recommend a tool to manage the SANs. The tool must support the company’s planned changes and technical requirements. Which tool should you recommend?()A
Disk ManagementB
Share and Storage ManagementC
Storage ExplorerD
Storage Manager for SANs
考题
单选题You need to recommend the minimum number of logical unit numbers (LUNs) that must be provisioned for Cluster1. The recommendation must support the company’s planned changes. Which number should you recommend?()A
1B
2C
8D
9
考题
单选题You need to recommend an administrative solution for the local support technicians in the satellite offices. The solution must meet the companys security requirements.What should you include in the recommendation?()A
Active Directory delegationB
Administrator Role SeparationC
managed service accountsD
Restricted Groups
考题
多选题You manage your virtual environment by using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2. You plan to install the VMM Self-Service Portal. You need to install the prerequisite Web Server (IIS) role services. Which two role services should you choose?()AASPBASP.NETCIIS 6 Management CompatibilityDIIS Management Scripts and Tools
考题
单选题You need to recommend which protocol to use for the planned App-V deployment. Which protocol should you recommend?()A
SMBB
RTSPSC
CIFSD
HTTPS
考题
单选题You are designing a Windows Azure application that will execute long-running business processes. Applying a configuration change requires role instances to recycle. You must not recycle until processing is finished. You need to recommend an approach for applying configuration changes. What should you recommend?()A
Apply the service configuration changes to the role instance and then recycle the role instance.B
Suspend each role instance and then apply the service configuration changes to the role instance.C
Before a change to the service configuration is applied to the role instance, defer recycling until processing is complete.D
After a change to the service configuration is applied to the role instance, defer recycling until processing is complete.
考题
单选题You have four Terminal Servers that run Windows Server 2008. The Terminal Servers are named Server1, Server2, Server3, and Server4. You install the Terminal Server Session Broker role service on Server1. You need to configure load balancing for the four Terminal Servers. You must ensure that Server2 is the preferred server for Terminal Services sessions. Which tool should you use?()A
Group Policy ManagerB
Terminal Services ConfigurationC
Terminal Services ManagerD
TS Gateway Manager
考题
单选题You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue. You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times. What should you recommend?()A
Appropriately handle poison messages.B
Decrease the visibility timeout for messages.C
Reduce the time-to-live interval for messages in the queue.D
Increase the number of worker role instances reading messages from the queue.
热门标签
最新试卷