Want to pass your Salesforce Certified Integration Architect INTEGRATION-ARCHITECT exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
An enterprisearchitect has requested the Salesforce Integration architect to review the following (see diagram and description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce
platform limits.
About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future,
but no commitments are made).
These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
All requestsfrom Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made? Choose 3 answers
A. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
B. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
C. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
D. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
E. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
Which two requirements should the Salesforce Community Cloud support for self- registration and SSO? Choose 2 answers
A. SAML SSO and Registration Handler
B. OpenId Connect Authentication Provider and Registration Handler
C. SAML SSO and just-in-time provisioning
D. OpenId Connect Authentication Provider and just-in-time provisioning
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic
Events, Change Data Capture,
Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
A. Push Topic Event can define a custom payload.
B. Change Data Capture does not have record access support.
C. Change Data Capture can be published from Apex.
D. Apex triggers can subscribe to Generic Events.