Identify the statement that best fits the pattern: All roses are flowers. Some flowers are red. Therefore:
ASome roses are red
BAll roses are red
CNo conclusion can be drawn
DAll red things are flowers
Correct Answer:
C. No conclusion can be drawn
Explanation:
We cannot conclude that some roses are red because the second statement doesn't specify which flowers are red. Roses may or may not be among the red flowers.
What is eventual consistency in distributed systems?
AAll nodes have same data at all times
BData will be consistent across all nodes eventually
CConsistency is never achieved
DOnly one node is consistent
Correct Answer:
B. Data will be consistent across all nodes eventually
Explanation:
Eventual consistency means that if no new updates are made, all nodes will eventually see the same data, though there may be temporary inconsistencies.