nerdexam
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)
  • A
    2% (1)
  • B
    91% (43)
  • C
    4% (2)
  • D
    2% (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.

Full COF-C02 Practice