2023年最新のお手軽に合格させるIntegration-Architecture-Designer試験にはこちらが提供する問題集PDFテストエンジン [Q10-Q32]

Share

2023年最新のお手軽に合格させるIntegration-Architecture-Designer試験にはこちらが提供する問題集PDFテストエンジン

Integration-Architecture-DesignerのPDFで合格させるスゴ問題集でIntegration-Architecture-Designer最新のリアル試験問題

質問 # 10
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism?
Choose 3 answers

  • A. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
  • B. Salesforce needs to be able to store information about the external system in order toknow which event to send out.
  • C. To publish an event, the integration user in salesforce needs create permission on the event entity.
  • D. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.
  • E. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.

正解:A、C、E


質問 # 11
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 REST API should be SSL enabled with a Salesforce client certificate.
  • C. The order details should be passed in the body of the REST API callout.
  • D. The order details should be passed in a URL parameter in the REST API endpoint.

正解:A、C


質問 # 12
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers

  • A. Design an MDM solution that maps external ID's to the Salesforce record ID.
  • B. Use Change Data Capture to update downstream systems accordingly when a record changes.
  • C. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
  • D. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.

正解:A、B


質問 # 13
Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms.
The sales department has requested that new leads are available in the new Salesforce instan within 30 minutes.
Which two approaches will require the least amount of development effort?
Choose 2 answers

  • A. Call the Salesforce REST API to insert the lead into the target system.
  • B. Configure named credentials in the source org.
  • C. Use the Composite REST API to aggregate multiple leads in a single call.
  • D. Use the tooling API with Process Builder to insert leads in real time.

正解:B、C


質問 # 14
Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details.
However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?

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

正解:D


質問 # 15
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 andOrder 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. Quoting System
  • D. Order Management System
  • E. Case Management System

正解:A、B、E


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

正解:D


質問 # 17
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?

  • A. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
  • B. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • C. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
  • D. Bulk API, Streaming API, Apex REST API, Analytics REST API

正解:D


質問 # 18
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?

  • A. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
  • B. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • C. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
  • D. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.

正解:B


質問 # 19
Universal containers utilizes the REST API to update the multiple Salesforce objects in real time based upon changes from their ERP system. They recently started encountering API Limits and have consulted the Integration Architect on possible solutions.
What two possible strategies should the architect consider?
Choose 2 answers

  • A. Utilize workflow outbound messaging which does not count towards the API limits.
  • B. Utilize the REST API batch URI to consolidate 100 DML operations into single API call.
  • C. Migrate the integration to the partner WSDL to support 200 DML operations in a single API call.
  • D. Migrate the integration to the Bulk API which does not count towards the API limits.

正解:B、D


質問 # 20
A Salesforce customer is planning to roll out Salesforce for all their Sales and Service staff.
Senior Management has requested that monitoring is to be in pla for Operations to notify any degradation in Salesforce performance.
How should an integration consultant implement monitoring?

  • A. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
  • B. Identify critical business processes and establish automation to monitor performance against established benchmarks.
  • C. Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
  • D. Use Salesforce limits API to capture current API usage and configure alerts for monitoring.

正解:B


質問 # 21
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.
1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,
2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.
Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?
Choose 2 answers

  • A. High-volume event messages are stored for 24 hours (one day).
  • B. High-volume event messages are stored for 72 hours (three days).
  • C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
  • D. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.

正解:B、C

解説:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durab


質問 # 22
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 real time.
What type of event should be used to meet this requirement?

  • A. Platform Event
  • B. Generic Event
  • C. Change Data Capture Event
  • D. Push Topic Event

正解:D

解説:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/pushtopic_events_intro.htm


質問 # 23
Universal Containers has Logistics Engineers that observe a near real-time dashboard in Salesforce of shipping containers that are in transit. Without leaving the dashboard, an Engineer can select a container to request an updated status on that container. These requests are handled by a proprietary shipping system that queues the requests to send to each container. Containers are connected devices and check in with the shipping system every 30 seconds to receive any status requests.
What integration pattern or combination of patterns would be needed to connect Salesforce and the shipping system?

  • A. Remote Process Invocation-Request and Reply
  • B. UI Update Based on Data Changes and Batch Data Synchronization
  • C. Remote Call-In, with UI Update Based on Data Changes
  • D. Remote Process Invocation-Fire and Forget, with UI Update Based on Data Changes

正解:D


質問 # 24
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 Order Management System, Data Warehouse and Case Management System.
  • C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • D. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.

正解:D


質問 # 25
Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be taken offline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot.
What three recommendations might a Technical Architect make to resolve this issue?
Choose 3 answers

  • A. Pre-process the data to avoid the need for workflow rules or triggers
  • B. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
  • C. Contact Salesforce support to request that they turn off record locking on the Product2 object.
  • D. Use the Bulk API UPDATE or UPSERT records more efficiently.
  • E. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.

正解:A、B、D


質問 # 26
What are two considerations to make when performing SOAP callouts from within Apex?
Choose 2 answers

  • A. WSDL2Apex supports RPC-style SOAP callouts.
  • B. SOAP callouts cannot occur after any DML statements.
  • C. SOAP callouts consume API limits.
  • D. WSDL2Apex can be used to generate stub code.

正解:B、D


質問 # 27
Developers at Universal Containers have created a custom command-line tool to help with their application lifecycle management by allowing them to deploy metadata changes such as page layouts, custom labels, and list views to their org using the Metadata API.
What integration pattern does this tool utilize?

  • A. UI Update Based on Data Changes
  • B. Request and Reply
  • C. Remote Call-In
  • D. Fire and Forget

正解:B


質問 # 28
Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.
Which integration mechanism should be used to meet the requirement?

  • A. Platform Event
  • B. Change Data Capture (CDC)
  • C. Streaming API
  • D. Outbound Message

正解:C


質問 # 29
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.

正解:B


質問 # 30
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. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
  • 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. 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.
  • D. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

正解:A、D


質問 # 31
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 limit of pending operations in the same transaction.
  • B. The limit on long-running requests (total execution time).
  • C. The maximum callouts in a single Apex transaction.
  • D. The maximum number of parallel Apex callouts in a single continuation.

正解:A


質問 # 32
......

Integration-Architecture-Designer問題集はあなたの合格を必ず保証します:https://jp.fast2test.com/Integration-Architecture-Designer-premium-file.html

有効なIntegration-Architecture-Designerテスト解答Integration-Architecture-Designer試験PDF:https://drive.google.com/open?id=1AAXYqKr9f1I0FGGAS1O1PYlXyPGJIZHc


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어