exam questions

Exam 1z0-908 All Questions

View all questions & answers for the 1z0-908 exam

Exam 1z0-908 topic 1 question 18 discussion

Actual exam question from Oracle's 1z0-908
Question #: 18
Topic #: 1
[All 1z0-908 Questions]

Which two statements are true about MySQL server multi-source replication? (Choose two.)

  • A. It is not compatible with auto-positioning.
  • B. It needs to be re-instanced after a crash to maintain consistency.
  • C. It uses only time-based replication conflict resolution.
  • D. It relies on relay_log_recovery for resilient operations.
  • E. It does not attempt to detect or resolve replication conflicts.
  • F. It must use GTID replication.
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jackymak
5 months, 3 weeks ago
Selected Answer: DE
For D, https://dev.mysql.com/doc/refman/8.3/en/replication-options-reference.html relay_log_recovery: Whether automatic recovery of relay log files from source at startup is enabled; must be enabled for crash-safe replica. Not F,https://dev.mysql.com/doc/refman/8.3/en/replication-multi-source-configuration.html Sources in a multi-source replication topology can be configured to use either GTID-based replication, or binary log position-based replication.
upvoted 1 times
...
FelipeK
6 months, 3 weeks ago
Selected Answer: EF
E. Multi-source replication in MySQL does not attempt to detect or resolve replication conflicts. Conflicts need to be handled by the application or by using other mechanisms outside the scope of multi-source replication. F. Multi-source replication in MySQL 8.0 requires the use of Global Transaction Identifiers (GTID) for replication. GTID helps in uniquely identifying transactions across different servers, which is essential for multi-source replication to work effectively.
upvoted 1 times
...
FelipeK
9 months, 1 week ago
Selected Answer: DE
The correct answers are: D. It relies on relay_log_recovery for resilient operations. E. It does not attempt to detect or resolve replication conflicts. In a multi-source replication setup, MySQL relies on the relay_log_recovery option to enable or disable automatic relay log recovery just after server startup, which helps in resilient operations. Also, MySQL does not have a built-in mechanism to detect or resolve conflicts if the same data is modified by transactions from different sources. It’s the responsibility of the database administrators to ensure that the data modified by each source is distinct to avoid conflicts.
upvoted 2 times
...
marklv
10 months, 1 week ago
DE are it
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago