SOL-C01 · Question #79
SOL-C01 Question #79: Real Exam Question with Answer & Explanation
The correct answer is A: 192.168.1.10. The network policy first allows IP addresses in the and then blocks IP addresses in the . '192.168.1.10' falls within the '192.168.1.0/24' range and is not specifically blocked, so it's allowed. '10.0.0.10' is explicitly allowed in the '192.168.1.5 is explicitly blocked. '10.0.0.
Question
A Snowflake account has the following network policy configured: { "name": "corporate_network", "allowed_ip_list": ["192.168.1.0/24", "10.0.0.10"], "blocked_ip_list": ["192.168.1.5", "10.0.0.0/16"] } Assuming this policy is active for the entire Snowflake account, which of the following IP addresses would be allowed to connect to Snowflake?
Options
- A192.168.1.10
- B10.0.0.15
- C192.168.1.5
- D10.0.0.10
- E172.16.0.1
Explanation
The network policy first allows IP addresses in the and then blocks IP addresses in the . '192.168.1.10' falls within the '192.168.1.0/24' range and is not specifically blocked, so it's allowed. '10.0.0.10' is explicitly allowed in the '192.168.1.5 is explicitly blocked. '10.0.0.15' falls within the blocked range '10.0.0.0/16'. '172.16.0.1' is not in any of the allowed ranges.
Topics
Community Discussion
No community discussion yet for this question.