Question 46
You're tasked with building a data model in Snowflake for a retail company. The company has data on products ('PRODUCTS), sales transactions ('SALES), and customer demographics ('CUSTOMERS). You need to design a star schema to support efficient analysis of sales performance by product category and customer segment. Which of the following statements accurately describes the recommended table design and relationships within the star schema for this scenario?
Question 47
How do materialized views differ from secure views in data analysis?
Question 48
A Snowflake table 'USER ACTIVITY' contains a column 'ACTIVITY TIMESTAMP' of type VARCHAR, which stores timestamps in different formats, including ISO 8601 (e.g., '2023-10-27 Unix epoch seconds (e.g., '1698400800'), and milliseconds (e.g., '1698400800000'). You need to convert all these timestamps into a consistent TIMESTAMP NTZ data type in Snowflake. Which approach offers the most efficient and accurate solution for converting these diverse timestamp formats into a unified TIMESTAMP NTZ?
Question 49
You are responsible for maintaining a dashboard displaying real-time website traffic data'. The data is ingested into a Snowflake table named 'WEB EVENTS using Snowpipe from cloud storage. The 'WEB EVENTS' table includes 'EVENT TIMESTAMP' , 'PAGE URL' , and 'USER ID columns. The dashboard requires near real-time updates, but you are noticing significant latency. Which of the following actions, performed in isolation, is LEAST likely to improve the dashboard update frequency?
Question 50
You are tasked with creating a data access strategy for a marketing analytics team. They need access to customer purchase data, but only aggregated by region and product category. They should not be able to see individual customer details due to PII compliance. You decide to use a Secure View. Which of the following are the MOST appropriate steps to ensure data security and minimize performance impact?
