Salesforce Integration-Architecture-Designer Dumps Updated Jan 01, 2024 WIith 108 Questions
View All Integration-Architecture-Designer Actual Free Exam Questions Jan 01, 2024 Updated
To become a Salesforce Certified Integration Architecture Designer, a candidate must have a solid understanding of integration patterns, data architecture, security protocols, and best practices for designing and implementing integrations with Salesforce. Salesforce Certified Integration Architecture Designer certification exam consists of 60 multiple-choice questions and lasts for 105 minutes. The passing score for the exam is 65%, and candidates have the option to take the exam in-person or online. Salesforce Certified Integration Architecture Designer certification is valid for two years, after which the candidate must take the exam again to maintain their certification.
NEW QUESTION # 34
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?
- A. SSH
- B. TLS
- C. SMTP
- D. SFTP
Answer: B
NEW QUESTION # 35
Universal Containers requires Salesforce to send expense data to an accounting system. Each user has their own username/password credential to access the account system via integration.
What is a recommended option for an integration approach from a security perspective?
- A. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
- B. Use hierarchical custom settings to store the username/password allowing the Apex callout to read it.
- C. Set up a Named-Principal Named Credential and have the administrator set up the username/password.
- D. Set up a Per-User Named Credential and have the users each set up their username/password.
Answer: D
NEW QUESTION # 36
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. Include a secret passphrase in the payload that is a validated by the external system.
- B. Digitally sign the Payload using a private key trusted by the external system.
- C. Utilize a 3rd-party SSO solution to authenticate the session.
- D. Base64 encode the data to ensure untrusted 3rd parties don't see it.
Answer: B
NEW QUESTION # 37
Universal Containers has an Outbound messaging-Based integration that posts closed opportunities to an ERP system for fulfillment in 1% of the test cases, the integration creates multiple orders for a closed opportunity Which three steps should a Technical Architect take to diagnose the issue?
Choose 3 answers
- A. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged
- B. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
- C. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
- D. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
- E. Review the firewall logs to make sure that the outbound messages are being delivered.
Answer: A,C,D
NEW QUESTION # 38
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. System types - APIs, File systems, Email
- C. Multi-language and multi-currency requirement
- D. Data Volume and Processing volume
- E. Error handling mechanisms
Answer: B,D,E
NEW QUESTION # 39
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 being published from Apex.
- B. The platform events are published after the Apex transaction completes.
- C. The platform events are published immediately before the Apex transaction completes.
- D. The platform events has a trigger in Apex.
Answer: B
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define
NEW QUESTION # 40
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 Streaming API to publish new case records to a push topic and subscribe to it.
- B. Use an Apex callout to identify new case records and send them to the client.
- C. Use Generic Streaming to send push notifications of case creation events to the client.
- D. Use REST API to identify new case records in Salesforce every 15 minutes.
Answer: A
NEW QUESTION # 41
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and is planning to include Salesforce as well.
Which Salesforce API should an Integration Architect use to meet the requirement?
- A. Metadata API
- B. SOAP API
- C. Tooling API
- D. Analytics REST API
Answer: C
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecov
NEW QUESTION # 42
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. Use Change Data Capture to update downstream systems accordingly when a record changes.
- D. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
Answer: B,C
NEW QUESTION # 43
What are three capabilities of Salesforce to Salesforce(S2S)?
Choose 3 answers
- A. Automatically publish data from the publisher org.
- B. Integrate data between Salesforce orgs via pre-built web service adapters.
- C. Manually consume data into the consumer org.
- D. Publish data from the publisher's Account object to the consumer's Customer__c object.
- E. Share reports and dashboards between Salesforce orgs.
Answer: A,C,D
NEW QUESTION # 44
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 Order Management System, Data Warehouse 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 Email Management System, Order Management System and Case Management System.
Answer: B
NEW QUESTION # 45
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.
1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,
2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.
Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?
Choose 2 answers
- A. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
- B. High-volume event messages are stored for 24 hours (one day).
- C. High-volume event messages are stored for 72 hours (three days).
- D. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
Answer: C,D
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durab
NEW QUESTION # 46
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. 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.
- C. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.
- D. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
- E. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
Answer: A,C,D
NEW QUESTION # 47
Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on.
Which two design specifications should the Integration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers
- A. Call the HttpCalloutMock implementation from the Apex REST API Clients.
- B. Require the Apex REST API Clients to implement the HttpCalloutMock.
- C. Implement HttpCalloutMock to return responses per RAML specification.
- D. Call the Apex REST API Clients in a test context to get the mock response.
Answer: C,D
NEW QUESTION # 48
A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation.
What approach should an architect recommend that conserves API limits?
- A. Use a custom Apex class with a webservice method that performs both actions.
- B. Use the generic streaming API to publish changes and listen for updates.
- C. Use a publisher action to update the data and callback to the other system.
- D. Use the SOAP API to upsert the data. The API will then return all opportunity details.
Answer: A
NEW QUESTION # 49
Universal Containers (UC) has third-party MDM database which is responsible for maintaining the data for Customer and Contacts information for its organization. UC wants to keep this information up-to-date in Salesforce so that the information is as current as possible. UC wants to provide bi-directional synchronization of the data between the MDM and Salesforce.
What is the recommended approach to solving this problem?
- A. Implement a third-party middleware tool to maintain the synchronization between Salesforce and the MDM database as they occur.
- B. Create a Batch process that runs every 5 minutes to pull the changes from MDM and any updates from Salesforce.
- C. Modify the MDM database application to send and receive updates to and from Salesforce via REST or SOAP as they occur.
- D. Create a VisualForce page for Accounts/Contacts that will pull the data from MDM, display it, and send any changes from Salesforce.
Answer: A
NEW QUESTION # 50
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers
- A. OpenId Connect Authentication Provider and Registration Handler
- B. SAML SSO and Registration Handler
- C. OpenId Connect Authentication Provider and just-in-time provisioning
- D. SAML SSO and just-in-time provisioning
Answer: A,D
NEW QUESTION # 51
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met
- A. SOAP API WSDL
- B. Enterprise WSDL
- C. Partner WSDL
- D. Corporate WSDL
Answer: C
NEW QUESTION # 52
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 # 53
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time What statement is correct about the Salesforce APIs?
- A. Enterprise WSDL minimizes payload size.
- B. REST API supports WS-Security.
- C. Rest API supports oAuth
- D. Enterprise WSDL supports WS-Security
Answer: C
NEW QUESTION # 54
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?
- A. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
- B. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
- C. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
- D. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.
Answer: D
NEW QUESTION # 55
......
Below are advantages of Getting the Integration Architecture Designer Certification Exam
Salesforce Integration Architecture Designer Certification provides practical experience to candidates from all the aspects to be a proficient worker in the organization.
Salesforce Integration Architecture Designer is distinguished among competitors. Salesforce Integration Architecture Designer certification can give them an edge at that time easily when candidates appear for a job interview employers seek to notify something which differentiates the individual to another.
Salesforce Integration Architecture Designer Certifications provide opportunities to get a job easily in which they are interested in instead of wasting years and ending without getting any experience.
Salesforce Integration Architecture Designer will be confident and stand different from others as their skills are more trained than non-certified professionals.
New Integration-Architecture-Designer Exam Questions Real Salesforce Dumps: https://www.prepawaypdf.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html
Pass Authentic Salesforce Integration-Architecture-Designer with Free Practice Tests and Exam Dumps: https://drive.google.com/open?id=1VszuK2GwLfN5-xUxgn84HK4qqiAlGmOB