[Jan 18, 2023] Integration-Architect Practice Exam Dumps - 99% Marks In Salesforce Exam
Updated Verified Integration-Architect Q&As - Pass Guarantee or Full Refund
Salesforce Integration-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
NEW QUESTION 14
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?
- A. The endpoint URL has been added to Content Security Policies.
- B. The endpoint URL has added been to an outbound firewall rule.
- C. The endpoint domain has been added to Cross-Origin Resource Sharing.
- D. The endpoint URL has been added to Remote Site Settings.
Answer: A
NEW QUESTION 15
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?
- A. Handle authentication with login flows.
- B. Handle authentication in the code.
- C. Connect via Communities.
- D. Connect via Salesforce Connect.
Answer: A
Explanation:
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5
NEW QUESTION 16
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 the architect recommend using to meet these requirements in a day?
- A. Insert and query using Bulk API 2.0.
- B. Insert using Bulk API 2.0 and query using REST API.
- C. Insert using Bulk API 1.0 and query using REST API.
- D. Insert and query using Bulk API 1.0.
Answer: A
NEW QUESTION 17
A new Salesforce program has the following high level abstract requirement: Business processes executed on Salesforce require data updates between the internal systems and Salesforce Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Choose 3 answers
- A. Integration skills, SME availability and Program Governance details.
- B. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryption needs, Community, and license choices.
- C. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
- D. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
Answer: B,C,D
NEW QUESTION 18
Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.
What solution should an architect recommend to handle errors during these types of service outages?
- A. Use middleware queuing and buffering to insulate Salesforce from system outages.
- B. Use Outbound Messaging to automatically retry failed service calls.
- C. Use @future jobld and custom scheduled apex process to retry failed service calls.
- D. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
Answer: A
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_considerations.htm
NEW QUESTION 19
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, Inventory, Pricing Engine, Invoices system
- B. ERP, MDM, BI tool and Data Warehouse
- C. ERP, Invoices system, Data Warehouse and BI Tool
- D. ERP, MDM, Data Warehouse, Invoices system
Answer: A
NEW QUESTION 20
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
- A. Smaller batch size may cause record-locking errors.
- B. Smaller batch size can trigger "Too many concurrent batches" error.
- C. Smaller batch size may increase time required to execute bulk jobs.
- D. Smaller batch size may exceed the concurrent API request limits.
Answer: A,C
NEW QUESTION 21
An enterprise customer that has more than 10 Million customers has the following systems and conditions in their landscape:
- A. Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.
- B. Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.
- C. Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.
Answer: B,C
NEW QUESTION 22
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 being published?
- A. The platform events are being published from Apex.
- B. The platform events are published immediately before the Apex transaction completes.
- C. The platform events has a trigger in Apex.
- D. The platform events are published after the Apex transaction completes.
Answer: D
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define_ui.htm
NEW QUESTION 23
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?
- A. Make formula fields with HYPERLINK() to external web servers more secure.
- B. Make Apex SOAP outbound integrations to external web services more secure.
- C. Make an API inbound integration from an external Java client more secure.
- D. A Make Apex REST outbound integrations to external web services more secure.
Answer: A
NEW QUESTION 24
Universal Containers (UC) is a leading provider of management training globally, UC embarked on a Salesforce transformation journey to allow students to register for courses in the Salesforce community. UC has a learning system that masters all courses and student registration.
UC requested a near real-time feed of student registration from Salesforce to the learning system. The integration architect recommends using Salesforce event.
Which API should be used for the Salesforce platform event solution?
- A. O REST AP
- B. Tooling API
- C. SOAP API
- D. Streaming API
Answer: D
NEW QUESTION 25
Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?
- A. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
- B. Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.
- C. Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
- D. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
Answer: C
Explanation:
https://help.salesforce.com/articleView?id=collab_files_connect_share.htm&type=5
NEW QUESTION 26
Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the data load to Salesforce.
Which approach should used to meet the requirement?
- A. Use Bulk API to process jobs in high performance mode.
- B. Use Bulk API to process jobs in parallel mode.
- C. Use Bulk API to process jobs in serial mode.
- D. Contact Salesforce support to schedule performance load.
Answer: B
NEW QUESTION 27
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
What integration security mechanism should be employed?
- A. Use an API only user profile and implement use an external identity provider with federated API access.
- B. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.
- C. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.
- D. Configure mutual server authentication with two-way SSL using CA issued certificates.
Answer: D
NEW QUESTION 28
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. You can use Event Monitoring to track user activity, such as logins and running reports.
- C. Inability to query event messages using SOQL
- D. When you delete an event definition, it's permanently removed and can't be restored.
- E. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
Answer: A,C,D
NEW QUESTION 29
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 to provide 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?
- A. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
- B. Propose a middleware system that can support interface between systems with Salesforce.
- C. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
- D. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.
Answer: A
NEW QUESTION 30
......
Integration-Architect Real Valid Brain Dumps With 108 Questions: https://www.dumpsreview.com/Integration-Architect-exam-dumps-review.html
Integration-Architect Certification with Actual Questions: https://drive.google.com/open?id=1s8jAYnNHT8JUjCJ59v3h48CuPc6k3n7I

