COF-R02 Exam Questions
329 real COF-R02 exam questions with expert-verified answers and explanations. Page 2 of 7.
- Question #51Snowflake Account and Security
What privileges are required to create a task?
tasksCREATE TASKschema privilegesaccess control - Question #52Querying and Performance
True or False: Some queries can be answered through the metadata cache and do not require an active Virtual Warehouse.
metadata cachequery optimizationvirtual warehouseresult cache - Question #53
When scaling out by adding clusters to a multi-cluster warehouse, you are primarily scaling for improved:
- Question #54Data Loading and Unloading
True or False: You can query the files in an External Stage directly without having to load the data into a table.
external stagequerying staged filesdata loading - Question #55
True or False: An active warehouse is required to run a COPY INTO statement.
- Question #56
True or False: AWS Private Link provides a secure connection from the Customer's on-premise data center to the Snowflake.
- Question #57Snowflake Overview and Architecture
True or False: Snowflake's Global Services Layer gathers and maintains statistics on all columns in all micro-partitions.
global services layermicro-partitionsmetadatastatistics - Question #58
Which of the following statements is true of Snowflake?
- Question #59
What is the minimum Snowflake edition that provides multi-cluster warehouses and up to 90 days of Time Travel?
- Question #60
Which of the following statements are true about Schemas in Snowflake? (Choose two.)
- Question #61
How a Snowpipe charges calculated?
- Question #62
True or False: A Snowflake account is charged for data stored in both Internal and External Stages.
- Question #63Snowflake Account and Security
True or False: Snowflake supports federated authentication in all editions.
federated authenticationSSOSnowflake editionssecurity - Question #64
True or False: When a new Snowflake object is created, it is automatically owned by the user who created it.
- Question #65
True or False: A Virtual Warehouse consumes Snowflake credits even when inactive.
- Question #66
True or False: During data unloading, only JSON and CSV files can be compressed.
- Question #67
True or False: Data Providers can share data with only the Data Consumer.
- Question #68
The fail-safe retention period is how many days?
- Question #69Virtual Warehouses
True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.
warehouse provisioning4XL warehouseprovisioning time - Question #70
How would you determine the size of the virtual warehouse used for a task?
- Question #71
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
- Question #72
What is the default File Format used in the COPY command if one is not specified?
- Question #73
True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.
- Question #74Data Loading and Unloading
True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.
data loadingfile size limitssource files - Question #75Virtual Warehouses
True or False: A Virtual Warehouse can be resized while suspended.
virtual warehouseresizesuspend - Question #76
True or False: When you create a custom role, it is a best practice to immediately grant that role to ACCOUNTADMIN.
- Question #77
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
- Question #78Continuous Data Protection
True or False: Fail-safe can be disabled within a Snowflake account.
fail-safedata protectionconfiguration - Question #79Querying and Performance
True or False: It is possible for a user to run a query against the query result cache without requiring an active Warehouse.
result cachequery cachewarehouse - Question #80
A virtual warehouse's auto-suspend and auto-resume settings apply to which of the following?
- Question #81Continuous Data Protection
Which of the following Snowflake features provide continuous data protection automatically? (Select TWO).
Time Travelfail-safecontinuous data protection - Question #82
Which of the following conditions must be met in order to return results from the results cache? (Select TWO).
- Question #83Snowflake Overview and Architecture
Which of the following are benefits of micro-partitioning? (Select TWO)
micro-partitioningstorage optimizationpruning - Question #84
What is the minimum Snowflake edition required to create a materialized view?
- Question #85
What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?
- Question #86Snowflake Account and Security
Which feature is only available in the Enterprise or higher editions of Snowflake?
column-level securityEnterprise editiondata masking - Question #87
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
- Question #88Virtual Warehouses
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
warehouse contentionquery queuingSTATEMENT_QUEUED_TIMEOUT_IN_SECONDS - Question #89
Which of the following indicates that it may be appropriate to use a clustering key for a table? (Select TWO).
- Question #90Data Loading and Unloading
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
Snowpipeauto-ingestcontinuous loading - Question #91
A user needs to create a materialized view in the schema MYDB.MYSCHEMA. Which statements will provide this access?
- Question #92Data Loading and Unloading
What is the default character set used when loading CSV files into Snowflake?
CSV loadingcharacter setUTF-8 - Question #93
A sales table FCT_SALES has 100 million records. The following Query was executed SELECT COUNT (1) FROM FCT__SALES; How did Snowflake fulfill this query?
- Question #94Querying and Performance
Which cache type is used to cache data output from SQL queries?
result cachequery cachecaching layers - Question #95
What is a key feature of Snowflake architecture?
- Question #96Querying and Performance
What is a limitation of a Materialized View?
materialized viewJOIN limitationview restrictions - Question #97Continuous Data Protection
What features does Snowflake Time Travel enable?
Time Traveldata recoverypoint-in-time - Question #98Virtual Warehouses
Which statement about billing applies to Snowflake credits?
credit billingwarehouse costcompute pricing - Question #99
What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)
- Question #100
When reviewing the load for a warehouse using the load monitoring chart, the chart indicates that a high volume of Queries are always queuing in the warehouse According to recommen...