Security
12 QuestionsQuestion:
Which two methods can be used to purge audit records of the Unified Audits?
- B. Use DBMS_AUDIT_MGMT.CREATE_PURGE_JOB as a privileged user to schedule an automatic purge job.
- D. Use DBMS_AUDIT_MGMT.CLEAN_AUDIT_TRAIL as a privileged user to m anually purge audit records.
Question:
How do you validate that the database was migrated to Unified Auditing?
- A. By querying V$OPTION for parameter Unified Auditing.
Question:
Which two statements are true about User Authentication in an Oracle Database?
- A. Operating System authentication may be used for system-privileged administrative users.
- D. REMOTE_LOGIN_PASSWORDFILE must be set to EXCLUSIVE to permit password changes for system-privileged administrative users.
Question:
Which three statements are true about roles?
- B. Roles may be granted to other roles.
- C. The SET ROLE statement can enable one or more roles for a session.
- F. The SET ROLE statement can disable one or more roles for a session.
Question:
As the DBA, you execute this command: GRANT CREATE VIEW TO usr1 WITH ADMIN OPTION; USR1 then executes: GRANT CREATE VIEW TO usr2 WITH ADMIN OPTION; USR2 then executes: GRANT CREATE VIEW TO usr3; Which statement is true?
- E. When the DBA revokes the CREATE VIEW privilege from USR1, it is neither revoked from USR2 nor USR3.
Question:
In one of your databases, you create a user, HR, and then execute this command: GRANT CREATE SESSION TO hr WITH ADMIN OPTION; Which three actions can HR perform?
- B. Log in to the database instance.
- C. Revoke the CREATE SESSION privilege from other users.
- D. Grant the CREATE SESSION privilege with ADMIN OPTION to other users.
Question:
Which two statements describe why Database Auditing is a security requirement?
- A. To monitor suspicious activity.
- E. To monitor proper usage of the system and data by privileged users.
Question:
You want to apply the principle of least privilege in all your live databases. One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis. Which two types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE packag e?
- C. Analysis of privileges granted indirectly to a role that are then used by a user who has been granted that role.
- D. Analysis of privileges granted directly to a role that are then used by a user who has been granted that role.
Question:
Which three actions are ways to apply the principle of least privilege?
- A. Enabling Unified Auditing.
- B. Revoking execute privilege on UTL_SMTP, UTL_TCP, UTL_HTTP, and UTL_FILE from the roles/users (assuming typo for duplicate option).
- C. Using Access Control Lists (ACLs).
Question:
Which two statements are true about the DUAL table?
- A. It can be accessed by any user who has the SELECT privilege in any schema.
- B. It consists of a single row and single column of VARCHAR2 data type.
Question:
Which two statements are true about Fine-Grained Auditing (FGA)?
- C. FGA policies can be created by a user having the AUDIT_ADMIN privilege.
- E. FGA policies can be created by a user having EXECUTE privilege on the DBMS_FGA package.
Question:
You want to apply the principle of Least Privilege in all your live databases. One of your requirements is to revoke unnecessary privileges from all users who have them us ing Privilege Analysis. Which three types of analyses can be done using the DBMS_PRIVILEGE_CAPT URE package?
- C. Analysis of all privileges used by all users but excluding administrative users in the database.
- D. Analysis of privileges granted directly to a role that are then used by a user who has been granted that role.
- E. Analysis of privileges granted indirectly to a role that are then used by a user who has beengranted that role.