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

题目内容 (请给出正确答案)
单选题
You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()
A

IWebEventCustomEvaluator

B

WebEventProvider

C

WebBaseEvent

D

WebAuditEvent


参考答案

参考解析
解析: 暂无解析
更多 “单选题You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()A IWebEventCustomEvaluatorB WebEventProviderC WebBaseEventD WebAuditEvent” 相关考题
考题 You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error.Which event should you use? ()A. WebAuditEventB. WebEventManagerC. WebBaseEventD. WebRequestEvent

考题 You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server.From which base type should your custom event type inherit? ()A. IWebEventCustomEvaluatorB. WebEventProviderC. WebBaseEventD. WebAuditEvent

考题 Your network contains a server named Server1 that runs Windows Server 2008 R2.You need to ensure that an administrator is notified by e-mail if the Event Viewer logs any error.What should you do from the Event Viewer console?()A. Create a custom view, and then click the Filter Current Custom View action.B. Create a custom view, and then click the Attach Task to This Custom View action.C. From the System log, click the Filter Current Log action.D. From the System log, select an Error event, and then click the Attach Task to This Event action.

考题 Your network consists of a single Active Directory domain. You have 10 Web servers run Windows Server2003 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.

考题 Your network consists of a single Active Directory domain. The functional level of the domain is Windows Server 2008 R2. The domain contains 200 Windows Server 2008 R2 servers. You need to plan a monitoring solution that meets the following requirements.   èSends a notification by e-mail to the administrator if an application error occurs on any of the servers   èUses the minimum amount of administrative effort What should you include in your plan?()A、On one server, create event subscriptions for each server. On the server, attach tasks to the application  error events.B、On one server, create an Event Trace Sessions Data Collector Set. On all servers, create a System Performance Data Collector Set.C、On all servers, create event subscriptions for one server. On all servers, attach a task for the  application error events.D、On all servers, create a System Performance Data Collector Set. On one server, configure the report settings for the new Data Collector set.

考题 Your network contain 10 domain controller that run Windows Server    R2.   The network contain a member server that is configured to collect all of events that occur on the  domain controllers.   Your need to ensure that administrators are notified when a specific event occurs on any of the  domain controllers. You want to achive the goal by using the minimum amount effort.   What should you do()A、From Event Viewer on the member server, create a subscription.B、From Event Viewer on each domain controller, create a subscription.C、From Event Viewer on the member server, run the Create Basic Task Wizard.D、From Event Viewer on each domain controller,run the Create Basic Task Wizard.

考题 While reviewing the hacmp.out after a node failure,an administrator realizes that the custom Event queue_down did not execute. The queue_down event shows up when a list of custom events is displayed.  What would be the next logical step to resolve this problem?()A、 Delete the custom event and add a pre event and synchronize.B、 Synchronize the cluster and recheck the cluster custom events.C、 Create an application server that will stop and start the queues.D、 Add a pre or post event to appropriate cluster events and synchronize.

考题 You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()A、IWeb Event Custom EvaluatorB、Web Event ProviderC、Web Base EventD、Web Audit Event

考题 You are developing an application that receives events asynchronously.You create a WqlEventQuery instance to specify the events and event conditions to which the application must respond.You also create a ManagementEventWatcher instance to subscribe to events matching the query.You need to identify the other actions you must perform before the application can receive events asynchronously.Which two actions should you perform?()A、Start listening for events by calling the Start method of the ManagementEventWatcher.B、Set up a listener for events by using the EventArrived event of the ManagementEventWatcher.C、Use the WaitForNextEvent method of the ManagementEventWatcher to wait for the events.D、Create an event handler class that has a method that receives an ObjectReadyEventArgs parameter.E、Set up a listener for events by using the Stopped event of the ManagementEventWatcher.

考题 You need to use the Event Viewer window to review the event logs for only critical and error events. You also need the maximum amount of detail for each of these events. What should you do? ()A、Edit the filter for the Administrative Events view.B、Create a custom view. Enable the Critical, Error, and Information level events. Select all logs.C、Create a custom view. Select the Critical checkbox, Error checkbox, and Verbose checkbox. Select all logs.D、Search for the Critical or Error string by using the Find option of the Administrative Events view.

考题 You have 15 computers that run Windows 7. You need to implement a monitoring solution that meets thefollowing requirements. Sends an e-mail notification when an application error is logged in the event log  Runs a script to restart the computer if an application error occurs between 17:00 and 07:00 Minimizes the administrative effort required to monitor applications. What should you do?()A、On all the computers, configure a custom view. Configure a custom task for the application error events.B、On a computer, configure a custom view to display the application errors. Configure a custom task forthe application error events.C、On a central computer, configure an event subscription. On all of the computers, configure a customtask in the Forwarded Events log.D、On all the computers, configure an event subscription to a central computer. On the central computer,configure a custom task in the Forwarded Events log.

考题 You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()A、IWebEventCustomEvaluatorB、WebEventProviderC、WebBaseEventD、WebAuditEvent

考题 You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error. Which event should you use?()A、WebAuditEventB、WebEventManagerC、WebBaseEventD、WebRequestEvent

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

考题 your company has an active directory domain that has two domain controllers named DC1 and DC2. You prepare both servers to support event subscriptions. On DC1, you create a new default subscription for DC2. You need to review system events for DC2. Which event log should you select?()A、System log on DC1.B、Application log on DC2.C、Forwarded events log on DC1.D、Forwarded events log on DC2.

考题 You have 15 computers that run Windows 7. You need to implement a monitoring solution that meets the following requirements.Sends an e-mail notification when an application error is logged in the event log .Runs a script to restart the computer if an application error occurs between 17.00 and 07.00 .Minimizes the administrative effort required to monitor applications. What should you do?()A、On all the computers,configure a custom view. Configure a custom task for the application error events.B、On a computer,configure a custom view to display the application errors. Configure a custom task for the application error events.C、On a central computer, configure an event subscription. On all of the computers, configure a custom task in the Forwarded Events log.D、On all the computers,configure an event subscription to a central computer. On the central computer,configure a custom task in the Forwarded Events log.

考题 单选题You have 15 computers that run Windows 7. You need to implement a monitoring solution that meets the following requirements.Sends an e-mail notification when an application error is logged in the event log .Runs a script to restart the computer if an application error occurs between 17.00 and 07.00 .Minimizes the administrative effort required to monitor applications. What should you do?()A On all the computers,configure a custom view. Configure a custom task for the application error events.B On a computer,configure a custom view to display the application errors. Configure a custom task for the application error events.C On a central computer, configure an event subscription. On all of the computers, configure a custom task in the Forwarded Events log.D On all the computers,configure an event subscription to a central computer. On the central computer,configure a custom task in the Forwarded Events log.

考题 单选题Your network contain 10 domain controller that run Windows Server    R2.   The network contain a member server that is configured to collect all of events that occur on the  domain controllers.   Your need to ensure that administrators are notified when a specific event occurs on any of the  domain controllers. You want to achive the goal by using the minimum amount effort.   What should you do()A From Event Viewer on the member server, create a subscription.B From Event Viewer on each domain controller, create a subscription.C From Event Viewer on the member server, run the Create Basic Task Wizard.D From Event Viewer on each domain controller,run the Create Basic Task Wizard.

考题 单选题You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error. Which event should you use? ()A WebAuditEventB WebEventManagerC WebBaseEventD WebRequestEvent

考题 多选题You are developing an application that receives events asynchronously. You create a WqlEventQuery instance to specify the events and event conditions to which the application must respond. You also create a ManagementEventWatcher instance to subscribe to events matching the query.You need to identify the other actions you must perform before the application can receive events asynchronously. Which two actions should you perform?()AStart listening for events by calling the Start method of the ManagementEventWatcher.BSet up a listener for events by using the EventArrived event of the ManagementEventWatcher.CUse the WaitForNextEvent method of the ManagementEventWatcher to wait for the events.DCreate an event handler class that has a method that receives an ObjectReadyEventArgs parameter.ESet up a listener for events by using the Stopped event of the ManagementEventWatcher.

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

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

考题 单选题While reviewing the hacmp.out after a node failure,an administrator realizes that the custom Event queue_down did not execute. The queue_down event shows up when a list of custom events is displayed.  What would be the next logical step to resolve this problem?()A  Delete the custom event and add a pre event and synchronize.B  Synchronize the cluster and recheck the cluster custom events.C  Create an application server that will stop and start the queues.D  Add a pre or post event to appropriate cluster events and synchronize.

考题 单选题You have 15 computers that run Windows 7. You need to implement a monitoring solution that meets thefollowing requirements. Sends an e-mail notification when an application error is logged in the event log  Runs a script to restart the computer if an application error occurs between 17:00 and 07:00 Minimizes the administrative effort required to monitor applications. What should you do?()A On all the computers, configure a custom view. Configure a custom task for the application error events.B On a computer, configure a custom view to display the application errors. Configure a custom task forthe application error events.C On a central computer, configure an event subscription. On all of the computers, configure a customtask in the Forwarded Events log.D On all the computers, configure an event subscription to a central computer. On the central computer,configure a custom task in the Forwarded Events log.

考题 单选题You need to use the Event Viewer window to review the event logs for only critical and error events. You also need the maximum amount of detail for each of these events. What should you do? ()A Edit the filter for the Administrative Events view.B Create a custom view. Enable the Critical, Error, and Information level events. Select all logs.C Create a custom view. Select the Critical checkbox, Error checkbox, and Verbose checkbox. Select all logs.D Search for the Critical or Error string by using the Find option of the Administrative Events view.

考题 单选题You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()A IWeb Event Custom EvaluatorB Web Event ProviderC Web Base EventD Web Audit Event

考题 单选题Your network consists of a single Active Directory domain. The functional level of the domain is Windows Server 2008 R2. The domain contains 200 Windows Server 2008 R2 servers. You need to plan a monitoring solution that meets the following requirements.   èSends a notification by e-mail to the administrator if an application error occurs on any of the servers   èUses the minimum amount of administrative effort What should you include in your plan?()A On one server, create event subscriptions for each server. On the server, attach tasks to the application  error events.B On one server, create an Event Trace Sessions Data Collector Set. On all servers, create a System Performance Data Collector Set.C On all servers, create event subscriptions for one server. On all servers, attach a task for the  application error events.D On all servers, create a System Performance Data Collector Set. On one server, configure the report settings for the new Data Collector set.