Home / CSE MCQs / SQL Server MCQs :: SQL Server Security

CSE MCQs :: SQL Server MCQs

  1. Point out the correct statement :
  2. A.
    SQL Server 2008 offers three authentication mode options
    B.
    Microsoft's best practice recommendation is that you use Windows authentication mode whenever possible
    C.
    If you use mixed authentication mode, you should enable the DBA's Windows account
    D.
    None of the mentioned

  3. Which of the following feature prefers SQL Server authentication mode over winbdows authentication ?
  4. A.
    Backward compatibility
    B.
    Forward compatibility
    C.
    Security
    D.
    All of the mentioned

  5. Point out the wrong statement :
  6. A.
    EncryptByKey uses a symmetric key
    B.
    EncryptByKey returns NULL if the key is not open
    C.
    You can use encryption in SQL Server for connections, data, and stored procedures
    D.
    All of the mentioned

  7. Point out the wrong statement :
  8. A.
    Encryption should be considered for all data or connections
    B.
    Any use of encryption should also include a maintenance strategy for passwords, keys, and certificates
    C.
    TDE is essentially an enterprise-oriented feature and is available only in the following editions of SQL Server
    D.
    None of the mentioned

  9. Like data compression, TDE database encryption is performed at the ______ level.
  10. A.
    Page
    B.
    Domain
    C.
    Column
    D.
    Row

  11. View that contains the list of all the security labels present in the database:
  12. A.
    vwVisibleLabels
    B.
    VisibleLabels
    C.
    vwVisibleLabel
    D.
    All of the mentioned

  13. _________ returns a list of the permissions effectively granted to the principal on a securable.
  14. A.
    HAS_PERMS_BY_NAME
    B.
    sys.fn_my_permissions
    C.
    sys.fn_permissions
    D.
    All of the mentioned

  15. Point out the wrong statement :
  16. A.
    The entity that receives permission to a securable is called a principal
    B.
    The SCHEMA securable scope contains the USER securables
    C.
    A table is a securable
    D.
    None of the mentioned

  17. Any SQL Server authentication login can see ________ login name.
  18. A.
    Own and sa
    B.
    sa
    C.
    Own
    D.
    None of the mentioned