Guaranteed Accomplishment with Newest Dec-2022 FREE Salesforce Integration-Architecture-Designer
Use Valid New Free Integration-Architecture-Designer Exam Dumps & Answers
NEW QUESTION 61
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.
What should an Architect determine before recommending a solution?
- A. Determine inbound integration requirements, then identify frequency.
- B. Determine data access prevention requirements, then identify system constraints.
- C. Determine data access prevention requirements, then identify frequency.
- D. Determine data volume requirements, then identify the loading schedule.
Answer: A
NEW QUESTION 62
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 Email Management System, Order Management System and Case Management System.
- B. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
- C. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
- D. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
Answer: D
NEW QUESTION 63
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?
Choose 2 answers
- A. Utilize two-way(mutual) SSL
- B. Whitelist the corporate IPS in Salesforce.
- C. Whitelist Salesforce IPs on the firewall.
- D. Place the systems in aDMZ.
Answer: A,C
NEW QUESTION 64
Universal Containers has an 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 green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.
Which two steps should the Technical Architect should recommend?
Choose 2 answers
- A. Use SOAP headers to turn off validation rules and triggers during the integration.
- B. Ask the ERP report designers to redesign the report to provide properly formatted data.
- C. Implements a regression testing policy to detect issues following development.
- D. Review the Salesforce data model and Validation rules and modify the integration as necessary.
Answer: C,D
NEW QUESTION 65
Universal Containers merges with Planetary Shipping. They decide to consolidate their systems and migrate all the customer accounts into one Salesforce org. After some data analysis, they find out that their systems have common accounts that they would like to merge and avoid duplicate accounts in Salesforce. They find out that customer email, available in both the systems, can be used to match common accounts. The customer data can be exported as CSV files from their systems. Which two options should be considered to load accounts into Salesforce and eliminate duplicate accounts? Choose 2 answers
- A. Dataloader insert operation and Saleforce's native deduplication after the load
- B. ETL tool that is capable of identifying common accounts using a Salesforce ID and performing updates
- C. ETL tool that is capable of identifying common accounts using email address and performs updates
- D. Dataloader upsert operation with a custom External ID field containing the email address
Answer: C,D
NEW QUESTION 66
Universal containers utilizes the REST API to update the multiple Salesforce objects in real time based upon changes from their ERP system. They recently started encountering API Limits and have consulted the Integration Architect on possible solutions.
What two possible strategies should the architect consider?
Choose 2 answers
- A. Utilize the REST API batch URI to consolidate 100 DML operations into single API call.
- B. Migrate the integration to the Bulk API which does not count towards the API limits.
- C. Utilize workflow outbound messaging which does not count towards the API limits.
- D. Migrate the integration to the partner WSDL to support 200 DML operations in a single API call.
Answer: A,B
NEW QUESTION 67
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
- A. Push Topic Event can define a custom payload.
B Change Data Capture does not have record access support. - B. Change Data Capture can be published from Apex.
- C. Apex triggers can subscribe to Generic Events.
Answer: B
NEW QUESTION 68
Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing.
They identified one org that would act as a gateway to receive all the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution.
What limitation of Salesforce-to-Salesforce must be considered to ensure searchless two-way integration?
- A. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.
- B. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
- C. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
- D. Salesforce-to-Salesforce has a limit on number of records shared between systems.
Answer: C
NEW QUESTION 69
An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.
The geolocation field is secured with Field Level Security, so users can view the value without changing it.
What should be done to meet the requirement?
- A. The mobile device makes a SOAP API inbound call.
The mobile device receives a REST Apex callout call. - B. The mobile device makes a REST API inbound call.
- C. The mobile device makes a REST Apex inbound call.
Answer: C
NEW QUESTION 70
Northern Trail Outfitters is planning to create a native employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.
Which Salesforce API should be used to implement this integration?
- A. REST API
- B. Connect REST API
- C. User Interface API
- D. Streaming API
Answer: C
NEW QUESTION 71
When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.
Which integration pattern and mechanism should be selected to meet the conditions?
- A. Request-Reply: Enhanced External Services invokes a REST API.
- B. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
- C. Remote Call-In: Salesforce REST API with REST Composite Resources.
- D. Data Virtualization: Salesforce Connect map data external REST data in external objects.
Answer: A
NEW QUESTION 72
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.
What recommendation should a technical Architect make to minimize complexity during new acquisitions?
- A. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- B. Use an ESB to abstract the Salesforce integration from other enterprise applications.
- C. Leverage Apex callouts to integrate directly with acquired applications.
- D. Use custom Linksto direct users to the appropriate ERP system to view order status.
Answer: B
NEW QUESTION 73
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?
- A. Utilize CA - signed certificates on the host.
- B. Implement two way (or mutual) SSL certificates.
- C. Encrypt the Payload with a shared key.
- D. Use a pre-shared key in a query parameter.
Answer: A
NEW QUESTION 74
UC leverages customer MDM as a source of truth. The requirement is to dedupe and store any account or contact created in MDM before the same is created in Salesforce. This ensures data is clean and not duplicated in Salesforce. During peak season, users experience a "Concurrent Request Limit Exceeded" error.
What is the recommended solution?
- A. Invoke a continuation callout to MDM from a VF Page @future call.
- B. Invoke a continuation callout to MDM from a VF Page controller.
- C. Invoke a continuation callout to MDM from a VF Page JavaScript.
- D. Invoke a continuation callout to MDM from a before insert trigger.
Answer: B
NEW QUESTION 75
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. Create a VisualForce page for Accounts/Contacts that will pull the data from MDM, display it, and send any changes from Salesforce.
- B. Create a Batch process that runs every 5 minutes to pull the changes from MDM and any updates from Salesforce.
- C. Implement a third-party middleware tool to maintain the synchronization between Salesforce and the MDM database as they occur.
- D. Modify the MDM database application to send and receive updates to and from Salesforce via REST or SOAP as they occur.
Answer: C
NEW QUESTION 76
In which three ways can production data be moved into a sandbox for testing purpose?
- A. Request a Snapshot from Support
- B. Refresh a Full Sandbox.
- C. Refresh a Copy Sandbox.
- D. use the Apex Data Loader.
- E. Use the metadata API.
Answer: B,C,D
NEW QUESTION 77
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. Out-of-order delivery.
- C. Orphaned Requests
- D. Duplicate messages
Answer: A,D
NEW QUESTION 78
Universal containers is building an integration from their employee portal to salesforce Chatter.They would like their employee portal to read and write to the Chatter API on behalf of the employee using the portal.
What is the correct way to authenticate to the chatter API to meet this requirement?
- A. Use oAuth Which will pass their portal credentials to the chatter API.
- B. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
- C. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
- D. Use a chatter API integration user which authenticates to salesforce using oAuth.
Answer: D
NEW QUESTION 79
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, number of concurrent requests can hit the limit for the REST API call to external system.
- B. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
- C. Due to high volume of records, salesforce will need to make a REST API call to external system.
- D. Due to high volume of records, a third party integration tool is required to stage records off platform.
Answer: D
NEW QUESTION 80
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. Monitor the volume of leads that are created in Salesforce.
- C. Monitor Platform Events created per hour limits across the Salesforce instance.
- D. Set up debug logs for Platform Event triggers to monitor performance .
Answer: D
NEW QUESTION 81
Universal Containers (UC) ships millions of orders per year and releases code fixes to the Production org nightly. Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to Production. How can UC achieve this requirement?
- A. Utilize a middleware solution and bulk API to do a nightly sync from Production to Full Sandbox
- B. Request that Salesforce schedule a Full Sandbox refresh on a nightly basis
- C. Use Salesforce-to-Salesforce to keep data synchronized between Production and Full Sandboxes
- D. Create Apex unit tests so testing can be done against Production data, but rolled back before being committed
Answer: A
NEW QUESTION 82
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?
- A. Data Visualization
- B. Data Synchronization
- C. Process Orchestration
- D. Batch Processing
Answer: A
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_a
NEW QUESTION 83
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. Mulesoft Anypoint Platform
- B. Salesforce B2C Commerce to Service Cloud Connector
- C. A REST API offered by Commerce Platform
- D. REST API offered by Salesforce Platform
Answer: B
Explanation:
Explanation
https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5
NEW QUESTION 84
......
Integration-Architecture-Designer Braindumps PDF, Salesforce Integration-Architecture-Designer Exam Cram: https://www.dumpsfree.com/Integration-Architecture-Designer-valid-exam.html
New 2022 Integration-Architecture-Designer Sample Questions Reliable Integration-Architecture-Designer Test Engine: https://drive.google.com/open?id=1uhsmK0cS-FNERCELuuHixnkBPVKi5efc