Recall & Review
beginner
What is Access History in Snowflake?
Access History in Snowflake is a feature that records detailed information about user activities, such as queries run, objects accessed, and the time of access. It helps track who did what and when in your Snowflake account.
Click to reveal answer
beginner
How does Snowflake Audit Logging help in security?
Audit Logging captures all account-level events like login attempts, role changes, and data access. This helps detect unauthorized access, monitor compliance, and investigate security incidents.
Click to reveal answer
intermediate
Which Snowflake view provides access history details?
The view named ACCESS_HISTORY in the SNOWFLAKE.ACCOUNT_USAGE schema provides detailed records of user access to objects, including query IDs, user names, and timestamps.
Click to reveal answer
intermediate
What is the retention period for Access History data in Snowflake?
By default, Access History data is retained for 1 year in Snowflake, allowing long-term auditing and analysis of user activities.
Click to reveal answer
intermediate
How can you query audit logs in Snowflake?
You can query audit logs by selecting from the SNOWFLAKE.ACCOUNT_USAGE.LOGIN_HISTORY and QUERY_HISTORY views to see login events and query executions respectively.
Click to reveal answer
Which Snowflake schema contains the ACCESS_HISTORY view?
✗ Incorrect
The ACCESS_HISTORY view is located in the SNOWFLAKE.ACCOUNT_USAGE schema.
What type of events does Snowflake Audit Logging NOT capture?
✗ Incorrect
Audit Logging captures Snowflake account events, not changes on local machines.
How long is Access History data retained by default in Snowflake?
✗ Incorrect
Access History data is retained for 1 year by default.
Which view would you query to see user login events in Snowflake?
✗ Incorrect
LOGIN_HISTORY view shows user login events.
What is the main purpose of Access History in Snowflake?
✗ Incorrect
Access History tracks user activities and data access for auditing.
Explain how Access History and Audit Logging help maintain security in Snowflake.
Think about what information is recorded and why it matters for security.
You got /5 concepts.
Describe how you would find out who accessed a specific table in Snowflake using audit logs.
Focus on which views to use and what filters to apply.
You got /5 concepts.