ExamGecko
Question list
Search
Search

Question 51 - COF-C02 discussion

Report
Export

Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).

A.
Load files that are approximately 25 MB or smaller.
Answers
A.
Load files that are approximately 25 MB or smaller.
B.
Remove all dates and timestamps.
Answers
B.
Remove all dates and timestamps.
C.
Load files that are approximately 100-250 MB (or larger)
Answers
C.
Load files that are approximately 100-250 MB (or larger)
D.
Avoid using embedded characters such as commas for numeric data types
Answers
D.
Avoid using embedded characters such as commas for numeric data types
E.
Remove semi-structured data types
Answers
E.
Remove semi-structured data types
Suggested answer: C, D

Explanation:

When loading data into Snowflake, it is recommended to:

C . Load files that are approximately 100-250 MB (or larger): This size is optimal for parallel processing and can help to maximize throughput. Smaller files can lead to overhead that outweighs the actual data processing time.

D . Avoid using embedded characters such as commas for numeric data types: Embedded characters can cause issues during data loading as they may be interpreted incorrectly. It's best to clean the data of such characters to ensure accurate and efficient data loading.

These best practices are designed to optimize the data loading process, ensuring that data is loaded quickly and accurately into Snowflake.

References:

Snowflake Documentation on Data Loading Considerations

[COF-C02] SnowPro Core Certification Exam Study Guide

asked 23/09/2024
Wilco Gent
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first