You are integrating two Pega Web Mashups into a client's mortgage loan financing page.
What do you configure to successfully embed both mashups?
You are integrating two Pega Web Mashups into a client's mortgage loan financing page.
What do you configure to successfully embed both mashups?
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.
Answe its B , unique names , D is not correct , the should be secure and Unique URL , not identical URLs
Answer is B. https://docs-previous.pega.com/user-experience/86/best-practices-using-multiple-mashups
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
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
Threads should be different to avoid problems with performance Answer B - unique names for use in JS
did you take test and pass already