After implementing a FlexCache volume, a user updates a file on the origin; another user reads the same file from the cache and sees the old version. What is the most likely cause?

Prepare for the NS0-005 exam with confidence. Our quizzes offer multiple choice questions with detailed explanations to boost your preparedness. Enhance your understanding and get exam ready!

Multiple Choice

After implementing a FlexCache volume, a user updates a file on the origin; another user reads the same file from the cache and sees the old version. What is the most likely cause?

Explanation:
FlexCache relies on a cache consistency interval to balance performance with data freshness. When the origin file is updated, the blocks cached on the cache volume aren’t refreshed immediately; they remain the old data until that interval expires. During this window, a user reading the file from the cache will continue to see the previous version. So the most likely cause is that the cache consistency interval has not yet expired, delaying propagation of the update to the cache. In contrast, a truly write-only mode wouldn’t produce cache reads of old data, and a disconnected cache would typically cause broader cache failures or inability to serve data, not the normal, expected delay seen here.

FlexCache relies on a cache consistency interval to balance performance with data freshness. When the origin file is updated, the blocks cached on the cache volume aren’t refreshed immediately; they remain the old data until that interval expires. During this window, a user reading the file from the cache will continue to see the previous version. So the most likely cause is that the cache consistency interval has not yet expired, delaying propagation of the update to the cache.

In contrast, a truly write-only mode wouldn’t produce cache reads of old data, and a disconnected cache would typically cause broader cache failures or inability to serve data, not the normal, expected delay seen here.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy