Question 31
What effect do row access policies have on the creation of dashboards concerning user data visibility?
Question 32
A telecommunications company wants to segment its customers based on their usage patterns for targeted marketing campaigns. You have access to a table named 'CUSTOMER USAGE with the following columns: 'CUSTOMER ONT), 'DATA USAGE GB' (FLOAT), 'VOICE CALL MINUTES (INT), and (INT). Which of the following Snowflake features or techniques would be MOST appropriate for performing customer segmentation and determining distinct customer clusters?
Question 33
You are tasked with loading multiple CSV files from an external stage into a Snowflake table. The files have the following naming convention: HHMlSS.csv' (e.g., 'data_20240101 120000.csv'). You need to load all the files that were created on or after '2024-01-01' into the 'target_table'. Which of the following approaches can be used to load those data?
Question 34
While loading data into Snowflake using named file formats, a file format defined in which location has precedence?
Question 35
You are analyzing sales data for a retail company. The 'sales' table contains columns 'product id' (INT), 'sale date' (DATE), and 'sale_amount' (NUMBER). You need to calculate the percentage contribution of each product's sales to the total sales on each day. You want the result to include 'sale date', 'product_id', 'sale_amount', 'daily total' , and 'percentage_contribution'. Which of the following Snowflake queries achieves this correctly?
