Searching the best new exam braindumps which can guarantee you 100% pass rate, you don't need to run about busily by, our latest pass guide materials will be here waiting for you. With our new exam braindumps, you will pass exam surely.

[Jun 15, 2023] Passing Key To Getting Integration-Architect Certified Exam Engine PDF [Q54-Q73]

Share

[Jun 15, 2023] Passing Key To Getting Integration-Architect Certified Exam Engine PDF

Integration-Architect Exam Dumps Pass with Updated Jun-2023 Tests Dumps


The Salesforce Integration-Architect Certification Exam is a challenging and rigorous test that requires a deep understanding of Salesforce integration concepts and best practices. Candidates are expected to have a strong understanding of various integration patterns and techniques, as well as the ability to design, implement, and manage complex integrations. Additionally, candidates must be able to leverage different integration tools and technologies to connect Salesforce with other systems and platforms.

 

NEW QUESTION # 54
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.
They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.
Which two recommendations should an integration architect make to improve their SLA and update conflict handling?
Choose 2 answers

  • A. Payment System and Middleware should automatically retry requests.
  • B. Data Entry Point and Middleware should automatically retry requests.
  • C. Middleware should coordinate request delivery and payment processing.
  • D. Payment System should process a payment request only once.

Answer: C,D


NEW QUESTION # 55
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?

  • A. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
  • B. Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.
  • C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • D. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.

Answer: C


NEW QUESTION # 56
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. 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.
  • B. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
  • C. 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.
  • D. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

Answer: B,D


NEW QUESTION # 57
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. Assess security requirements for internal systems and decide Integration methods that support the requirements.
  • B. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
  • C. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
  • D. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
  • E. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.

Answer: A,B,E


NEW QUESTION # 58
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates. Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?

  • A. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
  • B. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
  • C. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
  • D. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.

Answer: A


NEW QUESTION # 59
Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the solutions?
Choose 3 answers

  • A. Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
  • B. Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.
  • C. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
  • D. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.
  • E. In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.

Answer: B,C,E

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.htm
https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5


NEW QUESTION # 60
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?

  • A. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
  • B. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.
  • C. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
  • D. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.

Answer: B


NEW QUESTION # 61
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?

  • A. Considerations for using Deterministic Encryption
  • B. Shield Platform Encryption Limitations
  • C. A Default gateway restrictions
  • D. External gateway products in use

Answer: D


NEW QUESTION # 62
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, MDM, BI tool and Data Warehouse
  • B. ERP, MDM, Data Warehouse, Invoices system
  • C. ERP, Inventory, Pricing Engine, Invoices system
  • D. ERP, Invoices system, Data Warehouse and BI Tool

Answer: C


NEW QUESTION # 63
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an Integration Architect use to meet this requirement?

  • A. Streaming API
  • B. REST API
  • C. Apex REST
  • D. Connect REST API

Answer: D


NEW QUESTION # 64
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 @future jobld and custom scheduled apex process to retry failed service calls.
  • B. Use Outbound Messaging to automatically retry failed service calls.
  • C. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
  • D. Use middleware queuing and buffering to insulate Salesforce from system outages.

Answer: D

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_considerations.htm


NEW QUESTION # 65
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs 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. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • B. Select Start Authentication Flow on Save.
  • C. Use an encrypted field 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. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and
  • D. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
  • E. 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.

Answer: A,B,E


NEW QUESTION # 66
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?

  • A. Mulesoft Anypoint Platform
  • B. REST API offered by Salesforce Platform
  • C. A REST API offered by Commerce Platform
  • D. Salesforce B2C Commerce to Service Cloud Connector

Answer: D

Explanation:
https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5


NEW QUESTION # 67
A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.

The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time - A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?

  • A. Sum of A, G, and H
  • B. Sum of A to H
  • C. Sum of A to F
  • D. Sum of A and H

Answer: D


NEW QUESTION # 68
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 using Bulk API 1.0 and query using REST API.
  • B. Insert and query using Bulk API 2.0.
  • C. Insert using Bulk API 2.0 and query using REST API.
  • D. Insert and query using Bulk API 1.0.

Answer: B


NEW QUESTION # 69
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. Batch
  • B. SObject Collections
  • C. SObject Tree
  • D. Composite

Answer: C

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm


NEW QUESTION # 70
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 published after the Apex transaction completes.
  • B. The platform events has a trigger in Apex.
  • C. The platform events are published immediately before the Apex transaction completes.
  • D. The platform events are being published from Apex.

Answer: A

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define_ui.htm


NEW QUESTION # 71
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?

  • A. Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
  • B. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
  • C. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
  • D. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.

Answer: A


NEW QUESTION # 72
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.
Which two things should an architect do to improve the performance of the integration?
Choose 2 answers

  • A. Remove the sharing restrictions.
  • B. Include selective criteria in query filters.
  • C. Include non-selective criteria in query filters.
  • D. Remove the query filters.

Answer: A,B

Explanation:
https://help.salesforce.com/articleView?id=000325247&type=1&mode=1


NEW QUESTION # 73
......


Salesforce Integration-Architect (Salesforce Certified Integration Architect) Certification Exam is a certification that demonstrates a professional's expertise in integrating Salesforce with other systems. The exam is designed to test an individual's knowledge and skills in designing and implementing complex integration solutions that connect Salesforce with other applications, systems, databases, and technologies.

 

Integration-Architect exam questions for practice in 2023 Updated 108 Questions: https://passleader.dumpexams.com/Integration-Architect-vce-torrent.html