exam questions

Exam 701-100 All Questions

View all questions & answers for the 701-100 exam

Exam 701-100 topic 1 question 3 discussion

Actual exam question from LPI's 701-100
Question #: 3
Topic #: 1
[All 701-100 Questions]

Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)

  • A. Changes to the database schema can take long and reduce the database performance.
  • B. Traffic to the database will significantly increase because of the additional service instance.
  • C. The database schema must be compatible to all running versions of a service.
  • D. The database is locked while its content is copied to the canary database.
  • E. Canary deployments require two synchronized instances of each database.
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
vvvssc
4 months ago
for E, separate databases are not strictly required for canary deployment, they can be beneficial in ensuring data consistency and preventing issues with database schema changes. - The option B depends if the service instance are stateless or statefull and also route only a small percentage of traffic to the new instance initially -D, Database locking for copying content is not a common practice as it would lead to significant downtime. Instead so the appropriate answers are A and C
upvoted 1 times
...
bamosk
2 years, 3 months ago
C and E. C is a must, because you can't run 2 completely separate databases, and you must be able to rollback to the old instances. Schema must be compatible. Then logically you're
upvoted 2 times
...
jchavarria12
3 years, 3 months ago
C and E, B doesn't seem to be right in my opinion
upvoted 1 times
...
wahiba
3 years, 9 months ago
anwser : B,E
upvoted 1 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 ...