{"id":13495,"date":"2026-09-16T09:10:46","date_gmt":"2026-09-16T09:10:46","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13495"},"modified":"2026-09-16T09:10:46","modified_gmt":"2026-09-16T09:10:46","slug":"snowflake-snowpro-core-practice-test-questions-and-exam-dumps-part20-q381-400","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/snowflake-snowpro-core-practice-test-questions-and-exam-dumps-part20-q381-400\/","title":{"rendered":"Snowflake SnowPro Core Practice Test Questions and Exam Dumps Part20 Q381-400"},"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<p>&nbsp;<\/p>\n<h3><b>Question 381<\/b><\/h3>\n<p><b>Which Snowflake feature is used to provide additional protection and recovery capabilities after the Time Travel period has ended?<\/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;\">Query Profile<\/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: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Fail-safe is a separate Snowflake recovery mechanism that provides additional protection after the applicable Time Travel retention period has ended. It is important to understand that Fail-safe is not intended for normal user-driven historical querying. Time Travel is the primary feature for accessing historical data during the configured retention period, while Fail-safe is intended for recovery scenarios when Time Travel is no longer available. Snowpipe handles continuous data ingestion, Query Profile helps analyze query execution, and Resource Monitor tracks credit consumption. Therefore, Fail-safe is the correct answer for post-Time Travel recovery protection.<\/span><\/p>\n<h3><b>Question 382<\/b><\/h3>\n<p><b>Which Snowflake object contains schemas and provides a higher-level organizational container for database objects?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database<\/span><\/li>\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;\">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 Database is a high-level organizational container in Snowflake that contains schemas. Schemas then contain objects such as tables, views, stages, file formats, tasks, and other supported objects. A Warehouse provides compute resources and is separate from the database hierarchy. A Stage provides a location for files used in data loading and unloading, while a Task automates SQL execution. Understanding the hierarchy of account, database, schema, and object is important when managing data and privileges. Therefore, Database is the correct answer because it contains schemas.<\/span><\/p>\n<h3><b>Question 383<\/b><\/h3>\n<p><b>Which Snowflake feature can be used to automatically process newly arriving files with minimal manual intervention?<\/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;\">Row Access Policy<\/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;\">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;\">Snowpipe is designed to continuously or near-continuously ingest newly arriving files into Snowflake. It can use supported event-driven mechanisms to detect and process new files, reducing the need for users to repeatedly run manual loading commands. This makes Snowpipe suitable for workloads where data arrives frequently or continuously. Materialized Views maintain precomputed query results, Row Access Policies control row visibility, and Time Travel provides access to historical data. Therefore, Snowpipe is the correct feature when newly arriving files need to be loaded automatically with minimal manual intervention.<\/span><\/p>\n<h3><b>Question 384<\/b><\/h3>\n<p><b>Which privilege is generally required to allow a role to read data from a Snowflake table?<\/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;\">SELECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DELETE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UPDATE<\/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;\">The SELECT privilege allows a role to read data from a Snowflake table. Depending on the object&#8217;s location, the role generally also needs the appropriate USAGE privileges on the parent database and schema. Snowflake&#8217;s hierarchical privilege model means access to a table is affected by privileges granted at multiple levels. INSERT permits adding rows, UPDATE permits modifying rows, and DELETE permits removing rows. These privileges should be granted according to the principle of least privilege. Therefore, SELECT is the appropriate privilege when a role needs to read table data.<\/span><\/p>\n<h3><b>Question 385<\/b><\/h3>\n<p><b>Which Snowflake feature can reduce compute costs by automatically stopping an unused virtual warehouse?<\/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;\">AUTO_RESUME<\/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;\">Search Optimization Service<\/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;\">AUTO_SUSPEND allows a virtual warehouse to automatically suspend after remaining inactive for a configured period. Because running warehouses consume compute resources, suspending unused warehouses can help reduce unnecessary credit consumption. AUTO_RESUME performs the opposite function by restarting a suspended warehouse when workload requires it. Time Travel provides historical data access, while Search Optimization Service improves performance for supported selective search patterns. Properly configuring auto-suspend is an important cost-management practice, especially for development and intermittent workloads. Therefore, AUTO_SUSPEND is the correct answer.<\/span><\/p>\n<h3><b>Question 386<\/b><\/h3>\n<p><b>Which Snowflake command is used to transfer files from a local machine to an internal stage?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COPY INTO<\/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;\">PUT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GRANT<\/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;\">PUT is used to upload files from a local environment to an internal Snowflake stage. After the files are staged, COPY INTO can be used to load their contents into a target table. GET generally performs the reverse operation by downloading files from an internal stage to a local environment. GRANT is used to manage privileges and does not transfer data files. Understanding the distinction between PUT, GET, and COPY INTO is important for Snowflake data-loading workflows. Therefore, PUT is the correct command for uploading local files to an internal stage.<\/span><\/p>\n<h3><b>Question 387<\/b><\/h3>\n<p><b>Which Snowflake object tracks changes to table data for use in incremental data-processing workflows?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/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;\">File Format<\/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 Stream records change information for a supported source table and allows downstream processes to identify changes such as inserts, updates, and deletes. This makes Streams useful for incremental processing because a downstream pipeline can focus on changed data instead of repeatedly processing an entire table. Views provide logical query definitions, Stages provide file locations, and File Formats define how files should be interpreted during loading or unloading. Streams are often combined with Tasks to automate processing. Therefore, Stream is the correct Snowflake object for tracking table changes.<\/span><\/p>\n<h3><b>Question 388<\/b><\/h3>\n<p><b>Which Snowflake feature provides detailed information about how a query was executed?<\/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;\">Network Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query Profile<\/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;\">Query Profile provides detailed information about the execution of a Snowflake query. It can help users understand execution steps, identify expensive operations, investigate large scans, and analyze areas that may contribute to poor performance. Resource Monitors focus on credit consumption, Network Policies control network-based account access, and File Formats define file interpretation rules. Query Profile is therefore a valuable diagnostic capability for understanding query behavior and investigating performance problems. When optimizing SQL, reviewing the execution profile can help identify where improvements may be possible.<\/span><\/p>\n<h3><b>Question 389<\/b><\/h3>\n<p><b>Which Snowflake data type is designed to represent 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;\">DATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BOOLEAN<\/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 semi-structured data type designed to represent key-value pairs. It is particularly useful for JSON-style structures where named attributes are associated with corresponding values. ARRAY is used for ordered collections, while DATE represents calendar dates and BOOLEAN represents true or false values. Snowflake also provides VARIANT for flexible semi-structured values that can contain objects, arrays, and other supported types. Understanding these data types helps users select an appropriate representation for semi-structured information. Therefore, OBJECT is the correct answer for key-value structures.<\/span><\/p>\n<h3><b>Question 390<\/b><\/h3>\n<p><b>Which Snowflake feature automatically starts a suspended warehouse 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;\">Time Travel<\/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;\">AUTO_RESUME<\/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;\">AUTO_RESUME allows a suspended virtual warehouse to start automatically when a workload requires compute resources. This eliminates the need for users to manually resume the warehouse before executing queries. AUTO_SUSPEND instead stops an inactive warehouse after a configured period. Time Travel manages historical data access, while Resource Monitors are used to monitor credit consumption. AUTO_RESUME and AUTO_SUSPEND are commonly configured together to balance convenience and compute-cost management. Therefore, AUTO_RESUME is the correct feature for automatically starting a suspended warehouse when work is submitted.<\/span><\/p>\n<h3><b>Question 391<\/b><\/h3>\n<p><b>Which Snowflake feature controls how sensitive column values are displayed based on defined conditions?<\/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;\">Row Access Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Policy<\/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;\">A Masking Policy controls the representation of values in sensitive columns. Depending on defined conditions, users with appropriate authorization may see the original value, while other users may receive a masked or transformed value. This provides fine-grained protection for sensitive information without necessarily restricting access to the entire table. Row Access Policies control which rows are visible, Network Policies control network-based account access, and Resource Monitors manage credit usage. Therefore, Masking Policy is the correct Snowflake security feature for controlling how sensitive column values are presented.<\/span><\/p>\n<h3><b>Question 392<\/b><\/h3>\n<p><b>Which Snowflake feature is used to create an independent development environment from a table without initially duplicating all underlying micro-partitions?<\/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;\">Zero-copy cloning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snowpipe<\/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 Snowflake objects to be cloned quickly without initially creating a complete physical copy of the source data. The source and clone can initially reference the same underlying micro-partitions. As changes are made, Snowflake manages the affected data separately, so storage usage can increase as the clone diverges from the source. This makes cloning useful for development, testing, and experimentation. Secure Data Sharing is for sharing data with other accounts, Time Travel provides historical access, and Snowpipe handles file ingestion. Therefore, zero-copy cloning is correct.<\/span><\/p>\n<h3><b>Question 393<\/b><\/h3>\n<p><b>Which Snowflake feature is designed to improve performance for supported selective searches on large datasets?<\/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;\">Search Optimization Service<\/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: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Search Optimization Service is designed to improve performance for supported selective search patterns. It can be particularly useful when queries frequently search for specific values in large datasets and normal micro-partition pruning is not sufficient to provide the desired performance. The service maintains additional search-related structures that help Snowflake locate relevant data more efficiently. It does not universally improve every query. Time Travel handles historical data, Resource Monitors track credit usage, and Fail-safe provides recovery support. Therefore, Search Optimization Service is the correct answer.<\/span><\/p>\n<h3><b>Question 394<\/b><\/h3>\n<p><b>Which Snowflake object is used to automate SQL statements according to a schedule or dependency?<\/b><\/p>\n<ol>\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<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;\">A Task is designed to automate the execution of SQL statements or supported procedures. Tasks can run according to schedules or dependencies and can be combined into task graphs for multi-step data-processing workflows. They are also commonly used with Streams to process changed data incrementally. Streams track changes but do not themselves provide scheduling, while Stages manage files and Views provide logical SQL definitions. Therefore, Task is the appropriate Snowflake object for automated SQL execution based on schedules or dependencies.<\/span><\/p>\n<h3><b>Question 395<\/b><\/h3>\n<p><b>Which Snowflake capability allows multiple warehouses to access the same stored data without requiring separate copies for each warehouse?<\/b><\/p>\n<ol>\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;\">Secure Data Sharing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Separation of storage and compute<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multi-factor authentication<\/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;\">Snowflake separates storage from compute, allowing multiple virtual warehouses to access the same underlying stored data. Each warehouse provides independent compute resources, which supports workload isolation and flexible scaling. Organizations can therefore use separate warehouses for reporting, data loading, development, or other workloads without maintaining a separate copy of the same data for every warehouse. Zero-copy cloning is used to create clones, Secure Data Sharing is used to share data across accounts, and MFA strengthens authentication. Therefore, separation of storage and compute is the correct answer.<\/span><\/p>\n<h3><b>Question 396<\/b><\/h3>\n<p><b>Which Snowflake function converts valid JSON text into a semi-structured value that can be queried?<\/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;\">PARSE_JSON<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COUNT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COALESCE<\/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;\">PARSE_JSON converts valid JSON-formatted text into a semi-structured value, commonly stored or returned as VARIANT. After parsing, users can access nested attributes and array elements using Snowflake&#8217;s semi-structured data functionality. FLATTEN has a different purpose: it expands elements from arrays or nested structures into rows. COUNT is an aggregation function, while COALESCE returns the first non-null expression among its arguments. Therefore, PARSE_JSON is the appropriate function when JSON text needs to be converted into a queryable semi-structured representation.<\/span><\/p>\n<h3><b>Question 397<\/b><\/h3>\n<p><b>Which Snowflake feature allows selected data to be shared with another Snowflake account without creating a traditional duplicate of the provider&#8217;s data?<\/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;\">Automatic Clustering<\/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 provider to share selected Snowflake data with another Snowflake account without creating a traditional duplicate copy for the consumer. The provider controls which objects are included in the share, while the consumer accesses the shared data according to the configured sharing relationship. This architecture makes data collaboration efficient and can reduce unnecessary duplication. Time Travel provides historical data access, Automatic Clustering maintains data organization according to clustering strategies, and Resource Monitors manage credit consumption. Therefore, Secure Data Sharing is the correct answer.<\/span><\/p>\n<h3><b>Question 398<\/b><\/h3>\n<p><b>Which Snowflake command is used to load data from files stored in a stage into a table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PUT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COPY INTO<\/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;\">GRANT<\/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;\">COPY INTO is used to load data from staged files into Snowflake tables. The command can reference an internal or external stage and can use a specified file format to determine how the files should be interpreted. Additional options can control error handling, file selection, and other loading behavior. PUT is used to upload local files to an internal stage, GET downloads files from an internal stage, and GRANT manages privileges. Therefore, COPY INTO is the correct command for loading staged files into a target table.<\/span><\/p>\n<h3><b>Question 399<\/b><\/h3>\n<p><b>Which Snowflake feature provides a logical representation of data based on a SQL query without normally maintaining a complete independent result set?<\/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;\">Table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Standard View<\/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: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Standard View is a logical representation defined by a SQL query. It allows users to query the defined result as though it were a table, while the view itself does not normally maintain a complete independent physical result set. A Materialized View differs because Snowflake maintains precomputed results for supported definitions. A Table stores data directly, while a Stream records changes to supported source tables. Standard Views are useful for abstraction, simplifying complex queries, and controlling which columns or rows are exposed. Therefore, Standard View is correct.<\/span><\/p>\n<h3><b>Question 400<\/b><\/h3>\n<p><b>Which Snowflake feature is most appropriate for automatically stopping an idle virtual warehouse after a specified period?<\/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;\">AUTO_RESUME<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search Optimization Service<\/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: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AUTO_SUSPEND controls how long a virtual warehouse can remain inactive before Snowflake automatically suspends it. Suspending an idle warehouse can help reduce unnecessary compute credit consumption, particularly for workloads that run intermittently. AUTO_RESUME performs the opposite function by automatically starting a suspended warehouse when workload requires compute resources. Search Optimization Service addresses supported selective query patterns, while Time Travel provides historical data access. Therefore, AUTO_SUSPEND is the correct feature for automatically stopping an idle virtual warehouse and supporting efficient compute-cost management.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Snowflake SnowPro Core Exam Dumps and Practice Test Dumps. &nbsp; Question 381 Which Snowflake feature is used to provide additional protection and recovery capabilities after the Time Travel period has ended? Snowpipe Query Profile Resource Monitor Fail-safe Correct Answer: 4 Explanation: Fail-safe is a separate Snowflake recovery mechanism that provides additional protection after [&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\/13495"}],"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=13495"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13495\/revisions"}],"predecessor-version":[{"id":13497,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13495\/revisions\/13497"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13495"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13495"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}