单选题Where do you enable the CRS engine?()A Publisher Activation page  B Component Activation page  C Cluster Setup page  D Server Setup page 

题目
单选题
Where do you enable the CRS engine?()
A

Publisher Activation page  

B

Component Activation page  

C

Cluster Setup page  

D

Server Setup page 


相似考题
参考答案和解析
正确答案: C
解析: 暂无解析
更多“单选题Where do you enable the CRS engine?()A Publisher Activation page  B Component Activation page  C Cluster Setup page  D Server Setup page”相关问题
  • 第1题:

    You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  You create a folder named Dark in the App_Themes folder of the Web application. You also addfour skin files to this folder. You have to make sure that the controls on a page have their appearances overridden by the control definitions defined in the skin files. What should you do?  Which Page directive should you use?()

    • A、You should use the page directive: <%@ Page StyleSheetTheme="App_Themes.Dark"/>
    • B、You should use the page directive: <%@ Page Theme="App_Themes.Dark"/>
    • C、You should use the page directive: <%@ Page Theme="Dark"/>
    • D、You should use the page directive: <%@ Page StyleSheetTheme="Dark"/>

    正确答案:C

  • 第2题:

    Where do you enable the CRS engine?()

    • A、Publisher Activation page  
    • B、Component Activation page  
    • C、Cluster Setup page  
    • D、Server Setup page 

    正确答案:B

  • 第3题:

    You develop an ASP.NET Web page that includes multiple WebPartZone controls, an EditorZone. Users report that they cannot customize the layout of the page by moving WebParts from one.You need to ensure that users can successfully move Web Parts from one zone to another. What should you do?()

    • A、Configure the Web site to enable session state.
    • B、Configure the Web site to require authentication and to use personalization.
    • C、Add a ProxyWebPartManager control to the page.
    • D、Add a AppearanceEditorPart control to the page.

    正确答案:B

  • 第4题:

    You are developing an ASP.NET Web application. You create a master page. The master page requires a region where you can add page-specific content by using the ASP.NET page designer.  You need to add a control to the master page to define the region. Which control should you add?()

    • A、Content
    • B、ContentPlaceHolder
    • C、PlaceHolder
    • D、Substitution

    正确答案:B

  • 第5题:

    You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following code segment to protect the page.if (Page.User.Identity.Name != @"CONTOSO/Administrator") { the page, you are redirected to Login.aspx. You discover that the User.Identity.Name property is not being correctly populated. You need to ensure that you can access the page when you are logged on as Administrator. Which two actions should you perform? ()

    • A、In the Web.config file, enable impersonation.
    • B、In IIS, enable anonymous access.
    • C、In IIS, disable anonymous access.
    • D、In the Web.config file, set the authentication mode to Windows.

    正确答案:C,D

  • 第6题:

    You have a computer that runs Windows 7 and Windows Internet Explorer 8. You open Internet Explorerand access a Web site. The Web site displays a page that has misaligned text and graphic images. Youverify that the Web page displays correctly in previous versions of Internet Explorer.  You need to view theWeb page correctly. What should you do?()

    • A、Modify the text size.
    • B、Enable Caret Browsing.
    • C、Enable Compatibility View.
    • D、Disable the SmartScreen Filter.

    正确答案:C

  • 第7题:

    单选题
    You are implementing an ASP.NET Web page. The page includes several controls, but only a GridView requires view state. You set the GridView… You need to ensure that the page will omit unneeded view state. Wich @ Page directive should you use?()
    A

    <% Page EnableViewState=”true” ViewStateMode=”Enabled” _ %>

    B

    <% Page EnableViewState=”true” ViewStateMode=”Disabled” _ %>

    C

    <% Page EnableViewState=”false” ViewStateMode=”Disabled” _ %>

    D

    <% Page EnableViewState=”false” ViewStateMode=”Enabled” _ %>


    正确答案: A
    解析: 暂无解析

  • 第8题:

    单选题
    Which setup procedure begins on the Cisco CRS server immediately after Cisco CRS 4.5 is completely installed?()
    A

    Cisco Unified CallManager cluster setup  

    B

    SQL 2K server setup  

    C

    Cisco CRS server setup  

    D

    Cisco CRS cluster setup


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do?()
    A

    SetPage.MasterPageFile in the Page’sPage_Initevent.

    B

    SetPage.MasterPageFile in the Page’sOnInit event.

    C

    SetPage.MasterPageFile in the Page’sPage_Loadevent.

    D

    SetPage.MasterPageFile in the Page’sPage_PreInitevent.


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    When you access the Cisco CRS Administration page for the first time in a cluster, the system automatically initiates the cluster setup procedure. You perform this procedure one time for a cluster. Whatdo you accomplish in this procedure?()
    A

    identify your Cisco CRS license files and location, enter information about your LDAP, and designate a Cisco CRS administrator 

    B

    identify CSQs and JTAPI user and designate a Cisco CRS administrator 

    C

    identify resources and RM user and enter information about your LDAP 

    D

    identify your Cisco CRS license files and location, enter information about your LDAP, and designate IPCC Express resources 


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    You are developing an ASP.NET Web application. You create a master page. The master page requires a region where you can add page-specific content by using the ASP.NET page designer.  You need to add a control to the master page to define the region. Which control should you add?()
    A

    Content

    B

    ContentPlaceHolder

    C

    PlaceHolder

    D

    Substitution


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    You create a master page named Article.master. Article.master serves as the template for articles on your Web site. The master page uses the following page directives. You need to create a content page that uses the master page as a template. In addition, you need to use a single master page for all devices that access the Web site. Which code segment should you use? ()
    A

    <%@ Page Language=C# Theme=article%>

    B

    <%@ Page Language=C# MasterPageFile=~/article.master%>

    C

    <%@ Page Language=C# ie:MasterPageFile=~/article.master%>

    D

    < %@Page Language=C# all:MasterPageFile=~/article.master%>


    正确答案: B
    解析: 暂无解析

  • 第13题:

    You are implementing an ASP.NET Web page. The page includes several controls, but only a GridView requires view state. You set the GridView… You need to ensure that the page will omit unneeded view state. Wich @ Page directive should you use?()

    • A、<% Page EnableViewState=”true” ViewStateMode=”Enabled” _ %>
    • B、<% Page EnableViewState=”true” ViewStateMode=”Disabled” _ %>
    • C、<% Page EnableViewState=”false” ViewStateMode=”Disabled” _ %>
    • D、<% Page EnableViewState=”false” ViewStateMode=”Enabled” _ %>

    正确答案:B

  • 第14题:

    Certkiller .com's e-Commerce Web application contains a page named Products.aspx that uses data source and data-bound server controls. Customers use the server controls to search for products. The Products.aspx page does not have an associated code-behind file. You need to convert the Products.aspx page to a user control so that its functionality can be reused on other pages. What should you do?()

    • A、 Move the Products.aspx page to the App_Code folder.
    • B、 Create a code-behind file for the Products.aspx page.
    • C、 Rename the Products.aspx page to Products.ascx..
    • D、 Remove all server controls from the Products.aspx page.
    • E、 Replace the Page directive with a Control directive.

    正确答案:C,E

  • 第15题:

    You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()

    • A、Set Page.MasterPageFile in the Page's Page_Init event.
    • B、Set Page.MasterPageFile in the Page's OnInit event.
    • C、Set Page.MasterPageFile in the Page's Page_Load event.
    • D、Set Page.MasterPageFile in the Page's Page_PreInit event.

    正确答案:D

  • 第16题:

    You are perfoming security testing on an existing asp.net web page.You notice that you are able to issue unauthorised postback requests to the page. You need to prevent unauthorised post back requests. which page directive you use?()

    • A、<%@Page strict = "true" %>  
    • B、<%@Page enableViewStateMac = "true" %>
    • C、<%@Page EnableEventValidation = "true" %>
    • D、<%@Page Aspcompact = "true" %>

    正确答案:C

  • 第17题:

    You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do?()

    • A、SetPage.MasterPageFile in the Page’sPage_Initevent.
    • B、SetPage.MasterPageFile in the Page’sOnInit event.
    • C、SetPage.MasterPageFile in the Page’sPage_Loadevent.
    • D、SetPage.MasterPageFile in the Page’sPage_PreInitevent.

    正确答案:D

  • 第18题:

    多选题
    Certkiller .com's e-Commerce Web application contains a page named Products.aspx that uses data source and data-bound server controls. Customers use the server controls to search for products. The Products.aspx page does not have an associated code-behind file. You need to convert the Products.aspx page to a user control so that its functionality can be reused on other pages. What should you do?()
    A

     Move the Products.aspx page to the App_Code folder.

    B

     Create a code-behind file for the Products.aspx page.

    C

     Rename the Products.aspx page to Products.ascx.

    D

     Remove all server controls from the Products.aspx page.

    E

     Replace the Page directive with a Control directive.


    正确答案: D,E
    解析: 暂无解析

  • 第19题:

    单选题
    You are perfoming security testing on an existing asp.net web page.You notice that you are able to issue unauthorised postback requests to the page. You need to prevent unauthorised post back requests. which page directive you use?()
    A

    <%@Page strict = true %>  

    B

    <%@Page enableViewStateMac = true %>

    C

    <%@Page EnableEventValidation = true %>

    D

    <%@Page Aspcompact = true %>


    正确答案: B
    解析: 暂无解析

  • 第20题:

    单选题
    You develop an ASP.NET Web page that includes multiple WebPartZone controls, an EditorZone. Users report that they cannot customize the layout of the page by moving WebParts from one.You need to ensure that users can successfully move Web Parts from one zone to another. What should you do?()
    A

    Configure the Web site to enable session state.

    B

    Configure the Web site to require authentication and to use personalization.

    C

    Add a ProxyWebPartManager control to the page.

    D

    Add a AppearanceEditorPart control to the page.


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    You create a master page named Article.master. Article.master serves as the template for articles on your Web site. The master page uses the following page directives. You need to create a content page that uses the master page as a template. In addition, you need to use a single master page for all devices that access the Web site. Which code segment should you use? ()
    A

    <%@ Page Language=VB Theme=article%>

    B

    <%@ Page Language=VB MasterPageFile=~/article.master%>

    C

    <%@ Page Language=VB ie:MasterPageFile=~/article.master%>

    D

    <%@Page Language=VB all:MasterPageFile=~/article.master%>


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  You create a folder named Dark in the App_Themes folder of the Web application. You also addfour skin files to this folder. You have to make sure that the controls on a page have their appearances overridden by the control definitions defined in the skin files. What should you do?  Which Page directive should you use?()
    A

    You should use the page directive: <%@ Page StyleSheetTheme=App_Themes.Dark/>

    B

    You should use the page directive: <%@ Page Theme=App_Themes.Dark/>

    C

    You should use the page directive: <%@ Page Theme=Dark/>

    D

    You should use the page directive: <%@ Page StyleSheetTheme=Dark/>


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    Where do you enable the CRS engine?()
    A

    Publisher Activation page  

    B

    Component Activation page  

    C

    Cluster Setup page  

    D

    Server Setup page 


    正确答案: C
    解析: 暂无解析

  • 第24题:

    单选题
    You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()
    A

    Set Page.MasterPageFile in the Page's Page_Init event.

    B

    Set Page.MasterPageFile in the Page's OnInit override.

    C

    Set Page.MasterPageFile in the Page's Page_Load event.

    D

    Set Page.MasterPageFile in the Page's Page_PreInit event.


    正确答案: D
    解析: 暂无解析