Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PEGAPCSSA87V1 All Questions

View all questions & answers for the PEGAPCSSA87V1 exam

Exam PEGAPCSSA87V1 topic 1 question 53 discussion

Actual exam question from Pegasystems's PEGAPCSSA87V1
Question #: 53
Topic #: 1
[All PEGAPCSSA87V1 Questions]

A chemical supplier processes thousands of online orders each day. The supplier provides a material safety data sheet (MSDS) for each of the 100+ cleaning products in stock. When buyers select an item to order, the application displays the MSDS. The MSDS rarely changes.
Which of the following options ensures the MSDS is up to date when an order is created?

  • A. Create a keyed data page with the MSDS for each cleaning product.
  • B. Create a parameterized data page that loads a new MSDS for each product.
  • C. Create a data page that contains the MSDS for each cleaning product.
  • D. Configure a keyed data page that allows multiple pages for each key.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
[Removed]
1 year, 4 months ago
Selected Answer: B
"Which of the following options ensures the MSDS is up to date when an order is created?" I thought the only way to get up to date info is polling the DB.
upvoted 1 times
mozzey121
1 year, 2 months ago
Since the MSDS rarely changes, it is unnecessary and not recommended to make repeated trips to an external System of Record, we would only make frequent trips to the SOR if the data frequently changes, in this example we can fetch the data once per day or once per week and it will be up to date
upvoted 1 times
...
...
TheGodfather
1 year, 7 months ago
In the last versions of the exam, this question appears to be modified (trying one more time to rip-off as many head as possible). There are 2 very similar answers, both of them involved keyed data pages, but I can't remember them now. If someone have this question modfied, please post it and let's discuss over it.
upvoted 1 times
...
marshuazi
1 year, 8 months ago
Why not A? It just say a MSDS for each product.It means one record for a key,isn't it?
upvoted 3 times
TheGodfather
1 year, 7 months ago
Keyed data pages can have multiple keys and embbeded pages. Data pages provide a performance improvement for Pega Platform™ applications by caching information in memory, rather than querying a data store, such as a database or web service. Data pages typically return either a list of items or information about a single item. To provide instant access to a particular item in a list-structure data page, you can enable keyed access. By using keyed access, you avoid maintaining two separate data pages: one page to return a list of items and a second page to return information about a single item. Using a keyed data page when retrieving data for application use can make processing more efficient by reducing the number of exchanges with a system of record.
upvoted 2 times
...
shinchanpixie
1 year, 3 months ago
yes A is correct answer. Allowing multiple pages for each key is an checkbox present in Data page, if it is checked, when multiple records are feteched for a key all records will be returned, if not checked only the first hit record will be returned. which is all unnecessary here because the it is clearly mentioned there is one MSDS for one product, we will use keyed data page that will fetch one record after the data page is loaded
upvoted 1 times
...
Palazzo
1 year ago
A is the correct answer. When processing thousands of online orders a day and the MSDS rarely changing and “ When buyers select an item to order, the application displays the MSDS”, there is only one item extracted from the data page list each time.
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...