
2021 Prep4sureGuide Salesforce Integration-Architecture-Designer Dumps and Exam Test Engine
Salesforce Integration-Architecture-Designer DUMPS WITH REAL EXAM QUESTIONS
NEW QUESTION 34
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. Review shield platform encryption configurations.
- D. Encrypt all the data so that it is secure.
Answer: A,C
NEW QUESTION 35
Universal Containers would like to use a hard-coded username/password/security token of a user with a System Administrator profile to integrate its back-end system to Salesforce for inbound API calls.
Which two security issues are associated with this approach.
- A. Unsecure storage of the credentials may result in hackers gaining unauthorized access to Salesforce.
- B. Unintended password resets will cause the integration to stop working and disrupt business processes.
- C. All back-end systems get uncontrolled access to any data within the Salesforce environment.
- D. Apex web services can executive with system privileges with such Salesforce credentials.
Answer: A,C
NEW QUESTION 36
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. Enable WS-security for the web services made between Salesforce and the accounting system.
- C. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
- D. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
- E. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
Answer: A,C,E
NEW QUESTION 37
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an Integration Architect use to meet this requirement?
- A. REST API
- B. Streaming API
- C. Apex REST
- D. Connect REST API
Answer: D
NEW QUESTION 38
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?
- A. Leverage an Identity Provider solution that communicates with the API tiers via SAML
- B. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
- C. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
- D. Implement an API gateway that all systems of engagement must interface with first.
Answer: D
NEW QUESTION 39
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. Use duplicate management rules on Lead to report duplicate records.
- 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. Extract Salesforce lead data into a staging table and use ETL to de-duplicate.
Answer: A,C
NEW QUESTION 40
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforceorgs 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 encryptedfield 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. Contact Salesforcesupport and create a case to temporarily enable API access for managed packages.
- 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. 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.
Answer: A,D,E
NEW QUESTION 41
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?
- A. Generate a CA-signed Certificate.
- B. Enforce SSL/TLS Mutual Authentication.
- C. Enable My Domain and SSL/TLS.
- D. Generate a Self-signed Certificate.
Answer: B
NEW QUESTION 42
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers
- A. They cannot be built or maintained declaratively
- B. They require unit and functional testing
- C. They consume more API limits than SOAP or REST API
- D. They cannot utilize publisher actions.
Answer: A,D
NEW QUESTION 43
Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be taken offline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot.
What three recommendations might a Technical Architect make to resolve this issue?
Choose 3 answers
- A. Use the Bulk API UPDATE or UPSERT records more efficiently.
- B. Pre-process the data to avoid the need for workflow rules or triggers
- C. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
- D. Contact Salesforce support to request that they turn off record locking on the Product2 object.
- E. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
Answer: A,B,C
NEW QUESTION 44
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 needs to query small amounts of data at any time and display using a related list.
- B. Customer wants the ability to query external data using Global Search and reports.
- C. Customer does not want real-time access to the ERP data and is willing to wait for hourly refreshes.
- D. Customer has a large amount of data that they do not want to load into Salesforce.
- E. Customer wants to create a master-detail relationship between Opportunity and the external object.
Answer: A,B,D
NEW QUESTION 45
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. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
- 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. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
- E. 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.
Answer: A,B,C
NEW QUESTION 46
Universal Containers has an external ERP that will manage inventory and initiate shipping logistics after an Opportunity is marked "Closed Won" in Salesforce. A "Shipping Number" needs to be written back to the Opportunity to track related records in the ERP. Sales Reps need to move quickly from one Opportunity to the next.
What integration pattern will satisfy the system reqs while maximizing the efficiency of the Sales Reps?
- A. Remote Process Invocation - Fire and Forget
- B. Remote Call-In
- C. Batch Data Synchronization
- D. Remote Process Invocation - Request and Reply
Answer: A
NEW QUESTION 47
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
What integration security mechanism should be employed?
- A. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.
- B. Configure mutual server authentication with two-way SSL using CA issued certificates.
- C. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.
- D. Use an API only user profile and implement use an external identity provider with federated API access.
Answer: B
NEW QUESTION 48
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. Enable WS-security for the web services made between Salesforce and the accounting system.
- B. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
- C. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.
- D. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
- E. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
Answer: A,B,D
NEW QUESTION 49
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers
- A. Inability to create a Lightning record page for platform events.
- B. When you delete an event definition, it's permanently removed and can't be restored.
- C. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
- D. Inability to query event messages using SOQL
- E. You can use Event Monitoring to track user activity, such as logins and running reports.
Answer: A,B,D
NEW QUESTION 50
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 salesforce-to-Salesforce integration between Universal containers and Planetary shipping
- B. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
- C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
- D. Use Apex callout to push orders from universal Containers to Planetary Shipping
Answer: C
NEW QUESTION 51
Universal Containers (UC) sends Order data to an external ERP system via ESB. UC sends an outbound message on update or Order to ESB. Once ESB completes creating the Order in the back-end ERP, it send back the Order with the Order Number from the ERP. During development, UC is experiencing an issue.
When the Order is updated by ESB, it again fires a workflow rule that sends the outbound message again.
Which two recommended steps can be done to prevent this looping issue?
- A. Update workflow rule conditions to exclude the ERP Order Number field update.
- B. Update workflow rule conditions to exclude the Integration User.
- C. Update workflow rule conditions to exclude the ERP Order Number field update.
- D. Update the outbound message to exclude the Integration User.
- E. Write an Apex trigger to send an outbound message to ESB.
Answer: B
NEW QUESTION 52
Universal Containers has a custom Salesforce UI that is used by all users to check on a container's status. This check is done via an integration to its back-end system which all users have access to. However, some users have a higher privilege access into that back-end system, which allows them to retrieve more details in the same container status check. Those users would like the same Salesforce UI to recognize their higher privilege access and display those extra details for them, but without allowing all users to see the same level of details.
What is the recommended security approach to satisfy this requirement?
- A. Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout.
- B. Permission set to identify users with higher-level privileges in order to control the Apex callout.
- C. Custom permission to control the Apex callout to retrieve different levels of details.
- D. Named credential set with "per-user" identify type to control the Apex callout.
Answer: D
NEW QUESTION 53
Universal Containers (UC) would like to provide near real-time updates on their customer-facing external portal when a Sales Manager approves a new feature that is recommended by a customer. UC has no middleware, and the portal exposes a REST API therefore, UC is considering a custom-built system process to handle the integration.
What is the recommended approach for the custom-built system process to retrieve updates in near real-time?
- A. Leverage an outbound message to the portal whenever an idea is voted on the saved.
- B. Leverage Canvas to send information to the portal whenever an idea is voted on.
- C. Leverage a Streaming API client to subscribe to the related push topic.
- D. Leverage a related push topic that pushed information to the portal client.
Answer: C
NEW QUESTION 54
Universal Containers is using Sales Could with Order Capture. It has been integrated with an SAP system for Order fulfillment. The SAP system sends the Order status updates to Salesforce on a nightly basis. The SAP system tracks Order status more granularly than required by Salesforce.
Which two options should an Architect recommend to address different statuses in Salesforce and SAP?
- A. Update the SAP Order fulfillment process to match Salesforce Order Statuses against the SAP order status.
- B. ETL change Data capture interface transforms the SAP order statuses to Salesforce order status.
- C. ETL Change Data Capture interface to send only required status updates to Salesforce.
- D. Create a batch Apex to run on a daily basis, which converts order status to pre-defined order status.
Answer: B,C
NEW QUESTION 55
......
How can you get ready for Integration Architecture Designer Certification Exam
There is a study guide for Integration Architecture Designer Certification Exam
Here is our instant guide if you don’t have time to read all the page
The credentials of the Salesforce certified integration architecture designers are designed for architects, analysts and application managers who want to design secure and scalable integrations with the Lightning platform. The certification exam aims to determine a candidate’s mastery in effectively communicating technical solutions to technical stakeholders and in providing a project delivery framework that guarantees quality and success.
2021 New Prep4sureGuide Integration-Architecture-Designer PDF Recently Updated Questions: https://www.prep4sureguide.com/Integration-Architecture-Designer-prep4sure-exam-guide.html
Integration-Architecture-Designer Exam with Guarantee Updated 108 Questions: https://drive.google.com/open?id=1__n69mpknfI9cYxo2E2-eso2-ibiRZ07