QuestionQ27

Manage and administer Snowflake accounts, data security, and governance

A user with the appropriate role runs the following commands to configure and activate network policies:

Question Image

Afterward, user1 tries to sign in to Snowflake from IP address 3.3.3.10. Will the login succeed?

Explanation

A user-level network policy is enforced for user1. In bar_policy, 3.3.3.10 is explicitly included in BLOCKED_IP_LIST; Snowflake applies blocked-list entries before allowed-list entries, even when the address also matches an allowed CIDR range. The login is therefore denied.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!