exam questions

Exam 1z0-908 All Questions

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

Exam 1z0-908 topic 1 question 52 discussion

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

Which two are true about binary logs used in asynchronous replication? (Choose two.)

  • A. They are pushed from the master to the slave.
  • B. They contain events that describe database changes on the master.
  • C. They contain events that describe all queries run on the master.
  • D. They contain events that describe only administrative commands run on the master.
  • E. They are pulled from the master to the slave.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

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
roobenj
6 months ago
Selected Answer: BE
A is wrong. Replica pulls from master.
upvoted 1 times
...
FelipeK
10 months ago
Selected Answer: BE
B. They contain events that describe database changes on the master. Binary logs in MySQL contain events that describe changes to the data in the master database. These changes can include INSERTs, UPDATEs, DELETEs, and other data modifications. E. They are pulled from the master to the slave. In asynchronous replication, the slave server typically pulls the binary logs from the master server. The slave connects to the master and requests the binary log events it needs to replicate changes from the master. Option A is not entirely accurate because binary logs are not "pushed" from the master to the slave; instead, they are made available on the master for the slave to pull. Option C and D are incorrect because binary logs do not necessarily contain all queries or administrative commands run on the master; they specifically contain events related to database changes, not all SQL queries or administrative commands.
upvoted 1 times
...
Dhanushka
1 year ago
Selected Answer: BE
Each replica that connects to the source requests a copy of the binary log. That is, it pulls the data from the source, rather than the source pushing the data to the replica. The replica also executes the events from the binary log that it receives.
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