Integration-Architecture-Designer Certification Exam Dumps Questions in here [Sep-2023]
Updated Integration-Architecture-Designer Exam Practice Test Questions
The Integration-Architecture-Designer certification exam covers a wide range of topics related to integration, including integration patterns, data modeling, security, and performance optimization. It is intended for architects and developers who have experience with Salesforce and other systems, and who are able to design and implement complex integration solutions that meet the needs of their clients.
NEW QUESTION # 40
What are two considerations to make when performing SOAP callouts from within Apex?
Choose 2 answers
- A. WSDL2Apex can be used to generate stub code.
- B. WSDL2Apex supports RPC-style SOAP callouts.
- C. SOAP callouts cannot occur after any DML statements.
- D. SOAP callouts consume API limits.
Answer: A,C
NEW QUESTION # 41
Universal Containers (UC) has integrations developed between Salesforce and back-end ERP applications.
During peak load, UC is getting an error at the integration layer indicating, "Login Rate Exceeded".
Which two recommendations would mitigate this issue?
- A. Cache the session ID to avoid a login call.
- B. Set the permission login to never expire for the user.
- C. Keep re-typing the login call until it's successful.
- D. Use a different user for each integration.
Answer: A,D
NEW QUESTION # 42
Universal Containers (UC) wants to connect their on-premise ERP system to view Order data in Salesforce.
UC is considering a solution to integrate the on-premise system using Salesforce Connect via OData.
Which three considerations should an Architect keep in mind when recommending use of Salesforce Connect?
- A. Customer has a large amount of data that they do not want to load into Salesforce.
- B. Customer does not want real-time access to the ERP data and is willing to wait for hourly refreshes.
- C. Customer wants to create a master-detail relationship between Opportunity and the external object.
- D. Customer needs to query small amounts of data at any time and display using a related list.
- E. Customer wants the ability to query external data using Global Search and reports.
Answer: A,D,E
NEW QUESTION # 43
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 with Email Management System, Order Management System and Case Management System.
- B. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
- C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
- D. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
Answer: B
NEW QUESTION # 44
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 shared integration user for the three external system integrations.
- C. A Connected App for each external system integration.
- D. A shared Connected App for the three external system integrations.
Answer: C
NEW QUESTION # 45
Universal Containers has a data warehouse system that collects information from upstream systems in order to do proprietary reporting. Every day there are several thousand record insertions and updates in Salesforce that might be a interest to this data warehouse. Reports in the data warehouse are run at the end of the month.
What is a recommended way to transfer record insertions and updates to the data warehouse?
- A. Use a trigger to do an Apex callout to the data warehouse with each record change.
- B. Use scheduled Apex to do an Apex callout to the data warehouse.
- C. Use the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records.
- D. Use native Outbound message functionality to send a message with each record change.
Answer: C
NEW QUESTION # 46
Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.
Which integration mechanism should be used to meet the requirement?
- A. Platform Event
- B. Change Data Capture (CDC)
- C. Outbound Message
- D. Streaming API
Answer: D
NEW QUESTION # 47
Universal Containers would like to integrate to an external system from Salesforce over a secure channel howeverthe external system does not support HTTP-basic authentication What approach should an integration Architect recommend that enables the external system to trust the data being received?
- A. Base64 encode the data to ensure untrusted 3rd parties don't see it.
- B. Utilize a 3rd-party SSO solution to authenticate the session.
- C. Digitally sign the Payload using a private key trusted by the external system.
- D. Include a secret passphrase in the payload that is a validated by the external system.
Answer: C
NEW QUESTION # 48
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?
- A. Salesforce automatically secures all data transmissions to external systems.
- B. Use platform Encryption to secure the data before transporting.
- C. Base64 encode the data before performing the call out from Apex.
- D. Encrypt the data with a shared key before performing the Apex callout.
Answer: C
NEW QUESTION # 49
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is asfollows:
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 thenecessary 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. Use the Continuation class to call the Enterprise APIs and then process the responsein a callback method.
- 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. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
Answer: C
NEW QUESTION # 50
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production.
How can Universal Containers achieve the requirement?
- A. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
- B. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
- C. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
- D. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
Answer: D
NEW QUESTION # 51
Universal Containers wishes to validate street addresses in Salesforce against their legacy Accounting system,Which is the system of record. Retrieving an Account record in this system takes 7-12 seconds per query, and the address must be validated as quickly as possible to ensure proper order processing.
What integration pattern should an Architect suggest?
- A. Outbound Message with a Callback.
- B. Remote Invocation initiated by Middleware
- C. @Future method with an Apex callout.
- D. Nightly batch validating records modified the previous day.
Answer: A
NEW QUESTION # 52
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, MDM, BI tool and Data Warehouse
- C. ERP, MDM, Data Warehouse, Invoices system
- D. ERP, Inventory, Pricing Engine, Invoices system
Answer: D
NEW QUESTION # 53
A global financial company sells financial products and services that include the following:
1. Bank Accounts
2. Loans
3. Insurance
The company has a core banking system that is state of the art and is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10M financial transactions per day. The CTO for the company is considering building a community port so that customers can review their bank account details, update their information and review their account financial transactions.
What should an integration architect recommend as a solution to enable customer community users to view their financial transactions?
- A. Use Salesforce External Service to display financial transactions in a community lightning page.
- B. Use Salesforce Connect to display the financial transactions as an external object.
- C. Use Salesforce Connect to display the financial transactions as an external object.
- D. Use Iframe to display core banking financial transactions data in the customer community.
Answer: A
NEW QUESTION # 54
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. Web Mashup
- B. point-to-point
- C. Apex batch Processing
- D. MiddleWare
Answer: D
NEW QUESTION # 55
Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.
Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption?
Choose 2 answers
- A. Encrypt all the data so that it is secure.
- B. Use Shield Platform Encryption as a user authentication or authorization tool.
- C. Review shield platform encryption configurations.
- D. Encrypt the data using the most current key.
Answer: C,D
NEW QUESTION # 56
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose?
Choose 2 answers
- A. Invoke middleware service to retrieve valid shipping methods.
- B. Use middleware to abstract the call to the specific shipping services.
- C. Use Platform Events to construct and publish shipper-specific events.
- D. Store shipping services in a picklist that is dependent on a country picklist.
Answer: A,B
NEW QUESTION # 57
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.
What recommendation should a technical Architect make to minimize complexity during new acquisitions?
- A. Use an ESB to abstract the Salesforce integration from other enterprise applications.
- B. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- C. Leverage Apex callouts to integrate directly with acquired applications.
- D. Use custom Linksto direct users to the appropriate ERP system to view order status.
Answer: B
NEW QUESTION # 58
Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce as cases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts.
After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts?
Choose 2 answers
- A. No change to API options, and move the trigger code into a Queuetable apex
- B. Bulk API with serial option and batch size 100, and no code changes
- C. Bulk API with parallel option and batch size 100, and no code changes.
- D. No change to API options, and move the trigger code into a future method.
Answer: C,D
NEW QUESTION # 59
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. 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.
- B. 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.
- C. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
- D. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
Answer: C,D
NEW QUESTION # 60
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 middleware.
- B. Build Batch Retry & Error Handling using BatchApexErrorEvent.
- C. Build Batch Retry & Error Handling in the Batch Apex Job itself.
- D. Batch Retry & Error Handling report to monitor the error handling.
Answer: B
NEW QUESTION # 61
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 parallel mode.
- B. Use Bulk API to process jobs in serial mode.
- C. Contact Salesforce support to schedule performance load.
- D. Use Bulk API to process jobs in high performance mode.
Answer: A
NEW QUESTION # 62
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 # 63
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewallbefore 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 is able to interface directly with databases via an ODBC connection string.
- B. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
- C. Themiddleware solution enforces the OAuth security protocol.
- D. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
Answer: B,D
NEW QUESTION # 64
Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.
While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule?
Choose 2 answers
- A. Pre-process data that the triggers and workflows can be deactivated.
- B. Perform loads over a weekend server resource availability.
- C. Perform a test load using a full Sandbox prior to the Production load.
- D. Leverage several workstations, loading different objects simultaneously.
Answer: A,C
NEW QUESTION # 65
......
Verified Integration-Architecture-Designer dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump: https://drive.google.com/open?id=1G8NZfQOoB2TBwvqInlmERA2wxTqrtxts
Pass Salesforce Integration Architecture Designer Integration-Architecture-Designer Exam With 108 Questions: https://www.actual4cert.com/Integration-Architecture-Designer-real-questions.html