
2023 Realistic Integration-Architect Dumps Latest Salesforce Practice Tests Dumps
Integration-Architect Dumps PDF - Integration-Architect Real Exam Questions Answers
Salesforce Integration-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
NEW QUESTION 37
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.
Which two types of Streaming API events should be considered?
Choose 2 answers
- A. Change Data Capture Events
- B. High Volume Platform Events
- C. PushTopic Events
- D. Generic Events
Answer: A,B
NEW QUESTION 38
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. REST API
- B. Apex REST
- C. Connect REST API
- D. Streaming API
Answer: C
NEW QUESTION 39
A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.
Which two findings about their current state will allow copies of legacy data in Salesforce?
Choose 2 answers
- A. Cloud-based ETL can access Salesforce and supports queues.
- B. Legacy systems can use queues for on-premise integration.
- C. Only on-premise systems are allowed access to legacy systems.
- D. On-premise middleware provides APIs to legacy systems data.
Answer: A,D
NEW QUESTION 40
A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:
1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
2. A Marketing solution they use for email campaigns.
The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.
Which system should be the System of record for their customers and prospects?
- A. Marketing with all customer data from Salesforce and ERP.
- B. New Custom Database for Customers and Prospects.
- C. ERP with all prospect data from Marketing and Salesforce.
- D. Salesforce with relevant Marketing and ERP information.
Answer: D
Explanation:
https://www.workfront.com/blog/systems-of-record
NEW QUESTION 41
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?
- A. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
- B. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
- C. Create a connected app in the affiliate org and select the "Accept CometD API Requests".
- D. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.
Answer: A
NEW QUESTION 42
Northern Trail Outfitters needs to make synchronous callouts "available to promise" services to query product availability and reserve inventory during customer checkout process.
Which two considerations should an integration architect make when building a scalable integration solution?
Choose 2 answers
- A. The maximum query cursors open per user on the service.
- B. How many concurrent service calls are being placed.
- C. The typical and worst-case historical response times.
- D. The number batch jobs that can run concurrently.
Answer: A,D
NEW QUESTION 43
A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.
Which two questions should the integration architect consider?
Choose 2 answers
- A. Is the product catalog data identical at all times in both systems?
- B. Can the fulfillment system create new addresses within the Order Create service?
- C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
- D. Can the fulfillment system make a callback into Salesforce?
Answer: C,D
Explanation:
https://www.youtube.com/watch?v=zQncznMLrt4 Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.
NEW QUESTION 44
Which two system constraint questions should be considered when designing an integration to send orders from Salesforce to a fulfillment system?
Choose 2 answers
- A. What latency is acceptable for orders to reach the fulfillment system?
- B. Can the fulfillment system implement a contract-first Outbound Messaging interface?
- C. Can the fulfillment system participate in idempotent design to avoid duplicate orders?
- D. Which system will validate order shipping addresses?
Answer: B,C
NEW QUESTION 45
A Salesforce customer is planning to roll out Salesforce for all their Sales and Service staff.
Senior Management has requested that monitoring is to be in pla for Operations to notify any degradation in Salesforce performance.
How should an integration consultant implement monitoring?
- A. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
- B. Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
- C. Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
- D. Identify critical business processes and establish automation to monitor performance against established benchmarks.
Answer: D
NEW QUESTION 46
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. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
- B. 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.
- C. 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.
- 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: B
NEW QUESTION 47
An enterprise customer that has more than 10 Million customers has the following systems and conditions in their landscape:
- A. Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.
- B. Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.
- C. Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.
Answer: A,C
NEW QUESTION 48
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 integration architect recommend to ensure notifications are stored for up to three days if data replication fails?
- A. Change Data Capture
- B. Platform Events
- C. Callouts
- D. Generic Events
Answer: A
Explanation:
https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture
NEW QUESTION 49
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 mutual server authentication with two-way SSL using CA issued certificates.
- D. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.
Answer: C
NEW QUESTION 50
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?
- A. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
- B. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
- C. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.
- D. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
Answer: B
NEW QUESTION 51
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?
- A. Batch Processing
- B. Process Orchestration
- C. Data Synchronization
- D. Data Visualization
Answer: D
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_and_practices/integ_pat_data_virtualization.htm
NEW QUESTION 52
Salesforce users need to read data from an external system via HTTPS request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration?
Choose 2 answers
- A. Connected App
- B. Authorization Provider
- C. Two way SSL
- D. Named Credentials
Answer: C,D
NEW QUESTION 53
......
Integration-Architect Premium Exam Engine pdf Download: https://freetorrent.actual4dumps.com/Integration-Architect-study-material.html