2024 Updated Verified Pass Integration-Architecture-Designer Exam - Real Questions & Answers [Q14-Q39]

Share

2024 Updated Verified Pass Integration-Architecture-Designer Exam - Real Questions and Answers

Dumps Moneyack Guarantee - Integration-Architecture-Designer Dumps Approved Dumps

NEW QUESTION # 14
business requires automating the check and update of the phone number type classification (mobile vs. landline) for all in-coming calls delivered to their phone sales agents. The following conditions exist:
1. At peak, their call center can receive up to 100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on custom premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

  • A. ConnectedApp configured in Salesforce to authenticate the middleware.
  • B. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
  • C. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
  • D. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).

Answer: A


NEW QUESTION # 15
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. A REST API offered by Commerce Platform
  • C. Salesforce B2C Commerce to Service Cloud Connector
  • D. REST API offered by Salesforce Platform

Answer: C

Explanation:
Explanation
https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5


NEW QUESTION # 16
Universal Containers acquiresplanetary shipping and decides to migrate all customer contacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems.
Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts?
Choose 2 answers

  • A. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
  • B. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
  • C. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
  • D. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.

Answer: B,C


NEW QUESTION # 17
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. Utilize a 3rd-party SSO solution to authenticate the session.
  • B. Digitally sign the Payload using a private key trusted by the external system.
  • C. Base64 encode the data to ensure untrusted 3rd parties don't see it.
  • D. Include a secret passphrase in the payload that is a validated by the external system.

Answer: B


NEW QUESTION # 18
A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

The following business processes need to be supported in Salesforce:
1. Sales Consultants should be able to have access to current inventory.
2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. Invoices should be accessible in Salesforce.
Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?

  • A. ERP, MDM, BI tool and Data Warehouse
  • B. ERP, Inventory, Pricing Engine, Invoices system
  • C. ERP, Invoices system, Data Warehouse and BI Tool
  • D. ERP, MDM, Data Warehouse, Invoices system

Answer: B


NEW QUESTION # 19
Universal Containers is a global financial company that sells financial products and services.
There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.
UC requested building a resilient integration for this batch apex job in case the invoice generation fails.
What should an integration architect recommend to fulfill the requirement?

  • A. Build Batch Retry & Error Handling using BatchApexErrorEvent.
  • B. Batch Retry & Error Handling report to monitor the error handling.
  • C. Build Batch Retry & Error Handling in the middleware.
  • D. Build Batch Retry & Error Handling in the Batch Apex Job itself.

Answer: A


NEW QUESTION # 20
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. Apex callout with the client-side app that provides Salesforce with a CA-signed client certificate.
  • B. Apex callout to the client-side app with the callout payload encrypted with custom Apex code.
  • C. Outbound message received by client-side app that uses a Salesforce-provided client certificate.
  • D. Outbound message sent to a client-side app endpoint defined with a Per-User Named Credential.

Answer: A,C


NEW QUESTION # 21
Universal Containers (UC) wants to start sharing some of the information collected from customers in Salesforce to other systems. UC wants to start sharing some sales data (orders) with a third-party application to help forecast inventory. This is a web application that supports SOAP and REST interfaces to send and receive data.
What is the recommended solution for integrating with this product?

  • A. Create a Submit to Forecast Button on the Order Page to send the data to the Web application via REST.
  • B. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.
  • C. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close.
  • D. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes.

Answer: A


NEW QUESTION # 22
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 require unit and functional testing
  • B. They cannot be built or maintained declaratively
  • C. They cannot utilize publisher actions.
  • D. They consume more API limits than SOAP or REST API

Answer: A,B


NEW QUESTION # 23
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

  • A. Canvas
  • B. Lightning Component
  • C. Custom Web Tab
  • D. Visualforce

Answer: A


NEW QUESTION # 24
Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must also be sent along with Opportunities. The ERP system supports only SOAP- based messages for receiving orders What limitation of outbound messages might present a problem in this scenario?

  • A. Outbound messaging does not support multiple objects
  • B. Outbound messaging does not support SOAP
  • C. Outbound messaging does not offer any reliability.
  • D. Outbound messaging cannot be made secure

Answer: A


NEW QUESTION # 25
Universal Containers acquires several companies and decides to consolidate all customer service systems used by the acquired companies into one Salesforce Service Cloud. They decide to use an ETL to extract service requests from various systems, apply appropriate transformations, and load cases into Salesforce. Different requests captured by different customer service systems could belong to common accounts in Salesforce, so care must be taken to avoid creating duplicate accounts. Which two API options should be considered to load cases into Salesforce that would be safe from record -locking issues? Choose 2 answers

  • A. Bulk API with serial option and a batch size of 1000 or less
  • B. SOAP API with a batch size of 200 or less
  • C. SOAP API with a batch size of 1000 or less
  • D. Bulk API with parallel option and a batch size of 1000 or less

Answer: A,B


NEW QUESTION # 26
Universal Containers (UC) has Salesforce integrated with their mainframe system. All the orders placed in Salesforce are sent to the mainframe system in a nightly batch process.
Which two capabilities are required for middleware to support this integration?

  • A. Support for Metadata API
  • B. Extract, transform, and load
  • C. Synchronous transactions
  • D. Message queuing

Answer: B,D


NEW QUESTION # 27
An insurance company decides to build an online portal using the Salesforce platform for receiving quote requests from customers. The company has a legacy quoting system that will generate quotes while the rest of the sales process is managed by Salesforce Sales Cloud. The legacy system has an API for creating quotes.
What Implementation method should be used so that customers can request quotes online and receive them in real time?

  • A. Middleware tool to pull quote requests from SF and push to the legacy system.
  • B. Trigger with an @Future method to send quote requests to the legacy system.
  • C. Outbound message to send quote requests from Salesforce to the legacy system.
  • D. Apex callout to send quote requests from Salesforce to the legacy System.

Answer: D


NEW QUESTION # 28
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. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
  • B. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
  • C. Themiddleware solution enforces the OAuth security protocol.
  • D. The middleware solution is able to interface directly with databases via an ODBC connection string.

Answer: A,B


NEW QUESTION # 29
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. Set up a Per-User Named Credential and have the users each set up their username/password.
  • C. Set up a Named-Principal Named Credential and have the administrator set up the username/password.
  • D. Use hierarchical custom settings to store the username/password allowing the Apex callout to read it.

Answer: B


NEW QUESTION # 30
A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.

The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time - A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?

  • A. Sum of A and H
  • B. Sum of A, G, and H
  • C. Sum of A to H
  • D. Sum of A to F

Answer: A


NEW QUESTION # 31
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. Performance Testing
  • B. User Acceptance Testing
  • C. Unit Testing
  • D. Regression Testing

Answer: D


NEW QUESTION # 32
Universal Containers send quotes to customers periodically when the customer contract is near expiration.
Quoting is generated by an external quoting engine. The VP recommends that the quote-generated request should be sent one week prior to the contract expiration. The Quote engine requires the latest account, contact, and contract information from Salesforce to generate the quote.
What is the recommended solution?

  • A. Workflow-initiated outbound message with a callback to gather additional information from Salesforce.
  • B. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
  • C. Workflow-initiated Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
  • D. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page.

Answer: B


NEW QUESTION # 33
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. The integration is causing UC to exceedits API limits
  • B. Error reporting is not enabled in Salesforce.
  • C. The Integration cannot find the parent orders for some Shipments.
  • D. The integration takes more than five minutes to run.

Answer: D


NEW QUESTION # 34
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 # 35
Universal Containers (UC) has Wave Analytics in their Salesforce org. UC has expertise and access to the Dell boomi ETL tool. UC would like to get all leads and opportunities from the org and data from a few other Marketing tools to a Wave instance for enhanced analysis.
What is the recommended solution to set up the data process?

  • A. Export data from all sources into Excel and use Wave connector to import data.
  • B. Use Wave data flow for Salesforce data and data from other sources.
  • C. Wave Data flow for Salesforce data and Dell boomi for data from other sources.
  • D. Dell boomi for data from Salesforce and data from other sources.

Answer: C


NEW QUESTION # 36
A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise.
Below, is their current system landscape diagram.

The goals for implementing Salesforce follows:
1. Develop a 360 view of customer
2. Leverage Salesforce capabilities for Marketing, Sales and Service processes
3. Reuse Enterprise capabilities built for Quoting and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?
Choose 3 answers

  • A. Email Marketing System
  • B. Sales Activity System
  • C. Case Management System
  • D. Quoting System
  • E. Order Management System

Answer: A,B,C


NEW QUESTION # 37
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. Keep re-typing the login call until it's successful.
  • D. Set the permission login to never expire for the user.

Answer: A,B


NEW QUESTION # 38
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, salesforce will need to make a REST API call to external system.
  • B. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
  • C. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
  • D. Due to high volume of records, a third party integration tool is required to stage records off platform.

Answer: D


NEW QUESTION # 39
......

Updated PDF (New 2024) Actual Salesforce Integration-Architecture-Designer Exam Questions: https://vcetorrent.passreview.com/Integration-Architecture-Designer-exam-questions.html