Snowpro-Core 7
Snowpro-Core 7
https://www.2passeasy.com/dumps/SnowPro-Core/
NEW QUESTION 1
- (Exam Topic 1)
Which of the following statements would be used to export/unload data from Snowflake?
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-unload-considerations.html
NEW QUESTION 2
- (Exam Topic 1)
True or False: Snowflake charges a premium for storing semi-structured data.
A. True
B. False
Answer: B
Explanation:
Reference:
https://snowflakecommunity.force.com/s/question/0D50Z00008ckwNuSAI/does-snowflakecharges- premium-for-storing-semi-structured-data
NEW QUESTION 3
- (Exam Topic 1)
What services does Snowflake automatically provide for customer that they may have been responsible for with their on premise system? Select all the below that
apply.
Answer: ABD
NEW QUESTION 4
- (Exam Topic 1)
True or False: Snowflake bills for a minimum of five minutes each time a Virtual Warehouse is started.
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/credits.html
NEW QUESTION 5
- (Exam Topic 1)
Data storage for individual tables can be monitored using which commands and/or object(s)? Choose 2 answers
A. SHOW TABLES;
B. SHOW STORAGE BY TABLE;
C. Information Schema -> TABLE_STORAGE_METRICS
D. Information Schema -> TASLE_HISTORY
Answer: AC
NEW QUESTION 6
- (Exam Topic 1)
The FLATEEN function is used to query which type of data in Snowflake?
A. Structured data
B. Semi-structured data
C. Both of the above
D. None of the above
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/querying-semistructured.html
FLATTEN is used to unnest semi-structured data. Don't see an application for structured data as by definition it shouldn't be nested.
NEW QUESTION 7
- (Exam Topic 1)
A deterministic query is run at 8am, takes 5 minutes, and the results are cached. Which of the following statements are true?
Choose 2 answers
A. The exact query win ALWAYS return me precomputed result set for the RESULT_CACHE_ACTIVE = time period
B. The same exact query will return the precomputed results if the underlying data hasn't changed and the results were last accessed within the previous 24 hour
period
C. The same exact query will return the precomputed results even if the underlying data has changed as long as the results were last accessed within the previous
D. The ''24 hour'' on the percomputed results gets renewed every time the exact query is executed
Answer: BD
Explanation:
The results cache will only be used if it's the same query AND the same role executing the query
NEW QUESTION 8
- (Exam Topic 1)
True or False: When a new Snowflake object is created, it is automatically owned by the user who created it.
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/security-access-control-overview.html
NEW QUESTION 9
- (Exam Topic 1)
Which of the following connectors allow Multi-Factor Authentication (MFA) authorization when connecting? (Choose all that apply.)
A. JDBC
B. SnowSQL
C. Snowflake Web Interface (UI)
D. ODBC
E. PythonD18912E1457D5D1DDCBD40AB3BF70D5D
Answer: ABCDE
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/security-mfa.html
NEW QUESTION 10
- (Exam Topic 1)
Which type of table corresponds to a single Snowflake session?
A. Temporary
B. Translent
C. Provisional
D. Permanent
Answer: A
Explanation:
Snowflake supports creating temporary tables
for storing non-permanent, transitory data (e.g. ETL data,
session-specific data). Temporary tables only exist within the session in which they were created and persist only for the remainder of the session.
https://docs.snowflake.com/en/user-guide/tables-temp-transient.html#:~:text=Snowflake%20supports%20creatin
NEW QUESTION 10
- (Exam Topic 1)
Which of the following statement is true of Snowflake? Select one.
Answer: A
NEW QUESTION 12
- (Exam Topic 1)
Answer: D
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/warehouses-considerations.html
NEW QUESTION 15
- (Exam Topic 1)
True or False: All Snowflake table types include fail-safe storage.
A. True
B. False
Answer: B
NEW QUESTION 18
- (Exam Topic 1)
True or False: A customer using SnowSQL / native connectors will be unable be unable to able to also use the Snowflake Web interface (UI) unless access to the
UI is explicitly granted by supported.
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/connecting.html
NEW QUESTION 20
- (Exam Topic 1)
True or False: A single database can exist in more than one Snowflake account.
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/ddl-database.html
NEW QUESTION 22
- (Exam Topic 1)
When loading data into Snowflake, the COPY command supports: Choose 2 answers
A. Joins
B. Fitters
C. Data type conversions
D. Column reordering
E. Aggregates
Answer: CD
NEW QUESTION 26
- (Exam Topic 1)
True or False: A Snowflake account is charged for data stored in both Internal and External Stages.
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/tables-storage-considerations.html
NEW QUESTION 27
- (Exam Topic 1)
True or False: During data unloading, only JSON and CSV files can be compressed.
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/sql/create-file-format.html
NEW QUESTION 28
- (Exam Topic 1)
Which of the following statements are true about Schemas in Snowflake? (Choose two.)
Answer: BC
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-sharing-mutiple-db.html
NEW QUESTION 29
- (Exam Topic 1)
What is the lowest Snowflake edition that offers Time Travel up to 90 days?
A. standard Edition
B. Premier Edition
C. Enterprise Edition
D. Business Critical Edition
Answer: C
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-availability.html
NEW QUESTION 34
- (Exam Topic 1)
A role is created and owns 2 tables. This role is then dropped. Who will now own the two tables?
Answer: D
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/sql/drop-role.html
NEW QUESTION 37
- (Exam Topic 1)
True or False: Pipes can be suspended and resumed.
A. True
B. False
Answer: A
Explanation:
https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro.html#pausing-or-resuming-pipes Pausing or Resuming Pipes In addition to the pipe owner, a
role that has the following minimum permissions can pause or resume the pipe:
NEW QUESTION 38
- (Exam Topic 1)
What are the three layers that make up Snowflake’s architecture? Choose 3 answer
A. Compute
B. Tri-Secret Secure
C. Storage
D. Cloud Services
Answer: ACD
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/intro-key-concepts.html
NEW QUESTION 42
- (Exam Topic 1)
Answer: AB
NEW QUESTION 46
- (Exam Topic 1)
Which of the following are common use cases for zero-copy cloning? Choose 3 answers
Answer: ABC
Explanation:
Reference: https://community.snowflake.com/s/question/0D50Z00009C3VlMSAV/zero-copy-cloning
NEW QUESTION 48
- (Exam Topic 1)
True or False: Snowflake’s Global Services Layer gathers and maintains statistics on all columns in all micro-partitions.
A. True
B. False
Answer: A
Explanation:
Snowflake is a single, integrated platform delivered as-a-service. It features storage, compute, and global services layers that are physically separated but logically
integrated.
NEW QUESTION 49
- (Exam Topic 1)
True or False: Each worksheet in the Snowflake Web Interface (UI) can be associated with different roles, databases, schemas, and Virtual Warehouses.
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/ui-worksheet.html
NEW QUESTION 52
- (Exam Topic 1)
True or False: When data share is established between a Data Provider and a data Consumer, the Data Consumer can extend that data share to other Data
Consumers.
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-sharing-intro.html
NEW QUESTION 57
- (Exam Topic 1)
For a multi-cluster Warehouse, the number of credits billed is calculated on: Select one.
Answer: B
NEW QUESTION 62
- (Exam Topic 1)
As a best practice, clustering keys should only be defined on tables of which minimum size?
Answer: D
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html
NEW QUESTION 66
- (Exam Topic 1)
Which is true of Snowflake network policies? A Snowflake network policy: (Choose two.)
Answer: AC
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/sql/create-network-policy.html
NEW QUESTION 70
- (Exam Topic 1)
True or False: It is possible to load data into Snowflake without creating a named File Format object.
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-load-external-tutorial-create-file-format.html
NEW QUESTION 74
- (Exam Topic 1)
When scaling up Virtual Warehouse by increasing Virtual Warehouse t-shirt size, you are primarily scaling for improved:
Select one.
A. Concurrency
B. Performance
Answer: B
Explanation:
Reference:
https://docs.snowflake.com/en/user-guide/warehouses-considerations.html#warehouse-resizing-improves-perfor
NEW QUESTION 75
- (Exam Topic 1)
What is the recommended Snowflake data type to store semi-structured data like JSON?
A. VARCHAR
B. RAW
C. LOB
D. VARIANT
Answer: D
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/data-types-semistructured.html
NEW QUESTION 79
- (Exam Topic 1)
True or False: You can resize a Virtual Warehouse while queries are running.
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/warehouses-tasks.html
NEW QUESTION 83
- (Exam Topic 1)
True or False: Bulk unloading of data from Snowflake supports the use of a SELECT statement.
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide-data-unload.html
NEW QUESTION 84
- (Exam Topic 1)
True or False: Snowflake supports federated authentication in all editions.
A. True
B. False
Answer: A
Explanation:
Reference:
https://community.snowflake.com/s/news/federated-authentication-sso-now-available-in-all-snowflake-editions
NEW QUESTION 88
- (Exam Topic 1)
Which of the following statements is true of Snowflake?
Answer: A
Explanation:
Reference: https://www.stitchdata.com/resources/snowflake/
NEW QUESTION 93
- (Exam Topic 1)
Which of the following languages can be used to implement Snowflake User Defined Functions (UDFs)? Choose 2 answers
A. Java
B. JavaScript
C. SQL
D. Python
Answer: BC
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/user-defined-functions.html
NEW QUESTION 98
- (Exam Topic 1)
True or False: When a user creates a role, they are initially assigned ownership of the role and they maintain ownership until it is transferred to another user.
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/security-access-control-overview.html
Answer: D
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/warehouses-overview.html
A. INITTIALLY_SUSPENDED = TRUE/FALSE
B. START_AFTCR_CREATE = TRUE/FALSE
C. START_TTIME = 60 // (seconds from now)
D. START.TIME = CURRENT.DATE()
Answer: A
Answer: D
Explanation:
Reference: https://help.pentaho.com/Documentation/9.1/Products/Modify_Snowflake_warehouse
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/tables-external-intro.html
External tables are read-only, therefore no DML operations can be performed on them; however, external tables can be used for query and join operations. Views
can be created against external tables.
A. Standard
B. Premier
C. Enterprise
D. Business Critical Edition
Answer: C
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/intro-editions.html
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html
A. More micro-partitions
B. Better query scheduling
C. Double the numbers of servers In the compute duster
D. Higher storage costs
Answer: C
A. True
B. False
Answer: A
A. user authentication
B. Metadata
C. Query compilation and optimization
D. external blob storage
E. Data security
Answer: ABCE
A. True
B. False
Answer: A
Answer: A
A. include the SQL statements in the body of the task create task mytask.. as insert into target1 select., from stream_s1 where ..INSERT INTO target2 SELECT ..
FROM stream .s1 where ..
B. A stored procedure can have only one DML statement per stored procedure invocation and therefore you should sequence stored procedures calls in the task
definition CREATE TASK mytask.... AS call stored_prc1(); call stored_proc2t);
C. A stored procedure executing multiple SQL statements and invoke the stored procedure from the task.CREATE TASK mytask.... AS
callstored_proc_multiple_statements_inside():
D. Create a task for each SQL statement (e.
E. resulting in task1. task2, etc) and string the series of SQL statements by having a control task calling task 1, task 2 sequentially.
Answer: C
A. 1 Hour
B. 3 Hours
C. 12 hours
D. 24 hours
Answer: D
Explanation:
Reference: https://community.snowflake.com/s/article/Caching-in-Snowflake-Data-Warehouse
What are the three things customers want most from their enterprise data warehouse solution? Choose 3 answers
A. On-premise availability
B. Simplicity
C. Open source based
D. Concurrency
E. Performance
Answer: BDE
Answer: AC
Explanation:
Reference: https://blog.couchbase.com/its-the-workload-stupid/
https://www.quora.com/Can-Snowflake-be-used-for-an-OLTP-system-or-is-it-only-best-suited-for-warehousing
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/intro-key-concepts.html
A. 8KB
B. 16MB
C. 50MB
D. 4000GB
Answer: B
Explanation:
MAX size for compressed data for semi-structured data type is also 16 MB. That means if our table has a semi-structured data type column with 16MB data other
columns will have NULL data.
A. Standard
B. Premier
C. Enterprise
D. Business Critical Edition
Answer: D
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/intro-editions.html
A. Database
B. Tables
C. Warehouses
D. Worksheets
Answer: ACD
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/snowflake-manager.html
A. True
B. False
Answer: B
Explanation:
"The costs for sharing data with Snowflake are minimal and straightforward. Data providers simply pay Snowflake for the data they store, and data consumers pay
for the compute resources their queries consume."
A. True
B. False
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-unload-prepare.html
A. New objects created by a Data Provider are automatically shared with existing Data Consumers & Reader Accounts
B. All database objects can be included In a shared database
C. Reader Accounts are created and funded by Data Prowlers
D. Shared databases are read-only
Answer: CD
A. 30 Days
B. 60 Days
C. 90 Days
D. 365 Days
Answer: A
Explanation:
All Snowflake-managed keys are automatically rotated by Snowflake when they are more than 30 days old. Active keys are retired, and new keys are created.
When Snowflake determines the retired key is no longer needed, the key is automatically destroyed.
https://docs.snowflake.com/en/user-guide/security-encryption-manage.html#:~:text=All%20Snowflake%2Dman
A. Clustering
B. Indexing
C. Fragmenting
D. Using INDEX HINTS
Answer: A
Explanation:
https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html
A. Internal stages
B. Incremental backups
C. Time Travel
D. Zero-copy clones
E. Fail-safe
Answer: CE
Explanation:
Time travel and fail safe are the two continuous data protection features support the recovery of data automatically.
Snowflake provides powerful CDP features for ensuring the maintenance and availability of your historical data (i.e. data that has been changed or deleted):
Querying, cloning, and restoring historical data in tables, schemas, and databases for up to 90 days through Snowflake Time Travel.
Disaster recovery of historical data (by Snowflake) through Snowflake Fail-safe. https://docs.snowflake.com/en/user-guide/data-availability.html
A. True
B. False
Answer: B
Explanation:
By default, COPY INTO location statements separate table data into a set of output files to take advantage of parallel operations. The maximum size for each file is
set using the MAX_FILE_SIZE copy option. The default value is 16777216 (16 MB) but can be increased to accommodate larger files. The maximum file size
supported is 5 GB for Amazon S3, Google Cloud Storage, or Microsoft Azure stages. To unload data to a single output file (at the potential cost of decreased
performance), specify the SINGLE = true copy option in your statement. You can optionally specify a name for the file in the path.
Answer: D
Explanation:
Snowflake credits are used to pay for the consumption of resources on Snowflake. A Snowflake credit is a unit of measure, and it is consumed only when a
customer is using resources, such as when a virtual warehouse is running, the cloud services layer is performing work, or serverless features are used.
https://docs.snowflake.com/en/user-guide/what-are-credits.html
Answer: B
A. SCIM
B. Federated authentication
C. TLS 1.2
D. Key-pair authentication
E. OAuth
F. OCSP authentication
Answer: BDE
A. Compute resources
B. Query execution
C. Authentication
D. Data storage
E. Metadata
Answer: CE
Explanation:
https://docs.snowflake.com/en/user-guide/intro-key-concepts.html
The cloud services layer is a collection of services that coordinate activities across Snowflake. These services tie together all of the different components of
Snowflake in order to process user requests, from login to query dispatch. The cloud services layer also runs on compute instances provisioned by Snowflake from
the cloud provider.
Services managed in this layer include:
Authentication
Infrastructure management
Metadata management
Query parsing and optimization
Access control
A. When dropping an external stage, the files are not removed and only the stage is dropped
B. When dropping an external stage, both the stage and the files within the stage are removed
C. When dropping an internal stage, the files are deleted with the stage and the files are recoverable
D. When dropping an internal stage, the files are deleted with the stage and the files are not recoverable
E. When dropping an internal stage, only selected files are deleted with the stage and are not recoverable
Answer: AC
A. Yes, because a table owner has full control and can unset masking policies.
B. Yes, because masking policies only apply to cloned tables.
C. No, because masking policies must always reference specific access roles.
D. No, because ownership of a table does not include the ability to change masking policies
Answer: A
Answer: AD
A. Infrastructure management
B. Metadata management
C. Query execution
D. Query parsing and optimization
E. Management of the storage layer
Answer: C
A. True
B. False
Answer: A
Explanation:
Reference:
https://docs.snowflake.com/en/user-guide/warehouses-tasks.html#effects-of-resizing-a-suspended-warehouse
A. 1 day
B. 7 days
C. 45 days
D. 90 days
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-failsafe.html
A. Querying data-related objects that were created within the past 365 days
B. Restoring data-related objects that have been deleted within the past 90 days
C. Conducting point-in-time analysis for Bl reporting
D. Analyzing data usage/manipulation over all periods of time
Answer: B
Explanation:
Snowflake Time Travel enables accessing historical data (i.e. data that has been changed or deleted) at any point within a defined period. It serves as a powerful
tool for performing the following tasks:
Restoring data-related objects (tables, schemas, and databases) that might have been accidentally or intentionally deleted.
Duplicating and backing up data from key points in the past.
Analyzing data usage/manipulation over specified periods of time.
https://docs.snowflake.com/en/user-guide/data-time-travel.html
Answer: D
A. The user has the appropriate privileges on the objects associated with the query
B. Micro-partitions have been reclustered since the query was last run
C. The new query is run using the same virtual warehouse as the previous query
D. The query includes a User Defined Function (UDF)
E. The query has been run within 24 hours of the previously-run query
Answer: AE
A. Pipes
B. Streams
C. Tasks
D. Procedures
Answer: B
Explanation:
https://dataterrain.com/how-to-change-tracking-using-table-streams-in-snowflake/#:~:text=A%20stream%20is%
A. COPY INTO
B. GET
C. WRITE
D. EXTRACT INTO
Answer: A
Explanation:
https://docs.snowflake.com/en/user-guide/data-unload-snowflake.html#:~:text=Your%20User%20Stage-,Use%2
Answer: C
Answer: A
Explanation:
External functions are user-defined functions that are stored and executed outside of Snowflake.
External functions make it easier to access external API services such as geocoders, machine learning models, and other custom code running outside of
Snowflake. This feature eliminates the need to export and reimport data when using third-party services, significantly simplifying your data pipelines.
https://docs.snowflake.com/en/sql-reference/external-functions.html#:~:text=External%20functions%20are%20
A. ORC
B. XML
C. Avro
D. Parquet
E. JSON
Answer: DE
Explanation:
Semi-structured JSON, Parquet
https://docs.snowflake.com/en/user-guide/data-unload-prepare.html#:~:text=Supported%20File%20Formats,-Th
A. list @mytable;
B. list @%raytable;
C. list @ %m.ystage;
D. list @mystage;
Answer: D
A. LOAD
B. copy
C. GET
D. PUT
Answer: D
Explanation:
https://medium.com/@divyanshsaxenaofficial/snowflake-loading-unloading-of-data-part-1-internal-stages-7121
A. Pipe
B. External stage
C. Task
D. Stream
Answer: A
Explanation:
Snowpipe enables loading data from files as soon as they’re available in a stage. This means you can load data from files in micro-batches, making it available to
users within minutes, rather than manually executing COPY statements on a schedule to load larger batches.
https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro.html
A. When increasing the size of an active warehouse the compute resource for all running and queued queries on the warehouse are affected
B. When reducing the size of a warehouse the compute resources are removed only when they are nolonger being used to execute any current statements.
C. The warehouse will be suspended while the new compute resource is provisioned and will resume automatically once provisioning is complete.
D. Users who are trying to use the warehouse will receive an error message until the resizing is complete
Answer: B
A. Masking policy
B. Stored procedure
C. Task
D. External table
Answer: D
Explanation:
Secure Data Sharing enables sharing selected objects in a database in your account with other Snowflake accounts. The following Snowflake database objects
can be shared:
Tables
External tables
Secure views
Secure materialized views
Secure UDFs
Snowflake enables the sharing of databases through shares, which are created by data providers and “imported” by data consumers.
https://docs.snowflake.com/en/user-guide/data-sharing-intro.html#:~:text=Secure%20Data%20Sharing%20enab
A. A single join node uses more than 50% of the query time
B. Partitions scanned is equal to partitions total
C. An AggregateOperacor node is present
D. The query is spilling to remote storage
Answer: D
A. Time Travel - 1 da
B. Fail-safe - 1 day
C. Time Travel - 0 day
D. Fail-safe - 1 day
E. Time Travel - 1 da
F. Fail-safe - 0 days
G. Transient tables are retained in neither Fail-safe nor Time Travel
Answer: C
Explanation:
https://docs.snowflake.com/en/user-guide/data-cdp-storage-costs.html#:~:text=Temporary%20and%20Transient
A. SnowSQL
B. Snowflake classic web interface (Ul)
C. Snowsight
D. .NET driver
Answer: A
Explanation:
https://docs.snowflake.com/en/user-guide/snowsql-use.html
A. Compute layer
B. Storage layer
C. Cloud infrastructure layer
D. Cloud services layer
Answer: A
Explanation:
For query execution, Snowflake uses the Virtual Warehouse. The query processing layer is separated from the disk storage layer in the Snowflake data
architecture. You can use the data from the storage layer to run queries in this layer
https://www.projectpro.io/article/snowflake-architecture-what-does-snowflake-do/556#:~:text=Query%20Proce
A. Users
B. Tables
C. Databases
D. Internal Stages
Answer: ABC
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-failsafe.html
Separate and distinct from Time Travel, Fail-safe ensures historical data is protected in the event of a system failure or other catastrophic event, e.g. a hardware
failure or security breach. Fail safe feature cannot be enabled or disabled from the user end .
Answer: AD
A. True
B. False
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html
A. Metadata cache
B. Result cache
C. Remote cache
D. Local file cache
Answer: B
Explanation:
https://community.snowflake.com/s/article/Caching-in-Snowflake-Data-Warehouse
Answer: B
Explanation:
Data Size Limitations
The VARIANT data type imposes a 16 MB size limit on individual rows.
For some semi-structured data formats (e.g. JSON), data sets are frequently a simple concatenation of multiple documents. The JSON output from some software
is composed of a single huge array containing multiple records. There is no need to separate the documents with line breaks or commas, though both are
supported.
If the data exceeds 16 MB, enable the STRIP_OUTER_ARRAY file format option for the COPY INTO
<table> command to remove the outer array structure and load the records into separate table rows:
copy into <table> from @~/<file>.json
file_format = (type = 'JSON' strip_outer_array = true); https://docs.snowflake.com/en/user-guide/semistructured-considerations.html
Answer: D
Explanation:
There are several limitations to using materialized views:
A materialized view can query only a single table.
Joins, including self-joins, are not supported.
Answer: BD
D. Avoid using embedded characters such as commas for numeric data types
E. Remove semi-structured data types
Answer: CD
Explanation:
https://docs.snowflake.com/en/user-guide/data-load-considerations-prepare.html
A. Zero-copy cloning creates a mirror copy of a database that updates with the original
B. Software updates are automatically applied on a quarterly basis
C. Snowflake eliminates resource contention with its virtual warehouse implementation
D. Multi-cluster warehouses allow users to run a query that spans across multiple clusters
E. Snowflake automatically sorts DATE columns during ingest for fast retrieval by date
Answer: D
A. CSV
B. JSON
C. Parquet
D. XML
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html
Answer: B
Explanation:
https://docs.snowflake.com/en/user-guide/warehouses-overview.html#:~:text=Similarly%2C%20auto%2Dresum
Answer: CE
Answer: AC
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/data-sharing-provider.html
A. Column-level security
B. SOC 2 type II certification
C. Multi-factor Authentication (MFA)
D. Object-level access control
Answer: A
Explanation:
https://docs.snowflake.com/en/user-guide/intro-editions.html
Answer: CD
Answer: CD
Answer: CD
A. INSERT
B. PUT
C. GET
D. COPY
Answer: D
Answer: B
Explanation:
Reference:
https://docs.snowflake.com/en/user-guide/querying-metadata.html#:~:text=Snowflake%20automatically%20gen
What is the recommended compressed file size range for continuous data loads using Snowpipe?
A. 8-16 MB
B. 16-24 MB
C. 10-99 MB
D. 100-250 MB
Answer: B
Answer: C
A. 4 minutes
B. 10 minutes
C. 14 minutes
D. 24 minutes
Answer: C
A. Authentication
B. Resource management
C. Virtual warehouse caching
D. Query parsing and optimization
E. Query execution
F. Physical storage of micro-partitions
Answer: ADE
A. Standard
B. Enterprise
C. Business Critical
D. Virtual Private Snowflake
Answer: B
Answer: BDE
A. 1 day
B. 7 days
C. 14 days
D. 64 days
Answer: C
A. Enterprise
B. Business Critical
C. Standard
D. Virtual Private Snowflake
Answer: B
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/intro-editions.html#business-critical-edition
A. Snowflake data and services are deployed in a single availability zone within a cloud provider's region.
B. Snowflake data and services are available in a single cloud provider and a single region, the use of multiple cloud providers is not supported.
C. Snowflake can be deployed in a customer's private cloud using the customer's own compute and storage resources for Snowflake compute and storage
D. Snowflake uses the core compute and storage services of each cloud provider for its own compute and storage
E. All three layers of Snowflake's architecture (storage, compute, and cloud services) are deployed and managed entirely on a selected cloud platform
F. Snowflake data and services are deployed in at least three availability zones within a cloud provider's region
Answer: DEF
Answer: A
A. SINGLE=TRUE
B. MULTIPLE=TRUE
C. MULTIPLE=FALSE
D. SINGLE=FALSE
Answer: C
Answer: D
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/tables-temp-transient.html
Answer: BD
Answer: C
Explanation:
Reference:
https://docs.snowflake.com/en/user-guide/search-optimization-
service.html#:~:text=The%20search%20optimiza%20point,OBJECT%2C%20and%20ARRAY%20columns)
Answer: AD
A. The reader account will automatically use the Standard edition of Snowflake.
B. The reader account compute will be billed to the provider account.
C. The reader account can clone data the provider has shared, but cannot re-share it.
D. The reader account can create a copy of the shared data using CREATE TABLE AS...
Answer: C
Answer: B
Explanation:
Reference: https://www.projectpro.io/article/snowflake-architecture-what-does-snowflake-do/556
- (Exam Topic 3)
Which of the following are characteristics of security in Snowflake?
A. Account and user authentication is only available with the Snowflake Business Critical edition.
B. Support for HIPAA and GDPR compliance is available for UI Snowflake editions.
C. Periodic rekeying of encrypted data is available with the Snowflake Enterprise edition and higher
D. Private communication to internal stages is allowed in the Snowflake Enterprise edition and higher.
Answer: C
Answer: C
Explanation:
https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html#:~:text=Multi%2Dcluster%20warehous
A. Schema Stage
B. User Stage
C. Database Stage
D. Table Stage
E. External Named Stage
F. Internal Named Stage
Answer: AEF
Answer: B
A. There is no need to have a Snowflake account in the target region, a share will be created for each user.
B. The listing is replicated into all selected regions automatically, the data is not.
C. The user must have the ORGADMIN role available in at least one account to link accounts for replication.
D. Shares attached to listings in remote regions can be viewed from any account in an organization.
E. For a standard listing the user can wait until the first customer requests the data before replicating it to the target region.
Answer: AC
Answer: AD
Answer: B
A. The filtering or disregarding of micro-partitions that are not needed to return a query.
B. The return of micro-partitions values that overlap with each other to reduce a query's runtime.
C. A service that is handled by the Snowflake Cloud Services layer to optimize caching.
D. The ability to allow the result of a query to be accessed as if it were a table.
Answer: A
A. Protegrity
B. Tableau
C. DBeaver
D. SAP
Answer: A
A. Auto-resume applies only to the last warehouse that was started in a multi-cluster warehouse.
B. The ability to auto-suspend a warehouse is only available in the Enterprise edition or above.
C. SnowSQL supports both a configuration file and a command line option for specifying a default warehouse.
D. A user cannot specify a default warehouse when using the ODBC driver.
E. The default virtual warehouse size can be changed at any time.
Answer: A
A. Management of metadata
B. Computing the data
C. Maintaining Availability Zones
D. Infrastructure security
E. Parsing and optimizing queries
Answer: AE
A. A reader account can consume data from the provider account that created it and combine it with its own data.
B. A consumer needs to become a licensed Snowflake customer as data sharing is only supported between Snowflake accounts.
C. The users in a reader account can query data that has been shared with the reader account and can perform DML tasks.
D. The SHOW MANAGED ACCOUNTS command will view all the reader accounts that have been created for an account.
Answer: C
A. No virtual warehouse will be used, data will be read from the result cache.
B. No virtual warehouse will be used, data will be read from the local disk cache.
C. The default virtual warehouse will be used to read all data.
D. The virtual warehouse that is defined at the session level will be used to read all data.
Answer: A
A. view @my_stage
B. list @my_stage
C. show @my_stage
D. display @my_stage
Answer: B
Answer: A
Answer: A
A. Infrastructure management
B. Metadata management
C. Query execution
D. Query parsing and optimization
E. Permanent storage of micro-partitions
Answer: C
Explanation:
Reference:
https://docs.snowflake.com/en/user-guide/warehouses.html#:~:text=A%20warehouse%20provides%20the%20re
A. If an account is enrolled with a Data Exchange, it will lose its access to the Snowflake Marketplace.
B. A Data Exchange allows groups of accounts to share data privately among the accounts.
C. A Data Exchange allows accounts to share data with third, non-Snowflake parties.
D. Data Exchange functionality is available by default in accounts using the Enterprise edition or higher.
E. The sharing of data in a Data Exchange is bidirectiona
F. An account can be a provider for some datasets and a consumer for others.
Answer: B
A. 1 second
B. 60 seconds
C. 5 minutes
D. 60 minutes
Answer: B
- (Exam Topic 3)
How are serverless features billed?
Answer: D
A. Scaling out adds clusters of the same size to a virtual warehouse to handle more concurrent queries.
B. Scaling out adds clusters of varying sizes to a virtual warehouse.
C. Scaling out adds additional database servers to an existing running cluster to handle more concurrent queries.
D. Snowflake recommends using both scaling up and scaling out to handle more concurrent queries.
E. Scaling up resizes a virtual warehouse so it can handle more complex workloads.
F. Scaling up adds additional database servers to an existing running cluster to handle larger workloads.
Answer: AE
Answer: B
A. USAGE
B. OPERATE
C. MONITOR
D. MODIFY
Answer: B
Explanation:
Reference:
https://community.snowflake.com/s/question/0D50Z00008yHYdqSAG/auto-resume-operate-warehouse-privileg
A. ORGADMIN
B. SECURITYADMIN
C. SHAREADMIN
D. ACCOUNTADMIN
Answer: C
Answer: AD
Answer: B
Answer: B
Answer: B
Answer: B
Answer: AE
A. Include the SQL statements in the body of the task CREATE TASK mytask .. AS INSERT INTO target1 SELECT .. FROM stream_s1 WHERE .. INSERT INTO
target2 SELECT .. FROM stream_s1WHERE ..
B. A stored procedure can have only one DML statement per stored procedure invocation and therefore the user should sequence stored procedure calls in the
task definition CREATE TASK mytask .... AScall stored_proc1(); call stored_proc2();
C. Use a stored procedure executing multiple SQL statements and invoke the stored procedure from the tas
D. CREATE TASK mytask .... AS call stored_proc_multiple_statements_inside();
E. Create a task for each SQL statement (e.
F. resulting in task1, task2, etc.) and string the series of SQL statements by having a control task calling task1, task2, et
G. sequentially.
Answer: D
A. True
B. False
Answer: B
Explanation:
Reference: https://community.snowflake.com/s/article/Making-Transient-table-by-Default
Answer: D
Answer: B
Answer: C
Answer: CD
A. Role
B. Schema
C. User
D. Database
E. Account
F. Tables
Answer: CE
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/network-policies.html#creating-network-policies
Answer: CE
A. Custom Edition
B. Virtual Private Snowflake
C. Business Critical Edition
D. Standard Edition
E. Enterprise Edition
Answer: BC
A. Aim to produce data files that are between 100 MB and 250 MB in size, compressed.
B. Load data from files in a cloud storage service in a different region or cloud platform from the service or region containing the Snowflake account, to save on
cost.
C. Enclose fields that contain delimiter characters in single or double quotes.
D. Split large files into a greater number of smaller files to distribute the load among the compute resources in an active warehouse.
E. When planning which warehouse(s) to use for data loading, start with the largest warehouse possible.
F. Partition the staged data into large folders with random paths, allowing Snowflake to determine the bestway to load each file.
Answer: BCE
Answer: D
A. Files
B. External tables
C. Secure User-Defined Functions (UDFs)
D. Sequences
E. Streams
Answer: BC
Answer: C
Explanation:
Reference: https://docs.snowflake.com/en/user-guide/warehouses-tasks.html
A. Shared-disk
B. Shared-nothing
C. Multi-cluster shared data
D. Serverless query engine
Answer: C
A. 10-50 MB
B. 100-250 MB
C. 300-500 MB
D. 1000-1500 MB
Answer: B
Answer: CD
A. STRIP_NULL_VALUES
B. SKIP_BYTE_ORDER_MARK
C. REPLACE_INVALID_CHARACTERS
D. VALIDATION_MODE
Answer: D
Explanation:
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html
VALIDATION_MODE = RETURnN__ROWS | RETURN_ERRORS | RETURN_ALL_ERRORS
String (constant) that instructs the COPY command to validate the data files instead
of loading them into the
specified table; i.e. the COPY command tests the files for errors but does not load them. The command validates the data to be loaded and returns results based
on the validation option specified:
A. 30 days
B. 7 days
C. 48 hours
D. 24 hours
Answer: D
Answer: C
A. SYSADMIN
B. ORGADMIN
C. ACCOUNTADMIN
D. SECURITYADMIN
Answer: B
A. Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 30 day
B. Fail Safe retention time is 1 day.
C. Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 365 day
D. Fail Safe retention time is 7 days.
E. Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 90 day
F. Fail Safe retention time is 7 days.
G. Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 90 day
H. Fail Safe retention time is 7 days.
I. Default Time Travel Retention is set to 7 days.Maximum Time Travel Retention is 1 da
J. Fail Safe retention time is 90 days.
K. Default Time Travel Retention is set to 90 days.Maximum Time Travel Retention is 7 day
L. Fail Safe retention time is 356 days.
Answer: D
A. Standard
B. Enterprise
C. Business Critical
D. Virtual Private Snowflake
Answer: B
Answer: D
A. VIEWS_HISTORY
B. OBJECT_HISTORY
C. ACCESS_HISTORY
D. LOGIN_HISTORY
Answer: C
A. Compute
B. Data storage
C. Cloud services
D. Cloud provider
Answer: D
A. SnowCLI
B. SnowUI
C. SnowSQL
D. SnowCD
Answer: D
Explanation:
https://docs.snowflake.com/en/user-guide/snowcd.html#:~:text=SnowCD%20(i.e.%20Snowflake%20Connectivi
A. The cloned views and the stored procedures will reference the cloned tables in the cloned database.
B. An error will occur, as views with qualified references cannot be cloned.
C. An error will occur, as stored objects cannot be cloned.
D. The stored procedures and views will refer to tables in the source database.
Answer: D
A. TSV
B. JSON
C. PDF
D. Avro
E. Parquet
F. JPEG
Answer: BDE
Answer: AD
A. Reader
B. Consumer
C. Vendor
D. Standard
E. Personalized
Answer: DE
Answer: A
Answer: CD
Answer: A
A. CHECK_OPTION
B. IS_SECURE
C. IS_UPDATEABLE
D. TABLE_NAME
Answer: B
Answer: AE
A. @
B. &
C. $
D. #
Answer: C
A. They can be created as secure and hide the underlying metadata from the user.
B. They can only access tables from a single database.
C. They can contain only a single SQL statement.
D. They can be created to run with a caller's rights or an owner's rights.
Answer: A
Explanation:
Reference: https://docs.snowflake.com/en/sql-reference/stored-procedures-overview.html
Visit Our Site to Purchase the Full Set of Actual SnowPro-Core Exam Questions With Answers.
We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Order the
SnowPro-Core Product From:
https://www.2passeasy.com/dumps/SnowPro-Core/
* SnowPro-Core Most Realistic Questions that Guarantee you a Pass on Your FirstTry
* SnowPro-Core Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year