更多“Which login class permission will allow a user to use the te”相关问题
  • 第1题:

    A user has forgotten their BIOS password on their computer. Which of the following would atechnician use to allow the user access to their PC?()

    A. Remove the BIOS chip on the PC

    B. Re-flash the BIOS

    C. Run password cracking software on the users PC

    D. Set the password clear jumper on the motherboard


    参考答案:D

  • 第2题:

    Which two are true?()

    • A、 An encapsulated, public class promotes re-use.
    • B、 Classes that share the same interface are always tightly encapsulated.
    • C、 An encapsulated class allows subclasses to overload methods, but does NOT allow overriding methods.
    • D、 An encapsulated class allows a programmer to change an implementation without affecting outside code.

    正确答案:A,D

  • 第3题:

    在JSP中要使用user包中的User类,则以写法正确的是()。

    • A、〈jsp:useBean id="user" class="user.User" scope="page"/〉
    • B、〈jsp:useBean class="user.Use.class"/〉
    • C、〈jsp:useBean name="user" class="user.User"/〉
    • D、〈jsp:useBeam id="user" class="user" import="user.*"/〉

    正确答案:A

  • 第4题:

    A technician deploys a computer in a public library and wants to give the ability for a user without an account to use the computer with limited permission. Which of the following accounts would the technician setup?()

    • A、 Guest user account
    • B、 Limited user account
    • C、 Power user account
    • D、 Administrator user account

    正确答案:A

  • 第5题:

    Which two statements about login classes correctly define their usage within the JUNOS software?()

    • A、A different login class must be configured for each user.
    • B、Individual commands can be explicitly allowed or denied.
    • C、A user must be assigned to one of the default login classes.
    • D、Each login class is associated with one or more permissions flags.

    正确答案:B,D

  • 第6题:

    You are developing a class library that will open the network socket connections to computers on the network. You will deploy the class library to the global assembly cache and grant it full trust. You write the following code to ensure usage of the socket connections.  SocketPermission permission =   new SocketPermission(PermissionState.Unrestricted);  permission.Assert(); Some of the applications that use the class library might not have the necessary permissions to open the network socket connections.You need to cancel the assertion. Which code segment should you use?()

    • A、CodeAccessPermission.RevertAssert();
    • B、CodeAccessPermission.RevertDeny();
    • C、permission.Deny();
    • D、permission.PermitOnly();

    正确答案:A

  • 第7题:

    单选题
    You are developing a class library that will open the network socket connections to computers on the network. You will deploy the class library to the global assembly cache and grant it full trust. You write the following code to ensure usage of the socket connections.  SocketPermission permission =   new SocketPermission(PermissionState.Unrestricted);  permission.Assert(); Some of the applications that use the class library might not have the necessary permissions to open the network socket connections.You need to cancel the assertion. Which code segment should you use?()
    A

    CodeAccessPermission.RevertAssert();

    B

    CodeAccessPermission.RevertDeny();

    C

    permission.Deny();

    D

    permission.PermitOnly();


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

  • 第8题:

    单选题
    在JSP中要使用user包中的User类,则以写法正确的是()。
    A

    〈jsp:useBean id=user class=user.User scope=page/〉

    B

    〈jsp:useBean class=user.Use.class/〉

    C

    〈jsp:useBean name=user class=user.User/〉

    D

    〈jsp:useBeam id=user class=user import=user.*/〉


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

  • 第9题:

    单选题
    A client needs to be able to install a new local printer, but does not currently have permission to do so. Which of the following is the BEST user group to put the client in, to allow the printer to be installed?()
    A

    Power Users

    B

    Users

    C

    Backup Users

    D

    Guest


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

  • 第10题:

    多选题
    Which two statements are true of login classes?()
    A

    Users can be members of multiple login classes.

    B

    Login classes define authorization parameters for a user.

    C

    There are five system-defined login classes.

    D

    Login class permission flags can be overridden for certain commands.


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

  • 第11题:

    多选题
    Which two login-class permissions could permit a user to view the system hierarchy of the active configuration?()
    A

    system permission

    B

    view-configuration permission

    C

    network permission

    D

    super-user permission


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

  • 第12题:

    单选题
    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 database named DB1 in the instance. When you are absent, a user will use a login named Mary to log in and maintain the database snapshots. The user has to delete the database snapshots for DB1, so you have to give the appropriate permissions to the user.  So which database permission should you give the user?()
    A

    DELETE 

    B

    CONTROL 

    C

    DROP DATABASE 

    D

    ALTER ANY DATASPACE


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

  • 第13题:

    Which command will allow the creation of a10-character login user name?()

    A.chlogin -a log_name=10

    B.chdev -l sys0 -a max_logname=10

    C.chusr extended_logname=true [userid]

    D.chuser login_name=10 extended_logname=true [userid]


    参考答案:B

  • 第14题:

    Which two statements are true of login classes?()

    • A、Users can be members of multiple login classes.
    • B、Login classes define authorization parameters for a user.
    • C、There are five system-defined login classes.
    • D、Login class permission flags can be overridden for certain commands.

    正确答案:B,D

  • 第15题:

    A user has forgotten their BIOS password on their computer. Which of the following would atechnician use to allow the user access to their PC?()

    • A、Remove the BIOS chip on the PC
    • B、Re-flash the BIOS
    • C、Run password cracking software on the users PC
    • D、Set the password clear jumper on the motherboard

    正确答案:D

  • 第16题:

    Which command will allow the creation of a10-character login user name?()

    • A、chlogin -a log_name=10
    • B、chdev -l sys0 -a max_logname=10
    • C、chusr extended_logname=true [userid]
    • D、chuser login_name=10 extended_logname=true [userid]

    正确答案:B

  • 第17题:

    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of two SQL Server 2008 instance. The two instances are respectively named InstanceA and InstanceB. There is a database named Dworks on InstanceA. You move the Dworks database to InstanceB. A user use a SQL Server login named Mary to access the database on InstanceA with the password "Tk@87#34". On InstanceB, you create the same SQL Server login. The user tries to use the SQL Server login Mark to access the Dworks database on InstanceB. But the user gets an error message, according to the indication of the message, the access to the Dworks database has been denied. You must make sure that the user can access the Dworks database on InstanceB successfully.  So on InstanceB, which Transact-SQL statements should you execute?()  

    • A、USE AdventureWorks;ALTER USER Mary WITH LOGIN = Mary; 
    • B、USE AdventureWorks;ALTER LOGIN Mary ENABLE; 
    • C、USE AdventureWorks;ALTER LOGIN Mary WITH PASSWORD = "Tk@87#34" UNLOCK; 
    • D、USE AdventureWorks;ALTER LOGIN Mary WITH DEFAULT_DATABASE = AdventureWorks;

    正确答案:A

  • 第18题:

    单选题
    A technician deploys a computer in a public library and wants to give the ability for a user without an account to use the computer with limited permission. Which of the following accounts would the technician setup?()
    A

     Guest user account

    B

     Limited user account

    C

     Power user account

    D

     Administrator user account


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

  • 第19题:

    单选题
    Which login class permission will allow a user to use the telnet utility?()
    A

    network permission

    B

    maintenance permission

    C

    supervisor permission

    D

    shell permission


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

  • 第20题:

    单选题
    You and Stephen are the desktop administrators for your company. You install a printer on your Windows XP Professional computer. You share this printer on the company network. You want to ensure that only members of the DTAdmins local group can use this printer, and that only you and Stephen can manage the printer and all print jobs. You also want to ensure that members of the DTAdmins local group can manage only their own print jobs. How should you configure security on this printer?()
    A

    Grant Allow - Print permission to the DTAdmins group. Grant Allow - Manage Documents permission to your user account and to Stephen’s user account. 

    B

    Grant Allow - Print permission to the DTAdmins group. Grant Allow - Manage Documents and Allow - Manage Printers permissions to your user account and to Stephen’s user account. 

    C

    Grant Allow - Manage Documents permission to the DTAdmins group. Grant Allow - Manage Printers permission to your user account and to Stephen’s user account. 

    D

    Grant Allow - Print permission to the DTAdmins group. Remove Allow - Manage Documents permission from the Creator Owner group. Grant Allow - Manage Printers permission to your user account and to Stephen’s user account. 


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

  • 第21题:

    单选题
    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of two SQL Server 2008 instance. The two instances are respectively named InstanceA and InstanceB. There is a database named Dworks on InstanceA. You move the Dworks database to InstanceB. A user use a SQL Server login named Mary to access the database on InstanceA with the password "Tk@87#34". On InstanceB, you create the same SQL Server login. The user tries to use the SQL Server login Mark to access the Dworks database on InstanceB. But the user gets an error message, according to the indication of the message, the access to the Dworks database has been denied. You must make sure that the user can access the Dworks database on InstanceB successfully.  So on InstanceB, which Transact-SQL statements should you execute?()
    A

    USE AdventureWorks;ALTER USER Mary WITH LOGIN = Mary; 

    B

    USE AdventureWorks;ALTER LOGIN Mary ENABLE; 

    C

    USE AdventureWorks;ALTER LOGIN Mary WITH PASSWORD = Tk@87#34 UNLOCK; 

    D

    USE AdventureWorks;ALTER LOGIN Mary WITH DEFAULT_DATABASE = AdventureWorks;


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

  • 第22题:

    单选题
    You are the administrator of your company’s network. A user name Andrew has limited dexterity, which prevents him from using standard keyboard when completing his daily tasks. You configure Windows 2000 Professional to use sticky keys and screen keyboard options. You save the accessibility options to a shared folder on the local hard disk of Andrews’s computer. You want to configure the same options for another user Peter. You log on to Peter’s computer using his local user account and you access the folder over the network from Peter’s computer. You select the .acw file from the shared folder to set up Peter’s computer to use the accessibility option. You receive an error message as follows: " There was a problem running the file when running the accessibility wizard". What should you do to install the accessibility features on Peter’s computer?()
    A

    Copy the .acw file to the c;/documents/setting/default user folder

    B

    Save the accessibility option to the floppy disk and change the permission to allow full control  of the file

    C

    Resume the setting for the option by using utility manager, then copy the file to Peter’s local  profile folder

    D

    Change the permission of the .acw file in the folder to allow access for Peter’s user account. 


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

  • 第23题:

    多选题
    You are the desktop administrator for Company.com’s sales department. Company is a user in the sales department. Company’s Windows XP Professional computer has a single hard disk, which if formatted as NTFS. Exams stores her data in a folder named C:/CompanyFiles1, which is shared as CompanyFiles1. Company policy allows members of the Sales group and the Marketing group to add files to the CompanyFiles1 shared folder. A user named Philippe is a member of the Sales group and Marketing group. Company reports that Philippe is not able to add files to the CompanyFiles1 shared folder. While troubleshooting the problem, you discover that the Sales global group has Allow – Read permission for the CompanyFiles1 shared folder, and that the Marketing global group has Allow – Modify permission for the C:/CompanyFiles1 folder. You need to ensure that users in the Sales group and the Marketing group can add files to the CompanyFiles1 shared folder. Which two actions should you take?()
    A

    For the CompanyFiles1 shared folder, grant the Everyone group Allow – Full Control      permission.

    B

    For the CompanyFiles1 shared folder, grant the Marketing global group Allow – Read     permission.

    C

    For the CompanyFiles1 shared folder, grant the Sales global group Allow – Change      permission.

    D

    For the C:/CompanyFiles1 folder, grant the Marketing global group Allow – Read      permission.

    E

    For the C:/CompanyFiles1 folder, grant the Sales global group Allow – Modify permission.

    F

    For the C:/CompanyFiles1 folder, grant the Marketing global group Allow – Write      permission


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

  • 第24题:

    多选题
    Which two statements about login classes correctly define their usage within the JUNOS software?()
    A

    A different login class must be configured for each user.

    B

    Individual commands can be explicitly allowed or denied.

    C

    A user must be assigned to one of the default login classes.

    D

    Each login class is associated with one or more permissions flags.


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