SnowPro Core Certification — Question 1125
What should an account administrator do to help a user log into Snowflake, if the user cannot authenticate using Multi-Factor Authentication (MFA)?
Answer options
- A. Set DISABLE_MFA to TRUE for the user.
- B. Set MINS_TO_BYPASS_MFA equal to 0 for the user.
- C. Set ALLOW_ID_TOKEN to FALSE for the user.
- D. Set ALLOW_CLIENT_MFA_CACHING to FALSE for the user.
Correct answer: A
Explanation
Setting DISABLE_MFA to TRUE allows the user to bypass Multi-Factor Authentication, enabling them to log in successfully. The other options would not directly assist the user in authenticating; setting MINS_TO_BYPASS_MFA to 0 does not help if MFA is still required, and modifying ALLOW_ID_TOKEN or ALLOW_CLIENT_MFA_CACHING does not address the authentication issue directly.