The SnowPro Advanced: Administrator Certification validates advanced knowledge of Snowflake account operations, security design, and cost optimization. It comprehensively tests features administrators use every day: network policies, RBAC, MFA/SSO, Resource Monitor, and ACCOUNT_USAGE views. This article walks through the exam overview, domains, and key study points for each topic.
| Item | Details |
|---|---|
| Questions | 65 (single choice and multiple choice) |
| Duration | 115 minutes |
| Passing score | 750 / 1000 |
| Exam fee | $375 USD |
| Prerequisite | Active SnowPro Core certification |
| Delivery | Pearson VUE (test center or online) |
| Validity | 2 years |
| Recommended experience | 2+ years of hands-on Snowflake administration |
| Domain | Weight | Key Topics |
|---|---|---|
| 1. Account & Security Management | 30% | RBAC/DAC, network policies, MFA, SSO/SAML, SCIM, encryption |
| 2. Performance & Monitoring | 25% | Warehouse management, Resource Monitor, ACCOUNT_USAGE, Query Profile |
| 3. Data Protection & Recovery | 20% | Time Travel, Fail-safe, replication, failover |
| 4. Cost Management | 15% | Credit consumption analysis, storage cost, serverless cost, optimization strategies |
| 5. Data Governance | 10% | Tag-based masking, row access policies, object tags, data classification |
Snowflake's access control combines RBAC (Role-Based Access Control) with DAC (Discretionary Access Control). The most important exam topics are role hierarchy design and how GRANT statements behave.
| Default Role | Key Privileges | Manages |
|---|---|---|
| ACCOUNTADMIN | All privileges (SYSADMIN + SECURITYADMIN) | Entire account; creates Resource Monitors |
| SECURITYADMIN | MANAGE GRANTS privilege | Roles, users, and privilege management |
| SYSADMIN | CREATE DATABASE/WAREHOUSE | Databases, schemas, and warehouses |
| USERADMIN | CREATE USER/ROLE | Creating users and roles |
| PUBLIC | Basic access privileges | Automatically granted to every user |
Best practice is to place custom roles under SYSADMIN. If a custom role is created outside of SYSADMIN's hierarchy, only ACCOUNTADMIN will be able to access objects owned by that role.
| Setting | Description |
|---|---|
| CREDIT_QUOTA | Maximum credit consumption within the monitoring period |
| FREQUENCY | DAILY / WEEKLY / MONTHLY / YEARLY / NEVER |
| START_TIMESTAMP | When monitoring begins |
| TRIGGERS (NOTIFY) | Notify account administrators when the threshold is reached |
| TRIGGERS (SUSPEND) | Suspend the warehouse after running queries finish when the threshold is reached |
| TRIGGERS (SUSPEND_IMMEDIATELY) | Cancel running queries and suspend the warehouse immediately when the threshold is reached |
The snowflake.account_usage schema contains views for analyzing account usage.
ACCOUNT_USAGE views have a data latency of up to 45 minutes to 3 hours. When you need near-real-time information, use INFORMATION_SCHEMA instead (note that its retention is only 14 days).
| Cost Component | Billing Unit | Optimization |
|---|---|---|
| Compute | Credits (warehouse size x runtime) | Shorten auto-suspend; right-size warehouses |
| Storage | TB/month (On-Demand or Capacity contract) | Tune Time Travel retention; remove unused data |
| Data transfer | Cross-region / cross-cloud transfer volume | Process within the same region; optimize replication |
| Serverless | Snowpipe, tasks, materialized views, etc. | Tune Snowpipe ingestion frequency |
| Cloud Services | Billed only above the 10% threshold | Avoid excessive SHOW/DESCRIBE calls |
The Administrator exam rewards real operations experience. Focus on these hands-on exercises:
SnowPro Advanced: Administrator
問題 1
In Snowflake, you want to allow access only from a specific IP range while excluding some IPs within that range. How should the network policy be configured?
正解: A
Define the allowed range with ALLOWED_IP_LIST and specify the IPs to exclude with BLOCKED_IP_LIST. BLOCKED_IP_LIST functions as a subset of ALLOWED_IP_LIST. When only ALLOWED_IP_LIST is set, every IP not in the list is blocked.
Are SQL operation questions on the SnowPro Advanced Administrator exam?
Yes, administrative SQL commands are tested. Specifically, role and privilege management with GRANT/REVOKE, CREATE NETWORK POLICY, ALTER ACCOUNT, CREATE RESOURCE MONITOR, SHOW PARAMETERS, and ALTER USER SET/UNSET are all in scope. SELECT-based analytical queries are rare; most scenarios involve querying ACCOUNT_USAGE/INFORMATION_SCHEMA views to inspect resource consumption or login history.
How does the security domain differ between the Administrator and Core exams?
Core focuses on role hierarchies and basic GRANT behavior, while Administrator goes deeper into real operations: network policy design (CIDR ranges and policy precedence), SSO/SAML setup procedures, SCIM provisioning, column-level and row-level security, Tri-Secret Secure, and key rotation policies.
At what granularity can Resource Monitors be set, and how are they tested?
Resource Monitors can be configured at the account level or for individual warehouses. You combine a credit quota, a frequency (DAILY/WEEKLY/MONTHLY/YEARLY/NEVER), and threshold actions (NOTIFY/SUSPEND/SUSPEND_IMMEDIATELY). Typical exam scenarios are like "suspend the warehouse if monthly usage exceeds 100 credits" — you pick the correct configuration. The fact that only the ACCOUNTADMIN role can create Resource Monitors comes up frequently.
Practice with certification-focused question sets
無料で問題を解いてみるNicheeLab Editorial Team
NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.
Snowflake Certifications: All 11 Exams Explained (2026)
Every SnowPro certification — Associate, Core, Specialty, Ad...
Snowflake Exam Difficulty Ranking: All 11 Certs Compared (2026)
All 11 SnowPro exams ranked by difficulty with study-time es...
Snowflake Study Guide: Fastest Pass Route by Exam (2026)
How to pass SnowPro certifications efficiently — official ma...
SnowPro Core (COF-C03): Complete Exam Guide (2026)
Pass the SnowPro Core exam — six domains, scope, sample ques...
SnowPro Associate Platform (SOL-C01): Complete Guide (2026)
The entry-level SnowPro Associate exam — scope, weighting, s...