Question: 1
Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their
REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI
Markup Language (RAML) specifications that include field-level definition of every API
request and response payload. RAML specs serve as interface contracts that Apex REST API
Clients can rely on.
Which two design specifications should the Integration Architect include in the integration
architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML
specs?
Choose 2 answers
Question: 2
Northern Trail Outfitters has recently experienced intermittent network outages in its
call center. When network service resumes, Sales representatives have inadvertently
created duplicate orders in the manufacturing system because the order was placed but the
return acknowledgement was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?
Question: 3
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure
API Gateway.
What integration security mechanism should be employed?
Question: 4
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which
houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested
access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?
Question: 5
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.
Which solution is recommended in order to meet the requirement?