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 Core topic 1 question 547 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 547
Topic #: 1
[All SnowPro Core Questions]

What does it mean when the sample function uses the Bernoulli sampling method?

  • A. The data is based on sampling every row.
  • B. The data is based on sampling 10% of the source data.
  • C. The data is based on sampling blocks of the source data.
  • D. The data is based on sampling 1000 rows of the source data.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Ram9198
5 months, 3 weeks ago
Selected Answer: A
BERNOULLI (or ROW): Includes each row with a probability of p/100. Similar to flipping a weighted coin for each row. SYSTEM (or BLOCK): Includes each block of rows with a probability of p/100. Similar to flipping a weighted coin for each block of rows. This method does not support fixed-size sampling. Sampling method is optional. If no method is specified, the default is BERNOULLI.
upvoted 1 times
...
MultiCloudIronMan
9 months, 1 week ago
Selected Answer: A
correct
upvoted 1 times
...
okurok
1 year, 1 month ago
Selected Answer: A
https://docs.snowflake.com/en/sql-reference/constructs/sample#syntax
upvoted 2 times
...
bibisa
1 year, 1 month ago
Selected Answer: A
BERNOULLI (or ROW): Includes each row with a probability of p/100. Similar to flipping a weighted coin for each row.
upvoted 2 times
...
ShagunMittal
1 year, 1 month ago
Selected Answer: A
BERNOULLI (or ROW): Includes each row with a probability of p/100. Similar to flipping a weighted coin for each row.
upvoted 2 times
...
Simbajagnole
1 year, 1 month ago
Selected Answer: A
Each row
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 ...