為大家收集整理了《2013微軟認(rèn)證考試練習(xí)題及答案(30)》供大家參考,希望對大家有所幫助?。?!
QUESTION 66 You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. When you review the application performance counters, you discover that there is an unexpected increase in the value of the Application Restarts counter. You need to identify the reasons for this increase. What are three possible reasons that could cause this increase? (Each correct answer presents a complete solution. Choose three.) A.Restart of the Microsoft IIS 6.0 host. B.Restart of the Microsoft Windows Server 2003 that hosts the Web application. C.Addition of a new assembly in the Bin directory of the application. D.Addition of a code segment that requires recompilation to the ASP.NET Web application. E.Enabling of HTTP compression in the Microsoft IIS 6.0 manager for the application. F.Modification to the Web.config file in the system.web section for debugging the application.
Answer: CDF QUESTION 67 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You plan to monitor the execution of the application at daily intervals. You need to modify the application configuration to enable WebEvent monitoring. What should you do? A.Enable the Debugging in the Web site option in the ASP.NET configuration settings. Modify the Request Execution timeout to 10 seconds. Register the aspnet_perf.dll performance counter library by using the following command. B.regsvr32 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll Add the following code fragment to the section of the Web.config file of the application. C.
Add the following code fragment to the section of the Web.config file of the application.
D.
Answer: D QUESTION 68 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You add the following code fragment to the Web.config file of the application (Line numbers are included for reference only). 01 02
03
06
09
10
11
12
13
14
16
18
19
You need to configure Web Events to meet the following requirements: Security-related Web Events are mapped to Microsoft Windows Management Instrumentation (WMI) events. Web Events caused by problems with configuration or application code are logged into the Windows Application Event Log. Which code fragment should you insert at line 11? A. B. C. D.
Answer: B QUESTION 69 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You write the following code fragment. (Line numbers are included for reference only.) 01 03
04
05
06
07
08
10
12
13
14
You need to ensure that the requirements shown in the following table are met.
What should you do?
A.Set the value of the ChildrenAsTriggers property in line 02 to false.
Add the following code fragment at line 04.
B.Set the value of the ChildrenAsTriggers property in line 02 to false.
Add the following code fragment at line 04.
C.Set the value of the ChildrenAsTriggers property in line 02 to true.
Add the following code fragment at line 04.
D.Set the value of the ChildrenAsTriggers property in line 02 to true.
Add the following code fragment at line 04.
Answer: D QUESTION 70 You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. You add the following code fragment to an AJAX-enabled Web form. (Line numbers are included for reference only.) 01 02 04
05
06
08
09
12
13
14
15
16
17
The tmrTimer_Tick event handler sets the Text property of the lblTime Label control to the current time of the server.
You need to configure the appropriate UpdatePanel control to ensure that the lblTime Label Control is properly updated by the tmrTimer Timer control.
What should you do?
A.Set the UpdateMode="Always" attribute to the updInnerPanel UpdatePanel control in line 07.
B.Set the ChildrenAsTriggers="false" attribute to the updPanel UpdatePanel control in line 02.
C.Add the following code fragment to line 13.
D.Add the following code fragment to line 16.
Answer: D
QUESTION 66 You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. When you review the application performance counters, you discover that there is an unexpected increase in the value of the Application Restarts counter. You need to identify the reasons for this increase. What are three possible reasons that could cause this increase? (Each correct answer presents a complete solution. Choose three.) A.Restart of the Microsoft IIS 6.0 host. B.Restart of the Microsoft Windows Server 2003 that hosts the Web application. C.Addition of a new assembly in the Bin directory of the application. D.Addition of a code segment that requires recompilation to the ASP.NET Web application. E.Enabling of HTTP compression in the Microsoft IIS 6.0 manager for the application. F.Modification to the Web.config file in the system.web section for debugging the application.
Answer: CDF QUESTION 67 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You plan to monitor the execution of the application at daily intervals. You need to modify the application configuration to enable WebEvent monitoring. What should you do? A.Enable the Debugging in the Web site option in the ASP.NET configuration settings. Modify the Request Execution timeout to 10 seconds. Register the aspnet_perf.dll performance counter library by using the following command. B.regsvr32 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll Add the following code fragment to the section of the Web.config file of the application. C.
Answer: D QUESTION 68 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You add the following code fragment to the Web.config file of the application (Line numbers are included for reference only). 01 02
You need to configure Web Events to meet the following requirements: Security-related Web Events are mapped to Microsoft Windows Management Instrumentation (WMI) events. Web Events caused by problems with configuration or application code are logged into the Windows Application Event Log. Which code fragment should you insert at line 11? A. B. C. D.
Answer: B QUESTION 69 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You write the following code fragment. (Line numbers are included for reference only.) 01 03
Answer: D QUESTION 70 You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. You add the following code fragment to an AJAX-enabled Web form. (Line numbers are included for reference only.) 01 02 04
Answer: D