Question 121

A data analyst needs to enrich customer data in a Snowflake database with demographic information obtained from the Snowflake Marketplace. The purchased listing provides data as a secure view Which of the following SQL commands is the MOST efficient and secure way to create a new table in the data analyst's database that combines customer data with the demographic information from the Marketplace listing, while ensuring that only necessary columns from the Marketplace data are included?
  • Question 122

    You are analyzing website traffic data in Snowflake and notice a sudden drop in page views from a specific country (Country A) starting last month. You have access to the 'WEBSITE TRAFFIC' table with columns: 'date' , 'country', 'page_viewS, 'device_type'. Which of the following queries and techniques would be MOST effective in identifying the potential cause of this anomaly?
  • Question 123

    In Snowflake, how does leveraging Time Travel contribute to handling data anomalies and ensuring data integrity?
  • Question 124

    You are tasked with building a data ingestion pipeline to retrieve data from a transactional database using Change Data Capture (CDC).The source database is a MySQL instance. Which of the following approaches is MOST suitable for efficiently retrieving and loading the changed data into Snowflake while minimizing latency?
  • Question 125

    You are tasked with creating a dashboard to visualize customer churn. You have a Snowflake table named 'CUSTOMER DATA' with columns 'CUSTOMER ID, 'JOIN DATE, 'LAST ACTIVE DATE, 'REVENUE', and CHURNED' (BOOLEAN). You want to present a cohort analysis showing the retention rate of customers over time, grouped by their join month. Which of the following approaches using SQL and visualization techniques is the MOST effective for creating this cohort analysis visualization for a dashboard using only snowflake?