Snowflake SnowPro Advanced Administrator Exam Practice Questions (P. 2)
- Full Access (65 questions)
- One Year of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
A retailer uses a TRANSACTIONS table (100M rows, 1.2 TB) that has been clustered by the STORE_ID column (varchar(50)). The vast majority of analyses on this table are grouped by STORE_ID to look at store performance.
There are 1000 stores operated by the retailer but most sales come from only 20 stores. The Administrator notes that most queries are currently experiencing poor pruning, with large amounts of bytes processed by even simple queries.
Why is this occurring?
There are 1000 stores operated by the retailer but most sales come from only 20 stores. The Administrator notes that most queries are currently experiencing poor pruning, with large amounts of bytes processed by even simple queries.
Why is this occurring?
- AThe STORE_ID should be numeric.
- BThe table is not big enough to take advantage of the clustering key.
- CSales across stores are not uniformly distributed.
- DThe cardinality of the stores to transaction count ratio is too low to use the STORE_ID as a clustering key.
send
light_mode
delete
Question #7
Which type of listing in the Snowflake Marketplace can be added and queried immediately?
- AMonetized listing
- BStandard listing
- CRegional listing
- DPersonalized listing
send
light_mode
delete
Question #8
An Administrator receives data from a Snowflake partner. The partner is sharing a dataset that contains multiple secure views. The Administrator would like to configure the data so that only certain roles can see certain secure views.
How can this be accomplished?
How can this be accomplished?
- AApply RBAC directly onto the partner's shared secure views.
- BIndividually grant imported privileges onto the schema in the share.
- CClone the data and insert it into a company-owned share and apply the desired RBAC on the new tables.
- DCreate views over the incoming shared database and apply the desired RBAC onto these views.
send
light_mode
delete
Question #9
A Snowflake organization MYORG consists of two Snowflake accounts:

The ACCOUNT1 has a database PROD_DB and the ORGADMIN role enabled.
Management wants to have the PROD_DB database replicated to ACCOUNT2.
Are there any necessary configuration steps in ACCOUNT1 before the database replication can be configured and initiated in ACCOUNT2?

The ACCOUNT1 has a database PROD_DB and the ORGADMIN role enabled.
Management wants to have the PROD_DB database replicated to ACCOUNT2.
Are there any necessary configuration steps in ACCOUNT1 before the database replication can be configured and initiated in ACCOUNT2?
- A

- B

- CNo configuration steps are necessary in ACCOUNT1. Replicating databases across accounts within the same Snowflake organization is enabled by default.
- DIt is not possible to replicate a database from an Enterprise edition Snowflake account to a Standard edition Snowflake account.
send
light_mode
delete
Question #10
MY_TABLE is a table that has not been updated or modified for several days. On 01 January 2021 at 07:01, a user executed a query to update this table. The query ID is '8e5d0ca9-005e-44e6-b858-a8f5b37c5726'. It is now 07:30 on the same day.
Which queries will allow the user to view the historical data that was in the table before this query was executed? (Choose three.)
Which queries will allow the user to view the historical data that was in the table before this query was executed? (Choose three.)
- ASELECT * FROM my_table WITH TIME_TRAVEL(OFFSET => -60*30);
- BSELECT * FROM my_table AT(TIMESTAMP => '2021-01-01 07:00:00'::timestamp);
- CSELECT * FROM TIME_TRAVEL('MY_TABLE', 2021-01-01 07:00:00);
- DSELECT * FROM my_table PRIOR TO STATEMENT '8e5d0ca9-005e-44e6-b858-a8f5b37c5726';
- ESELECT * FROM my_table AT(OFFSET => -60*30);
- FSELECT * FROM my_table BEFORE(STATEMENT => '8e5d0ca9-005e-44e6-b858-a8f5b37c5726');
send
light_mode
delete
All Pages
