[email protected]

下列ARA-C01练习题是Snowflake ARA-C01完整题库的一部分. ARA-C01完整练习题库共有162道题. Examook最新ARA-C01练习题库可以助您顺利通过考试. 如果您使用我们的题库没有效果, 我们将全额退还您的购买费用. 想要测试和学习Eaxmook ARA-C01练习题库? 现在开始吧!

 完整 ARA-C01 练习题库

Snowflake ARA-C01 练习题库

ARA-C01 w练习题库的更新日期是 2025-03-13 .

正在练习第 1页 ,共 8 页.

正在练习第 1题 ,共 41 道题

题目#1

Loading data using snowpipe REST API is supported for external stage only

A. TRUE
B. FALSE

Explanation:
Snowpipe supports loading from the following stage types:

题目#2

You are a snowflake architect in an organization. The business team came to to deploy an use case which requires you to load some data which they can visualize through tableau. Everyday new data comes in and the old data is no longer required.
What type of table you will use in this case to optimize cost

A. TRANSIENT
B. TEMPORARY
C. PERMANENT

Explanation:
Let us see why?
Storage fees are incurred for maintaining historical data during both the Time Travel and Fail-safe periods.The fees are calculated for each 24-hour period (i.e. 1 day) from the time the data changed. The number of days historical data is maintained is based on the table type and the Time Travel retention period for the table.
If you create a permanent table, it will have by default fail safe period of 7 days. That means it needs to allocate space to keep historical data for 7 days. Transient table, on the other hand, does not have fail safe period. Hence using transient table will be the most optimal approach from a cost perspective. Temporary table cannot be used here because temporary tables expire as soon as the session ends.

题目#3

While choosing a cluster key, what is recommended by snowflake?

A. Cluster columns that are most actively used in selective filters
B. If there is room for additional cluster keys, then consider columns frequently used in join predicates
C. Choose a key with high cardinality

Explanation:
Snowflake recommends prioritizing keys in the order below:
Cluster columns that are most actively used in selective filters. For many fact tables involved in date-based queries (for example "WHERE invoice_date > x AND invoice date <= y"), choosing the date column is a good idea. For event tables, event type might be a good choice, if there are a large number of different event types. (If your table has only a small number of different event types, then see the comments on cardinality below before choosing an event column as a clustering key.)
If there is room for additional cluster keys, then consider columns frequently used in join predicates, for example "FROM table1 JOIN table2 ON table2.column_A = table1.column_B".

题目#4

You have created a table as below
CREATE TABLE SNOWFLAKE (FLAKE_ID INTEGER, UDEMY_COURSE VARCHAR);
Which of the below select query will fail for this table?

A. SELECT * from snowflake;
B. SELECT * from Snowflake;
C. SELECT * from "snowflake";
D. SELECT * FROM "SNOWFLAKE";

Explanation:
Try it out yourself
On your demo instance, run the below queries
CREATE TABLE SNOWFLAKE (FLAKE_ID INTEGER, UDEMY_COURSE VARCHAR);
INSERT INTO SNOWFLAKE VALUES(1111, 'SNOWFLAKE');
SELECT * from snowflake;
SELECT * from Snowflake;
SELECT * from "snowflake";
SELECT * FROM "SNOWFLAKE";

题目#5

You have created a table as below
CREATE TABLE TEST_01 (NAME STRING(10));
What data type SNOWFLAKE will assign to column NAME?

A. LONGCHAR
B. STRING
C. VARCHAR

Explanation:
Try it yourself
Execute the below commands
CREATE TABLE TEST_01 (NAME STRING(10));
DESCRIBE TABLE TEST_01;

考题代码: ARA-C01考题数: 162 道题更新时间:  2025-03-13

 完整 ARA-C01 练习题库

Shop Categories