Browse all practice questions for the SnowPro Advanced Architect Practice Test. Search by topic, open any question and review its full explanation, then test yourself in the practice quiz.

Ace the 2026 SnowPro Advanced Architect Exam – Design Your Success! course image
More practice questions

These questions are part of the practice quiz. Start practicing

  • Snowflake stores security-related external function information in what kind of integration?
  • In the typical Kafka Connector pattern with Snowflake, which statement is true about topics and tables?
  • If the Organizations feature is enabled, specifying the Snowflake Region ID as part of an account identifier is required when you create a new account and configure replication and failover?
  • Which statement about search access path changes when modifying columns is true?
  • Which statement about micro-partition properties used to optimize queries is correct?
  • Account object replication, failover/failback, and client redirect require which edition or higher?
  • Auto-suspend and auto-resume are enabled by default.
  • When defining a multi-column clustering key for a table, the order of columns in CLUSTER BY should be:
  • Which edition range supports secure direct proxy to VNETs using PrivateLink?
  • If the source table has automatic clustering enabled, the new table starts with Automatic Clustering suspended.
  • Tri-Secret Secure refers to customer-managed encryption keys used to protect data at rest.
  • Which statements describe use-cases for cross-cloud and cross-region replication?
  • In a masking policy where the plain-text value is shown only to a user with a specific role, which statement is true about who sees the plain-text value?
  • In Snowflake, can a role be granted to another role?
  • SnowPipe REST endpoints: which option correctly identifies the endpoint that provides a POST method to inform Snowflake about files to ingest?
  • Which of the following is NOT a valid COPY INTO option for error handling?
  • Which commands are considered TCL (Transaction Control Language) in Snowflake?
  • How is query load calculated for an interval in Snowflake?
  • The number of load operations that run in parallel cannot exceed the number of data files to be loaded.
  • In a masking policy, which value can be returned for unauthorized users in the else clause?
  • Snowflake uses which protocol to determine certificate revocation during HTTPS connections?
  • Does CREATE OR REPLACE TABLE ... LIKE ... require a running warehouse?
  • Are Azure VNet subnet IDs for a Snowflake account required to be in the same Azure region as the storage account?
  • In Snowflake's encryption architecture, the account master key corresponds to one customer account.
  • Which storage stage requires the INTEGRATION parameter for Snowpipe AUTO_INGEST?
  • Which file format option specifies how times are parsed in the input data?
  • In the command referencing an internal stage @xf_tuts.public.%emp_raw from a Put command, which internal stage name is indicated by the percent sign?
  • Which statement is true about the insertReport API limitations?
  • SHOW GRANTS TO ROLE SYSADMIN displays which of the following?
  • Which command lists all object references of a specific view?
  • Which statement describes the best practice when adding search optimization to a table?
  • What is the effect of Snowflake setting a load status in the table metadata for the data files referenced by a COPY statement?
  • A masking policy cannot be set on a view if a materialized view is created from that view.
  • Which component is NOT typically used in building continuous ELT pipelines?
  • If a masking policy references an external function, what is the effect on sharing the table or view?
  • Which description best captures the role of VALIDATION_MODE when using COPY INTO?
  • A point lookup query in Snowflake is defined as returning what?
  • Time Travel in a secondary database can produce identical results to the primary database.
  • Are privileges granted on database objects replicated to the secondary database?
  • What is the interval used for checks when evaluating scaling decisions in Snowflake's multi-cluster warehouses?
  • Which compression method is NOT yet detectable by Snowflake?
  • Which statement best describes the handling of ON_ERROR settings for bulk loading and Snowpipe?
  • SnowCD checks access to which resources?
  • Snowpipe supports which types of stages in Snowflake?
  • A snapshot of the primary database's objects and data is transferred to the secondary database during replication.
  • The cloud services layer is a collection of services that coordinates activities across Snowflake.
  • SCIM is the open specification to automate management of user identities and groups in cloud applications using RESTful APIs.
  • Which file format option specifies how dates are parsed in the input data?
  • Which privilege is required on the table to use the Search Optimization Service for a query?
  • What is the clustering depth of a table with no micro-partitions?
  • What happens to uncompressed files when staged in Snowflake by default?
  • When using a column with very high cardinality as a clustering key, Snowflake recommends:
  • To experience benefits from clustering, table data must be in which size range?
  • Internal (i.e. Snowflake) named stages cannot be cloned.
  • Snowpipe is designed to load new data typically within a minute after a file notification is sent.
  • For a Snowflake external function, which type of endpoint must the remote service expose?
  • In Snowflake, in which scenario is the maximized mode of a multi-cluster warehouse appropriate?
  • Which object can be used as a table function in Information_schema to view replication costs?
  • Which clause sorts the result set by a specified column?
  • To use Snowflake across multiple regions, you must maintain a separate Snowflake account in each region.
  • What are the four levels of keys in Snowflake's hierarchical key model?
  • An existing clustering key is not supported when a table is created using CREATE TABLE ... AS SELECT; however, you can define a clustering key after the table is created.
  • The maximum number of credits consumed by the multi-cluster warehouse per full hour of usage depends on
  • When cloning a database or schema, tables are cloned, which means the internal stage associated with each table is also cloned but the cloned table stages are empty.
  • What is a typical consequence of using the loadHistoryScan endpoint excessively in Snowpipe?
  • ON_ERROR ABORT_STATEMENT during bulk load causes what outcome?
  • Does VALIDATION_MODE support COPY statements that transform data during a load?
  • Which command can drop a Kafka pipe?
  • What is the purpose of the DBA_ROLE in this scenario?
  • If a masking policy is set on an underlying table or view column and a materialized view is created from that table or view, the materialized view only contains columns that are not protected by a masking policy.
  • When resizing a multi-cluster warehouse, which clusters are resized?
  • What happens to pipes referencing internal stages during cloning?
  • If a user is associated to both an account-level and user-level network policy, which policy takes precedence?
  • Which command assigns the read_only_rl role to the SYSADMIN role?
  • Which metric is included in the SYSTEM$CLUSTERING_INFORMATION output?
  • Which statement is true regarding a row access policy on a materialized view, given no policy on the underlying table?
  • Snowflake moves data between accounts automatically when replication is configured.
  • Is reclustering automatic after you define a clustering key on a table?
  • What does SnowCD verify regarding HTTP communications?
  • Which statement best describes the purpose of Table stages in Snowflake?
  • When the retention period ends for an object, then
  • Automatic Clustering is transparent and does not block DML statements issued against tables while they are being reclustered.
  • What happens if you attempt to set a column to NOT NULL and the column contains NULL values?
  • When describing a table created with NAME STRING(100), what data type will be shown for the NAME column?
  • The cloud services layer coordinates activities across Snowflake and processes user requests, from login to query dispatch.
  • In a VARIANT column, NULL values are stored as the string 'null' rather than the SQL NULL value.
  • In Snowflake, who receives privileges directly?
  • Which SQL statement requires an active running warehouse?
  • What is the output of the query: SELECT TOP 100 AGE FROM USERS?
  • Snowflake supports cross-cloud and cross-region replication and failover to minimize disruption. True or False?
  • SHOW TABLES includes which tables in its results?
  • GET_OBJECT_REFERENCES can identify references to which objects?
  • In Maximized mode, increasing the max and min warehouses for a running cluster causes the specified number of warehouses to start immediately.
  • Cross-account database failover and failback requires which Snowflake edition combination?
  • How can you determine the last refresh time of a materialized view?
  • What are the three types of parameters in Snowflake?
  • Why is it not recommended to use SELECT * in the definition of a materialized view?
  • Materialized views speed up which kind of operations?
  • What is the typical consequence of including more than the recommended number of columns or expressions in a clustering key?
  • What does SCHEDULE = '5 minute' specify for a Snowflake TASK?
  • During a refresh, which aspect of materialized views is replicated to the secondary database?
  • In the Kafka integration, which columns are used to store the data payload and metadata for each topic's records?
  • Which of the following is not a type of Snowflake product release?
  • Which statement about the CLUSTER BY clause is true?
  • The 24-hour early access feature is intended to enable testing and validation prior to what?
  • Snowflake architecture is a hybrid of traditional shared-disk and shared-nothing database architectures.
  • In Snowflake, compute resources waiting to shut down are considered to be in which mode?
  • For a multi-cluster warehouse, auto-resume only applies when the entire warehouse is suspended (i.e., no clusters are running).
  • Which command is used to create the read_only_rl role in Snowflake?
  • Which pseudocolumn identifies the name of each staged data file included in the external table, including its path in the stage?
  • Which object will NOT be cloned when cloning a schema?
  • Which SQL statement removes search optimization from a table?
  • Copy command is used for data unloading.
  • What does the insertReport Snowpipe endpoint do?
  • Which of the following operations updates the search access path automatically?
  • SCIM is an open specification to automate the management of user identities and groups using RESTful APIs.
  • When is reclustering triggered?
  • Are account parameters replicated with database replication?
  • Which feature is not supported by Snowpipe for data loading?
  • What is the standard account URL for an AWS US West (Oregon) region account with locator 'xy12345'?
  • What is the maximum size of a SQL statement submitted through a client?
  • Which statement is true about cloning privileges transfer?
  • What does VPS stand for in Snowflake terminology?
  • Which statement best describes micro-partitions?
  • Which technique is commonly used to improve Snowflake query performance by physically organizing data?
  • Exit code 3 indicates SnowSQL could not contact the server.
  • Snowflake encryption by default is true statement?
  • During a refresh, are the materialized view definitions replicated to the secondary database?
  • Which statement about stage and storage integration parameter handling is true?
  • A user can change object parameters using which roles?
  • What are the default delimiters for CSV files in Snowflake?
  • Cardinality is ?
  • Which command sequence switches the current session context to the role DBA_ROLE in Snowflake?
  • In a COPY INTO statement, which approach specifies the exact files to load from a stage?
  • Recommended amount of columns OR expressions per key
  • If an object with the same name already exists when attempting UNDROP, what must you do to restore the previous version?
  • Which database object is not replicated to the secondary database during replication?
  • To load or unload data from or to a stage that uses a storage integration, which privilege on the stage is required?
  • Defining a clustering key directly on top of VARIANT columns is not supported; however, you can specify a VARIANT column in a clustering key if you provide an expression consisting of the path and the target type.
  • Can a Database created from a Share be replicated?
  • When creating a table with USER_ID NUMBER, what datatype is shown for USER_ID in SHOW COLUMNS?
  • Which statement about GROUP BY usage in materialized views is true?
  • When cloning a database or schema, any pipes in the source container that reference an internal (Snowflake) stage are not cloned.
  • What is the best option to clone a table named MYTABLE?
  • What is the VARIANT data size limitation for semi-structured data when compressed?
  • After 2-3 consecutive successful checks performed at 1-minute intervals, what is determined?
  • Can one masking policy be applied to multiple columns?
  • Exit code 5 indicates the exit_on_error configuration option was set and SnowSQL exited because of an error.
  • When adding search optimization to a table, what occurs?
  • Which principle states that a role should be assigned the least privileges necessary?
  • What does the query time predicate METADATA$ACTION='INSERT' do in a Snowflake query?
  • What is the default clustering state for a Snowflake table with no clustering key defined?
  • What is the name of the Snowflake-provided warehouse used for billing Automatic Clustering?
  • Tri-Secret Secure, which enables customer-managed encryption keys, is supported in which editions?
  • Can a Schema Owner grant object privileges in a managed access schema?
  • Where can replication costs data be accessed in Snowflake?
  • Snowpipe ON_ERROR SKIP_FILE results in what?
  • During the repair process, the warehouse starts processing SQL statements once 50% or more of the requested compute resources are successfully provisioned.
  • What does the STRIP_OUTER_ARRAY option do when loading semi-structured data?
  • External tables can be used for query and join operations.
  • In OCSP, Snowflake evaluates each certificate in the chain of trust up to which certificate level?
  • How is data skew best described in the context of Snowflake data distribution?
  • Snowflake recommends relying more on which endpoint to avoid rate limits when monitoring data loads?
  • During loading/unloading, staged files encryption uses which of the following?
  • Database failover and failback between Snowflake accounts for business continuity and disaster recovery is available with which editions?
  • How can we disable auto suspend on a warehouse?
  • Data Load metadata expires after how many days?
  • Which region code corresponds to Canada Central for Snowflake on AWS?
  • What is the real maximum batch size limit for external functions in Snowflake?
  • In Snowflake, every data file is encrypted with a separate key.
  • How long does each successive warehouse wait after the prior one starts, in the Standard policy?
  • Which mode indicates a compute resource is actively processing queries?
  • What is the primary purpose of SnowCD?
  • In the Snowflake query profiler, what does the Processing statistic represent?
  • When cloning a database, schema or table, do privileges on the source object transfer to the cloned object?
  • GET_OBJECT_REFERENCES returns which types of objects?
  • In what order should you set columns for a multicluster key?
  • In a Snowflake query profile, what does the metric Partitions Scanned versus Partitions Total indicate?
  • What is the correct order of precedence for file format options across COPY INTO TABLE, stage, and table definitions?
  • True or False: A single clustering key can contain one or more columns or expressions
  • Which of the following options describes the Snowpipe 429 error meaning?
  • What is the purpose of external functions in Snowflake?
  • Auto-suspend in a multi-cluster warehouse occurs under what condition?
  • Which of the following objects can be included in a Snowflake share?
  • Which file format option controls skipping header lines in a file?
  • In the given Snowflake scenario, what is the BEST architecture for sharing POS data with 500+ retailers using Snowflake?
  • When a database is cloned, which privileges of the original database are replicated in the cloned database?
  • Among factors impacting query processing, which has greater impact: the overall size of the tables being queried or the number of rows?
  • With a multi-cluster warehouse configured for standard scaling and a maximum of eight clusters, what is the maximum time to start all clusters if heavy query load triggers new cluster startups?
  • Which option allows loading all files even if their metadata has expired?
  • During a Snowflake trial account, free credits are consumed only when which resources are active?
  • If the same file format option is defined in multiple locations, what happens?
  • Are cloud-based functions such as AWS Lambda and Microsoft Azure Functions considered remote services in Snowflake external functions?
  • In which order does Snowflake determine the default warehouse for a session?
  • After dropping an object, creating a new object with the same name results in which outcome?
  • Regions do not limit user access to Snowflake; they only dictate where data is stored and where compute resources are provisioned.
  • What type of searches does the search optimization service speed up?
  • Which statement about materialized view limitations is true?
  • Higher cardinality before lower cardinality reduces effectiveness
  • How can you verify that search optimization is enabled on a table?
  • As of 2022, which account objects can be replicated in Snowflake?
  • The root key is the top-level in Snowflake's hierarchical key model.
  • Snowflake recommends using the insertReport endpoint rather than the loadHistoryScan when working with Snowpipe. Which statement best explains why?
  • Which function converts its input to a JSON string representation?
  • If you are using an existing stage to access external tables, which permission is required on the Stage?
  • You must specify file format and copy options as part of the COPY INTO <table> command.
  • What is the default warehouse size when executing CREATE WAREHOUSE?
  • If a table is cloned, historical data for the table clone begins at the time/point when the clone was created.
  • In a masking policy that shows the plain-text value only to a specific role, what value is shown to a user without that role?
  • What is the time window for results returned by RESULT_SCAN?
  • Can we create materialized views without any additional cost?
  • Which parameter should be set to unload data in only one file when using COPY INTO?
  • Which statement about Snowflake replication is true?
  • Which option purges loaded data files in the COPY INTO command?
  • Custom roles can be created by the SECURITYADMIN role as well as by any role to which the CREATE ROLE privilege has been granted.
  • Which command is used to refresh a materialized view?
  • Which option sets the delimiter in a file format?
  • A user can change session parameters using which roles?
  • Metadata for an external table can be refreshed automatically using which service?
  • Historical data is no longer available for querying.
  • Does the VARIANT data type impose a 16MB size limit on individual rows?
  • Which of the following are types of Snowflake product releases?
  • To maximize throughput, where is it recommended to run your Kafka Connect instance relative to your Snowflake account?
  • Which query will fail if a table was created with DDL: CREATE TABLE MYTABLE (ID INTEGER, NAME VARCHAR)?
  • A cloned object is considered a new object in Snowflake.
  • Snowflake can be run on private cloud infrastructures.
  • Which statement describes a feature of Snowflake replication?
  • Which statement is true about database replication in Snowflake?
  • Who pays for compute when a consumer uses a reader account to access shared data?
  • By default, does COPY purge loaded files from the location?
  • How is the compute resource usage for Snowflake's cloud services layer billed?
  • Which property helps Snowflake group rows into the same micro-partition?
  • Can Snowflake replicate databases across regions and cloud providers?
  • Which statement about storage integration parameters is true?
  • What is the recommended method for using a newly created role?
  • Which ALTER TABLE command can change a column's data type, potentially impacting Time Travel behavior?
  • The Snowflake SQL API provides the ability to submit SQL statements for execution.
  • An existing clustering key is propagated when a table is created using CREATE TABLE ... LIKE.
  • Time Travel and Fail-safe data is maintained independently for a secondary database and is not replicated from the primary database.
  • For a multi-cluster warehouse, auto-suspend only occurs when the minimum number of clusters is running and there is no activity for the specified period of time.
  • OAuth authentication is supported by Snowflake.
  • Partition columns for an external table can be defined using expressions such as col1 varchar as (parse_json(metadata$external_table_partition):col1::varchar). Is this statement true?
  • Which SnowPipe REST endpoint fetches a report of ingested files whose contents were recently added to a table?
  • Which view in Account Usage schema is used to get details of Pipes objects?
  • The cloning operation fails if Time Travel exceeds the retention time of any current child.
  • Under the standard scaling policy, when will a multi-cluster Snowflake warehouse shut down?
  • What is the most likely cause if a large join query takes hours to complete even after increasing the warehouse size?
  • Which type of tables typically benefits from creating a cluster key?
  • Which command lists all privileges granted to a role?
  • What kind of workloads are materialized views designed to speed up?
  • Can an Object Owner grant object privileges in a regular schema?
  • Which statement describes a limitation related to attaching a row access policy to streams?
  • All SnowSQL commands start with an exclamation point (!) followed by the command name.
  • With a task configured to run WHEN SYSTEM$STREAM_HAS_DATA('ST1'), what happens if the stream has no data?
  • Which statement about fail-safe data in a Snowflake secondary database is true?
  • What privileges are required to create a stage that uses a storage integration?
  • True or False: The search optimization service does NOT directly improve the performance of joins.
  • If a query takes 20 minutes to run and the warehouse auto-suspends after 15 minutes, what happens?
  • Historical data available to query in a primary database using Time Travel is not replicated to secondary databases.
  • After CREATE TABLE ... AS SELECT, you can define a clustering key after the table is created.
  • What begins the data retention period for tables in a secondary database?
  • What is the result of the following query on the table null_count_test? select count(*), count(nct.*), count(col1), count(distinct col1), count(distinct col1, col2), approx_count_distinct(*) from null_count_test nct;
  • Why does Snowflake advise against adding more than 3–4 columns to a cluster key?
  • Under Economy Scaling, a warehouse is started only if the system estimates there is enough query load to keep the warehouse busy for at least how many minutes?
  • By default, inbound shares can be accessible by which role?
  • How many credits will a medium-size warehouse consume in a setup with two auto-scaled clusters for three hours, where the first cluster runs continuously and the second runs for 30 minutes in the second hour?
  • To which entity are privileges directly granted in Snowflake?
  • What types of columns are most useful when selecting for clustering?
  • A region group is a group of regions that offer similar security controls, isolation and compliance?
  • Which best describes IP whitelisting in Snowflake context?
  • Can a Schema Owner grant object privileges in a regular schema?
  • What is the purpose of the SYSTEM$CLUSTERING_INFORMATION function?
  • Is refreshing a secondary database blocked if an external table exists in the primary database?
  • Which of the following is NOT a securable object in Snowflake?
  • Can a permanent table be cloned into a temporary or transient table?
  • How does Snowflake deploy a full release to accounts?
  • Secure, direct proxy to your other virtual networks or on-premises data centers via PrivateLink is supported in which Snowflake editions?
  • What is the recommended approach for speeding up complex aggregations on a large, slowly changing dataset subset?
  • When a query spills to both local and remote storage, what does that imply about memory usage?
  • Python is listed among the native Snowflake clients.
  • Which Snowflake feature enables secure sharing of data with internal and external parties?
  • When some compute resources fail to provision, the warehouse consumes credits for what?
  • Which statement about VARCHAR synonyms in Snowflake is correct?
  • Which operation is NOT allowed on a Shared database?
  • In clustering design, which column is an excellent candidate to speed up joins in a large table with a join on PassportNo?
  • Which command converts JSON NULL values to SQL NULL values?
  • Delimited (CSV, TSV) is a supported loading format.
  • Which statement about RECORD_METADATA in Kafka-loaded Snowflake tables is true?
  • During cloning, which pipes are not cloned?
  • Which strategy aligns privileges with business functions by creating object access roles and assigning them to functional roles?
  • Which statement is false about the following Snowflake task?
  • What is the spill sequence when a query cannot fit in memory?
  • In Snowflake, does referencing a previous query's results via RESULT_SCAN incur compute credits?
  • Which privilege is required on the Stage to manage external tables?
  • What privilege must the stage owner have on the storage integration?
  • When are materialized views NOT recommended?
  • What does zero-copy cloning do for a table?
  • The cloud services layer runs on compute instances provisioned by Snowflake from the cloud provider.
  • Snowflake allows setting a masking policy on a materialized view column.
  • What does a 200 HTTP response from the insertFiles Snowpipe endpoint indicate?
  • Can we clone a temporary table into a permanent one?
  • Which statement about the Snowflake Search Optimization service is true?
  • In data sharing, a data sharing provider cannot create a masking policy in a reader account.
  • Which command deletes a share from the Snowflake account?
  • Which Snowflake tool is used as a command line diagnostic tool for identifying and fixing client network connectivity issues?
  • Dedicated metadata store and pool of compute resources used in virtual warehouses is provided by which Snowflake edition?
  • Views can be created against external tables.
  • How often does Snowflake rotate object keys?
  • What is the credits value for a Small (S) warehouse?
  • What is the default timeout in hours for Snowflake statements (STATEMENT_TIMEOUT_IN_SECONDS)?
  • Which region code corresponds to US East (Ohio) in Snowflake AWS regions?
  • What does 'Percentage scanned from cache' indicate in Snowflake's query profiler?
  • Snowflake encryption uses which approach?
  • Which Snowflake edition is abbreviated as VPS?
  • Can you specify more than one file format when loading a table?
  • Which ON_ERROR option is NOT valid when loading data with COPY INTO?
  • A search access path becomes invalid when which change occurs?
  • What is the purpose of row-level security in Snowflake?
  • Which file format option should be set to STRIP_NULL_VALUES=TRUE when loading JSON files to remove null values representing missing data?
  • Which of the following is NOT a Context Function in the Session Context sub-category?
  • Which Snowpipe creation command is correct for data hosted on AWS S3?
  • Which statement correctly describes the meaning of SYSTEM$CLUSTERING_DEPTH?
  • If federated authentication is enabled for your Snowflake account, Snowflake recommends maintaining user passwords in Snowflake.
  • Snowflake provides two ways to view replication costs incurred with database replication. Which are they?
  • Materialized views are particularly useful under which conditions?
  • How to suspend a recluster via SQL?
  • What is the default ON_ERROR option for Snowpipe?
  • Snowflake uses columnar scanning of partitions to avoid scanning an entire partition when a query filters on a single column.
  • What is the definition of securable objects?
  • Why might a profiler show different information for a secure view compared with a standard view?
  • What does role hierarchy and privilege inheritance accomplish in Snowflake's access control model?
  • What does clustering depth measure?
  • Which privileges are required to add or remove search optimization?
  • Which of the following is a valid example of an external table partition column expression?
  • Are reclustering operations performed on the primary database also applied automatically to the replicated database?
  • Which SnowPipe REST endpoint fetches a history between two points in time?
  • All external tables include the following columns: VALUE
  • Which of the following is NOT an available Snowflake edition?
  • Do reclustering operations performed on the primary database apply to the replicated database for performance improvement?
  • Partner Connect is limited to which system role?
  • Future grants of privileges on masking policies are not supported.
  • What is the consequence of exceeding the recommended number of columns per clustering key?
  • After cloning a database, what is true about privileges for roles?
  • When cloning a database or schema, which pipes are cloned?
  • Which of the following languages is NOT supported for UDFs?
  • Command to turn off variable substitution is '!set variable_substitution=false'.
  • If any compute resources fail to provision during startup, what does Snowflake do?
  • What is a materialized view?
  • Snowflake prunes micro-partitions based on a predicate with a subquery, even if the subquery results in a constant.
  • If you do not intend to use variable substitution, you can avoid the problem by turning off variable substitution.
  • If ownership of an external table is transferred to a different role, what happens to AUTO_REFRESH by default?
  • What is the SQL fragment used to add search optimization to a table?
  • Which file format option controls the NULL_IF behavior?
  • Which statement is true about replication of policy-protected objects?
  • Which statement is true regarding Row Access Policy for Materialized Views?
  • A Snowflake account hostname starts with the account identifier and ends with snowflakecomputing.com.
  • How can you add a clustering key to the existing table MYTABLE in the columns USER and CREATED_AT?
  • As a data provider, if you own the objects in a share but do not own the share, how can you remove an object from the share?
  • Are materialized views clusterable in Snowflake in the same way as base tables?
  • The billing for Automatic Clustering is charged via a separate warehouse named AUTOMATIC_CLUSTERING.
  • Quiesce mode refers to which of the following descriptions?
  • If a medium-size warehouse with 2 clusters runs for 3 hours in maximized mode, how many credits does it consume?
  • Which properties make a query a good candidate for search optimization?
  • Charges based on database replication are billed on which account?
  • Does Snowflake support both row-level and column-level security policies?
  • Snowpipe overhead to manage files in the internal load queue is included in utilization costs and increases with the number of files queued.
  • Does the search optimization service support tables with masking policies and row access policies?
  • Individual external named stages can be cloned.
  • Which of the following is the correct region code for US West (Oregon) in Snowflake on AWS?
  • Which account parameter is used for enabling Snowflake-initiated (SSO) login on the main login page?
  • Which of the following is NOT an edition listed for Snowflake?
  • How do you suspend and resume Automatic Clustering for a clustered table ?
  • Which file format option controls the encoding of the input data?
  • Clustering information maintained for micro-partitions includes which of the following?
  • What is the minimum database-level permission required to work with external tables?
  • Which statement about clustering depth is correct?
  • In SnowSQL, the FILES parameter in a COPY INTO statement from a stage can specify a maximum of how many files?
  • Which statement accurately differentiates the loadHistoryScan and insertReport endpoints in Snowpipe?
  • Which authentication method does the Kafka connector use?
  • Are external tables read-only, meaning no DML operations can be performed?
  • After a full release has been deployed, Snowflake uses a staged approach to move accounts.
  • What is the retention period for historical data in Account Usage compared to Information Schema?
  • Which command parameter allows scheduling a task with a CRON expression?
  • Which data types are supported by the Search Optimization service?
  • Does Snowflake support creating TRANSIENT databases and schemas?
  • What is the default scaling policy for multi-cluster warehouses?
  • Which statement about a Snowflake session and current warehouses is true?
  • Which REST endpoint does Snowpipe API provide for uploading data?
  • STRIP_OUTER_ARRAY should be enabled when variant data exceeds 16 MB.
  • A masking policy cannot be set on a table if a materialized view already exists from that underlying table.
  • Cross-region data sharing is supported for Snowflake accounts hosted on which cloud providers?
  • The Stage type that cannot be altered or dropped is 'User and Table Stages'.
  • What tables are clustering useful for?
  • Which combination of statements about sharing and consumption is TRUE?
  • When using Search Optimization, if table data is updated what happens?
  • What portion of cloud services usage is typically free?
  • What is the aim of Snowflake's Search Optimization Service?
  • In Maximized mode, decreasing the max and min for a running cluster results in the specified number of warehouses shutting down after they finish executing statements and the auto-suspend period elapses.
  • Which scenario causes replication to fail for policy-protected objects?
  • Under the economy scaling policy, when will a multi-cluster Snowflake warehouse shut down?
  • To list all privileges and roles that a role named PYTHON_DEV_ROLE has, which command is most appropriate?
  • Which object parameter is replicated during replication?
  • What is the maximum retention time for events in the insertReport API?
  • What are SnowPipe cost charging units in context to files queued?
  • Where can masking policies be applied in Snowflake?
  • What is the default warehouse size in the Snowflake Web UI?
  • Temporary tables belong to a specified database and schema?
  • Which privileges are required to manage external tables?
  • Exit code 0 indicates everything ran smoothly.
  • How does the search optimization service function?
  • Data unloading uses the COPY command.
  • SnowSQL is a REST API.
  • In external functions, where is the code executed and input relayed?
  • Which function deconstructs an OBJECT into its components?
  • To replicate data across Snowflake regions, you must maintain a separate Snowflake account in each region.
  • Is it good practice to drop the Search Optimization Service before re-clustering and re-adding it after?
  • Which setting helps you strip the leading space in file format options?
  • If a table’s micro-partitions change due to clustering or consolidation, what happens to persisted query results?
  • For each Kafka topic, what objects does the Snowflake Kafka Connector create?
  • Which of the following is NOT listed as a CSV file format option for unloading?
  • What does the term 'Bytes spilled to remote storage' indicate in the Snowflake query profiler?
  • Which metric is not listed in the Execution Time screen of the Query Profiler?
  • As required by HIPAA and HITRUST CSF regulations, before any PHI data can be stored in Snowflake, a signed business associate agreement (BAA) must be in place.
  • Which statement about the insertReport endpoint limitations is correct?
  • What is the default behavior of ON ERROR when loading staged data into the target table using COPY INTO?
  • Which method is generally the slowest for identifying/specifying data files to load from a stage?
  • Under which condition will a multi-cluster warehouse start a new cluster when using the economy scaling policy?
  • Which of the following is NOT a global privilege object type?
  • What is a recommended practice for the ACCOUNTADMIN role to avoid long password reset procedures?
  • If the source table has automatic clustering enabled, the new table created by CLONE starts with Automatic Clustering suspended.
  • Which Snowflake edition supports SOC 1 Type II compliance and SOC 2 Type II compliance security features?
  • There is a limit to the number of databases, schemas, or tables you can create.
  • SnowCD accepts which input formats?
  • The read_only_rl role has a comment indicating it is limited to querying tables in schema_1.
  • Querying tables and views in a secondary database using Time Travel can yield different results than querying the same objects in the primary database.
  • Under the economy scaling policy, what triggers starting a new cluster?
  • What is the default ON_ERROR option when Bulk loading?
  • For file formats, the only supported character set is UTF-8.
  • What is true with respect to failing resource provisioning with warehouses?
  • An existing clustering key is copied when a table is created using CREATE TABLE ... CLONE.
  • What is the exact naming format for a Snowflake Kafka connector pipe?
  • Which tables can SHOW TABLES list?
  • Which Snowflake function constructs an OBJECT from the arguments provided by a query (such as table columns)?
  • In Snowflake's Kafka connector, how many pipes are created relative to topic partitions?
  • External tables support views, query and join operations?
  • Does Snowflake call the remote service directly when executing external functions?
  • Partition columns for an external table can be derived from the file path and/or filename.
  • What happens when you add a new column to a table that uses search optimization?
  • Snowflake variant columns can be accessed using which notations?
  • Which statement requires a running warehouse to execute?
  • Which usage schema has higher latency for views, according to the material?
  • Why does removing files from a stage improve the next COPY INTO operation?
  • Which Snowflake object executes code outside Snowflake, i.e., a remote service?
  • Which statement is true about Snowflake materialized views?
  • True or False: After a key has been defined on a table, no additional administration is required?
  • In Snowflake, what event occurs for data submitted via insertFiles when its contents are committed to a table and become query-accessible?
  • Can a user set a Column-level Security masking policy on a table or view column with the APPLY MASKING POLICY privilege?
  • Past objects that were dropped can no longer be restored.
  • In Snowflake, which usage schema includes dropped objects that Information Schema does not?
  • Which role can view account-level Credit and Storage Usage?
  • Is smaller clustering depth indicative of better clustering?
  • True or False: You can cluster materialized views just like tables?
  • A cloned container object retains privileges granted on the objects contained in the source object.
  • Under Standard Scaling Policy, how is queuing minimized?
  • How do you restore a dropped share?
  • What is the max number of warehouses you can define in a multi cluster warehouse?
  • SnowCD can connect via which of the following methods?
  • Which property helps enable effective pruning on the table?
  • METADATA$FILE_ROW_NUMBER shows the row number for each record in a staged data file.
  • Which statement about Snowflake authentication is true?
  • If a warehouse runs for 61 seconds, shuts down, and restarts and runs for less than 60 seconds, it is billed for how many seconds?
  • SnowSQL supports key pair authentication and key rotation, and does not support unencrypted private keys.
  • Which of the following columns contains the Kafka message payload in Snowflake tables loaded by the Kafka connector?
  • Which action allows a role that owns objects in a share but is not the share owner to access those objects?
  • The Snowflake feature that provides 24-hour early access to weekly releases for testing before deployment to production accounts is available with which edition?
  • Which is the fastest approach to identify data files to load from a stage?
  • What is the recommended pattern for calling the Snowpipe loadHistoryScan endpoint to avoid rate limits?
  • Regarding query result retention, using a query result resets the 24-hour retention window, and results are retained for up to 31 days from the first execution.
  • Which statement accurately describes Snowflake network policies?
  • Which REST endpoint is part of Snowpipe API for loading data?
  • Can you define a clustering key directly on a VARIANT column?
  • When cloning a database or schema, what happens to data files in the source tables' internal stages?
  • True or False: Search Optimization is a table-level property?
  • Which feature enables applying a masking policy to a column for column‑level security?
  • In Snowflake, all tables created in a transient schema, as well as all schemas created in a transient database, are transient by definition.
  • When is a multicluster warehouse in maximized mode?
  • What is the default multi-cluster warehouse scaling policy?
  • What is the meaning of 'Local Disk IO' in the query profiler?
  • In a multi-cluster warehouse using standard scaling, what is the maximum number of clusters configured in the example?
  • What is the typical minimum number of clusters required for auto-suspend in a multi-cluster warehouse?
  • Are Snowflake variant element names case-sensitive?
  • Object Tagging can be associated with account-level objects, schemas and schema-level objects, and table columns.
  • What is a reader account in Snowflake?
  • Where is the code for external functions executed?
  • Which object cannot be cloned?
  • When a database or schema that contains tasks is cloned, the tasks in the clone are suspended by default?
  • Before 2022, replication in Snowflake was limited to which object type?
  • To optimize parallel loads, what compressed data file size is recommended by Snowflake?
  • Which statement describes the data stored in micro-partitions related to value ranges and distinct values?
  • Which of the following is presented as a limitation of using Row Access Policies?
  • Which keyword is used with GRANT to specify future privileges on database or schema objects?
  • Which of the following is NOT listed as a datatype that can be unloaded?
  • Which of the following is included in the SYSTEM$CLUSTERING_INFORMATION output?
  • All data in Snowflake tables is automatically divided into micro-partitions, which are what?
  • The data retention period for tables in a secondary database begins when the secondary database is refreshed with the DML operations written to tables in the primary database.
  • Clustering is most beneficial for which type of tables?
  • Which of the following is a valid Snowflake provided Usage Schema?
  • Which of the following are stored in micro-partitions to support optimization and query processing?
  • The error message 'Variable is not defined' can be caused by using the ampersand character (&) inside a statement.
  • What is the primary advantage of using Snowflake Data Exchange for sharing data with a network of retailers?
  • Which query will use warehouse credits?
  • The Snowflake SQL API does not support cancellation of a statement's execution.
  • Which of the following objects cannot be part of a direct share?
  • In SnowSQL, the FILES parameter in a COPY INTO statement from a stage can specify a maximum of how many files?
  • On a database created from a share, which privilege is used to grant or revoke access?
  • During replication, what is transferred to the secondary database?
  • When UNDROP is blocked due to a name collision, what operation enables restoring the previous version?
  • Which parameter is used for Snowpipe auto-ingest with AWS S3 stages?
  • How does Snowflake handle maintenance of materialized views?
  • Economy Scaling Policy is characterized by which behavior?
  • How many days of query history can you view in the History tab?
  • What might cause a query to spill to remote storage in Snowflake?
  • Which statement best describes the impact of spilling to disk on performance?
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy