ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 22 - ADA-C01 discussion

Report
Export

Which command can temporarily disable Multi-factor Authentication (MFA) for the Snowflake username user1 for 24 hours?

A.
alter user userl set MINS_TO_BYPASS_MFA=1440;
Answers
A.
alter user userl set MINS_TO_BYPASS_MFA=1440;
B.
alter user userl set DISABLE_MFA=1440;
Answers
B.
alter user userl set DISABLE_MFA=1440;
C.
alter user userl set TEMPORARY_MFA_BYPASS=1440;
Answers
C.
alter user userl set TEMPORARY_MFA_BYPASS=1440;
D.
alter user userl set HOURS_TO_BYPASS_MFA=24;
Answers
D.
alter user userl set HOURS_TO_BYPASS_MFA=24;
Suggested answer: A

Explanation:

According to the Snowflake documentation1, the MINS_TO_BYPASS_MFA property specifies the number of minutes to temporarily disable MFA for a user so that they can log in without the temporary token generated by the Duo Mobile application. After the time passes, MFA is enforced and the user cannot log in without the token. Therefore, to disable MFA for 24 hours, the value of this property should be set to 1440 minutes (24 x 60). Option B is incorrect because the DISABLE_MFA property is a boolean value that permanently disables MFA for a user, not a numeric value that specifies the duration. Option C is incorrect because there is no such property as TEMPORARY_MFA_BYPASS in Snowflake. Option D is incorrect because there is no such property as HOURS_TO_BYPASS_MFA in Snowflake.

asked 23/09/2024
Abbas Maleki
24 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first