
Latest Nov-2021 Salesforce Integration-Architecture-Designer Dumps Updated 108 Questions
PDF Download Free of Integration-Architecture-Designer Valid Practice Test Questions
Below are some steps to apply for Integration Architecture Designer Exam
- Select a test center.
- Select the date and time you want to take the exam; - Read the reprogramming and cancellation policy, select the confirmation box.
- All supervised online exams automatically adapt to the time zone of the position entered in the profile details of your Webassessor.
- Login to the Webassessor at www.webassessor.com salesforce. If you don’t already have an exam profile in Webassessor, you need to create one.
- If you are interested in supervised online exams, consult all the system requirements in our help article: Online supervision: perform the exam remotely.
- Click on Select
- Click on Submit
- You will be sent an email confirming the purchase and registration.
- Click the Save button for your preferred delivery method.
- Enter your type of payment. You can enter a coupon / coupon code and / or a credit card. Certification exams are subject to tax in accordance with local laws; You will see all applicable fees listed during the payment process.
- If you selected the supervised online exam:
- If you selected the supervised on-site exam:
- Find the exam you want to schedule and expand the section to view delivery options. You can choose to register for the exam as supervised on the site or supervised online.
- Select the date and time you want to take the exam; - Read the reprogramming and cancellation policy, select the confirmation box.
- Check the accuracy of the exam and the details of the program, click Pay.
- You will see a purchase confirmation screen. Click Finish.
- Click Register for an exam.
Below is the cost of Integration Architecture Designer Exam
The cost of Integration Architecture Designer is $400.
NEW QUESTION 38
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 request and reply to make an API call to the payment gateway.
- B. Use continuation to process payment to the payment gateway.
C Use change data capture to process payment to the payment gateway. - C. Use platform event to process payment to the payment gateway.
Answer: B
NEW QUESTION 39
Customer Support Reps at Universal Containers (UC) work on a Case record in Salesforce while talking to a customer on the phone about a piece of machinery they have purchased from UC. This machine is a connected device and sends data packets to UC as the customer presses buttons on the machine.
What integration pattern will allow the support Rep to watch their screen and diagnose problems customer is having in near real-time?
- A. Remote Call-In
- B. Remote Process Invocation-Fire and Forget
- C. UI Update Based on Data Changes
- D. Remote Process Invocation-Request and Reply
Answer: C
NEW QUESTION 40
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 the data using the most current key.
- B. Use Shield Platform Encryption as a user authentication or authorization tool.
- C. Encrypt all the data so that it is secure.
- D. Review shield platform encryption configurations.
Answer: A,D
NEW QUESTION 41
What are two considerations to make when performing SOAP callouts from within Apex?
Choose 2 answers
- A. SOAP callouts consume API limits.
- B. WSDL2Apex supports RPC-style SOAP callouts.
- C. SOAP callouts cannot occur after any DML statements.
- D. WSDL2Apex can be used to generate stub code.
Answer: C,D
NEW QUESTION 42
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?
- A. A REST API offered by Commerce Platform
- B. REST API offered by Salesforce Platform
- C. Mulesoft Anypoint Platform
- D. Salesforce B2C Commerce to Service Cloud Connector
Answer: D
Explanation:
Explanation
https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5
NEW QUESTION 43
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers
- A. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
- B. Design an MDM solution that maps external ID's to the Salesforce record ID.
- C. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
- D. Use Change Data Capture to update downstream systems accordingly when a record changes.
Answer: B,D
NEW QUESTION 44
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?
- A. SObject Collections
- B. SObject Tree
- C. Composite
- D. Batch
Answer: B
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm
NEW QUESTION 45
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would 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. Streaming API
- B. Tooling API
- C. REST API
- D. Connect REST API
Answer: A
NEW QUESTION 46
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.
Which two integration designs should the architect consider?
Choose 2 answers
- A. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
- B. Utilize workflow outbound messaging, which has a built-in queuing framework.
- C. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
- D. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.
Answer: B,D
NEW QUESTION 47
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. use the Streaming API to receive order updates in real time.
- B. Migrate the legacy application to Heroku and Integrate the database.
- C. Create a web-tab in Salesforce directly to the legacy application.
- D. Leverage canvas to display the legacy application within Salesforce.
Answer: D
NEW QUESTION 48
A US business-to-consumer (B2C) company is planning to expand to Latin America. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:
1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.
Which three requirements should the integration architect consider?
Choose 3 answers
- A. Manual steps and procedures that may be necessary.
- B. Feasibility to restore deleted records when needed.
- C. Impact of deleted records on system functionality.
- D. Ability to provide a 360-degree view of the customer.
- E. Ability to delete personal data in every system.
Answer: B,C,E
NEW QUESTION 49
Universal Containers requires Salesforce to send order data to an ERP system that requires a system-defined username/password for authentication.
Which two integration options are recommended from a security perspective?
- A. Use custom settings to store the username and password allowing the Apex callout to read it.
- B. Set up a Named Credential with a Named Principal Identity Type allowing the Apex callout to use it.
- C. Use custom settings to store the username and password allowing the Apex callout to read it.
- D. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
- E. Store the username/hashed password in a private Static Resource, allowing the Apex callout to read it.
Answer: B
NEW QUESTION 50
Universal Containers would like to send all the closed opportunity records to the back-end legacy order management system. The order management system exposes REST API endpoints.
What is the recommended approach to send the data to the order management system?
- A. Workflow Outbound SOAP message to a middleware system.
- B. Workflow Outbound SOAP message to the order management system.
- C. Workflow Outbound REST message to the order management system.
- D. Workflow Outbound SOAP API message to a middleware system.
Answer: A
NEW QUESTION 51
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. user Acceptance Testing
- B. Regression Testing
- C. Unit Testing
- D. Performance testing
Answer: A,D
NEW QUESTION 52
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. Themiddleware solution enforces the OAuth security protocol.
- B. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
- C. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
- D. The middleware solution is able to interface directly with databases via an ODBC connection string.
Answer: B,C
NEW QUESTION 53
Universal Containers has a homegrown application that polls Salesforce using SOAP API every 2 minutes to obtain newly created case information. This causes both performance issues and API usage limits to be exceeded.
What should an Architect recommend to improve performance and optimum use the API limits?
- A. Use an Apex callout to identify new case records and send them to the client.
- B. Use REST API to identify new case records in Salesforce every 15 minutes.
- C. Use Streaming API to publish new case records to a push topic and subscribe to it.
- D. Use Generic Streaming to send push notifications of case creation events to the client.
Answer: C
NEW QUESTION 54
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. Orchestration
- B. Performance
- C. Bulkification
- D. Error Handling
- E. Logging
Answer: A,D,E
NEW QUESTION 55
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?
- A. External gateway products in use
- B. A Default gateway restrictions
- C. Shield Platform Encryption Limitations
- D. Considerations for using Deterministic Encryption
Answer: A
NEW QUESTION 56
Universal Containers has a requirement to query all Account records within Salesforce that were updated in the last 24 hours and download those Accounts to their data warehouse on a nightly basis. They expect the volume of records to be between 500-1500 records per day.
What three techniques should an Architect consider ?
Choose 3 answers
- A. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.
- B. Leverage a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.
- C. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.
- D. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
- E. Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.
Answer: A,D,E
NEW QUESTION 57
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 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.
- B. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
- 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. 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.
Answer: D
NEW QUESTION 58
In which three ways can production data be moved into a sandbox for testing purpose?
- A. Refresh a Full Sandbox.
- B. Use the metadata API.
- C. Refresh a Copy Sandbox.
- D. use the Apex Data Loader.
- E. Request a Snapshot from Support
Answer: A,C,D
NEW QUESTION 59
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. Performance Testing
- C. User Acceptance Testing
- D. Unit Testing
Answer: A
NEW QUESTION 60
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. Streaming API
- B. Tooling API
- C. REST API
- D. Connect REST API
Answer: A
NEW QUESTION 61
Universal Containers has a batch integration that runs every five minutes to load Shipment records related to existing orders that have been updated in the previous five minutes. the integration is not reporting any errors, but some Shipment records are not being loaded.
What could be the problem?
- A. Error reporting is not enabled in Salesforce.
- B. The Integration cannot find the parent orders for some Shipments.
- C. The integration is causing UC to exceedits API limits
- D. The integration takes more than five minutes to run.
Answer: D
NEW QUESTION 62
......
Integration-Architecture-Designer Test Engine files, Integration-Architecture-Designer Dumps PDF : https://www.actual4labs.com/Salesforce/Integration-Architecture-Designer-actual-exam-dumps.html
Latest Salesforce Integration-Architecture-Designer PDF and Dumps (2021) Free Exam Questions Answers: https://drive.google.com/open?id=1BaUMvVh6ACjOkKVg56woN_nGDOHFld68