PEGAPCSSA87V1 Exam QuestionsBrowse all questions from this exam

PEGAPCSSA87V1 Exam - Question 18


You are integrating two Pega Web Mashups into a client's mortgage loan financing page.

What do you configure to successfully embed both mashups?

Show Answer
Correct Answer: AB

To successfully embed multiple Pega Web Mashups into a client's mortgage loan financing page, it is crucial to identify unique names for each mashup. By assigning unique names, you avoid conflicts and ensure that the mashups can function independently without interfering with each other. This practice is vital for maintaining stability and avoiding potential performance issues.

Discussion

3 comments
Sign in to comment
ANDER9709Option: B
Mar 3, 2023

Answe its B , unique names , D is not correct , the should be secure and Unique URL , not identical URLs

khushi1982
Mar 6, 2023

Answer is B. https://docs-previous.pega.com/user-experience/86/best-practices-using-multiple-mashups

Vlad_aOption: B
Jan 10, 2023

Threads should be different to avoid problems with performance Answer B - unique names for use in JS

youngprinceton
Jan 31, 2023

did you take test and pass already

sandatharu
Jan 13, 2023

The answer should be BD. (Unique name and Identical URLs for each mashup while mashups should run on different threads and not simultaneously) https://academy.pega.com/topic/pega-web-mashup-advantages/v1/in/29846/31501

TheGodfather
Mar 30, 2023

For run simultaneously : To run the two mashups simultaneously: -Names must be UNIQUE, not the same. -URLs must BE SECURIZED and UNIQUE -They must be run in different threads -Loads of mashups MUST be executed SEQUENTIALLY AND NOT SIMULTANEOUSLY So, D option is not correct. Only B option