Study Approach
- Account vs Workspace - Account console, workspace console, admin roles
- Identity Management - Users, groups, service principals, entitlements
- SCIM and SSO - Automated provisioning, SAML/OIDC configuration
- π Administration Guide
- π Identity Management
Phase 2: Compute and Data (Week 2)
- Clusters - Configuration, auto-scaling, spot instances, instance pools
- Cluster Policies - Governance, cost control, security enforcement
- SQL Warehouses - Types, sizing, scaling, permissions
- Unity Catalog - Hierarchy, managed vs external tables, volumes, grants
- π Compute
- π Unity Catalog
Phase 3: Security and Exam Prep (Week 3)
- Network Security - VPC injection, Private Link, IP access lists
- Encryption - Default vs customer-managed keys, secrets
- Audit Logging - Log delivery, system tables, compliance
- Practice exams and review
- π Security Guide
- π Audit Logs
Recommended Resources
Primary Resources
Documentation to Focus On
Exam Tactics
Keywords to Watch For
- "Cost control" or "limit compute" - Cluster policies
- "Automate user management" - SCIM provisioning
- "Non-human identity" or "CI/CD" - Service principal
- "No public internet" - Private Link
- "Own encryption keys" - Customer-managed keys (CMK)
- "Track data access" - Audit logs + Unity Catalog
- "Share data externally" - Delta Sharing
- "Cloud storage access" - External locations + storage credentials
- "Query concurrency" - SQL warehouse scaling (clusters)
- "Restrict workspace access" - IP access lists
- "Account-level vs workspace-level" - Centralized (account) vs per-workspace
Common Pitfalls
- Account-level SCIM is preferred over workspace-level SCIM
- Cluster policies restrict what users can configure - they do not create clusters
- Removing "Allow cluster creation" entitlement does not block policy-based cluster creation
- External table DROP removes metadata only, not data
- Managed table DROP removes both metadata and data
- SQL warehouse size controls single-query performance; cluster count controls concurrency
- Service principals should use OAuth, not PATs
- IP access lists restrict UI/API access, not cluster-to-data-source traffic
- Unity Catalog permissions require USE CATALOG and USE SCHEMA before table-level grants work
Time Management
- 90 minutes for 45 questions - 2 minutes per question
- Workspace admin and Unity Catalog questions are most frequent (55% combined)
- Security questions are fewer but detail-oriented
- Eliminate obvious wrong answers first
Readiness Indicators