Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 49

Which of the following are common use cases for zero-copy cloning? (Choose three.)

    Correct Answer: A, B, C

    Zero-copy cloning is a technique used in database systems to create quick duplicates of data without physically copying the data itself. The common use cases for zero-copy cloning include quick provisioning of Dev and Test/QA environments, as it allows developers to create working copies of the database in an efficient manner. Data backups can also benefit from zero-copy cloning since it enables logical copies of data to be kept for data recovery purposes. Point-in-time snapshots is another use case where zero-copy cloning is beneficial as it captures the state of the database at a specific point in time for future reference or recovery.

Discussion
Tapasgup007Options: ABC

ABC is correct

HoneybiiOptions: ACD

I think replication better represents data backup. Zero copy clone does not create physical backups, it's two logical data objects pointing to the same physical location.

oscarglob

I think it's meant as a backup in the same way that it's a snapshot. It has data up to a certain point in time, then when the original table is modified, you still have the clone.

MinuteMaidOptions: ABC

ABC chocolate

Fosterchild123Options: ABC

Correct answer

Mallikharjuna452Options: ABC

A,B,C are correct

_yyuktaOptions: ABC

A B and C are correct

samudu141Options: ABC

ABC correct

Mayuri917233Options: ABC

ABC is correct