Snowflake
COF-C02 · Question #149
Where can a user find and review the failed logins of a specific user for the past 30 days?
The correct answer is B. The LOGIN_HISTORY view in ACCOUNT_USAGE. The LOGIN_HISTORY view in the ACCOUNT_USAGE schema provides information about login attempts, including both successful and failed logins. This view can be used to review the failed login attempts of a specific user for the past 30 days.
Account Access and Security
Question
Where can a user find and review the failed logins of a specific user for the past 30 days?
Options
- AThe USERS view in ACCOUNT_USAGE
- BThe LOGIN_HISTORY view in ACCOUNT_USAGE
- CThe ACCESS_HISTORY view in ACCOUNT_USAGE
- DThe SESSIONS view in ACCOUNT_USAGE
How the community answered
(47 responses)- A2% (1)
- B91% (43)
- C4% (2)
- D2% (1)
Explanation
The LOGIN_HISTORY view in the ACCOUNT_USAGE schema provides information about login attempts, including both successful and failed logins. This view can be used to review the failed login attempts of a specific user for the past 30 days.
Topics
#Account Usage#Login History#Security Monitoring#Auditing
Community Discussion
No community discussion yet for this question.