Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

100% Pass Guaranteed Free Integration-Architecture-Designer Exam Dumps Oct 25, 2023 [Q27-Q49]

Share

100% Pass Guaranteed Free Integration-Architecture-Designer Exam Dumps Oct 25, 2023

Verified & Latest Integration-Architecture-Designer Dump Q&As with Correct Answers


Salesforce Integration-Architecture-Designer certification exam covers a variety of topics, including integration patterns, security and governance, data modeling, and API design. Integration-Architecture-Designer exam consists of 60 multiple-choice questions and has a time limit of 105 minutes. To pass the exam, candidates must score at least 63%, and the exam fee is $400 USD.

 

NEW QUESTION # 27
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 a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • B. Use oAuth Which will pass their portal credentials to the chatter API.
  • C. Use a chatter API integration user which authenticates to salesforce using oAuth.
  • D. Use oAuth to authorize the portal to access the chatter API on behalf of the user.

Answer: C


NEW QUESTION # 28
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose?
Choose 2 answers

  • A. Store shipping services in a picklist that is dependent on a country picklist.
  • B. Invoke middleware service to retrieve valid shipping methods.
  • C. Use Platform Events to construct and publish shipper-specific events.
  • D. Use middleware to abstract the call to the specific shipping services.

Answer: B,D


NEW QUESTION # 29
Universal containers is planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?

  • A. Propose a middleware system that can support interface between systems with Salesforce.
  • B. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
  • C. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
  • D. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.

Answer: B


NEW QUESTION # 30
What are the three capabilities of the Bulk API?
Choose 3 answers

  • A. Monitor job status via the API.
  • B. Monitor job status via the Web UI.
  • C. Roll back all transactions within a batch of 10000 records
  • D. process multiple batch jobs asynchronously
  • E. Process multiple batch jobs synchronously

Answer: A,B,D


NEW QUESTION # 31
Universal Containers (UC) is planning on a production release with a large data volume to be migrated to Salesforce from a back-office system. The incoming data is constantly being updated in the back-office system. UC would like to keep the data synchronized in near real-time in Salesforce.
What is the recommended approach to achieve this?

  • A. Use Bulk API for a one-time migration and a Bulk API call-in for an incremental load.
  • B. Use Bulk API for a one-time migration and a SOAP API call-in for an incremental load.
  • C. Use SOAP API for a one-time migration and a REST API call-in for an incremental load.
  • D. Use Bulk API for a one-time migration and an Apex web service call-in for an incremental load.

Answer: D


NEW QUESTION # 32
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers

  • A. Consider Enterprise security needs for access to DMS and EBS.
  • B. Consider options to migrate DMS and EBS into Salesforce.
  • C. Users should be authenticated into DMS and EBS without having to enter username and password.
  • D. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
  • E. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.

Answer: B,C,D


NEW QUESTION # 33
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. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
  • 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. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • D. 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.
  • E. 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.

Answer: C,D,E


NEW QUESTION # 34
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers

  • A. Protected Custom Metadata Types
  • B. Protected Custom Settings
  • C. Named Credentials
  • D. Encrypted Custom Fields

Answer: B,C


NEW QUESTION # 35
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 Apex callout to push orders from universal Containers to Planetary Shipping
  • C. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
  • D. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.

Answer: A


NEW QUESTION # 36
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?

  • A. Salesforce automatically secures all data transmissions to external systems.
  • B. Use platform Encryption to secure the data before transporting.
  • C. Encrypt the data with a shared key before performing the Apex callout.
  • D. Base64 encode the data before performing the call out from Apex.

Answer: D


NEW QUESTION # 37
Universal Containers (UC) has an ERP application where all customer orders are stored. There are millions of customers order stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order information may house personally identifiable information that, due to company policy, can only be stored in ERP. UC would like the five most recent orders displayed on the account page in Salesforce.
How should an Architect design this requirement considering both security and scalability?

  • A. Write an outbound message to receive orders from ERP system as they are created.
  • B. Leverage Salesforce Connect to display order information in Salesforce.
  • C. Build a scheduled ETL job to sync all customer order history in the Orders object.
  • D. Leverage the REST API to receive orders from the ERP system as they are created.

Answer: B


NEW QUESTION # 38
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. Change Data Capture can be published from Apex.
  • B. Apex triggers can subscribe to Generic Events.
  • C. Push Topic Event can define a custom payload.
    B Change Data Capture does not have record access support.

Answer: A


NEW QUESTION # 39
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 to F
  • C. Sum of A, G, and H
  • D. Sum of A to H

Answer: A


NEW QUESTION # 40
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 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 Order Management System, Data Warehouse and Case Management System.

Answer: B


NEW QUESTION # 41
try Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API.
Which three statements are true about the Bulk API and REST API?
Choose 3 answers

  • A. The SOAP API provides jpb monitoring on the Salesforce setup menu.
  • B. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
  • C. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
  • D. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
  • E. DML limits on Bulk are not governed on Salesforce servers.

Answer: B,C,D


NEW QUESTION # 42
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. Use custom Linksto direct users to the appropriate ERP system to view order status.
  • B. Leverage Apex callouts to integrate directly with acquired applications.
  • C. Build all Integrations as nightly ETL batches to minimize real-time overhead.
  • D. Use an ESB to abstract the Salesforce integration from other enterprise applications.

Answer: C


NEW QUESTION # 43
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. Feasibility to restore deleted records when needed.
  • B. Manual steps and procedures that may be necessary.
  • C. Ability to delete personal data in every system.
  • D. Impact of deleted records on system functionality.
  • E. Ability to provide a 360-degree view of the customer.

Answer: A,C,D


NEW QUESTION # 44
Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations.
What Salesforce platform capability should an Integration Architect consider?

  • A. Custom Apex batch job to check for SMTP messages.
  • B. Custom Apex class with webservice methods that implement the SMTP protocol.
  • C. Lightning connect with an oData/SMTP interchange.
  • D. Custom InboundEmailHandler to process the messages.

Answer: B


NEW QUESTION # 45
Universal Containers has chosen Salesforce Wave as their Analytics Platform. There is a requirement to join data from multiple systems(including Salesforce) to be displayed in a single Wave Lens.
What should the Architect recommend?

  • A. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
  • B. Use an ETL tool to join multiple sources and load them into a single data set.
  • C. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
  • D. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.

Answer: B


NEW QUESTION # 46
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 at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
  • B. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
  • C. Review the firewall logs to make sure that the outbound messages are being delivered.
  • D. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
  • E. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged

Answer: B,D,E


NEW QUESTION # 47
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 a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • C. Use Apex callout to push orders from universal Containers to Planetary Shipping
  • D. Use Outbound messages to send orders from Universal Containers to Planetary shipping.

Answer: B


NEW QUESTION # 48
Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake.
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?

  • A. Move the custom monolithic web service from on-premise to a cloud provider.
  • B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
  • C. Use the Salesforce Bulk API when integrating back into Salesforce.
  • D. Re-write and optimize the current web service to be more efficient.

Answer: B


NEW QUESTION # 49
......

Latest Integration-Architecture-Designer dumps - Instant Download PDF: https://www.testsimulate.com/Integration-Architecture-Designer-study-materials.html