Multiple users call from the same location saying that they have no network connectivity. The administrator is unable to ping the main switch at that IDF. Which of the following configuration management documents would the administrator MOST likely consu

题目

Multiple users call from the same location saying that they have no network connectivity. The administrator is unable to ping the main switch at that IDF. Which of the following configuration management documents would the administrator MOST likely consult to troubleshoot the issue?()

  • A、Baseline configuration
  • B、Security policy
  • C、Performance and transaction logs
  • D、Physical network diagram

相似考题
更多“Multiple users call from the sa”相关问题
  • 第1题:

    在学生表STUD中,查询年龄在20至23岁之间的学生的姓名(XM)、年龄(SA)和所在系(SD),实现该功能的正确SQL语句是

    A.SELECT XM,SA,SD FROM STUD WHERE BETWEEN 20<SA<23;

    B.SELECTXM,SA,SD FROM STUD WHERE SA BETWEEN23 AND 20

    C.SELECTXM,SA,SDFROM STUD WHERE SA NOT BETWEEN 20 AND23

    D.SELECT XM,SA,SDFROM STUD WHERE SA BETWEEN 20 AND23


    正确答案:D
    解析:在WHERE子句中,可以使用BETWEEN……AND……来查找属性值在指定范围内的元组,其中BETWEEN后是范围的下限,AND后是范围的上限。所以 20至23岁之间可表示为BETWEEN 20 AND 23。

  • 第2题:

    在学生表STUD中,查询年龄在20至23岁之间的学生的姓名(XM)、年龄(SA) 和所在系(SD) 。实现该功能的正确SQL语句是 ______。

    A.SELECT XM,SA,SD FROM STUD WHERE BETWEEN 20<SA<23

    B.SELECT XM,SA,SD FROM STUD WHERE SA BETWEEN 23 AND 20

    C.SELECT XM,SA,SD FROM STUD WHERE SA NOT BETWEEN 20 AND 23

    D.SELECT XM,SA,SDFROM STUD WHERE SA BETWEEN 20 AND 23


    正确答案:D
    解析:在SQL的查询语句SELECT中,使用WHERE子句可实现查询满足指定条件的元组(记录)。在 WHERE子句中,可使用以下运算符来确定查询范围。BETWEEN AND——查找属性值在指定范围内的元组。NOT BETWEEN AND——查找属性值不在指定范围内的元组。在选项A中,查询范围表达式“BETWEEN 20SA23”错误;在选项B中,查询范围表达式“BETWEEN 23 AND 20”的低值20与高值23的位置不对,低值20应在短语AND的前面,高值23应在AND的后面;在选项C中,查询范围表达式“NOT BETWEEN 20 AND 23”表示查询年龄不在20至23岁之间的元组,不符合题目要求。因此,选项D正确。

  • 第3题:

    How do you debug an application with an Accept step?()

    • A、Select Start from the Debug pulldown, then call the trigger. 
    • B、Select Step Over from the Debug pulldown, then call the trigger. 
    • C、Call the trigger, and when the workflow answers, select Start from the Debug pulldown. 
    • D、Select Reactive Application, then call the trigger and press F10 to step through the workflow

    正确答案:D

  • 第4题:

    Your network contains multiple computers that run Windows XP Professional. Multiple users share the computers. You need to ensure that users can switch their keyboard layouts between multiple languages. What should you do?() 

    • A、Install the Multilingual User Interface (MUI) pack.
    • B、From Internet Explorer, modify the Language Preferences.
    • C、From the Keyboard settings, update the driver for the keyboard. 
    • D、From Regional and Language Options, modify the Text services and input languages settings.

    正确答案:D

  • 第5题:

    You have a computer that runs Windows 7. Multiple users share the computer. The computer is joined to adomain. You need to prevent the users from using more than 2 GB of disk space on drive C.  What should you do?()

    • A、From a Group Policy object (GPO), enable the Limit profile size setting.
    • B、Enable System Protection for Local Disk (C) and set the disk space usage.
    • C、Enable disk quota management on Computer1 and configure a default quota limit.
    • D、From a Group Policy object (GPO), enable the Limit the size of the entire roaming user profile cachesetting.

    正确答案:C

  • 第6题:

    An administrator gets a call that multiple users do not have network access to the company server that they have been using for five years. Users can access the other servers and computers in the building and check their home email accounts. The administrator tests the server’s Ethernet cable,verifies it works, and plugs it back into the NIC only to receive no status lights.  Which of the following BEST indicates the problem?()

    • A、The DNS server is down.
    • B、The NIC driver on the server is malfunctioning.
    • C、The DHCP server is down.
    • D、The server’s NIC is malfunctioning.

    正确答案:D

  • 第7题:

    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

  • 第8题:

    Your network contains a public computer that runs Windows 7. Multiple users log on to the computer byusing a local user account named User1. Users report that they can log on to some secure Web sites byusing credentials that were saved by other users. You need to prevent forms-based credentials from beingsaved on the computer.  What should you do?()

    • A、Remove all generic credentials from Windows Vault.
    • B、Remove all Windows credentials from Windows Vault.
    • C、Modify the Windows Internet Explorer certificates settings.
    • D、Modify the Windows Internet Explorer AutoComplete settings.

    正确答案:D

  • 第9题:

    Your network consists of a single Active Directory domain. The functional level of the forest is Windows Server 2008. You need to create multiple password policies for users in your domain. What should you do()

    • A、From the Schema snap-in, create multiple class schema objects.
    • B、From the ADSI Edit snap-in, create multiple Password Setting objects.
    • C、From the Security Configuration Wizard, create multiple security policies.
    • D、From the Group Policy Management snap-in, create multiple Group Policy objects.

    正确答案:B

  • 第10题:

    单选题
    An administrator gets a call that multiple users do not have network access to the company server that they have been using for five years. Users can access the other servers and computers in the building and check their home email accounts. The administrator tests the server’s Ethernet cable,verifies it works, and plugs it back into the NIC only to receive no status lights.  Which of the following BEST indicates the problem?()
    A

    The DNS server is down.

    B

    The NIC driver on the server is malfunctioning.

    C

    The DHCP server is down.

    D

    The server’s NIC is malfunctioning.


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

  • 第11题:

    多选题
    Which two statements are true about the configure exclusive command?()
    A

    It allows users to retain all uncommitted changes when exiting exclusive configuration mode.

    B

    It allows multiple users to edit private copies of the configuration concurrently.

    C

    It causes the loss of all uncommitted changes when exiting exclusive configuration mode.

    D

    It excludes other users from editing the configuration.


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

  • 第12题:

    单选题
    From the V$SESSION_LONGOPS view, you find that some of the database users have long-running queries that consume a lot of CPU time. This causes performance problems for other users in the database, who have much shorter queries.  You would like to make sure that the users with large queries do not use all the CPU time, but you still do not want to terminate them with an error message.  Which method would you follow to achieve this?()
    A

    set the CPU time per call in the users profile

    B

    set the CPU time per session in the users profiles

    C

    set the CPU levels for the users’ group using Resource Manager

    D

    set the TIMED_STATISTICS parameter to TRUE in the parameter file


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

  • 第13题:

    在学生表STUD中,查询年龄在20~23岁之间的学生的姓名(XM)、年龄(SA)和所在系(SD),实现该功能的正确SQL语句是______。

    A.SELECT XM, SA, SD FROM STUD WHERE BETWEEN 20<SA<23;

    B.SELECT XM, SA, SD FROM STUD WHERE SA BETWEEN 23 AND 20;

    C.SELECT XM, SA, SD FROM STUD WHERE SA NOT BETWEEN 20 AND 23;

    D.SELECT XM, SA, SD FROM STUD WHERE SA BETWEEN 20 AND 23;


    正确答案:D
    解析:在WHERE子句中,可以使用BETWEEN...AND...来查找属性值在指定范围内的元组,其中BETWEEN后是范围的下限,AND后是范围的上限。所以20~23岁之间可表示为BETWEEN20AND23。

  • 第14题:

    在学生表STUD中,查询年龄在20-至23岁之间的学生的姓名(XM)、年龄(SA)和所在系(SD),实现该功能的正确SQL语句是______。

    A.SELECTXM,SA,SD FROM STUD WHERE BETWEEN 20

    B.SELECTXM,SA,SD FROM STUD WHERE SA BETWEEN23AND20;

    C.SELECTXM,SA,SD FROM STUD WHERE SA NOTBETWEEN20 AND 23;

    D.SELECTXM,SA,SD FROM STUD WHERE SA BETWEEN 20 AND 23;


    正确答案:D
    解析:在WHERE子句中,可以使用BETWEEN...AND...来查找属性值在指定范围内的元组,其中BETWEEN后是范围的下限,AND后是范围的上限。所以20至23岁之间可表示为BETWEEN20AND23。

  • 第15题:

    Which of the following BEST describes server virtualization?()

    • A、 A single logical server operating on multiple physical servers.
    • B、 Applications hosted on a single server and deployed to multiple users.
    • C、 Multiple servers used to host applications for multiple users.
    • D、 Multiple logical servers operating on the same physical server.

    正确答案:D

  • 第16题:

    Which statement is true about vishing?()

    • A、Influencing users to forward a call to a toll number (for example, a long distance or international number)
    • B、Influencing users to provide personal information over a web page
    • C、Using an inside facilitator to intentionally forward a call to a toll number (for example, a long distance orinternational number)
    • D、Influencing users to provide personal information over the phone

    正确答案:D

  • 第17题:

    Your network consists of a single Active Directory domain. The functional level of the forest is Windows Server 2008 R2.   You need to create multiple password policies for users in your domain.   What should you do()

    • A、From the Active Directory Schema snap-in, create multiple class schema objects.
    • B、From the ADSI Edit snap-in, create multiple Password Setting objects.
    • C、From the Security Configuration Wizard, create multiple security policies.
    • D、From the Group Policy Management snap-in, create multiple Group Policy objects.

    正确答案:B

  • 第18题:

    Which configuration command prevents a client from establishing multiple PPPoE connections from a single workstation?()

    • A、sessions
    • B、sa-validate
    • C、split-horizon
    • D、duplicate-protection

    正确答案:D

  • 第19题:

    You have a portable computer that runs Windows 7. The computer is joined to a domain. Multiple users logon to the computer. You need to prevent the computer from displaying the username of the last user whologged on. What should you do?()

    • A、From Control Panel, modify the User Profiles settings.
    • B、From Control Panel, modify the Personalization settings.
    • C、From the local computer policy, add a policy template.
    • D、From the local computer policy, modify the local security policy.

    正确答案:D

  • 第20题:

    Your network contains an Active Directory forest. The forest contains multiple sites.     You need to enable universal group membership caching for a site.  What should you do()

    • A、From Active Directory Sites and Services, modify the NTDS Settings.
    • B、From Active Directory Sites and Services, modify the NTDS Site Settings.
    • C、From Active Directory Users and Computers, modify the properties of all universal groups used in the site.
    • D、From Active Directory Users and Computers, modify the computer objects for the domain controllers in the site.

    正确答案:B

  • 第21题:

    You have a computer that runs Windows XP Professional. Multiple users share the computer. Users work in either French or English. You need to ensure that users can change the language in which the system menus appear. What should you do first?() 

    • A、From the Display Properties, modify the Desktop settings.
    • B、From Internet Explorer, modify the Language Preferences. 
    • C、From the Multilingual User Interface (MUI) pack installation CD, run muisetup.exe. 
    • D、From Regional and Language Options, modify the Location settings and the Input Languages settings. 

    正确答案:C

  • 第22题:

    单选题
    Which of the following BEST describes server virtualization?()
    A

     A single logical server operating on multiple physical servers.

    B

     Applications hosted on a single server and deployed to multiple users.

    C

     Multiple servers used to host applications for multiple users.

    D

     Multiple logical servers operating on the same physical server.


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

  • 第23题:

    单选题
    You administer a Windows 2000 Professional computer that is shared by multiple users. You receive a phone call from one of the users of the shared computer that tells you that the computer is reporting a kernel stop error. You notice that a user has tried to install video drivers that have caused the computer to become unstable. You want to ensure that users can install only the drivers that are approved by the manufacturer.  What should you do? ()
    A

    Configure File signature verification to block driver installation, and set driver signing as a system default.

    B

    Remove all users from the Power User group.

    C

    Create a Local Computer Policy to prevent users from installing drivers.

    D

    Create a Local Computer Policy to enable Windows File Protection.


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