Question 106

How do Snowflake databases that are created from shares differ from standard databases that are not created from shares? (Choose three.)
  • Question 107

    A retail company has over 3000 stores all using the same Point of Sale (POS) system. The company wants to deliver near real-time sales results to category managers. The stores operate in a variety of time zones and exhibit a dynamic range of transactions each minute, with some stores having higher sales volumes than others.
    Sales results are provided in a uniform fashion using data engineered fields that will be calculated in a complex data pipeline. Calculations include exceptions, aggregations, and scoring using external functions interfaced to scoring algorithms. The source data for aggregations has over 100M rows.
    Every minute, the POS sends all sales transactions files to a cloud storage location with a naming convention that includes store numbers and timestamps to identify the set of transactions contained in the files. The files are typically less than 10MB in size.
    How can the near real-time results be provided to the category managers? (Select TWO).
  • Question 108

    You have created a table as below
    CREATE TABLE SNOWFLAKE_BLOG(BLOG_ID NUMBER, BLOG_CONTENT VARCHAR,BLOG_AUTHOR VARCHAR,BLOG_CREATE_DATE TIMESTAMP );
    Now you want to cluster it by BLOG_AUTHOR and BLOG_CREATE_DATE.
    Which command below will you choose?
  • Question 109

    What considerations need to be taken when using database cloning as a tool for data lifecycle management in a development environment? (Select TWO).
  • Question 110

    As of today snowflake supports replication for databases only