Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam SnowPro Advanced Data Engineer topic 1 question 4 discussion

Actual exam question from Snowflake's SnowPro Advanced Data Engineer
Question #: 4
Topic #: 1
[All SnowPro Advanced Data Engineer Questions]

A Data Engineer needs to load JSON output from some software into Snowflake using Snowpipe.
Which recommendations apply to this scenario? (Choose three.)

  • A. Load large files (1 GB or larger).
  • B. Ensure that data files are 100-250 MB (or larger) in size, compressed.
  • C. Load a single huge array containing multiple records into a single table row.
  • D. Verify each value of each unique element stores a single native data type (string or number).
  • E. Extract semi-structured data elements containing null values into relational columns before loading.
  • F. Create data files that are less than 100 MB and stage them in cloud storage at a sequence greater than once each minute.
Show Suggested Answer Hide Answer
Suggested Answer: BDE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
rbeam
1 month ago
Selected Answer: BDE
A - incorrect as size too large; C - incorrect as not good practice for any data platform; F - Quote from Snowflake: Creating smaller data files and staging them in cloud storage more often than once per minute has the following disadvantages: - A reduction in latency between staging and loading the data cannot be guaranteed. - An overhead to manage files in the internal load queue is included in the utilization costs charged for Snowpipe. This overhead increases in relation to the number of files queued for loading.
upvoted 1 times
...
Snow_P
5 months, 1 week ago
Selected Answer: BDE
https://docs.snowflake.com/en/user-guide/data-load-considerations-prepare
upvoted 2 times
...
stopthisnow
6 months ago
Selected Answer: BDE
Loading data files roughly 100-250 MB in size or larger reduces the overhead charge relative to the amount of total data loaded to the point where the overhead cost is immaterial. https://docs.snowflake.com/en/user-guide/data-load-considerations-prepare#label-snowpipe-file-size
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...