What is the expiration period tor a file URL used to access unstructured data in cloud storage?
Show answer and explanation
Correct answer: D
COF-C02 Real Exam Questions
1,700 questions available · Page 1 of 170
Updated Exam DumpsVerified AnswersPass Guarantee
What is the expiration period tor a file URL used to access unstructured data in cloud storage?
Correct answer: D
Which of the following compute resources or features are managed by Snowflake? (Select TWO).
Correct answers: C, D
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
Correct answer: B
The parameter STATEMENT_QUEUED_TIMEOUT_IN_SECONDS sets the limit for a query to wait in the queue in order to get its chance of running on the warehouse. The query will quit after reaching this limit.
By default, the value of this parameter is 0 which mean the queries will wait indefinitely in the waiting queue
https://community.snowflake.com/s/article/Warehouse-Concurrency-and-Statement-Timeout-Parameters#:~:text=The%20parameter%20STATEMENT_QUEUED_TIMEOUT_IN_SECONDS%20sets%20the,indefinitely%20in%20the%20waiting%20queue.
A query against which table will provide details about bytes consumed by active, Time Travel, and Fail-safe storage?
Correct answer: D
Which function should be used to find the query ID of the second query executed in a current session?
Correct answer: D
What type of NULL values are supported in semi-structured data? (Choose two.)
Correct answers: B, E
What is the impact of selecting one Snowflake edition over another? (Choose two.)
Correct answers: A, C
Who can create and manage reader accounts? (Select TWO).
Correct answers: A, D
In Snowflake, reader accounts are special types of accounts that allow data sharing with external consumers without them having their own Snowflake account. The creation and management of reader accounts can be performed by users with the ACCOUNTADMIN role or the ORGADMIN role. The ACCOUNTADMIN role has comprehensive administrative privileges within a Snowflake account, including managing other accounts and roles. The ORGADMIN role, which is higher in hierarchy, oversees multiple accounts within an organization and can manage reader accounts across those accounts.
References:
Snowflake Documentation: Creating and Managing Reader Accounts
Query compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
Correct answer: D
What will happen if multiple identical COPY INTO <location> statements using the default settings are executed in parallel on the same data file?
Correct answer: B