0
0
Snowflakecloud~20 mins

Multi-account and organization management in Snowflake - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Snowflake Multi-Account Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Snowflake Organizations

What is the primary purpose of a Snowflake Organization in multi-account management?

ATo create multiple databases within a single Snowflake account.
BTo group multiple Snowflake accounts for centralized billing and governance.
CTo manage user roles within a single Snowflake account.
DTo replicate data across different cloud providers automatically.
Attempts:
2 left
💡 Hint

Think about how companies manage multiple accounts under one umbrella.

Architecture
intermediate
2:00remaining
Account Hierarchy in Snowflake Organizations

Which statement correctly describes the relationship between a Snowflake Organization and its member accounts?

AAn Organization contains multiple accounts, each with independent compute and storage resources.
BAn Organization shares a single compute cluster across all accounts.
CAll accounts in an Organization share the same user roles and permissions.
DAccounts in an Organization must be in the same cloud region.
Attempts:
2 left
💡 Hint

Consider how resources are isolated or shared in multi-account setups.

security
advanced
2:00remaining
Managing Access Across Multiple Snowflake Accounts

Which approach best secures user access across multiple accounts in a Snowflake Organization?

ALeverage Snowflake's Organization Admin role to centrally manage users and roles across accounts.
BDisable multi-factor authentication to reduce login complexity.
CShare the same password for users across all accounts to simplify login.
DUse separate user accounts and roles in each Snowflake account without central management.
Attempts:
2 left
💡 Hint

Think about centralized control for security in multi-account environments.

service_behavior
advanced
2:00remaining
Billing Behavior in Snowflake Organizations

How does billing work for multiple accounts under a single Snowflake Organization?

AEach account receives a separate bill directly from Snowflake.
BBilling is only applied to the master account; other accounts are free.
CThe Organization receives a consolidated bill that includes usage from all member accounts.
DBilling is based on the number of users, not usage, across all accounts.
Attempts:
2 left
💡 Hint

Consider how organizations simplify payment for multiple accounts.

Best Practice
expert
2:00remaining
Best Practice for Cross-Account Data Sharing in Snowflake Organizations

What is the recommended best practice to securely share data between accounts within a Snowflake Organization?

ACreate identical tables in each account and synchronize data with scheduled scripts.
BExport data to external files and import them into the other account manually.
CGrant direct access to the underlying storage buckets across accounts.
DUse Snowflake Secure Data Sharing features to share data without copying it between accounts.
Attempts:
2 left
💡 Hint

Think about efficient and secure ways to share data without duplication.