Module quiz about Data Page refresh strategy

Hi teams

I am learning the System Architect in Pega Academy.

I don’t think pega give me a right answer in the attatchment, right answer is fouth ?

is there anybody know it ?

Thanks.

@zhangh16666066

The answer is correct. After the interval ends, the data page contents are considered stale, and the next attempt to access the data page causes Pega Platform to update the data page. So, if a data page with a Reload if older than interval of 10 minutes is first accessed at 12:00 PM, the page is considered stale at 12:10 PM. Pega then updates the contents of the page when a user accesses the stale page anytime after 12:10 PM. If the user accesses the page at 13:00 PM, then the page will reload then.

@SohamM95

Hi Soham

Thanks for your explanation.

Like you said,if a data page with a Reload if older than interval of 10 minutes is **first accessed**...

In Pega, the “reload” condition for a Data Page is typically based on the last access time, not the creation time. This means that the Data Page will reload when it is accessed, provided that it has been more than the specified duration (in this case, one hour) since the last access.

Thus, the Data Page will reload on the next access if it has been more than one hour since the last access, not from the time of creation.

@zhangh16666066

You’re right, then in this question they might have used the word ‘created’ as when the data page was created on memory when it was last accessed. So options 3 or 4 both are right depending on how the language is written.