Snowflake
ADA-C01 · Question #35
ADA-C01 Question #35: Real Exam Question with Answer & Explanation
Sign in or unlock ADA-C01 to reveal the answer and full explanation for question #35. The question stem and answer options stay visible for context.
Question
A user with the proper role issues the following commands when setting up and activating network policies: CREATE OR REPLACE NETWORK POLICY foo_policy ALLOWED_IP_LIST = ( '1.1.1.0/24', '2.2.2.0/24' , '3.3. 3. 0/24' ) BLOCKED IP LIST = ( '1.1.1.1') COMMENT = 'Account level policy'; ALTER ACCOUNT SET NETWORK_POLICY=FOO_POLICY; CREATE OR REPLACE NETWORK POLICY bar_policy ALLOWED_IP_LIST = ('3.3.3.0/24') BLOCKED IP LIST = ('3.3.3.10') COMMENT = 'user level policy'; ALTER USER userl SET NETWORK_POLICY=BAR_POLICY; Afterwards, user1 attempts to log in to Snowflake from IP address 3.3.3.10. Will the login be successful?
Options
- AYes, because 3.3.3.10 is found in the ALLOWED_IP_LIST of bar_policy.
- BNo, because 3.3.3.10 is found in the BLOCKED_IP_LIST of bar_policy.
- CYes, because 3.3.3.10 is found in the ALLOWED_IP_LIST of foo_policy.
- DNo, because 3.3.3.10 is not found in the ALLOWED_IP_LIST of foo_policy.
Unlock ADA-C01 to see the answer
You've previewed enough free ADA-C01 questions. Unlock ADA-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.