Which one of the following is arranged from strongest to weakest consistency level?

A)  Strong, Session, Consistent Prefix, Eventual, Bounded Staleness
B)  Strong, Session, Bounded Staleness, Consistent Prefix, Eventual.
C)  Strong, Bounded Staleness, Session, Consistent Prefix, Eventual
D)  Strong, Bounded Staleness, Consistent Prefix, Session, Eventual.

Correct Answer :   Strong, Bounded Staleness, Session, Consistent Prefix, Eventual


Explanation : The correct order of consitency level is Strong, Bounded Staleness, Session, Consistent Prefix, Eventual, where Strong is the strongest and Eventusl is the weakest consistency level.