{"id":13489,"date":"2026-09-16T09:12:29","date_gmt":"2026-09-16T09:12:29","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13489"},"modified":"2026-09-16T09:12:29","modified_gmt":"2026-09-16T09:12:29","slug":"snowflake-snowpro-core-practice-test-questions-and-exam-dumps-part14-q261-280","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/snowflake-snowpro-core-practice-test-questions-and-exam-dumps-part14-q261-280\/","title":{"rendered":"Snowflake SnowPro Core Practice Test Questions and Exam Dumps Part14 Q261-280"},"content":{"rendered":"<h1><\/h1>\n<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/snowpro-core-recertification-exam-dumps\"><b>Snowflake SnowPro Core Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<h3><b>Question 261<\/b><\/h3>\n<p><b>Which Snowflake feature is used to share selected data with another Snowflake account without requiring traditional data duplication?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Secure Data Sharing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time Travel<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-suspend<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Monitor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Secure Data Sharing allows a Snowflake provider to share selected database objects with consumers without requiring traditional copies of the shared data. The provider controls which objects are made available, while consumers can access the shared data through the supported sharing mechanism. This approach can simplify collaboration between teams or organizations and reduce unnecessary duplication. Time Travel provides historical data access, auto-suspend manages warehouse activity, and Resource Monitors manage credit consumption. Therefore, Secure Data Sharing is the appropriate Snowflake feature for controlled sharing of data without traditional copying.<\/span><\/p>\n<h3><b>Question 262<\/b><\/h3>\n<p><b>Which Snowflake object is used to organize tables, views, and other database objects within a database?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Warehouse<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Schema<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stream<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A schema is a logical container within a Snowflake database. It can contain tables, views, stages, file formats, sequences, procedures, and other supported objects. The database-to-schema hierarchy provides an organized structure for managing data objects and permissions. A warehouse supplies compute resources, a stage supports file-based loading and unloading, and a stream tracks changes to table data. Therefore, when the requirement is to organize database objects inside a database, the appropriate Snowflake object is a schema.<\/span><\/p>\n<h3><b>Question 263<\/b><\/h3>\n<p><b>Which Snowflake capability allows a suspended warehouse to start automatically when a workload requires it?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-suspend<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fail-safe<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-resume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time Travel<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Auto-resume automatically starts a suspended virtual warehouse when a workload requires compute resources. It is often paired with auto-suspend, which stops a warehouse after a configured period of inactivity. Together, these settings can help organizations balance performance and cost by making compute available when needed while avoiding unnecessary runtime during idle periods. Fail-safe is a recovery mechanism, and Time Travel provides historical data access. Therefore, Auto-resume is the correct feature when the requirement is to automatically restart a suspended warehouse.<\/span><\/p>\n<h3><b>Question 264<\/b><\/h3>\n<p><b>Which Snowflake data type is designed to store key-value pairs in semi-structured data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ARRAY<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OBJECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BOOLEAN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DATE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">OBJECT is a Snowflake data type used to represent key-value pairs in semi-structured data. It is particularly useful for JSON-like structures where named attributes contain associated values. ARRAY is used for ordered collections of values, BOOLEAN stores true or false values, and DATE stores calendar dates. OBJECT values can also be nested inside other semi-structured structures and are commonly encountered within VARIANT data. Therefore, when a data structure consists of named keys associated with values, OBJECT is the appropriate Snowflake data type.<\/span><\/p>\n<h3><b>Question 265<\/b><\/h3>\n<p><b>Which Snowflake feature can help reduce unnecessary data scanning by eliminating irrelevant micro-partitions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query pruning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snowpipe<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fail-safe<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Query pruning allows Snowflake to skip micro-partitions that are unlikely to contain rows matching the query conditions. Snowflake maintains metadata about micro-partitions, including information that can help determine whether particular partitions are relevant. By reducing the number of partitions scanned, pruning can improve query performance and reduce unnecessary compute work. Snowpipe is designed for continuous ingestion, Resource Monitors help manage credit consumption, and Fail-safe is associated with recovery. Therefore, query pruning is the capability directly responsible for eliminating unnecessary micro-partition scans.<\/span><\/p>\n<h3><b>Question 266<\/b><\/h3>\n<p><b>Which Snowflake command is used to remove an existing table object?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DELETE TABLE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">REMOVE TABLE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DROP TABLE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CLEAR TABLE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">DROP TABLE is the standard SQL command used to remove a table object from Snowflake. This is different from DELETE, which removes rows while leaving the table object in place. Dropping a table is therefore an object-level operation rather than simply a row-level data modification. Depending on applicable retention settings, Snowflake&#8217;s Time Travel capabilities may provide historical recovery options after certain object operations. REMOVE TABLE and CLEAR TABLE are not standard Snowflake commands. Therefore, DROP TABLE is the correct command for removing a table object.<\/span><\/p>\n<h3><b>Question 267<\/b><\/h3>\n<p><b>Which Snowflake feature is designed to continuously load newly arriving files into a table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Materialized View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snowpipe<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Row Access Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search Optimization Service<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Snowpipe is designed for continuous or near-continuous ingestion of newly arrived files. It can detect files through supported cloud-storage notification mechanisms and initiate loading into Snowflake tables. This makes Snowpipe useful when data arrives frequently and organizations want automated ingestion rather than repeatedly running manual bulk-loading commands. Materialized Views are used for supported performance optimization, Row Access Policies control row visibility, and Search Optimization Service improves certain selective queries. Therefore, Snowpipe is the feature specifically designed for continuous file ingestion.<\/span><\/p>\n<h3><b>Question 268<\/b><\/h3>\n<p><b>Which privilege is generally needed on a table for a role to query its rows?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">INSERT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UPDATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DELETE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The SELECT privilege allows a role to query and read data from a table. In addition to the table-level SELECT privilege, the role generally needs the appropriate USAGE privileges on the parent database and schema to access the object successfully. INSERT allows adding rows, UPDATE allows modifying existing rows, and DELETE allows removing rows. Snowflake&#8217;s role-based access control model allows these privileges to be granted to roles and then assigned to users. Therefore, SELECT is the appropriate privilege when a role needs to read table data.<\/span><\/p>\n<h3><b>Question 269<\/b><\/h3>\n<p><b>Which Snowflake object provides compute capacity and can be resized independently from the storage layer?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Virtual warehouse<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Schema<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A virtual warehouse provides compute resources for executing queries and processing data. Snowflake separates compute from storage, allowing warehouses to be resized independently without requiring the stored data itself to be moved or reorganized. Organizations can also create separate warehouses for different workloads to provide resource isolation. Databases and schemas organize data objects, while stages support file-based workflows. Therefore, the virtual warehouse is the Snowflake object that provides independently configurable compute capacity.<\/span><\/p>\n<h3><b>Question 270<\/b><\/h3>\n<p><b>Which Snowflake feature provides a mechanism for applying different visibility rules to rows based on a user&#8217;s access context?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Masking Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Row Access Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File Format<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Row Access Policy enables fine-grained control over which rows are visible to a user. The policy can evaluate conditions such as the user&#8217;s role or other contextual attributes and determine whether particular records should be returned. This allows different users to query the same underlying table while receiving different subsets of rows. Masking Policies primarily protect column values, Resource Monitors manage credit consumption, and File Formats define how files are interpreted. Therefore, Row Access Policy is the appropriate feature for conditional row-level visibility.<\/span><\/p>\n<h3><b>Question 271<\/b><\/h3>\n<p><b>Which Snowflake feature stores precomputed results for supported query workloads to improve performance?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stream<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Materialized View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Role<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Materialized View maintains precomputed results for a supported query definition. For suitable workloads, this can improve query performance because Snowflake can use the maintained results instead of repeatedly performing the entire underlying computation. Materialized Views are particularly useful when expensive aggregations or transformations are queried frequently. Streams track table changes, stages support file loading and unloading, and roles are used for access control. Therefore, a Materialized View is the appropriate Snowflake object when the goal is to maintain precomputed query results for performance.<\/span><\/p>\n<h3><b>Question 272<\/b><\/h3>\n<p><b>Which Snowflake feature is primarily used to track and manage credit consumption?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stream<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Resource Monitors are used to monitor Snowflake credit consumption and can be configured with thresholds and supported actions. They help organizations establish cost-management controls around compute usage. Depending on configuration, administrators can receive notifications or trigger supported actions when consumption reaches specified limits. Streams track changes to table data, stages provide file locations, and views provide logical representations of data. Therefore, Resource Monitor is the feature most directly associated with monitoring and controlling Snowflake credit consumption.<\/span><\/p>\n<h3><b>Question 273<\/b><\/h3>\n<p><b>Which Snowflake feature allows a user to create a development copy of a table without initially copying all of its underlying data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snowpipe<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time Travel<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Zero-copy cloning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Monitor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Zero-copy cloning allows supported objects to be cloned without initially making a complete physical copy of the underlying data. The clone can initially reference the same micro-partitions as the source. If changes are later made, Snowflake manages the affected data separately. This makes cloning especially useful for development and testing environments where users need a copy of a large dataset quickly. Snowpipe handles continuous ingestion, Time Travel provides historical access, and Resource Monitors manage credit consumption. Therefore, zero-copy cloning is the correct feature.<\/span><\/p>\n<h3><b>Question 274<\/b><\/h3>\n<p><b>Which Snowflake function is used to parse a JSON string into a semi-structured value?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FLATTEN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GET<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ARRAY_CONSTRUCT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PARSE_JSON<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">PARSE_JSON converts a string containing valid JSON into a Snowflake semi-structured value, commonly represented through VARIANT. Once parsed, users can access nested objects and arrays using Snowflake&#8217;s semi-structured data functionality. FLATTEN is used to expand nested structures into rows, GET can retrieve elements from semi-structured values, and ARRAY_CONSTRUCT creates an array. Therefore, PARSE_JSON is the correct function when the requirement is to interpret JSON text as a queryable semi-structured value.<\/span><\/p>\n<h3><b>Question 275<\/b><\/h3>\n<p><b>Which Snowflake feature automatically stops a warehouse after a specified period of inactivity?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-resume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-suspend<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multi-cluster<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time Travel<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Auto-suspend automatically stops a virtual warehouse after it has been inactive for the configured period. This is an important cost-optimization setting because compute credits are not unnecessarily consumed by an idle warehouse. Organizations can combine auto-suspend with auto-resume so that the warehouse stops when unused and starts again when a workload requires it. Multi-cluster warehouses address concurrency, Time Travel provides historical data access, and auto-resume starts suspended warehouses. Therefore, auto-suspend is the feature responsible for stopping inactive warehouses automatically.<\/span><\/p>\n<h3><b>Question 276<\/b><\/h3>\n<p><b>Which Snowflake feature can provide additional compute clusters when many queries need to execute concurrently?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time Travel<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snowpipe<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multi-cluster warehouse<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Masking Policy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A multi-cluster warehouse is designed to support workloads with high query concurrency by allowing multiple compute clusters to be used. When workload demand increases, additional clusters can provide more compute capacity and help reduce queuing, depending on the configured scaling policy. This is different from simply increasing the size of a single cluster because the primary goal is handling concurrent workloads. Time Travel provides historical access, Snowpipe supports continuous ingestion, and Masking Policies protect sensitive column values. Therefore, a multi-cluster warehouse is the correct choice for high-concurrency workloads.<\/span><\/p>\n<h3><b>Question 277<\/b><\/h3>\n<p><b>Which Snowflake feature can dynamically hide or transform sensitive column values according to defined security rules?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Masking Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stream<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Task<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Masking Policy provides dynamic protection for sensitive column values. Depending on the user&#8217;s role or other defined conditions, Snowflake can return the original value or a masked representation. This enables organizations to protect sensitive information while keeping the underlying dataset centralized. Streams capture changes to table data, stages support file workflows, and Tasks automate SQL execution. Therefore, a Masking Policy is the appropriate Snowflake security feature for dynamically controlling how sensitive column values are displayed.<\/span><\/p>\n<h3><b>Question 278<\/b><\/h3>\n<p><b>Which Snowflake object can automatically execute SQL statements based on a schedule?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File Format<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Task<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stream<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Task can automatically execute SQL statements or supported procedures based on a configured schedule. Tasks can also be connected through dependencies to create task graphs for more complex workflows. They are useful for recurring transformations, maintenance operations, and automated data pipelines. A File Format defines file interpretation settings, a Stream records table changes, and a Stage provides a file location. Therefore, Task is the Snowflake object designed to automate SQL execution based on a schedule or dependency.<\/span><\/p>\n<h3><b>Question 279<\/b><\/h3>\n<p><b>Which Snowflake architecture characteristic allows storage to remain independent from compute resources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Role-based access control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage and compute separation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatic Clustering<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Secure Data Sharing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Storage and compute separation is a fundamental Snowflake architectural principle. Snowflake stores data independently from the virtual warehouses that process it. This allows organizations to resize compute resources, create multiple warehouses, or isolate workloads without needing separate copies of the stored data. Role-based access control manages permissions, Automatic Clustering maintains organization of eligible table data, and Secure Data Sharing provides controlled data access between consumers. Therefore, storage and compute separation is the characteristic that allows compute resources and storage to be managed independently.<\/span><\/p>\n<h3><b>Question 280<\/b><\/h3>\n<p><b>Which Snowflake function is commonly used to expand nested semi-structured arrays into individual rows?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TO_VARIANT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GET<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FLATTEN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PARSE_JSON<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">FLATTEN is a table function used to expand semi-structured data into rows. It is particularly useful for arrays and nested objects stored in VARIANT values. By converting nested elements into a row-based result, FLATTEN makes semi-structured data easier to analyze using SQL. TO_VARIANT converts values to VARIANT, GET can retrieve specific elements, and PARSE_JSON converts JSON text into a semi-structured value. Therefore, FLATTEN is the correct function when nested arrays or objects need to be expanded into individual rows.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Snowflake SnowPro Core Exam Dumps and Practice Test Dumps. Question 261 Which Snowflake feature is used to share selected data with another Snowflake account without requiring traditional data duplication? Secure Data Sharing Time Travel Auto-suspend Resource Monitor Correct Answer: 1 Explanation: Secure Data Sharing allows a Snowflake provider to share selected database objects [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13489"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=13489"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13489\/revisions"}],"predecessor-version":[{"id":13503,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13489\/revisions\/13503"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13489"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}