Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?
An enterprise customer that has more than 10 Million customers has the following systems and conditions in their landscape:
Northern Trail Outfitters is seeking to improve the performance and security ofoutbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?
An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.
How is authentication achieved?
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 canrely 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
A Call the Apex REST API Clients in a test context to get the mock response.
B. Require the Apex REST API Clients to implement the HttpCalloutMock.
C Call the HttpCalloutMock implementation from the Apex REST API
Clients. D Implement HttpCalloutMock to return responses per RAML
specification.
Universal containers is planning to implement Salesforce as their CRM system. Currently
they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM
system is expected toprovide Sales and Support people the ability to have a single view of their
customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?
An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.
What should the integrationarchitect recommend to ensure notifications are stored for up to three days if data replication fails?
Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to
synch data from external sources.NTO's Integration Architec has received requirements for a
new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once
complete, 20GB (about 30M records) needs to be extracted to an external auditing system.
What should thearchitect recommend using to meet these requirements in a day?
An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.
What is taking place if events are only beingpublished?
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territoriesto leads before Sales team members can work on them. The current integration often experiences latency issues.
Which two recommendations should an Architect make to improve the integration performance?
Choose 2 answers
A company wants to standardize exception tracking, handling, and analytics. Given the following actions:
1. Build a company wide logging service hosted on a middleware platform
2. Create case object records for exceptions based thresholds
3. Change all their Apex Loggers to publish Application Exceptions as customPlatform Events.
Which two specifications should the integration architect include in the logging service architecture?
Choose 2 answers
A customer imports data from an external system into Salesforce using Bulk API. These
jobs have batch sizes of 2000 and are run in parallel mode. The batc fails frequently with the error "Max CPU time exceeded". A smaller batch size will fix this error.
Which two options should be considered when using a smaller batch size?
Choose 2 answers