A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
What are the default Time Travel and Fail-safe retention periods for transient tables?
Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?
Which TABLE function helps to convert semi-structured data to a relational representation?
A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.
Which Snowflake feature will support this?
When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?
Which Snowflake objects can be shared with other Snowflake accounts? (Choose three.)
Which file formats are supported for unloading data from Snowflake? (Choose two.)
Which of the following are best practices for loading data into Snowflake? (Choose three.)
If a Snowflake user decides a table should be clustered, what should be used as the cluster key?
Credit charges for Snowflake virtual warehouses are calculated based on which of the following considerations? (Choose two.)
What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?
How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?
What is the minimum Snowflake edition needed for database failover and fail-back between Snowflake accounts for business continuity and disaster recovery?
Which command should be used to load data from a file, located in an external stage, into a table in Snowflake?
Which Snowflake layer is always leveraged when accessing a query from the result cache?
Which of the following connectors allow Multi-Factor Authentication (MFA) authorization when connecting?
(Choose all that apply.)
True or False: Micro-partition metadata enables some operations to be completed without requiring Compute.
The number of queries that a Virtual Warehouse can concurrently process is determined by:
Choose 2 answers
True or False: It is possible to load data into Snowflake without creating a named File Format object.
What is the minimum Snowflake edition that customers planning on storing protected information in Snowflake should consider for regulatory compliance?
What are the three layers that make up Snowflake’s architecture?
Choose 3 answer
True or False: The user has to specify which cluster a query will run on in multi-clustering Warehouse.
Which of the following statements are true about Schemas in Snowflake? (Choose two.)
True or False: Some queries can be answered through the metadata cache and do not require an active Virtual Warehouse.
What is the minimum Snowflake edition that provides multi-cluster warehouses and up to 90 days of Time Travel?
True or False: AWS Private Link provides a secure connection from the Customer’s on-premise data center to the Snowflake.
True or False: The COPY command must specify a File Format in order to execute.
True or False: Snowflake’s data warehouse was built from the ground up for the cloud in lieu of using an existing database or a platform, like Hadoop, as a base.
Each incremental increase in Virtual Warehouse size (e,g. Medium to Large) generally results in what?
Select one.
What are the three things customers want most from their enterprise data warehouse solution?
Choose 3 answers
True or False: It is possible to unload structured data to semi-structured formats such as JSON and parquet.
Which of the following statements would be used to export/unload data from Snowflake?
Which of the following are valid Snowflake Virtual Warehouse Scaling Policies? (Choose two.)
True or False: Reader Accounts incur no additional Compute costs to the Data Provider since they are simply reading the shared data without making changes.
True or False: Snowflake’s Global Services Layer gathers and maintains statistics on all columns in all micro-partitions.
True or False: During data unloading, only JSON and CSV files can be compressed.
Which of the following statements describes a benefit of Snowflake’s separation of compute and storage?
(Choose all that apply.)
Credit Consumption by the Compute Layer (Virtual Warehouses) is based on: (Choose two.)
Which of the following roles is recommended to be used to create and manage users and roles?
What feature can be used to reorganize a very large table on one or more columns?
A company's security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?
What is the default File Format used in the COPY command if one is not specified?
True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.
Which command is used to unload data from a Snowflake table into a file in a stage?
A company strongly encourages all Snowflake users to self-enroll in Snowflake's default Multi-Factor Authentication (MFA) service to provide increased login security for users connecting to Snowflake.
Which application will the Snowflake users need to install on their devices in order to connect with MFA?
Which of the following Snowflake features provide continuous data protection automatically? (Select TWO).
Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
User-level network policies can be created by which of the following roles? (Select TWO).
What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)
Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?
A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:
COPY INTO my__table FROM @my__stage;
The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.
If the user runs the same copy into command what will happen?