What is the MOST performant file format for loading data in Snowflake?
Reveal answer details Close answer details
Correct answerA
Snowflake · COF-R02
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
What is the MOST performant file format for loading data in Snowflake? Reveal answer details Close answer detailsCorrect answerA
Single choice
What is the purpose of multi-cluster virtual warehouses? Reveal answer details Close answer detailsCorrect answerC Explanation https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html#:~:text=Multi%2Dcluster%20warehouses%20enable%20you,during%20peak%20and%20off%20hours.
Single choice
Query compilation occurs in which architecture layer of the Snowflake Cloud Data Platform? Reveal answer details Close answer detailsCorrect answerA Explanation For query execution, Snowflake uses the Virtual Warehouse. The query processing layer is separated from the disk storage layer in the Snowflake data architecture. You can use the data from the storage layer to run queries in this layer
Multiple choice
Which commands should be used to grant the privilege allowing a role to select data from all current tables and any tables that will be created later in a schema? (Choose two.) Reveal answer details Close answer detailsCorrect answersC, D
Single choice
What feature can be used to reorganize a very large table on one or more columns? Reveal answer details Close answer detailsCorrect answerB Explanation https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html
Multiple choice
Which statements are correct concerning the leveraging of third-party data from the Snowflake Data Marketplace? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, D
Single choice
True or False: Reader Accounts incur no additional Compute costs to the Data Provider since they are simply reading the shared data without making changes. Reveal answer details Close answer detailsCorrect answerB Explanation References:
Multiple choice
What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, D
Single choice
Which minimum Snowflake edition allows for a dedicated metadata store? Reveal answer details Close answer detailsCorrect answerD Explanation References:
Single choice
Which of the following describes how multiple Snowflake accounts in a single organization relate to various cloud providers? Reveal answer details Close answer detailsCorrect answerB Explanation https://docs.snowflake.com/en/user-guide/intro-regions.html
Single choice
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location? Reveal answer details Close answer detailsCorrect answerA Explanation Snowpipe enables loading data from files as soon as they're available in a stage. This means you can load data from files in micro-batches, making it available to users within minutes, rather than manually executing COPY statements on a schedule to load larger batches.
Single choice
How long is the Fail-safe period for temporary and transient tables? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Multiple choice
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, C
Single choice
Which of the following are characteristics of security in Snowflake? Reveal answer details Close answer detailsCorrect answerC
Single choice
Users are responsible for data storage costs until what occurs? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
What are the responsibilities of Snowflake's Cloud Service layer? (Choose three.) Reveal answer details Close answer detailsCorrect answersA, D, E
Single choice
What happens to the shared objects for users in a consumer account from a share, once a database has been created in that account? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
What happens when an external or an internal stage is dropped? (Select TWO). Reveal answer details Close answer detailsCorrect answersA, C
Multiple choice
What internal stages are available in Snowflake? (Choose three.) Reveal answer details Close answer detailsCorrect answersA, B, E
Single choice
True or False: Query ID's are unique across all Snowflake deployments and can be used in communication with Snowflake Support to help troubleshoot issues. Reveal answer details Close answer detailsCorrect answerA
Single choice
A user created a new worksheet within the Snowsight Ul and wants to share this with teammates How can this worksheet be shared? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following statements would be used to export/unload data from Snowflake? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Multiple choice
Which query profile statistics help determine if efficient pruning is occurring? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, E
Single choice
Which of the following statements describes a schema in Snowflake? Reveal answer details Close answer detailsCorrect answerA
Single choice
What is the recommended compressed file size range for continuous data loads using Snowpipe? Reveal answer details Close answer detailsCorrect answerB
Single choice
How are serverless features billed? Reveal answer details Close answer detailsCorrect answerD
Single choice
What is the MINIMUM Snowflake edition required to use the periodic rekeying of micro-partitions? Reveal answer details Close answer detailsCorrect answerB Explanation References:
Single choice
What are the default Time Travel and Fail-safe retention periods for transient tables? Reveal answer details Close answer detailsCorrect answerC Explanation https://docs.snowflake.com/en/user-guide/data-cdp-storage-costs.html#:~:text=Temporary%20and%20Transient%20Tables,-To%20help%20manage&text=Temporary%20tables%20can%20also%20have,have%20no%20Fail%2Dsafe%20period.
Single choice
When unloading to a stage, which of the following is a recommended practice or approach? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Which of the following statements describes a benefit of Snowflake's separation of compute and storage? (Choose all that apply.) Reveal answer details Close answer detailsCorrect answersB, C, D Explanation References:
Multiple choice
Which file formats are supported for unloading data from Snowflake? (Choose two.) Reveal answer details Close answer detailsCorrect answersC, E Explanation References:
Single choice
Which of the following terms best describes Snowflake's database architecture? Reveal answer details Close answer detailsCorrect answerC Explanation https://www.snowflake.com/product/architecture/
Multiple choice
What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.) Reveal answer details Close answer detailsCorrect answersC, D
Single choice
Which of the following roles is recommended to be used to create and manage users and roles? Reveal answer details Close answer detailsCorrect answerB Explanation https://docs.snowflake.com/en/user-guide/security-access-control-overview.html "Security admin: Role that can manage any object grant globally, as well as create, monitor, and manage users and roles"
Single choice
How would you determine the size of the virtual warehouse used for a task? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Which of the following statements are true of Snowflake releases: (Choose two.) Reveal answer details Close answer detailsCorrect answersA, C Explanation https://docs.snowflake.com/en/user-guide/intro-releases.html
Single choice
Which of the following describes a Snowflake stored procedure? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
Which of the following commands cannot be used within a reader account? Reveal answer details Close answer detailsCorrect answerB Explanation A reader account is intended primarily for querying data shared by the provider of the account. Adding new data to the account and/or updating shared data in the account is not supported. Changing the configuration of virtual warehouses is also not permitted as those resources are owned and managed by the provider of the account which is sharing the data.
Single choice
Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously? Reveal answer details Close answer detailsCorrect answerB
Single choice
True or False: A customer using SnowSQL / native connectors will be unable be unable to able to also use the Snowflake Web interface (UI) unless access to the UI is explicitly granted by supported. Reveal answer details Close answer detailsCorrect answerB Explanation References:
Single choice
The following JSON is stored in a VARIANT column called src of the CAR_SALES table: ![]() A user needs to extract the dealership information from the JSON. How can this be accomplished? Reveal answer details Close answer detailsCorrect answerA
Multiple choice
What types of data listings are available in the Snowflake Data Marketplace? (Choose two.) Reveal answer details Close answer detailsCorrect answersD, E
Multiple choice
What actions will prevent leveraging of the ResultSet cache? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, D
Single choice
The Snowflake Search Optimization Services supports improved performance of which kind of query? Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
True or False: The COPY command must specify a File Format in order to execute. Reveal answer details Close answer detailsCorrect answerB Explanation Create Stage: Create Table (STAGE_FILE_FORMAT option):
Single choice
True or False: When a new Snowflake object is created, it is automatically owned by the user who created it. Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
True or False: Bulk unloading of data from Snowflake supports the use of a SELECT statement. Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
When scaling out by adding clusters to a multi-cluster warehouse, you are primarily scaling for improved: Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
What is the default File Format used in the COPY command if one is not specified? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
True or False: Snowflake's data warehouse was built from the ground up for the cloud in lieu of using an existing database or a platform, like Hadoop, as a base. Reveal answer details Close answer detailsCorrect answerB Explanation References: |