Integration-Architecture-Designer PDF Exam Material 2022 Realistic Integration-Architecture-Designer Dumps Questions
Updated Salesforce Integration-Architecture-Designer Dumps – PDF & Online Engine
NEW QUESTION 60
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers
- A. Inability to create a Lightning record page for platform events.
- B. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
- C. When you delete an event definition, it's permanently removed and can't be restored.
- D. Inability to query event messages using SOQL
- E. You can use Event Monitoring to track user activity, such as logins and running reports.
Answer: A,C,D
NEW QUESTION 61
A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.
The following business processes need to be supported in Salesforce:
1. Sales Consultants should be able to have access to current inventory.
2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. Invoices should be accessible in Salesforce.
Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?
- A. ERP, Invoices system, Data Warehouse and BI Tool
- B. ERP, MDM, Data Warehouse, Invoices system
- C. ERP, Inventory, Pricing Engine, Invoices system
- D. ERP, MDM, BI tool and Data Warehouse
Answer: C
NEW QUESTION 62
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers
- A. Protected Custom Metadata Types
- B. Encrypted Custom Fields
- C. Named Credentials
- D. Protected Custom Settings
Answer: C,D
NEW QUESTION 63
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?
- A. SMTP
- B. TLS
- C. SFTP
- D. SSH
Answer: B
NEW QUESTION 64
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?
- A. Composite
- B. Batch
- C. SObject Collections
- D. SObject Tree
Answer: D
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm
NEW QUESTION 65
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?
- A. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
- B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
- C. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
- D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
Answer: A
NEW QUESTION 66
Universal Containers would like to ensure that the server and client-side app's identity is mutually authenticated for all integrations.
Which two of the integration patterns below support such authentication?
- A. Apex callout with the client-side app that provides Salesforce with a CA-signed client certificate.
- B. Outbound message received by client-side app that uses a Salesforce-provided client certificate.
- C. Apex callout to the client-side app with the callout payload encrypted with custom Apex code.
- D. Outbound message sent to a client-side app endpoint defined with a Per-User Named Credential.
Answer: A,B
NEW QUESTION 67
Universal Containers wants to gather information from a third-party application to update shipping information for an order inside Salesforce. A salesperson could trigger an update and the user interface would refresh with the current status.
Which are two recommended options for this when utilizing a Remote Process Invocation-Request and Reply pattern?
- A. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner
- B. A batch Apex job that performs an Apex SOAD or HTTP callout in a synchronous manner.
- C. A custom Visualforce page or button that initiates an Apex REST callout in a synchronous manner.
- D. A custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner.
Answer: C,D
NEW QUESTION 68
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?
Choose 2 answers
- A. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
- B. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
- C. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
- D. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.
Answer: B,C
NEW QUESTION 69
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose?
Choose 2 answers
- A. Use Platform Events to construct and publish shipper-specific events.
- B. Invoke middleware service to retrieve valid shipping methods.
- C. Store shipping services in a picklist that is dependent on a country picklist.
- D. Use middleware to abstract the call to the specific shipping services.
Answer: B,D
NEW QUESTION 70
A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:
1. Internal users from each country have to be authenticated with their local active directory.
2. Customers can create their own login or use Google login.
3. Partners have to be authenticated through a central system which is to be determined.
4. Internal users will have access to the central ERP with their credentials maintained in the ERP.
5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes.
Which three requirements should the integration architect evaluate while designing the integration needs of this project?
Choose 3 answers
- A. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
- B. Assess security requirements for internal systems and decide Integration methods that support the requirements.
- C. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
- D. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
- E. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
Answer: B,C,E
NEW QUESTION 71
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforceorgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
Which three items should an architect recommend to secure the integration in the package?Choose 3 answers
- A. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.
- B. Contact Salesforcesupport and create a case to temporarily enable API access for managed packages.
- C. Create a connected app in the central org and add the callback URL of each org the package is installed in to redirect to after successful authentication.
- D. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
- E. Use an encryptedfield to store the password that the security team enters and use password management for external orgs and set the encryption method to TLS 1.2.
Answer: A,C,D
NEW QUESTION 72
A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall.
The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What shouldan integration architect consider when choosing the right option in building the integration between the external system and Salesforce?
- A. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
- B. Due to highvolume of records, salesforce will need to make a REST API call to external system.
- C. Due to high volume of records, a third party integration tool is required to stage records off platform.
- D. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
Answer: C
NEW QUESTION 73
Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations.
The callout from Salesforce to the OMS should be synchronous.
What should an Integration Architect do to satisfy these requirements?
- A. Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System.
- B. Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly.
- C. Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked.
- D. Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.
Answer: A
NEW QUESTION 74
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.
Which two integration designs should the architect consider?
Choose 2 answers
- A. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.
- B. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
- C. Utilize workflow outbound messaging, which has a built-in queuing framework.
- D. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
Answer: A,C
NEW QUESTION 75
......
Salesforce Integration-Architecture-Designer Dumps PDF Are going to be The Best Score: https://actual4test.torrentvce.com/Integration-Architecture-Designer-valid-vce-collection.html