1z0-908 Exam QuestionsBrowse all questions from this exam

1z0-908 Exam - Question 78


Examine this command, which executes successfully:

cluster.addInstance(‘@:’, {recoveryMethod: ‘clone’})

Which three statements are true? (Choose three.)

Show Answer
Correct Answer: A,B,D,E,F

The account used to perform this recovery needs the BACKUP_ADMIN privilege, ensuring proper authorization for backup and recovery operations. A target instance must already exist initially; it will then be provisioned with data from an existing instance in the cluster and subsequently join the cluster. Additionally, a new instance undergoes installation, initialization, and data provisioning from a current cluster instance before being joined to the cluster. This comprehensive process verifies the command's effectiveness in cluster expansion and recovery scenarios.

Discussion

2 comments
Sign in to comment
marklvOptions: BDE
Oct 23, 2023

I guess BDE

alemdba
Nov 16, 2023

ABD. to clone account must have BACKUP_ADMIN privileges

marklv
Dec 12, 2023

A is right. Not E because is is already installed, just needs data copied.

marklvOptions: ACE
Jul 16, 2024

sorry, keep changing my mind A. true B. False, target instance is not part of the cluster at first C. True D. false, Not always if there was no data in the first place. E. True, initiated and previous node must exist. F. False