SK0-005 · Question #179
SK0-005 Question #179: Real Exam Question with Answer & Explanation
The correct answer is A: Constant. {"question_number": 10, "question_summary": "Type of replication where all files are replicated all the time", "correct_answer": "A. Constant", "explanation": "Constant replication (also called continuous or synchronous replication) replicates all data in real time, as it is writ
Question
Winch of the following is a type of replication in which all files are replicated, all the time?
Options
- AConstant
- BApplication consistent
- CSynthetic full
- DFull
Explanation
{"question_number": 10, "question_summary": "Type of replication where all files are replicated all the time", "correct_answer": "A. Constant", "explanation": "Constant replication (also called continuous or synchronous replication) replicates all data in real time, as it is written, ensuring the replica is always an up-to-date mirror of the source. Application-consistent replication (B) ensures that in-flight application data (like database transactions) is in a consistent state at the time of the snapshot, but it is not necessarily continuous. Synthetic full replication (C) reconstructs a full backup from a previous full backup combined with incremental backups, without re-copying all source data. Full replication (D) means all data is copied in a single job but is typically scheduled periodically, not continuous.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.