Get Instant Access of 100% Real Salesforce Integration-Architecture-Designer Exam Questions with Verified Answers [Q18-Q38]

Share

Get Instant Access of 100% Real Salesforce Integration-Architecture-Designer Exam Questions with Verified Answers

Exam Dumps for the Preparation of Latest Integration-Architecture-Designer Exam Questions


To become a Salesforce Integration-Architecture-Designer, you must have a deep understanding of integration patterns, data synchronization, security, and performance considerations. You must also be able to design integrations that meet the unique requirements of your organization, while ensuring that they are scalable, flexible, and maintainable over time.

 

NEW QUESTION # 18
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. 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.
  • D. 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.

Answer: B


NEW QUESTION # 19
Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware Which three considerations should an Architect bring up to the CIO?
Choose 3 answers

  • A. Error Handling
  • B. Performance
  • C. Bulkification
  • D. Logging
  • E. Orchestration

Answer: A,D,E


NEW QUESTION # 20
When a Sales Rep closes an opportunity in Salesforce, an Order should be created in Universal Containers' SAP system and the Sales Rep should be notified with an order number as soon as possible.
What is the recommended solution?

  • A. Workflow Outbound message with an email notification on acknowledgement from SAP
  • B. Apex @ future callout from an update trigger with an opportunity page refresh using Streaming API.
  • C. Apex callout from an update trigger with an opportunity page refresh using Streaming API.
  • D. Workflow Outbound message with an email notification on callback from SAP

Answer: D


NEW QUESTION # 21
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce withEmail Management System, Order Management System and Case Management System.
  • B. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
  • C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • D. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.

Answer: D


NEW QUESTION # 22
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.
What are two considerations an Integration Architect should evaluate before choosing a middleware solution?
Choose 2 answers

  • A. The middleware solution enforces the OAuth security protocol.
  • B. The middleware solution is able to interface directly with databases via an ODBC connection string.
  • C. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
  • D. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.

Answer: C,D


NEW QUESTION # 23
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.
1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,
2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.
Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?
Choose 2 answers

  • A. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
  • B. High-volume event messages are stored for 24 hours (one day).
  • C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
  • D. High-volume event messages are stored for 72 hours (three days).

Answer: C,D

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durab


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

Answer: B


NEW QUESTION # 25
When an opportunity is closed in Salesforce, an order should be created in the back-office SAP system. At the end of the day, Universal Containers allows customers to call back and cancel an order within 24 hours. To cancel an order, the Sales Rep has to set the opportunity status to Open from Closed. The Sales Manager wants all opportunities that changed from Closed to Open to be sent over to the SAP system for order cancellation on nightly basis. Salesforce has a total of 20M opportunities.
What is the recommended way to achieve this?

  • A. An ETL job to leverage Bulk API to extract modified opportunities.
  • B. An ETL job to leverage SOAP API to extract all opportunities.
  • C. An ETL job to leverage SOAP API to extract modified opportunities.
  • D. An ETL job to leverage REST API to extract all opportunities.

Answer: C


NEW QUESTION # 26
Universal containers uses a legacy system to receive and handle Level 1 service requests, and Salesforce service Cloud for Level2 requests and above, Cases will be pushed from the legacy system to Service Cloud by a nightly batch process. Once the cases are closed in SF, the case needs to be updated in the legacy system as soon as possible.
How should the Technical Architect recommend that case status be updated in the legacy system?

  • A. Use Apex callout to send case status from Salesforce to the legacy system.
  • B. Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals.
  • C. Write an Apex web service returning case status, to be called from the legacy system.
  • D. use Outbound messages to send status updates from Salesforce to the legacy system.

Answer: D


NEW QUESTION # 27
Universal Containers (UC) is working with multiple partners to get lists of leads into the Lead aggregation system. These leads are imported into Salesforce as parot of a daily batch integration through the ETL tool.
UC observed that may times, leads are duplicated, as they are sourced from different partners.
Which two options should an Architect recommend to improve data quality?

  • A. Extract Salesforce lead data into a staging table and use ETL to de-duplicate.
  • B. Design an ETL job to eliminate duplicates from the lead aggregation system.
  • C. Create a custom web service to identify duplicate leads and load.
  • D. Use duplicate management rules on Lead to report duplicate records.

Answer: B,D


NEW QUESTION # 28
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 # 29
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.
What integration pattern should an architect recommend to ensure minimal throwaway code?

  • A. MiddleWare
  • B. point-to-point
  • C. Web Mashup
  • D. Apex batch Processing

Answer: A


NEW QUESTION # 30
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system.
NTOwould like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?

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

Answer: D


NEW QUESTION # 31
Universal Containers acquiresplanetary shipping and decides to migrate all customer contacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems.
Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts?
Choose 2 answers

  • A. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
  • B. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
  • C. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
  • D. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.

Answer: A,B


NEW QUESTION # 32
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences.
Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?

  • A. Batch Data Synchronization
  • B. Remote Process Invocation-Fire and Forget
  • C. Remote Process Invocation-Request and Reply
  • D. Remote Call-In

Answer: A


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

  • A. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
  • B. Bulk API, Streaming API, Apex REST API, Analytics REST API
  • C. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
  • D. Bulk API, Streaming API, Apex SOAP API, Analytics REST API

Answer: B


NEW QUESTION # 34
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.
What is the best way to integrate the business processes of the companies?

  • A. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • B. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
  • C. Use Apex callout to push orders from universal Containers to Planetary Shipping
  • D. Use Outbound messages to send orders from Universal Containers to Planetary shipping.

Answer: A


NEW QUESTION # 35
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?

  • A. Implement an API gateway that all systems of engagement must interface with first.
  • B. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
  • C. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  • D. Leverage an Identity Provider solution that communicates with the API tiers via SAML

Answer: A


NEW QUESTION # 36
A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on sales rep part. This creates delays in processing orders and incomplete data due to manual entry.
As a part of modernization efforts the company decided to integrate Salesforce and the order management system. The following technical requirements were identified:
1. Orders need to be created in real time from salesforce
2. Minimal customization*, and code should be written due to a tight timeline and lack of developer resources
3. Sales reps need to be able to see order history and be able to see most up to date information on current order status.
4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
5. The legacy system is hosted on premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by salesforce team.
6. There are 1000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20-30 line items.
How should an integration architect integrate the two systems based on the technical requirements and system constraints?

  • A. Use Salesforce custom object, custom REST API and ETL.
  • B. Use Salesforce external object and OData connector.
  • C. Use Salesforce standard object, REST API and ETL.
  • D. Use Salesforce big object, SOAP API and Dataloader.

Answer: C


NEW QUESTION # 37
Universal Containers has an integration that runs nightly to update the Product (Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.
Which two steps should the Technical Architect should recommend?
Choose 2 answers

  • A. Use SOAP headers to turn off validation rules and triggers during the integration.
  • B. Ask the ERP report designers to redesign the report to provide properly formatted data.
  • C. Implements a regression testing policy to detect issues following development.
  • D. Review the Salesforce data model and Validation rules and modify the integration as necessary.

Answer: C,D


NEW QUESTION # 38
......


The Salesforce Integration-Architecture-Designer (Salesforce Certified Integration Architecture Designer) Certification Exam is designed for professionals who have expertise in integrating various systems and applications with Salesforce. This certification exam is one of the most sought-after certifications in the Salesforce ecosystem and is highly valued by employers across industries.

 

Download Latest & Valid Questions For Salesforce Integration-Architecture-Designer exam: https://examcollection.prep4king.com/Integration-Architecture-Designer-latest-questions.html