[2023] New Integration-Architecture-Designer exam Free Sample Questions to Practice
Cover Real Integration-Architecture-Designer Exam Questions Make Sure You 100% Pass
Below are the topics of Integration Architecture Designer Exam
Candidates must know the topics before they start of preparation. Because it will really help them in hitting the core. Our Integration Architecture Designer exam dumps will include the following topics:
- MONITORING 5%
- ENTERPRISE INTEGRATION ARCHITECTURE CONCEPTS 15%
- SALESFORCE INTEGRATION TESTING 10%
NEW QUESTION 40
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 Apex callout to push orders from universal Containers to Planetary Shipping
- B. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
- C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
- D. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
Answer: B
NEW QUESTION 41
Universal Containers wants to gather information from a third-party application to update shipping information for an order inside Salesforce. A salesperson could trigger an update and the user interface would refresh with the current status.
Which are two recommended options for this when utilizing a Remote Process Invocation-Request and Reply pattern?
- A. A batch Apex job that performs an Apex SOAD or HTTP callout in a synchronous manner.
- B. A custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner.
- C. A custom Visualforce page or button that initiates an Apex REST callout in a synchronous manner.
- D. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner
Answer: B,C
NEW QUESTION 42
Universal Containers is planning to sue Bulk API instead of SOAP API to load 1 million activity records from Accounts. Opportunities, can Cases.
Which are two advantages of using Bulk API over SOAP API?
- A. Bulk API doesn't need XML processing and can send data using CSV.
- B. Bulk API doesn't need a login to Salesforce and can process data offline.
- C. Bulk API needs fewer network round trips to complete the data load.
- D. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSDL.
Answer: A,C
NEW QUESTION 43
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 serial mode.
- B. Use Bulk API to process jobs in parallel mode.
- C. Contact Salesforce support to schedule performance load.
- D. Use Bulk API to process jobs in high performance mode.
Answer: B
NEW QUESTION 44
Which two automated methods should an architect use to solve an issue with duplicate contacts?
Choose 2 answers
- A. Enable duplicate management in the org to prevent duplicates.
- B. Leverage an AppExchange data management toolto de-duplicate contacts.
- C. Assign new contacts to queues to be reviewed by a data quality team.
- D. Write a Batch Apex class to manage the deduplication
Answer: A,B
NEW QUESTION 45
Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data.
Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?
Choose 2 answers
- A. Regression Testing
- B. Performance testing
- C. user Acceptance Testing
- D. Unit Testing
Answer: B,C
NEW QUESTION 46
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.
What type of monitoring should the Integration Consultant have considered to monitor this integration?
- A. Validate the Platform Event definition matches leads definition.
- B. Set up debug logs for Platform Event triggers to monitor performance .
- C. Monitor Platform Events created per hour limits across the Salesforce instance.
- D. Monitor the volume of leads that are created in Salesforce.
Answer: B
NEW QUESTION 47
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. Bulk API with parallel option and batch size 100, and no code changes.
- B. No change to API options, and move the trigger code into a future method.
- C. No change to API options, and move the trigger code into a Queuetable apex
- D. Bulk API with serial option and batch size 100, and no code changes
Answer: A,B
NEW QUESTION 48
A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall.
The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?
- A. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
- B. Due to high volume of records, a third party integration tool is required to stage records off platform.
- C. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
- D. Due to high volume of records, salesforce will need to make a REST API call to external system.
Answer: B
NEW QUESTION 49
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality.
What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?
- A. Regression Testing
- B. User Acceptance Testing
- C. Unit Testing
- D. Performance Testing
Answer: A
NEW QUESTION 50
An insurance company decides to build an online portal using the Salesforce platform for receiving quote requests from customers. The company has a legacy quoting system that will generate quotes while the rest of the sales process is managed by Salesforce Sales Cloud. The legacy system has an API for creating quotes.
What Implementation method should be used so that customers can request quotes online and receive them in real time?
- A. Trigger with an @Future method to send quote requests to the legacy system.
- B. Outbound message to send quote requests from Salesforce to the legacy system.
- C. Apex callout to send quote requests from Salesforce to the legacy System.
- D. Middleware tool to pull quote requests from SF and push to the legacy system.
Answer: C
NEW QUESTION 51
What are three capabilities of Salesforce Lightning Connect?
Choose 3 answers.
- A. Write to OData - Compliant data sources without APEX.
- B. Read from OData - Compliant data sources without APEX.
- C. Write SOQL queries on external object.
- D. Associate external object records to Salesforce Account records.
- E. Write triggers and workflows on external objects.
Answer: B,C,D
NEW QUESTION 52
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?
- A. The endpoint URL has been added to Content Security Policies.
- B. The endpoint domain has been added to Cross-Origin Resource Sharing.
- C. The endpoint URL has added been to an outbound firewall rule.
- D. The endpoint URL has been added to Remote Site Settings.
Answer: A
NEW QUESTION 53
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. Legacy systems can use queues for on-premise integration.
- B. Only on-premise systems are allowed access to legacy systems.
- C. Cloud-based ETL can access Salesforce and supports queues.
- D. On-premise middleware provides APIs to legacy systems data.
Answer: C,D
NEW QUESTION 54
Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials Which two methods should the architect consider in order to protect these credentials?
Choose 2 answers
- A. Utilize named credentials to store the username/password of the web service end post.
- B. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.
- C. Utilize protected custom settings to store the username/password of the web service end point.
- D. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
Answer: A,C
NEW QUESTION 55
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers
- A. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.
- B. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
- C. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
- D. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
Answer: C,D
NEW QUESTION 56
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?
- A. Visualforce
- B. Canvas
- C. Lightning Component
- D. Custom Web Tab
Answer: B
NEW QUESTION 57
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 to F
- B. Sum of A and H
- C. Sum of A to H
- D. Sum of A, G, and H
Answer: B
NEW QUESTION 58
Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues.
Which three stages should the Architect consider to reduce the security concerns for this Integration use case?
Choose 3 answers
- A. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.
- B. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
- C. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
- D. Enable WS-security for the web services made between Salesforce and the accounting system.
- E. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
Answer: C,D,E
NEW QUESTION 59
Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce.
Which approach should an Integration Architect recommend that matches the Salesforce UI?
Choose 2 answers
- A. A middleware orchestration to continuously persist data from other systems into Salesforce.
- B. A custom Visualforce page with client- side calls out to the other systems.
- C. A custom visualforce page with a controller thats calls-out to the other systems.
- D. An iFrame embedding a custom .Net application that displays data from the other systems.
Answer: C,D
NEW QUESTION 60
......
Below is the guide to get ready for the Integration Architecture Designer Exam
Practice exams are built to make students comfortable with the real exam situation. If we see the statistics most students fail not due to that preparation but due to exam anxiety the fear of the unknown. Lead2Passed expert team recommends you to prepare some notes on these topics along with it don't forget to practice Integration Architecture Designer exam dumps which had been written by our expert team, Both these will help you a lot to clear this exam with good marks.
Lead2Passed is well recognized for a variety of exam dumps for Integration Architecture Designer certification. Taking certificates is not an easy job since students have to study carefully. Integration Architecture Designer education also takes a long time. Therefore, when considering student needs, we design many landfills for them with Integration Architecture Designer questions. Our products, including the study guide, will help students pass exams. For you, we have an advanced way to prepare each material for you. We have used the latest information in the production of each product. Our Dumps are easy to use, so everyone can understand them.
To get more details about it please visit:
Integration Architecture Designer Exam Reference
Real Integration-Architecture-Designer Quesions Pass Certification Exams Easily: https://www.lead2passed.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html
Integration-Architecture-Designer dumps Accurate Questions and Answers with Free: https://drive.google.com/open?id=1QkrRTd50zFQBJC-DLHPwpkcE_6YizigL