
2026年最新のCOF-C02問題集を試そう!更新されたSnowflake試験合格させます
最新のCOF-C02試験問題集でSnowflake試験にはトレーニングを提供しています
質問 # 282
Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)
- A. Customer-managed encryption keys through Tri-Secret Secure
- B. Column-level security to apply data masking policies to tables and views
- C. Automatic encryption of all data
- D. Up to 90 days of data recovery through Time Travel
- E. Object-level access control
正解:C、E
解説:
Explanation
https://docs.snowflake.com/en/user-guide/intro-editions.html
質問 # 283
Which of the following best describes where Snowflake's metadata is stored?
- A. Inside the Virtual Warehouses
- B. Within the data files
- C. In the Cloud Services Layer
- D. within the drivers
正解:C
質問 # 284
What does Snowflake attempt to do if any of the compute resources for a virtual warehouse fail to provision during start-up?
- A. Queue the failed resources
- B. Repair the failed resources.
- C. Provision the failed resources
- D. Restart failed resources.
正解:D
質問 # 285
What does the TableScan operator represent in the Query Profile?
- A. The access to data stored in stage objects
- B. The access to a single table
- C. The records generated using the TABLE (GENERATOR (...)) construct
- D. The list of values provided with the VALUES clause
正解:B
解説:
In the Query Profile of Snowflake, the TableScan operator represents the access to a single table. This operator indicates that the query execution involved reading data from a table stored in Snowflake. TableScan is a fundamental operation in query execution plans, showing how the database engine retrieves data directly from tables as part of processing a query.
Reference:
Snowflake Documentation: Understanding the Query Profile
質問 # 286
Use of which file function allows a user to share unstructured data from an internal stage with an external reporting tool that does not have access to Snowflake">
- A. BUILD_STAGE_FILE_URL
- B. GET_PRESIGNED_URL
- C. GET_STAGE_LOCATION
- D. BUILD_SCOPED_FILE_URL
正解:B
解説:
The GET_PRESIGNED_URL function in Snowflake generates a pre-signed URL for a file in an internal stage. This URL can be shared with external tools or users who do not have direct access to Snowflake, allowing them to download the file.
* Generate Pre-Signed URL:
SELECT GET_PRESIGNED_URL(@my_stage/file.txt);
* Share the URL: The generated URL can be shared with external users or applications, enabling them to access the file directly.
References:
* Snowflake Documentation: GET_PRESIGNED_URL
* Snowflake Documentation: Working with Stages
質問 # 287
Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
- A. Information Schema -> TABLE_HISTORY
- B. SHOW TABLES;
- C. SHOW STORAGE BY TABLE;
- D. Information Schema -> TABLE_FUNCTION
- E. Information Schema -> TABLE_STORAGE_METRICS
正解:B、E
質問 # 288
A virtual warehouse's auto-suspend and auto-resume settings apply to which of the following?
- A. The entire virtual warehouse
- B. The database in which the virtual warehouse resides
- C. The primary cluster in the virtual warehouse
- D. The Queries currently being run on the virtual warehouse
正解:A
質問 # 289
True or False: The user has to specify which cluster a query will run on in multi-clustering Warehouse.
- A. True
- B. False
正解:B
質問 # 290
Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)
- A. Customer-managed encryption keys through Tri-Secret Secure
- B. Column-level security to apply data masking policies to tables and views
- C. Automatic encryption of all data
- D. Up to 90 days of data recovery through Time Travel
- E. Object-level access control
正解:C、E
解説:
In all Snowflake editions, two key capabilities are universally available:
* B. Automatic encryption of all data: Snowflake automatically encrypts all data stored in its platform, ensuring security and compliance with various regulations. This encryption is transparent to users and does not require any configuration or management.
* D. Object-level access control: Snowflake provides granular access control mechanisms that allow administrators to define permissions at the object level, including databases, schemas, tables, and views.
This ensures that only authorized users can access specific data objects.
These features are part of Snowflake's commitment to security and governance, and they are included in every edition of the Snowflake Data Cloud.
References:
* Snowflake Documentation on Security Features
* SnowPro Core Certification Exam Study Guide
質問 # 291
What feature can be used to reorganize a very large table on one or more columns?
- A. Clustered partitions
- B. Key partitions
- C. Clustering keys
- D. Micro-partitions
正解:C
解説:
https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html
質問 # 292
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
- A. 24 hours
- B. 60 minutes
- C. 30 days
- D. 14 days
正解:D
解説:
In the Snowflake Web Interface (UI), the Query History page displays the history of queries executed in Snowflake for up to 14 days. This allows users to review and analyze their query performance, troubleshoot issues, and understand their query patterns over a two-week period. The Query History page is a critical tool for monitoring and optimizing the use of Snowflake.
References:
* Snowflake Documentation: Using the Web Interface
質問 # 293
How would a user run a multi-cluster warehouse in maximized mode?
- A. Set the minimum clusters and maximum clusters settings to different values.
- B. Set the minimum Clusters and maximum Clusters settings to the same value.
- C. Configure the maximum clusters setting to "Maximum."
- D. Turn on the additional clusters manually after starting the warehouse.
正解:A
質問 # 294
Which function unloads data from a relational table to JSON?
- A. TRUNC(ID_NUMBER, 5)
- B. TO_CHAR<ID NUMBER)
- C. ID_NUMBER*100
- D. TRUNC<ID_NUMBER, -6)
正解:B
解説:
To unload data from a relational table to JSON format, you can use the TO_CHAR function. This function converts a number to a character string, which can then be serialized into JSON format. While there isn't a direct function specifically named for unloading to JSON, converting the necessary fields to a string representation is a common step in preparing data for JSON serialization.
References:
* Snowflake Documentation: TO_CHAR Function
質問 # 295
Which table function will return the output of a previously-run command?
- A. QUERY_HISTORY
- B. FLATTEN
- C. TASKHISTORY
- D. RESULT_SCAN
正解:D
解説:
* The RESULT_SCAN function returns the output of a previously executed query by referencing its query ID.
* Example:
SELECT * FROM RESULT_SCAN('query_id');
* Other functions like QUERY_HISTORY or TASK_HISTORY provide metadata about queries but do not return query results.
References:
* Snowflake Documentation: RESULT_SCAN Function
質問 # 296
What is the MOST performant file format for loading data in Snowflake?
- A. Parquet
- B. ORC
- C. CSV (Gzipped)
- D. CSV (Unzipped)
正解:D
質問 # 297
Which data sharing option allows a Snowflake user to set up and manage a group of accounts and offer a share to that group?
- A. Direct share
- B. Paid listing
- C. Data Exchange
- D. Free listing
正解:A
解説:
Snowsight, the Snowflake user interface, supports a variety of chart types for data visualization, including line charts and pie charts. These chart types help users analyze and interpret data more effectively.
* Line Charts:Useful for showing trends over time or comparing different data sets.
* Pie Charts:Ideal for displaying proportions and percentages within a dataset.
References:
* Snowflake Documentation: Visualizing Data with Snowsight
* Snowflake Documentation: Chart Types
質問 # 298
......
更新されたテストエンジン練習COF-C02問題集と練習試験:https://www.jpntest.com/shiken/COF-C02-mondaishu
合格できるSnowflake COF-C02のPDF問題集で最近更新された1110問あります:https://drive.google.com/open?id=15QNJ4GnEoKW90vU7saVa2tsMn3-xAhHb