[2022] Integration-Architect.pdf - Questions Answers PDF Sample Questions Reliable
Salesforce Integration-Architect Dumps PDF Are going to be The Best Score
Salesforce Integration-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 21
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
- A. Change Data Capture does not have record access support.
- B. Push Topic Event can define a custom payload.
- C. Apex triggers can subscribe to Generic Events.
- D. Change Data Capture can be published from Apex.
Answer: A
NEW QUESTION 22
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met
- A. Corporate WSDL
- B. Enterprise WSDL
- C. SOAP API WSDL
- D. Partner WSDL
Answer: D
NEW QUESTION 23
Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat. The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.
UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.
Which integration pattern is recommended for this use case?
- A. Use request and reply.
- B. Use outbound message.
- C. Use streaming API to generate push topic.
- D. Use salesforce platform event.
Answer: A
NEW QUESTION 24
An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram & description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.
* About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
* There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).
* These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
* All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made?
Choose 3 answers
- A. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
- B. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
- C. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
- D. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
- E. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
Answer: A,B,C
NEW QUESTION 25
When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.
Which integration pattern and mechanism should be selected to meet the conditions?
- A. Remote Call-In: Salesforce REST API with REST Composite Resources.
- B. Data Virtualization: Salesforce Connect map data external REST data in external objects.
- C. Request-Reply: Enhanced External Services invokes a REST API.
- D. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
Answer: C
NEW QUESTION 26
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing.
What solution should an architect propose?
- A. Outbound Messaging, which will automatically handle error retries to the service.
- B. Trigger invokes Queueable Apex method, with custom error handling process.
- C. Button press invokes synchronous callout, with user handling retries in case of error
- D. Trigger makes @future Apex method, with custom error handling process.
Answer: B
NEW QUESTION 27
A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.
Which three constraints and pain-points should an integration architect consider when choosing the integration pattern/mechanism?
Choose 3 answers
- A. Reporting and usability requirements
- B. Error handling mechanisms
- C. System types - APIs, File systems, Email
- D. Multi-language and multi-currency requirement
- E. Data Volume and Processing volume
Answer: B,C,E
NEW QUESTION 28
Universal Containers is a global financial company that sells financial products and services.
There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.
UC requested building a resilient integration for this batch apex job in case the invoice generation fails.
What should an integration architect recommend to fulfill the requirement?
- A. Build Batch Retry & Error Handling in the Batch Apex Job itself.
- B. Build Batch Retry & Error Handling using BatchApexErrorEvent.
- C. Build Batch Retry & Error Handling in the middleware.
- D. Batch Retry & Error Handling report to monitor the error handling.
Answer: B
NEW QUESTION 29
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 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.
- B. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
- C. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
- D. Select Start Authentication Flow on Save.
- E. 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
Answer: A,C,D
NEW QUESTION 30
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 may increase time required to execute bulk jobs.
- C. Smaller batch size can trigger "Too many concurrent batches" error.
- D. Smaller batch size may exceed the concurrent API request limits.
Answer: A,B
NEW QUESTION 31
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. Can the fulfillment system make a callback into Salesforce?
- B. Is the product catalog data identical at all times in both systems?
- C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
- D. Can the fulfillment system create new addresses within the Order Create service?
Answer: A,C
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 32
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. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
- D. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
Answer: B,C,D
NEW QUESTION 33
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?
- A. A unique integration user for each external system integration.
- B. A Connected App for each external system integration.
- C. A shared Connected App for the three external system integrations.
- D. A shared integration user for the three external system integrations.
Answer: B
NEW QUESTION 34
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. Remote Process Invocation-Fire and Forget
- B. Remote Process Invocation-Request and Reply
- C. Remote Call-In
- D. Batch Data Synchronization
Answer: D
NEW QUESTION 35
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team members can work on them. The current integration often experiences latency issues.
Which two recommendations should an Architect make to improve the integration performance?
Choose 2 answers
- A. Legacy system should submit in parallel mode.
- B. Reduce batch size of synchronous BULK API.
- C. Legacy system should submit in serial mode.
- D. Reduce batch size of asynchronous BULK API.
Answer: A,D
NEW QUESTION 36
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, Data Warehouse, Invoices system
- D. ERP, MDM, BI tool and Data Warehouse
Answer: B
NEW QUESTION 37
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers
- A. Users should be authenticated into DMS and EBS without having to enter username and password.
- B. Consider Enterprise security needs for access to DMS and EBS.
- C. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
- D. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
- E. Consider options to migrate DMS and EBS into Salesforce.
Answer: A,D,E
NEW QUESTION 38
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. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
- C. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
- D. The middleware solution is able to interface directly with databases via an ODBC connection string.
Answer: B,C
NEW QUESTION 39
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. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
- C. Assess security requirements for internal systems and decide Integration methods that support the requirements.
- D. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
- E. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
Answer: B,C,E
NEW QUESTION 40
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 being published from Apex.
- D. The platform events are published immediately before the Apex transaction completes.
Answer: A
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define_ui.htm
NEW QUESTION 41
Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.
UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.
Which two actions should be recommended to fulfill this system requirement?
Choose 2 answers
- A. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.
- B. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
- C. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.
- D. Develop custom APIs on the company's network that are invokable by Salesforce.
Answer: B,D
NEW QUESTION 42
Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed but the return acknowledgement was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?
- A. Implement idempotent design and have Sales Representatives retry order(s) in question.
- B. Have scheduled Apex resubmit orders that do not have a successful response.
- C. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
- D. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
Answer: D
NEW QUESTION 43
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 44
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 45
......
Use Integration-Architect Exam Dumps (2022 PDF Dumps) To Have Reliable Integration-Architect Test Engine: https://www.testkingit.com/Salesforce/latest-Integration-Architect-exam-dumps.html
Salesforce Integration Architecture Designer Integration-Architect Exam and Certification Test Engine: https://drive.google.com/open?id=1mC3oUjiawx5zapChBMpqI_s2bT9Uqhzz