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?
What are the requirements when creating a new account within an organization in Snowflake? (Select TWO).
A virtual warehouse report_wh is configured with AUTO_RESUME=TRUE and AUTO_SUSPEND=300. A user has been granted the role accountant.An application with the accountant role should use this warehouse to run financial reports, and should keep track of compute credits used by the warehouse.What minimal privileges on the warehouse should be granted to the role to meet the requirements for the application? (Select TWO).
An Administrator loads data into a staging table every day. Once loaded, users from several different departments perform transformations on the data and load it intodifferent production tables.How should the staging table be created and used to MINIMIZE storage costs and MAXIMIZE performance?
Which function is the role SECURITYADMIN responsible for that is not granted to role USERADMIN?