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

题目内容 (请给出正确答案)
单选题
You are developing a web service that will run on a single instance of a Windows Azure worker role.  When interacting with external clients during the testing phase, the service encounters errors that may be related to the format of the HTTP payload.  You need to recommend an approach that allows developers to monitor the service‟s HTTP traffic in real-time.  What should you recommend?()
A

 Enable Remote Desktop Protocol (RDP) on the worker role.

B

 Use the Windows Azure Diagnostics API to download the IIS logs.

C

 Add an endpoint to the worker role to accept HTTPS connections on port 443.

D

 Change the service to a run in a Windows Azure web role.


参考答案

参考解析
解析: 暂无解析
更多 “单选题You are developing a web service that will run on a single instance of a Windows Azure worker role.  When interacting with external clients during the testing phase, the service encounters errors that may be related to the format of the HTTP payload.  You need to recommend an approach that allows developers to monitor the service‟s HTTP traffic in real-time.  What should you recommend?()A  Enable Remote Desktop Protocol (RDP) on the worker role.B  Use the Windows Azure Diagnostics API to download the IIS logs.C  Add an endpoint to the worker role to accept HTTPS connections on port 443.D  Change the service to a run in a Windows Azure web role.” 相关考题
考题 You are developing a Windows Communication Foundation (WCF) service that will be hosted in Microsoft Internet Services (IIS) 7.0.The service must be hosted in an IIS application named Info. You need to enable this service to be hosted in IIS by changing the web.config file.Witch XML segment should you add to the web.config file?()A.B.C.D.

考题 You are developing a Windows Communication Foundation (WCF) service to provide an in-memory cache for many Web applications.The service contract is defined as follows. (Line numbers are included for reference only.)01 [ServiceContract]02 public interface IDataCache03 {04 ...05 }060708 public class DataCache : IDataCache09 {10 ...11 }You need to ensure that all users share the cache.Which code segment should you insert at line 07?()A. [ServiceBehavior(TransactionIsolationLevel = IsolationLevel.RepeatableRead)]B. [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single)]C. [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession)]D. [ServiceBehavior(TransactionIsolationLevel = IsolationLevel.ReadComitted)]

考题 You are developing a Windows Service. The Windows Service will host a Windows Communication Foundation (WCF) service.The Windows Service class will inherit from ServiceBase.You need to ensure that the WCF service starts when the Windows Service is restarted.What should you do in the Windows Service class?()A.B.C.D.

考题 You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel.You find that operations do not start until all previous operations have finished. The service hosting code contains the following lines.var service = new WarehouseService(); var host = new ServiceHost(service);You need to ensure that new operations do not wait for previous operations to finish.Which attribute should you use to decorate the service?()A. [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Multiple)]B. [CallbackBehavior(ConcurrencyMode=ConcurrencyMode.Multiple)]C. [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Single)]D. [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Reentrant)]

考题 You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  This application will be part of a solution that contains a Windows Communication Foundation (WCF) service project. The Web application will be used to make calls to a service identified in theWCF service project. Management is planning to host the Web application on a separate serverfrom the WCF service. They want the WCF service to perform remotely. You need to add areference to the WCF service.  What should you do?()A、You should add an assembly reference to the project.B、You should add a project reference to the project.C、You should add a Web reference to the project.D、You should add a service reference to the project.

考题 You have a server named Server1 that has the following Active Directory Certificate Services (AD  CS) role services installed:     -Enterprise root certification authority (CA)  -Certificate Enrollment Web Service  -Certificate Enrollment Policy Web Service     You create a new certificate template.   External users report that the new template is unavailable when they request a new certificate.  You verify that all other templates are available to the external users.   You need to ensure that the external users can request certificates by using the new template.     What should you do on Server1()A、Run iisreset.exe /restart.B、Run gpupdate.exe /force.C、Run certutil.exe -dspublish.D、Restart the Active Directory Certificate Services service.

考题 Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3). You have a user account named User1. You need to identify which permissions User1 has on a file. What should you do? ()A、At a command prompt, run Net file.B、At a command prompt, run Attrib.exe.C、From the file properties, view the Summary settings.D、From the file properties, view the Advanced Security settings.

考题 You are developing a web service that will run on a single instance of a Windows Azure worker role.  When interacting with external clients during the testing phase, the service encounters errors that may be related to the format of the HTTP payload.  You need to recommend an approach that allows developers to monitor the service‟s HTTP traffic in real-time.  What should you recommend?()A、 Enable Remote Desktop Protocol (RDP) on the worker role.B、 Use the Windows Azure Diagnostics API to download the IIS logs.C、 Add an endpoint to the worker role to accept HTTPS connections on port 443.D、 Change the service to a run in a Windows Azure web role.

考题 You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a Windows Service application. You need to change the security context in which the service runs. The service will be run in context of a non-privileged user on the local computer and present anonymous credentials to any remote server. You are required to set the Account property of the ServiceProcessInstaller class to specify the service account. What should you do?()A、Use ServiceAccount.User.B、Use ServiceAccount.LocalService.C、Use ServiceAccount.LocalSystem.D、Use ServceAccount.NetworkService.

考题 Your network contains a single Active Directory domain named contoso.com.     An administrator accidentally deletes the _msdsc.contoso.com zone.   You recreate the _msdsc.contoso.com zone.     You need to ensure that the _msdsc.contoso.com zone contains all of the required DNS records.     What should you do on each domain controller()A、Restart the Netlogon service.B、Restart the DNS Server service.C、Run dcdiag.exe /fix.D、Run ipconfig.exe /registerdns.

考题 You have a Web server that runs Windows Server 2003 Service Pack 2 (SP2).You attempt to start the World Wide Publishing Service and receive the following error message.You need to identify which services must be started before you can start the World Wide Web Publishing Service.  What should you do?()A、From Event Viewer, view the application log.B、From Windows Explorer, open the %systemroot%/system32/drivers/etc/services file.C、From the Services snap-in, view the properties of the World Wide Web Publishing Service.D、From the command prompt, run Net config server /srvcomment:”World Wide Web Publishing Service”.

考题 You are developing an ASP.NET Web page. The page includes a List instance. You add a FormView control to display a single Product from this list. You need to bind the list to the FormView control. Which FormView property should you set in the code-behind file?()A、DataSourceB、DataSourceIDC、DataKeyNamesD、DataMember

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

考题 Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). You restore the system state on a member server. You attempt to log on to the server and receive the following error message: “The system cannot log you on to this domain because the system’s computer account in its primary domain is missing or the password on that account is incorrect.” You need to ensure that you can successfully log on to the domain from the server. What should you do on the server? ()A、Modify the password policy.B、Run the Dsrm.exe command.C、Restart the Netlogon service.D、Run the Netdom.exe reset command.

考题 You install Windows Server 2008 R2 (Server Core I nstallation) on a server. You install the Hyper-V role and Windows PowerShell 2.0 on the server. When you attempt to run an iscsicli command, the command fails. You need to be able to immediately run the iscsicli command successfully. What should you do?()A、Run the ocsetup MultiPathIo command.B、Run the sc config msiscsi start= auto command.C、Run the start-service msiscsi PowerShell cmdlet.D、Run the set-service msiscsi CstartupType auto PowerShell cmdlet.

考题 Your company has an Active Directory forest. All domain controllers run the DNS server role. The company plans to decommission the WINS service. You need to enable forest-wide single name resolution. What should you do?()A、Enable WINS-R lookup in DNSB、Create Service Locator (SRV) records for the single name resourcesC、Create an Active Directory-Integrated zone named LegacyWINS. Create host (A) records for the single name resourcesD、Create an Active Directory-integrated zone named GlobalNames. Create host (A) records for the single name resources

考题 Your network consists of a single Active Directory domain. You have 10 Web servers run Windows Server 2003 Service Pack 2 (SP2). You need to archive all of the application event logs for all the Web servers. The archived logs must contain all information from the original logs. What should you do? ()A、Connect to each Web Server by using Event Viewer. Save the Application logs as the CSV file type.B、Connect to each Web Server by using Event Viewer. Save the Application logs as the Event Log file type.C、On each Web server, open the Security Configuration and Analysis snap-in, analyze the computer, and then export the settings.D、Run Security Configuration Wizard for each Web Server. Save the data to an .inf file.

考题 You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel.You find that operations do not start until all previous operations have finished. The service hosting code contains the following lines.var service = new WarehouseService( ); var host = new ServiceHost(service);You need to ensure that new operations do not wait for previous operations to finish. Which attribute should you use to decorate the service?()A、[ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Multiple)]B、[CallbackBehavior(ConcurrencyMode=ConcurrencyMode.Multiple)]C、[ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Single)]D、[ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Reentrant)]

考题 Your network consists of a single Active Directory domain. All servers run Windows Server 2003Service Pack 2 (SP2).You restore the system state on a member server.You attempt to log on to the server and receive the following error message: “The system cannot log youon to this domain because the system’s computer account in its primary domain is missing or thepassword on that account is incorrect.”You need to ensure that you can successfully log on to the domain from the server.What should you do on the server? ()A、Modify the password policy.B、Run the Dsrm.exe command.C、Restart the Netlogon service.D、Run the Netdom.exe reset command.

考题 单选题Your network consists of a single Active Directory domain. All servers run Windows Server 2008 R2.   You plan to publish a Web site on two Web servers.   You need to deploy an availability solution for your Web servers that meets the following requirements: èSupports the addition of more Web servers without interrupting client connections  èEnsures that the Web site is accessible even if a single server fails What should you do?()A Configure a failover cluster.B Configure a Web garden on each Web server.C Create a Network Load Balancing cluster.D Create two application pools on each Web server.

考题 多选题You have a single Active Directory directory service forest named contoso.com. You create baseline  security settings for a group of computers, and you store the settings in a database. You deploy thebaseline security settings. You need to confirm that the security settings on one of the computers are  applied correctly.  What are two possible commands that you can run to achieve this goal?()AseceditBgpupdateCnetdomDscwcmd

考题 单选题You are developing a Windows Communication Foundation (WCF) service to provide an in-memory cache for many Web applications.The service contract is defined as follows. (Line numbers are included for reference only.) 01 [ServiceContract] 02 public interface IDataCache 03 { 04 ... 05 }06 07 08 public class DataCache : IDataCache 09 { 10 ... 11 } You need to ensure that all users share the cache. Which code segment should you insert at line 07?()A [ServiceBehavior(TransactionIsolationLevel = IsolationLevel.RepeatableRead)]B [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single)]C [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession)]D [ServiceBehavior(TransactionIsolationLevel = IsolationLevel.ReadComitted)]

考题 单选题Your network consists of a single Active Directory domain. You have 10 Web servers run Windows Server 2003 Service Pack 2 (SP2). You need to archive all of the application event logs for all the Web servers. The archived logs must contain all information from the original logs. What should you do? ()A Connect to each Web Server by using Event Viewer. Save the Application logs as the CSV file type.B Connect to each Web Server by using Event Viewer. Save the Application logs as the Event Log file type.C On each Web server, open the Security Configuration and Analysis snap-in, analyze the computer, and then export the settings.D Run Security Configuration Wizard for each Web Server. Save the data to an .inf file.

考题 单选题You are developing a Windows Communication Foundation (WCF) service.One of the service operations contains the following code.private static int counter = 0;[OperationContract]public void IncrementCount( ){ counter++;}You need to set a service behavior that prevents two or more threads from incrementing the counter variable at the same time. Which code segment should you use to set the service behavior?()A [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Single)]B [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession, ConcurrencyMode = ConcurrencyMode.Single)]C [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]D [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerCall, ConcurrencyMode = ConcurrencyMode.Reentrant)]

考题 单选题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 the network administrator for your company. The network consists of a single Active Directory domain. All servers run Windows Server 2003. The network contains a Web server that runs IIS 6.0 and hosts a secure intranet site. All users are required to connect to the intranet site by authenticating and using HTTPS. However, because an automated Web application must connect to the Web site by using HTTP, you cannot configure the intranet site to require HTTPS.  You need to collect information about which users are connecting to the Web site by using HTTPS.   What should you do?()A Check the application log on the Web server.B Use Network Monitor to capture network traffic on the Web server.C Review the log files created by IIS on the Web server.D Configure a performance log to capture all Web service counters. Review the performance log data.

考题 单选题Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3). You have a user account named User1. You need to identify which permissions User1 has on a file. What should you do? ()A At a command prompt, run Net file.B At a command prompt, run Attrib.exe.C From the file properties, view the Summary settings.D From the file properties, view the Advanced Security settings.

考题 单选题You work as an application developer at Certkiller .com. You have been given the task of developing a Windows service application that regularly monitors other Windows services on the same computer. This Windows service application must also log any abnormal file system activity. You have added the following class to the Windows service application: public class EnumerateService : ServiceBase { public static EnumerateService () { this.ServiceName = "Enumerate Service"; this.CanStop = true; } protected override void OnStart (string[] args) { // Enumerate all services and initialize the FileSystemWatcher } protected override void OnStop () { // Stop the FileSystemWatcher and perform cleanup } public static void Main () { EnumerateService service = new EnumerateService(); } } You then create the installer for the Windows service application, and install the Windows service application. You have configured the Windows service Startup type to Automatic, and rebooted the system. You then test the new Windows service application, and find that it is not working.You need to ensure that the service is working properly. What should you do?()A  Override the OnBoot method instead of the OnStart method.B  Replace the Main method code with the following code: EnumerateService service = new EnumerateService (); Service.Run ();C  Override the OnLoad method instead of the OnStart method.D  Replace the Main method code with the following code: EnumerateService service = new EnumerateService (); Run (service);