You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET MVC 2 Web application using .NET Framework 4.0. You implement a single project area in the MVC 2 Web application. In the Areas folder, you add a subfolder named MyTest. You add the following files to the appropriate sub-folders: MyController. csMyHome.aspx You register a route of the area, setting the route name to MyTest_default and the area name to test. You create a view named MyViews.aspx that is outside the test area. You need to add a link to MyViews.aspx that points to MyHome.aspx. Which of the following code segments will you use?()
A. <%= Html.ActionLink("MyTest", "MyHome", new {area = "test"}, null)%>
B. <%= Html.RouteLink("MyHome", "MyTest", new {area = "test"}, null)%>
C. <%= Html.RouteLink("MyTest", "MyHome", "MyTest", new {area = "test"}, null)%>
D. <%= Html.ActionLink("MyTest", "MyHome", "MyTest", new {area = "test"}, null)%>
查看答案
You work in a company which uses SQL Server 2008. You are the administrator of the company database. In your company there is a server which contains a default SQL Server 2005 instance. For a new application, you have to install a SQL Server 2008 instance on the server. Your company CIO assigns a task to you. You must make sure that the respective certified third-party applications have access to both database instances. You have to achieve this goal without changing the existing application environments. So what should you do to achieve this by using as little database administrative effort as possible?()
A. You should install SQL Server 2008 as a named instance, and make the new application to use the new instance.
B. You should install SQL Server 2008 as the default instance, and make the new application to use the default instance.
C. You should upgrade the SQL Server 2005 application to use SQL Server 2008.
D. You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance.
You are working as a network technician, study the exhibit carefully. Your boss has informed youthat there have been problems with the WAN that is using EIGRP routing protocol. You arerequired to troubleshoot these problems. Before going to the questions of this sim, we should have a quick review about GRE tunneling:GRE Quick Summary. The picture below shows how to configure a GRE Tunnel between two routers, notice that the"tunnel destination" must be the IP address of the interface, not of the opposite tunnel. Notice: The tunnel source on one router must be specified as the tunnel destination on the otherrouter. Below are the questions of this lab-sim. For the following statements, what is preventing a successful ping between the HQ router and the192.168.1.10 interface on the Branch3 router?()
A. The default route is missing from the Branch3 router
B. The tunnel interface numbers for the tunnel between the HQ router and the Branch3 router donot match
C. The tunnel source is incorrect on the Branch3 router. It should be serial 2/0
D. The IP address on the tunnel interface for the Branch3 router has wrong IP mask. It should be255.255.255.252
E. The network statement under router EIGRP on the Branch3 router is incorrect. It should benetwork 192.168.2.0.0.0.0.255
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a single Database Mail profile. Reports are sent to all the company employees by using the Mail profile. During office hours, a large volume of reports are sent by the sp_send_dbmail stored procedure. Now you notice that it takes a long time for the reports to be sent to the company manager. As the technical support, you have to speed up the delivery. So what action should you perform to achieve this goal?()
Another SMTP account should be added to the existing Database Mail profile
B. When you send the reports to the manager, you should use the @importance = high parameter.
C. You should change the Account Retry Attempts option of the Database Mail system properties
D. You should configure a new Database Mail profile. The new one will be used for sending the reports to the manager.
You are working as a network technician, study the exhibit carefully. Your boss has informed youthat there have been problems with the WAN that is using EIGRP routing protocol. You arerequired to troubleshoot these problems. Before going to the questions of this sim, we should have a quick review about GRE tunneling:GRE Quick Summary. The picture below shows how to configure a GRE Tunnel between two routers, notice thatthe"tunnel destination" must be the IP address of the interface, not of the opposite tunnel. Notice: The tunnel source on one router must be specified as the tunnel destination on the otherrouter. Below are the questions of this lab-sim. What is the reason for the ping between the HQ router and the 192.168.1.193 interface on theBranch2 router failing?()
A. The default route is missing from the Branch2 router
B. When running EIGRP over GRE tunnels, you must manually configure the neighbor addressusing the eigrp neighbor ip address command
C. The tunnel numbers for the tunnel between the HQ router and the Branch2 router do not match
D. The tunnel source is incorrect on the Branch2 router It should be serial 2/0
E. The AS number for the EIGRP process on Branch2 should be 1 and not 11