ExamGecko
Home / Snowflake / DEA-C01
Ask Question

DEA-C01: SnowPro Advanced: Data Engineer

Vendor:
Exam Questions:
130
 Learners
  2.370
Last Updated
April - 2025
Language
English
4 Quizzes
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

Snowflake web interface can be used to create users with no passwords or remove passwords from existing users?

Become a Premium Member for full access
  Unlock Premium Member

Select the correct usage statements with regards to SQL UDF?

Become a Premium Member for full access
  Unlock Premium Member

Mark the Correct Statements:

Statement 1. Snowflake's zero-copy cloning feature provides a convenient way to quickly take a "snapshot" of any table, schema, or database.

Statement 2. Data Engineer can use zero-copy cloning feature for creating instant backups that do not incur any additional costs (until changes are made to the cloned object).

Become a Premium Member for full access
  Unlock Premium Member

You as Data engineer might want to consider disabling auto-suspend for a warehouse if?

Become a Premium Member for full access
  Unlock Premium Member

The COPY command supports several options for loading data files from a stage i.e.

Become a Premium Member for full access
  Unlock Premium Member

Clones can be cloned, with no limitations on the number or iterations of clones that can be created (e.g. you can create a clone of a clone of a clone, and so on), which results in a n-level hierarchy of cloned objects, each with their own portion of shared and independent data storage?

Become a Premium Member for full access
  Unlock Premium Member

Streams record the differences between two offsets. If a row is added and then updated in the current offset, what will be the value of METADATA^^SUPDATE Columns in this scenario?

TRUE
TRUE
FALSE
FALSE
UPDATE
UPDATE
INSERT
INSERT
Suggested answer: B
Explanation:

Stream Columns

A stream stores an offset for the source object and not any actual table columns or data. When queried, a stream accesses and returns the historic data in the same shape as the source object (i.e. the same column names and ordering) with the following additional columns:

METADATA$ACTION Indicates the DML operation (INSERT, DELETE) recorded.

METADATA^^SUPDATE Indicates whether the operation was part of an UPDATE statement. Updates to rows in the source object are represented as a pair of DELETE and INSERT records in the stream with a metadata column METADATA^^SUPDATE values set to TRUE.

METADATA$ROW_ID Specifies the unique and immutable ID for the row, which can be used to track changes to specific rows over time.

Note that streams record the differences between two offsets. If a row is added and then updated in the current offset, the delta change is a new row. The METADATA^^SUPDATE row records a FALSE value.

asked 23/09/2024
VerĂƒÂ³nica Crespo
42 questions

Select the Incorrect statement about External Functions in SnowFlake?

Become a Premium Member for full access
  Unlock Premium Member

For enabling non-ACCOUNTADMIN Roles to Perform Data Sharing Tasks, which two glob-al/account privileges snowflake provide?

CREATE SHARE
CREATE SHARE
IMPORT SHARE
IMPORT SHARE
REFERENCE USAGE
REFERENCE USAGE
OPERATE
OPERATE
Suggested answer: A, B
Explanation:

CREATE SHARE

In a provider account, this privilege enables creating and managing shares (for sharing data with consumer accounts).

IMPORT SHARE

In a consumer account, this privilege enables viewing the inbound shares shared with the account.

Also enables creating databases from inbound shares; requires the global CREATE DATABASE privilege.

By default, these privileges are granted only to the ACCOUNTADMIN role, ensuring that only ac-count administrators can perform these tasks. However, the privileges can be granted to other roles, enabling the tasks to be delegated to other users in the account.

asked 23/09/2024
Tracy Sampson
41 questions

Which are false statements about Star Schema?

Become a Premium Member for full access
  Unlock Premium Member