
[Jan 30, 2023] Latest Salesforce Integration Architecture Designer Integration-Architecture-Designer Actual Free Exam Questions
Salesforce Integration Architecture Designer Integration-Architecture-Designer Dumps Updated Practice Test and 108 unique questions
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. PassLeader 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.
PassLeader 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.
NEW QUESTION 37
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 shouldan 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 highvolume of records, salesforce will need to make a REST API call to external system.
- C. Due to high volume of records, a third party integration tool is required to stage records off platform.
- D. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
Answer: C
NEW QUESTION 38
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. Develop custom APIs on the company's network that are invokable by 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. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.
Answer: A,B
NEW QUESTION 39
Universal Containers would like to ensure that the server and client-side app's identity is mutually authenticated for all integrations.
Which two of the integration patterns below support such authentication?
- A. Outbound message sent to a client-side app endpoint defined with a Per-User Named Credential.
- B. Apex callout to the client-side app with the callout payload encrypted with custom Apex code.
- C. Apex callout with the client-side app that provides Salesforce with a CA-signed client certificate.
- D. Outbound message received by client-side app that uses a Salesforce-provided client certificate.
Answer: C,D
NEW QUESTION 40
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. Use a different user for each integration.
- C. Set the permission login to never expire for the user.
- D. Keep re-typing the login call until it's successful.
Answer: A,B
NEW QUESTION 41
Universal Containers has a requirement for all accounts that do NOT qualify for a business extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.
What is the recommended solution?
- A. Use Process builder.
- B. Use Trigger.
- C. Use Batch Apex.
- D. Use Time-based workflow rule.
Answer: C
NEW QUESTION 42
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.
Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?
Choose 2 answers
- A. Exceeding Governor Limits.
- B. Orphaned Requests
- C. Out-of-order delivery.
- D. Duplicate messages
Answer: A,D
NEW QUESTION 43
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. 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.
- B. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
- C. 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.
- D. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
Answer: B,D
NEW QUESTION 44
A company that is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the payn transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.
What is the recommended integration approach to process payments based on this requirement?
- A. Use platform event to process payment to the payment gateway.
- B. Use request and reply to make an API call to the payment gateway.
- C. Use continuation to process payment to the payment gateway.
C Use change data capture to process payment to the payment gateway.
Answer: C
NEW QUESTION 45
What are two benefits of named credentials?
Choose 2 answers
- A. They securely store credentials in a maintainable way.
- B. They simplify utilizing oAuth for Apex callouts.
- C. They Secure integrations to Salesforce from other systems.
- D. They enforce secure communication to external systems
Answer: A,B
NEW QUESTION 46
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 47
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 48
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 future method.
- B. Bulk API with serial option and batch size 100, and no code changes
- C. No change to API options, and move the trigger code into a Queuetable apex
- D. Bulk API with parallel option and batch size 100, and no code changes.
Answer: A,D
NEW QUESTION 49
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 native Outbound message functionality to send a message with each record change.
- D. Use the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records.
Answer: D
NEW QUESTION 50
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. Create a custom web service to identify duplicate leads and load.
- C. Design an ETL job to eliminate duplicates from the lead aggregation system.
- D. Use duplicate management rules on Lead to report duplicate records.
Answer: C,D
NEW QUESTION 51
Universal Containers(UC) has a legacy application that tracks customer order status once the order has been sent to the fulfillment department this legacy application does not easily provide an API to integrate with Customer service reps need to be able t access the data from within Sales force and cannot be given separate logins to the application, UC does not have single-sign-on enabled.
How should an architect solve this problem?
- A. Migrate the legacy application to Heroku and Integrate the database.
- B. use the Streaming API to receive order updates in real time.
- C. Leverage canvas to display the legacy application within Salesforce.
- D. Create a web-tab in Salesforce directly to the legacy application.
Answer: C
NEW QUESTION 52
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users.
Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?
Choose 2 answers
- A. Enterprise ESB
- B. Remote Site Settings
- C. Content Security Policies
- D. Named Credentials
Answer: B,D
Explanation:
Explanation
https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5
NEW QUESTION 53
Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms.
The sales department has requested that new leads are available in the new Salesforce instance within 30 minutes.
Which two approaches will require the least amount of development effort?
Choose 2 answers
- A. Configure named credentials in the source org.
- B. Use the Composite REST API to aggregate multiple leads in a single call.
- C. Use the tooling API with Process Builder to insert leads in real time.
- D. Call the Salesforce REST API to insert the lead into the target system.
Answer: A,B
NEW QUESTION 54
UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved.
What is the recommended approach?
- A. Make an asynchronous callout from VF page controller with page refresh using Action region.
- B. Make an @future callout to MDM from a trigger with page refresh using Action region.
- C. Make a continuation callout from VF page controller with page refresh using Action poller.
- D. Make a synchronous callout from VF page controller with page refresh using Action region.
Answer: C
NEW QUESTION 55
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 56
Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database.
What technology should an architect use to minimize custom development when replacing the CRM system with Salesforce?
- A. APEX Callout
- B. Outbound messaging
- C. Middleware
- D. APEX Batch
Answer: C
NEW QUESTION 57
......
Below is a salary of Integration Architecture Designer Certified Professional
The average Salary of a Integration Architecture Designer Certified Expert in
- India - 40,485 INR
- United State - 89000 USD
- Europe - 9,382 EURO
- England - 7,924 POUND
Verified Integration-Architecture-Designer dumps Q&As - 100% Pass from PassLeader: https://www.passleader.top/Salesforce/Integration-Architecture-Designer-exam-braindumps.html
Latest 100% Exam Passing Ratio - Integration-Architecture-Designer Dumps PDF: https://drive.google.com/open?id=1YVL4IEp_J5UmMj2SRx47lL3CrLxJTqJH