Exam SnowPro Advanced Data Engineer All QuestionsBrowse all questions from this exam
Question 63

A Data Engineer is building a set of reporting tables to analyze consumer requests by region for each of the Data Exchange offerings annually, as well as click-through rates for each listing.

Which views are needed MINIMALLY as data sources?

    Correct Answer: B, C

    To analyze consumer requests by region for each Data Exchange offering annually, as well as click-through rates for each listing, the minimal data sources needed are SNOWFLAKE.DATA_SHARING_USAGE.LISTING_CONSUMPTION_DAILY and SNOWFLAKE.DATA_SHARING_USAGE.LISTING_TELEMETRY_DAILY. LISTING_CONSUMPTION_DAILY provides data on consumer requests by region and offering, while LISTING_TELEMETRY_DAILY provides telemetry data crucial for calculating click-through rates.

Discussion
Snow_POptions: BC

For sure C but I am wondering between A & B. Overall I think B&C

stopthisnowOptions: BC

A looks wrong. It gives info about installations and permission, not consumption. https://docs.snowflake.com/en/sql-reference/data-sharing-usage/listing-events-daily

BigDataBBOption: B

In LISTING_CONSUMPTION_DAILY there is the column SNOWFLAKE_REGION, so this is the necessart view: https://docs.snowflake.com/en/sql-reference/data-sharing-usage/listing-consumption-daily

prshntdxt7Options: BC

The minimal data sources needed for analyzing consumer requests by region for each Data Exchange offering annually, as well as click-through rates for each listing, would likely include: B. SNOWFLAKE.DATA_SHARING_USAGE.LISTING_CONSUMPTION_DAILY C. SNOWFLAKE.DATA_SHARING_USAGE.LISTING_TELEMETRY_DAILY These two tables provide information related to listing consumption and telemetry, which are crucial for understanding consumer requests and click-through rates for each listing. The other options (A and D) seem less relevant to the specific requirements mentioned.