Exam Code | Integration-Architecture-Designer |
Exam Name | Salesforce Certified Integration Architect (WI23) |
Questions | 106 Questions Answers With Explanation |
Update Date | November 08,2024 |
Price |
Was : |
Are you ready to take your career to the next level with Salesforce Certified Integration Architect (WI23)? At Prep4Certs, we're dedicated to helping you achieve your goals by providing high-quality Integration-Architecture-Designer Dumps and resources for a wide range of certification exams.
At Prep4Certs, we're committed to your success in the Salesforce Integration-Architecture-Designer exam. Our comprehensive study materials and resources are designed to equip you with the knowledge and skills needed to ace the exam with confidence:
Start Your Certification Journey Today
Whether you're looking to advance your career, expand your skill set, or pursue new opportunities, Prep4Certs is here to support you on your certification journey. Explore our comprehensive study materials, take your exam preparation to the next level, and unlock new possibilities for professional growth and success.
Ready to achieve your certification goals? Begin your journey with Prep4Certs today!
Northern Trail Outfitters needs to make synchronous callouts "available to promise"services to query product availability and reserve inventory during customer checkoutprocess.Which two considerations should an integration architect make when building a scalableintegration solution?Choose 2 answers
A. The typical and worst-case historical response times.
B. The number batch jobs that can run concurrently.
C. How many concurrent service calls are being placed.
D. The maximum querycursors open per user on the service.
Acompany's security assessment noted vulnerabilities on the un managed packages intheir Salesforce orgs, notably secrets that are easily accessible and in plain text, such asusernames, passwords, and OAuth tokens used in callouts from Salesforce.Which two persistence mechanisms should an integration architect require to be used toensure that secrets are protected from deliberate or inadvertent exposure?Choose 2 answers
A. Encrypted Custom Fields
B. Named Credentials
C. Protected Custom Metadata Types
D. Protected Custom Settings
A developer has been tasked by the integration architect to build a solution based on theStreaming API. The developer has done some research and has found there are differentimplementations of the events in Salesforce (Push Topic Events, Change Data Capture,Generic Streaming, Platform Events), but is unsure of to proceed with theimplementation.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 can bepublished from Apex.
C. Change Data Capture does not have record access support.
D. Apex triggers can subscribe to Generic Events.
An Integration Developer is developing an HR synchronization app for a client. The appsynchronizes Salesforce record data changes with an HR system that's external toSalesforce.What should the integrationarchitect recommend to ensure notifications are stored for up tothree days if data replication fails?
A. Change Data Capture
B. Generic Events
C. Platform Events
D. Callouts
A customer's enterprise architect has identified requirements around caching, queuing,error handling, alerts, retries, event handling, etc. The company has asked the Salesforceintegration architect to help fulfill such aspects with their Salesforce program.Which three recommendations should the Salesforce integration architect make?Choose 3 answers
A. Transform a fire-and-forget mechanism to request-reply should be handledbymiddlewaretools (like ETL/ESB) to improve performance.
B. Provide true message queueing for integration scenarios (includingorchestration,processchoreography, quality of service, etc.) given that a middleware solution is required.
C. Message transformation and protocol translation should be done within Salesforce.Recommend leveraging Salesforce native protocol conversion capabilities as middlewatoolsare NOT suited for such tasks
D. Event handling processes such as writing to a log, sending an error or recovery process,orsending an extra message, can be assumedto be handled by middleware.
E. Event handling in a publish/subscribe scenario, the middleware can be used to routerequests or messages to active data-event subscribers from active data-event publishers.
An architect decided to use Platform Events for integrating Salesforce with an externalsystem for a company.Which three things should an architect consider when proposing this type of integrationmechanism?Choose 3 answers
A. Tosubscribe to an event, the integration user in salesforce needs read access totheevent entity.
B. Salesforce needs to be able to store information about the external system in ordertoknow which event to send out.
C. External system needs to have the same uptime in order to be able to keep up withSalesforce Platform Events.
D. To publish an event, the integration user in salesforce needs create permission on theevent entity.
E. Error handling must be performed by the remote service because the event iseffectivelyhanded off to the remote system for further processing.
KiA B2C Enterprise Customer has the following use case that involves processing paymentfrom an external payment gateway service inSalesforce.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 a4. CSR receives confirmation ofpayment.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 theservice.The integration with Payment gateway needs to be reliable and monitored for auditpurposes.The payment gateway service is an external RESTful service that the B2C EnterpriseCustomer has subscribed for.What should an Integration Architect recommend for this integration?
A. Build a custom Apex Callout to external Payment gateway service and provide successmessage to the CSR, the details of calloutsand responses are logged for audit purposes.
B. Use External Services feature to integrate gateway to Salesforce ensuring realtimeupdates the CSR and support post payment processes.
C. Make a callout to the payment gateway through ESB supporting error handlingandlogging for audit purposes.
D. Platform events allow integration to payment gateway through the exchange ofreal-timeevent data, platform events are scalable and secure.
Northern Trail Outfitters needs to send order and line items directly to an existing financeapplication webservice when an order if fulfilled. It is critical that eacorder reach the finance application exactly once for accurate invoicing.What solution should an architect propose?
A. Trigger invokes Queueable Apex method, with custom error handling process.
B. Trigger makes @future Apex method, with custom error handling process.
C. Button press invokes synchronous callout, with user handling retries in case of error
D. Outbound Messaging, which will automatically handle error retries to the service.
A company accepts paymentrequests 24x7. Once they accept a payment request, theirservice level agreement (SLA) requires them to make sure each payment request isprocessedby their Payment System. They track payment requests using a globally unique identifiercreated at the DataEntry Point. Their simplified flow is as shown in the diagram.They encounter intermittent update errors when two or more processes try to update thesame Payment Request record at the same time.Which two recommendations should an integration architect make to improve their SLAand update conflict handling?Choose 2 answers
A. Middleware should coordinate request delivery and payment processing.
B. Data Entry Point and Middleware should automatically retry requests.
C. Payment System should process a payment request only once.
D. Payment System and Middleware should automatically retry requests.
Universal Containers (UC) is currently managing a custom monolithic web service that runson an on-premise server.This monolithic web service is responsible for Point-to-Point (P2P) integrations between:1. Salesforce and a legacy billing application2. Salesforce and a cloud-based Enterprise Resource Planning application3. Salesforce and a data lake.UC has found that the tight interdependencies between systems is causing integrations tofail.What should an architect recommend to decouple the systems and improve performance ofthe integrations?
A. Re-write and optimize the current web service to be more efficient.
B. Leverage modular design by breaking up the web service into smaller pieces for amicroservice architecture.
C. Use the Salesforce Bulk API when integrating back into Salesforce.
D. Move the custom monolithic web service from on-premise to a cloud provider.