Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this 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?

    Correct Answer: B

    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
ANDER9709Option: B

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

khushi1982

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

sandatharu

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

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

Vlad_aOption: B

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

youngprinceton

did you take test and pass already