Free SnowPro Advanced: Administrator Certification ADA-C01 Exam Practice Test
ADA-C01 Exam Features
In Just $59 You can Access
- All Official Question Types
- Interactive Web-Based Practice Test Software
- No Installation or 3rd Party Software Required
- Customize your practice sessions (Free Demo)
- 24/7 Customer Support
Total Questions: 71
-
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? (Select THREE).SELECT * FROM my table WITH TIME_TRAVEL (OFFSET => -60*30);SELECT * FROM my_table AT (TIMESTAMP => '2021-01-01 07:00:00' :: timestamp);SELECT * FROM TIME_TRAVEL ('MY_TABLE', 2021-01-01 07:00:00);SELECT * FROM my table PRIOR TO STATEMENT '8e5d0ca9-005e-44e6-b858-a8f5b37c5726';SELECT * FROM my_table AT (OFFSET => -60*30);SELECT * FROM my_table BEFORE (STATEMENT => '8e5d0ca9-005e-44e6-b858-a8f5b37c5726');
Answer: B,D,F Next Question -
A Snowflake Administrator is investigating why a query is not re-using the persisted result cache.The Administrator found the two relevant queries from the SNOWFLAKE. ACCOUNT_USAGE. QUERY_HISTORY view:Why is the second query re-scanning micro-partitions instead of using the first query's persisted result cache?
Answer: A Next Question -
What are benefits of creating and maintaining resource monitors in Snowflake? (Select THREE).
Answer: C,D,F Next Question -
For Snowflake network policies, what will occur when the account_level and user_level network policies are both defined?
Answer: B Next Question -
A Snowflake user runs a complex SQL query on a dedicated virtual warehouse that reads a large amount of data from micro-partitions. The same user wants to run anotherquery that uses the same data set.Which action would provide optimal performance for the second SQL query?
Answer: D Next Question -
What role or roles should be used to properly create the object required to setup OAuth 2.0 integration?
Answer: D Next Question -
A user with the proper role issues the following commands when setting up and activating network policies:CREATE OR REPLACE NETWORK POLICY foo_policy ALLOWED_IP_LIST = ( '1.1.1.0/24', '2.2.2.0/24' , '3.3. 3. 0/24' ) BLOCKED IP LIST = ( '1.1.1.1')COMMENT = 'Account level policy';ALTER ACCOUNT SET NETWORK_POLICY=FOO_POLICY;CREATE OR REPLACE NETWORK POLICY bar_policy ALLOWED_IP_LIST = ('3.3.3.0/24')BLOCKED IP LIST = ('3.3.3.10')COMMENT = 'user level policy';ALTER USER userl SET NETWORK_POLICY=BAR_POLICY;Afterwards, user1 attempts to log in to Snowflake from IP address 3.3.3.10. Will the login be successful?
Answer: B Next Question -
Which type of listing in the Snowflake Marketplace can be added and queried immediately?
Answer: B Next Question -
Which tasks can be performed by the ORGADMIN role? (Select THREE).
Answer: A,B,D Next Question -
What are characteristics of data replication in Snowflake? (Select THREE).
Answer: A,E,F Next Question
Total Questions: 71