Exam PEGAPCSSA80V1_2019 All QuestionsBrowse all questions from this exam
Question 37

Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer.

Which approach solves this performance issue?

    Correct Answer: D

    To resolve the performance issue, accessing the data page with a predefined key is a suitable approach. Using a predefined key allows for quicker retrieval of data as it can be cached once loaded, reducing the need to repeatedly fetch data from the data source for each customer. This method significantly improves performance since the data already exists in the cache and can be accessed instantly.

Discussion
HiranandaOption: D

D is the correct answer, please go through the pega course material thoroughly before suggesting or publishing incorrect and confusing answers here as well as in dumps.

AkeelMamOption: D

D is correct

Gopi1023Option: D

D is correct

phofsteeOption: D

of course D. Access data page with a predefined key so that, once loaded, data access is faster it is keyed data page