Labour Day - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

Note! The Integration-Architecture-Designer Exam is no longer available. Get in touch with our Live Chat or email us for more information about the Integration-Architect Exam.

Integration-Architecture-Designer Salesforce Certified Integration Architect (WI23) Questions and Answers

Questions 4

Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of servicesacross 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

Options:

A.

Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.

B.

Implement a Workflow Rule with Outbound Messaging to sendSOAP messages to the designated endpoint.

C.

Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.

D.

Use a process builder to create a Platform Event, selecting the record type as the Platform Event Nameon insert of record.

Buy Now
Questions 5

An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Integration-Architecture-Designer Question 5

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

Options:

A.

Integrating Salesforce with Order Management System, Email Management System and Case Management System.

B.

Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.

C.

Integrating Salesforce with Data Warehouse, Order Management and Email Management System.

D.

Integrating Salesforce withEmail Management System, Order Management System and Case Management System.

Buy Now
Questions 6

A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in realtime.

What type of event should be used to meet this requirement?

Options:

A.

Push Topic Event

B.

Change Data Capture Event

C.

Platform Event

D.

Generic Event

Buy Now
Questions 7

A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc. The company has asked the Salesforce integration architect to help fulfill such aspects with their Salesforce program.

Which three recommendations should the Salesforce integration architect make?

Choose 3 answers

Options:

A.

Transform a fire-and-forget mechanism to request-reply should be handled bymiddleware

tools (like ETL/ESB) to improve performance.

B.

Provide true message queueing for integration scenarios (including orchestration,process

choreography, 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 middle watools

are NOT suited for such tasks

D.

Event handling processes such as writing to a log, sending an error or recovery process, or

sending an extra message, can be assumedto be handled by middleware.

E.

Event handling in a publish/subscribe scenario, the middleware can be used to route requests or messages to active data-event subscribers from active data-event publishers.

Buy Now
Questions 8

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?

Options:

A.

Fire and Forget: Process-driven platform events publishes events on SalesforceEvent Bus.

B.

Remote Call-In: Salesforce REST API with REST Composite Resources.

C.

Request-Reply: Enhanced External Services invokes a REST API.

D.

Data Virtualization: Salesforce Connect map data external REST data in external objects.

Buy Now
Questions 9

An Architect has received a request to prevent employees that leave the company from accessingdata in Salesforce after they are deactivated in the company's HR system.

What should an Architect determine before recommending a solution?

Options:

A.

Determine inbound integration requirements, then identify frequency.

B.

Determine data access prevention requirements, then identify frequency.

C.

Determine data volume requirements, then identify the loading schedule.

D.

Determine data access prevention requirements, then identify system constraints.

Buy Now
Questions 10

The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates thatis accessed several times from Salesforce and is a business critical function for end users.

Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?

Choose 2 answers

Options:

A.

NamedCredentials

B.

Remote Site Settings

C.

Content Security Policies

D.

Enterprise ESB

Buy Now
Questions 11

Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.

Whichtwo things should an architect do to improve the performance of the integration?

Choose 2 answers

Options:

A.

Include non-selective criteria in query filters.

B.

Remove the query filters.

C.

Include selective criteria in query filters.

D.

Remove the sharing restrictions.

Buy Now
Questions 12

Northern Trail Outfitters has recently experienced intermittent network outages in its

call center. When networkservice resumes, Sales representatives have inadvertently

created duplicate orders in the manufacturing system because the order was placed but the

return acknowledgement was lost during the outage.

Which solution should an architect recommend to avoid duplicate order booking?

Options:

A.

Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.

B.

Use scheduled apex to query manufacturing system for potential duplicate or missing orders.

C.

Implement idempotent design and have Sales Representatives retry order(s) in question.

D.

Have scheduled Apex resubmit orders that do not have a successful response.

Buy Now
Questions 13

The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territoriesto leads before Sales team members can work on them. The current integration often experiences latency issues.

Which two recommendations should an Architect make to improve the integration performance?

Choose 2 answers

Options:

A.

Reduce batch size of asynchronousBULK API.

B.

Reduce batch size of synchronous BULK API.

C.

Legacy system should submit in serial mode.

D.

Legacy system should submit in parallel mode.

Buy Now
Questions 14

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 seamlessaccess 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 integrationconsultant consider while integrating the DMS and ESB with Salesforce?

Choose 3 answers

Options:

A.

Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.

B.

Identify options to maintain DMSand EBS authentication and authorization details

in Salesforce.

C.

Consider Enterprise security needs for access to DMS and EBS.

D.

Consider options to migrate DMS and EBS into Salesforce.

E.

Users should be authenticated into DMS and EBS without having to enter username and password.

Buy Now
Questions 15

A customer of Salesforce has used Platform Events to integrate theirSalesforce 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?

Options:

A.

Monitor Platform Events created per hour limits across the Salesforce instance.

B.

Set up debug logs for Platform Event triggers to monitor performance .

C.

Validate the Platform Event definition matches leads definition.

D.

Monitor the volume of leads that are created in Salesforce.

Buy Now
Exam Name: Salesforce Certified Integration Architect (WI23)
Last Update: Nov 29, 2023
Questions: 1
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 27 Apr 2024