Mark As Completed Discussion

Build your intuition. Click the correct answer from the options.

As per the implications of the application design case discussed earlier based on CRDTs, if two family members, in two different locations, performed an action of adding different movies to the favorite list at the same time, what would be the outcome?

Click the option that best answers the question.

  • One update will overwrite the other, resulting in loss of data
  • Both updates will be rejected to avoid conflict
  • Both updates will be accepted and replicated across the system
  • The system will crash due to conflicting updates