2023年最新の問題Salesforce Integration Architecture DesignerとIntegration-Architectリアル試験問をマスターせよ! [Q60-Q83]

Share

2023年最新のの問題Salesforce Integration Architecture DesignerとIntegration-Architectリアル試験問をマスターせよ!

突破受験者のシミュレーションされたIntegration-Architect試験PDF問題を試そう


Salesforce Certified Integration Architectになるためには、候補者は企業システム、データ統合、およびアプリケーションアーキテクチャの重要な経験を持っている必要があります。また、Salesforceアーキテクチャと設計原則にも精通している必要があります。候補者は、統合技術、データモデリング、セキュリティ、およびパフォーマンス最適化の知識を試す厳しい試験に合格する必要があります。この認証は、Salesforceの統合能力の深い知識と、ビジネスの成功を達成するためにどのように活用できるかを証明します。


Salesforce Integration-Architectの認定を取得することで、候補者のSalesforce統合における熟練度を証明し、Salesforceと他のシステム間でシームレスかつ効率的な統合を作成することを目指す組織にとって貴重な資産となります。


Salesforce Integration-Architect認定試験は、Salesforceプラットフォームを使用してさまざまなシステムを統合する専門家を対象としています。この認定は、Salesforceと他のシステム間の安全でスケーラブルな統合の設計と実装に関する受験者の専門知識を認定します。

 

質問 # 60
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing.
What solution should an architect propose?

  • A. Outbound Messaging, which will automatically handle error retries to the service.
  • 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. Trigger invokes Queueable Apex method, with custom error handling process.

正解:D


質問 # 61
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. Generic Event
  • B. Push Topic Event
  • C. Platform Event
  • D. Change Data Capture Event

正解:B

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


質問 # 62
Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the data load to Salesforce.
Which approach should used to meet the requirement?

  • A. Use Bulk API to process jobs in high performance mode.
  • B. Use Bulk API to process jobs in serial mode.
  • C. Contact Salesforce support to schedule performance load.
  • D. Use Bulk API to process jobs in parallel mode.

正解:D


質問 # 63
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. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
  • B. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.
  • C. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
  • D. 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


質問 # 64
Sales representatives at Universal Containers (UC) use Salesforce Sales Cloud as their primary CRM. UC owns a legacy homegrown application that stores a copy of customer dataas well. Sales representatives may edit or update Contact records in Salesforce if there is a change.
Both Salesforce and the homegrown application should be kept synchronized for consistency. UC has these requirements:
1. When a Contact record in Salesforce is updated, the external homegrown application should be
2. The synchronization should be event driven.
3. The integration should be asynchronous.
Which option should an architect recommend to satisfy the requirements?

  • A. Leverage Change Data Capture to track changes to the Contact object and write a CometD subscriber on the homegrown application.
  • B. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
  • C. Write an Apex Trigger with the @future annotation.

正解:A

解説:
D Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.


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

正解:B


質問 # 66
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?

  • A. Tooling API
  • B. Streaming API
  • C. Connect REST API
  • D. REST API

正解:B


質問 # 67
An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.
How is authentication achieved?

  • A. Handle authentication with login flows.
  • B. Connect via Salesforce Connect.
  • C. Handle authentication in the code.
  • D. Connect via Communities.

正解:A

解説:
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5


質問 # 68
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. Call the HttpCalloutMock implementation from the Apex REST API Clients.
  • 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. Require the Apex REST API Clients to implement the HttpCalloutMock.

正解:B、C


質問 # 69
Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?

  • A. Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.
  • B. Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
  • C. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
  • D. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.

正解:B

解説:
https://help.salesforce.com/articleView?id=collab_files_connect_share.htm&type=5


質問 # 70
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?

  • A. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  • B. Leverage an Identity Provider solution that communicates with the API tiers via SAML
  • C. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
  • D. Implement an API gateway that all systems of engagement must interface with first.

正解:D


質問 # 71
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. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
  • C. High-volume event messages are stored for 72 hours (three days).
  • D. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.

正解:C、D

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


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

正解:D


質問 # 73
A company that is a leading provider of courses and training delivers courses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.
What is the recommended approach to automate this process?

  • A. Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".
  • B. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
  • C. Make an apex callout using @future annotation to make the call out to all differentagencies.
    The response should update the trainer status to "verified".
  • D. Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".

正解:B


質問 # 74
Which two system constraint questions should be considered when designing an integration to send orders from Salesforce to a fulfillment system?
Choose 2 answers

  • A. What latency is acceptable for orders to reach the fulfillment system?
  • B. Which system will validate order shipping addresses?
  • C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  • D. Can the fulfillment system participate in idempotent design to avoid duplicate orders?

正解:C、D


質問 # 75
A new Salesforce program has the following high level abstract requirement: Business processes executed on Salesforce require data updates between the internal systems and Salesforce Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Choose 3 answers

  • A. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
  • B. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryption needs, Community, and license choices.
  • C. Integration skills, SME availability and Program Governance details.
  • D. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.

正解:A、B、D


質問 # 76
Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers. Shipping services used vary by region, and have similar but distinct service request parameters.
Which integration component capability should be used?

  • A. Enterprise Service Bus user interface to collect shipper-specific form data.
  • B. APEX REST Service to implement routing logic to the various shipping service.
  • C. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
  • D. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.

正解:D


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

正解:A、C、D


質問 # 78
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?

  • A. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
  • B. Data Virtualization: Salesforce Connect map data external REST data in external objects.
  • C. Remote Call-In: Salesforce REST API with REST Composite Resources.
  • D. Request-Reply: Enhanced External Services invokes a REST API.

正解:D


質問 # 79
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to 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

  • A. Reduce batch size of asynchronous BULK API.
  • B. Legacy system should submit in serial mode.
  • C. Reduce batch size of synchronous BULK API.
  • D. Legacy system should submit in parallel mode.

正解:A、D


質問 # 80
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers

  • A. You can use Event Monitoring to track user activity, such as logins and running reports.
  • B. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
  • C. Inability to query event messages using SOQL
  • D. When you delete an event definition, it's permanently removed and can't be restored.
  • E. Inability to create a Lightning record page for platform events.

正解:C、D、E


質問 # 81
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?

  • A. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
  • B. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
  • C. Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
  • D. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.

正解:C


質問 # 82
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. Use the Salesforce Bulk API when integrating back into Salesforce.
  • B. Re-write and optimize the current web service to be more efficient.
  • C. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
  • D. Move the custom monolithic web service from on-premise to a cloud provider.

正解:C


質問 # 83
......

突破受験者のシミュレーションされたIntegration-Architect問題集:https://jp.fast2test.com/Integration-Architect-premium-file.html

売上ナンバーワン試験参照問題:https://drive.google.com/open?id=1tnrShkIkl63o6AIVZjnkNy1Gp1BH42zC


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어