SnowPro Advanced: Architect — Question 37

The IT Security team has identified that there is an ongoing credential stuffing attack on many of their organization’s system.
What is the BEST way to find recent and ongoing login attempts to Snowflake?

Answer options

Correct answer: A

Explanation

The correct answer is A because the LOGIN_HISTORY Information Schema table function provides detailed and specific information about login attempts, making it the best choice for identifying credential stuffing attacks. Option B, while useful, may not be as immediate or detailed as the table function. Options C and D rely on UI-based methods that may not provide comprehensive or real-time data compared to querying the schema directly.