Snowpro Core
Snowpro Core
A. Temporary Table
B. Transient Table
C. Permanent Table
D. External Table
2. An external stage can be enabled during the creation of a stage object or enabled
afterward. Which of the following SQL enables the directory table?
3.Which of the following can be chosen when creating a new Snowflake account?
A. Account Name
B. Organization name
C. Snowflake Edition
D. Account Locator
F. Region
4.Which of the following schemas are automatically created with a new database? Select
all that apply.
A. PUBLIC
B. INTERNAL
C. INFORMATION_SCHEMA
D. CATALOGUE
E. PRIVATE
A. Transient Tables
B. Internal Stages
C. Permanent Tables
6.What value does the CURRENT CLIENT function return when called from an application
using a JDBC driver to connect?
A. The query performs a full table scan, and no partition pruning occurs.
D. The query profile shows a significant value for "Bytes spilled to local storage."
E. The query profile shows a significant value for "Bytes spilled to remote storage."
C. Data Sharing
9.Which of the following approaches will give you the credit by each virtual warehouse
for the last 12 months?
D. Request Snowflake support to provide you with a detailed virtual credit usage report.
10.Which information is displayed in the Statistics box in the Query Profile?
A. Query Steps
B. Operator tree
11.From a cardinality (number of distinct values) perspective, which columns should you
consider adding to a clustering key?
B. Columns that have small enough distinct values to enable efficient grouping in micro-
partition.
D. Columns that have large enough distinct values to enable efficient partition pruning.
A.To abort the COPY command if any validation errors occur in the first n rows.
B.To load all rows salog any validation errors in the first n rows.
C.To skip loading n rows that fail validation checks.
D.Validate the first n rows and return them if no error occurs, otherwise return the first error.
13.Which URL needs to be queried to get a URL that provides open access to a file via
browser without the need to authenticate?
A.GET PRESIGNED_URL
B.GET_STAGE_FILE_URL
C.BUILD_STAGE_FILE_URL
D.BUILD SCOPED_FILE_URL
E.BUILD PRESIGNED_URL
B.It is strongly recommended to at least use MFA for users with the ACCOUNTADMIN role.
A.Query Processing
B.Database Storage
C.None of them
D.Serverless cost
16.What results can be taken from the metadata cache without the use of a virtual
warehouse?
B Count rows
E Min value
17. What happens to foreign key constraints when a table is cloned to another database?
B.The cloned table will reference the primary key in the source table.
C. The cloned table will lose all references to the primary key.
D. The cloned table will lose all references to the foreign and primary keys.
18.How does Secure Data Sharing work with Snowflake data providers?
A Reduce queuing.
A Data backups
BCost monitoring
C.Compliance auditing
D. Performance optimization
21.How can files in a stage be loaded after the file metadata has expired? (Select TWO).
Los Angeles
Los Angeles'
"Los Angeles"
"null"
Here's how the command will work and the expected output:
23.What is the purpose of using the OBJECT_CONSTRUCT function with the COPY INTO
command?
A Reorder the rows in a relational table and then unload the rows into a file.
B Convert the rows in a relational table to a single VARIANT column and then unload the rows
into a file.
C. Reorder the data columns according to a target table definition and then unload the rows
into the table.
D Convert the rows in a source file to a single VARIANT Column and then load the rows from
the file to a variant table
24.Which Snowflake object can be accessed in the FROM clause of a query, returning a
set of rows having one or more columns?
A User-Defined Table Function (UDTF)
A stored procedure
A task
25.If a file prefix is not specified, Snowflake adds which prefix to the generated filenames
when bulk unloading data files?
A. data_
B. file_
C. copy_
D. new
27.When referring to User-Defined Function (UDF) names in Snowflake, what does the
term overloading mean?
OA There are multiple SQL UDFs with the same names and the same number of arguments.
OB. There are multiple SQL UDFs with the same names and the same number of argument
types.
OC There are multiple SQL UDFs with the same names but with a different number of
arguments or argument types.
OD
28.A user wants to access files stored in a stage without authenticating into Snowflake.
B.Staged URL
C.Scoped URL
D.Pre-signed URL
B There is support for column-level security but not for row-level security.
31.In a managed access schema, who can grant privileges on objects in the schema to
other roles? (Select TWO).
OD When the procedure is defined with an argument that has the same name and type as the
session variable.
34.When working with a managed access schema, who has the OWNERSHIP privilege of
any tables added to the schema?
OA The database owner
35.Which Snowflake feature allows a user to track sensitive data for compliance,
discovery, protection, and resource usage?
OA.
Tags
O B.
Comments
O C.
Internal tokenization
O D.
36.Where can a Snowflake user extract the name from the first element?
source_column.elements[1]:name
source_column.elements[0]:name
OC
source_column:elements[1].name
OD
source_column:elements[0].name
D. source_column:elements[0].name
37.Which Snowflake objects can execute both DDL and DML statements?
OA External functions
38.Which query will return 10 rows that are randomly sampled from the table every time
the query is run?
O A.
MAX_DATA_EXTENSION_TIME_IN_DAYS
O B. MIN_DATA_RETENTION_TIME_IN_DAYS
OC. LOCK_TIMEOUT
40.What are valid values for the FIELD_OPTIONALLY_ENCLOSED_BY option in the COPY
INTO <location> command used during data unloading? (Select TWO
B NULL
C 'NULL'
D NONE
E 'NONE'
OD. Ability to access new releases for testing and validation purposes
42.What native data type is used for storing semi-structured data and can also be used
to store object data?
OA VARCHAR
OB. VARIANT
OC. STRING
OD. ARRAY
A Role
B Stage
OC. User
O D. Storage integration
OA OPERATE
OB MONITOR USAGE
C OWNERSHIP
D.USAGE
45.Which command can be used to unload data into an external named stage in
Snowflake?
OA PUT
OB.CREATE <object>
46.Which type of query would benefit from enabling the query acceleration service on the
virtual warehouse?
OB. Snowflake will only check the schema the UDF belongs to.
OC. Snowflake will first check the current schema, and then the schema the previous query
used.
D. Snowflake will first check the current schema, and then the PUBLIC Schema of the current
database
48.How can a Snowflake user post-process the result of SHOW FILE FORMATS?
49.Who can activate a network policy for users in a Snowflake account? (Select TWO).
A ACCOUNTADMIN
B. USERADMIN
C. PUBLIC
D SYSADMIN
50.How can the ACCESS HISTORY View in the ACCOUNT_USAGE schema be used
review the data governance settings for an account? (Select TWO
50.A stream can be created on which Snowflake objects to record data manipulation
language (DML) changes? (Select TWO).
A Databases
B Standard tables
C Standard views
D Schemas
E Pipes
51.Which role allows a Snowflake user to view table-level storage utilization information
from the TABLE_STORAGE_METRICS view by default?
A ACCOUNTADMIN
OB SECURITYADMIN
OC.SYSADMIN
OD USERADMIN
A USAGE
B OPERATE
OC MODIFY
OD MONITOR
A Avro
B JSON
C TSV
D Parquet
54.What will Snowflake do if the user's IP address does not match the user-level network
policy rules?
OD Allow the user to continue until the session or login token expires.
56.What are valid sub-clauses to the OVER clause for a window function? (Select TWO).
A GROUP BY
B LIMIT
C ORDER BY
D. PARTITION BY
DE UNION ALL
57.What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster
virtual warehouse?
OA 1
OB 5
OC.10
D.100
O A. Account role
B. Custom role
O C. Database role
O D. Secondary role
A Worksheet sharing
B. Referencing SnowSQL
60.Which query type is supported for implementing the search optimization service?
A.
AUTO_REFRESH_REGISTRATION_HISTORY
B.
EXTERNAL_TABLE_FILE_REGISTRATION_HISTORY
C. EXTERNAL_TABLE_FILES
D.
MATERIALIZED_VIEW_REFRESH_HISTORY
E STAGE_DIRECTORY_FILE_REGISTRATION_HISTORY
62.Which of the following is a valid source for an external stage when the Snowflake
account is located on Microsoft Azure?
OA An FTP server with TLS ertsryption
63.What authentication method does the Kafka connector use within Snowflake
A Key pair authentication
OC OAuth