[May 15, 2023] Passing Key To Getting Integration-Architecture-Designer Certified Exam Engine PDF [Q64-Q87]

Share

[May 15, 2023] Passing Key To Getting Integration-Architecture-Designer Certified Exam Engine PDF

Integration-Architecture-Designer Exam Dumps Pass with Updated May-2023 Tests Dumps

NEW QUESTION # 64
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 an Apex callout to identify new case records and send them to the client.
  • B. Use REST API to identify new case records in Salesforce every 15 minutes.
  • C. Use Streaming API to publish new case records to a push topic and subscribe to it.
  • D. Use Generic Streaming to send push notifications of case creation events to the client.

Answer: C


NEW QUESTION # 65
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. Use Platform Events to construct and publish shipper-specific events.
  • B. Invoke middleware service to retrieve valid shipping methods.
  • C. Use middleware to abstract the call to the specific shipping services.
  • D. Store shipping services in a picklist that is dependent on a country picklist.

Answer: B,C


NEW QUESTION # 66
Universal Containers needs to send order details to the ERP system using an Apex callout to a REST API via HTTPS. The client has concerns with the integration's security and insists that such order details should be transmitted securely.
Which two approaches should be used to ensure secure transmission of data from Salesforce to the ERP's REST API?

  • A. The REST API should be SSLO enabled with a CA-signed certificate.
  • B. The order details should be passed in the body of the REST API callout.
  • C. The REST API should be SSL enabled with a Salesforce client certificate.
  • D. The order details should be passed in a URL parameter in the REST API endpoint.

Answer: A,B


NEW QUESTION # 67
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?

  • A. The maximum number of parallel Apex callouts in a single continuation.
  • B. The limit of pending operations in the same transaction.
  • C. The maximum callouts in a single Apex transaction.
  • D. The limit on long-running requests (total execution time).

Answer: B


NEW QUESTION # 68
Universal Containers (UC) has an existing web-based application that a group of employees use on a regular basis. These employees often have Salesforce and the web-based application open and find themselves manually moving the data between both. UC would like the two systems to be integrated so that the employees will see all the data in one screen without the need for manually updating the data.
What integration pattern can help accomplish this requirement?

  • A. Use the Force.com canvas framework to embed the external application into Salesforce.
  • B. Use Steaming API to create a push topic to send the message to the external system asynchronously.
  • C. Use Rest API to pull data from Salesforce and update the external application.

Answer: A


NEW QUESTION # 69
Universal Containers is implementing Salesforce, including a new business process for order management. All Opportunities that reach the Close -Won stage need to be sent to an order management system. When this Opportunity is marked as Complete, a record must be created in their billing system. After the bill is processed, their billing system will be marked as Paid. Each status change from each system must be reflected in Salesforce so call center agents can answer questions about the status of a customer order. All system administrators have agreed to use recent Production data to seed their test systems. What types of sandbox should an Architect recommend end-to-end testing occur in? Choose 2 answers

  • A. Developer Pro Sandbox
  • B. Partial Copy Sandbox
  • C. Full Sandbox
  • D. Developer Org

Answer: B,C


NEW QUESTION # 70
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers

  • A. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
  • B. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
  • C. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
  • D. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.

Answer: A,B


NEW QUESTION # 71
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?
Choose 2 answers

  • A. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
  • B. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.
  • C. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
  • D. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.

Answer: C,D


NEW QUESTION # 72
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before 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. The middleware solution is able to interface directly with databases via an ODBC connection string.
  • B. The middleware solution enforces the OAuth security protocol.
  • C. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
  • D. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.

Answer: C,D


NEW QUESTION # 73
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. SAML SSO and just-in-time provisioning
  • B. SAML SSO and Registration Handler
  • C. OpenId Connect Authentication Provider and just-in-time provisioning
  • D. OpenId Connect Authentication Provider and Registration Handler

Answer: A,D


NEW QUESTION # 74
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?

  • A. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.
  • B. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
  • C. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
  • D. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.

Answer: C


NEW QUESTION # 75
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 theIntegration 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
  • B. Clients. D Implement HttpCalloutMock to return responses per RAML specification.
  • C. Require theApex REST API Clients to implement the HttpCalloutMock.
  • D. Call the Apex REST API Clients in a test context to get the mock response.

Answer: B,D


NEW QUESTION # 76
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.
What integration pattern should an architect recommend to ensure minimal throwaway code?

  • A. Web Mashup
  • B. point-to-point
  • C. MiddleWare
  • D. Apex batch Processing

Answer: C


NEW QUESTION # 77
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.
Which two types of Streaming API events should be considered?
Choose 2 answers

  • A. PushTopic Events
  • B. Change Data Capture Events
  • C. Generic Events
  • D. High Volume Platform Events

Answer: B,D


NEW QUESTION # 78
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. Require the Apex REST API Clients to implement the HttpCalloutMock.
  • B. Call the Apex REST API Clients in a test context to get the mock response.
  • C. Implement HttpCalloutMock to return responses per RAML specification.
  • D. Call the HttpCalloutMock implementation from the Apex REST API Clients.

Answer: B,C


NEW QUESTION # 79
Universal Containers (UC) has many existing applications, including Salesforce, that their users access. UC would like to integrate these applications with Salesforce so that users can accomplish all of their tasks in one user interface.
What is the recommended solution for integrating these applications into Salesforce?

  • A. Set up the external applications as Canvas apps into the Salesforce user interface.
  • B. Set up the external applications as Connected apps into the Salesforce user interface.
  • C. Connect the external applications into the Salesforce user interface using Salesforce Connect.
  • D. Use streaming API to integrate these applications into the Salesforce user interface.

Answer: A


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

Answer: C


NEW QUESTION # 81
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, Data Warehouse, Invoices system
  • B. ERP, MDM, BI tool and Data Warehouse
  • C. ERP, Invoices system, Data Warehouse and BI Tool
  • D. ERP, Inventory, Pricing Engine, Invoices system

Answer: D


NEW QUESTION # 82
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?

  • A. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • B. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
  • C. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
  • D. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.

Answer: A


NEW QUESTION # 83
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences.
Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?

  • A. Remote Process Invocation-Request and Reply
  • B. Remote Process Invocation-Fire and Forget
  • C. Remote Call-In
  • D. Batch Data Synchronization

Answer: D


NEW QUESTION # 84
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. Apex REST
  • B. Streaming API
  • C. Connect REST API
  • D. REST API

Answer: C


NEW QUESTION # 85
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. Base64 encode the data before performing the call out from Apex.
  • B. Salesforce automatically secures all data transmissions to external systems.
  • C. Use platform Encryption to secure the data before transporting.
  • D. Encrypt the data with a shared key before performing the Apex callout.

Answer: D


NEW QUESTION # 86
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. Corporate WSDL
  • C. Enterprise WSDL
  • D. Partner WSDL

Answer: D


NEW QUESTION # 87
......


The Salesforce Integration-Architecture-Designer certification, also known as the Salesforce Certified Integration Architecture Designer exam, is designed for professionals who want to validate their expertise in designing and implementing complex integrations with Salesforce. This certification is ideal for architects, developers, and technical professionals who work with Salesforce and need to integrate it with other systems. The exam tests the candidate's knowledge of integration patterns, techniques, and best practices to ensure that they can design and implement efficient, scalable, and secure integrations.

 

Integration-Architecture-Designer exam questions for practice in 2023 Updated 108 Questions: https://certkingdom.preppdf.com/Salesforce/Integration-Architecture-Designer-prepaway-exam-dumps.html