Question 116
You are designing a dimensional model for a subscription-based service. You have a 'FACT SUBSCRIPTIONS' table with columns like 'subscription_id', 'customer id', 'start date', 'end date', and 'subscription_amount'. The business wants to analyze monthly recurring revenue (MRR) and churn rate. You need to model the temporal aspect of subscriptions to accurately calculate these metrics. Select the TWO best approaches to model the time dimension to facilitate these calculations:
Question 117
How does performing data discovery through querying tables in Snowflake aid in data preparation?
Question 118
A logistics company needs to determine which warehouses are within a 50km radius of a new distribution center. The warehouse locations are stored in a table 'WAREHOUSES' with columns 'WAREHOUSE ID' ONT), (GEOGRAPHY) and the distribution center's location is stored in a variable of type GEOGRAPHY. Which query will efficiently identify all warehouses within the specified radius, returning the 'WAREHOUSE ID and distance in kilometers?


Question 119
Which of the following statements regarding Secure Views and Materialized Views in Snowflake are CORRECT? (Choose two)
Question 120
When enriching data with Snowflake Marketplace, what role do data shares play in joining external data with existing datasets?
