[2023年07月] 試験Integration-Architect最新ブレーン専門問題集はここ [Q34-Q50]

Share

[2023年07月] 試験Integration-Architect最新ブレーン専門問題集はここ

無料で使えるIntegration-Architect試験問題集試験点数を伸ばそう


Salesforceは、顧客関係を管理するためにあらゆる規模のビジネスに広く使用されているリーディングCRMプラットフォームです。企業がSalesforceを利用して営業、マーケティング、および顧客サービスの運用を管理するようになるにつれ、Salesforceと他のシステムを統合するスキルを持つ専門家の需要が大幅に増加しています。Salesforce Integration-Architect(Salesforce Certified Integration Architect)認定試験は、Salesforceを他のシステムと統合することに特化した専門家のスキルと知識を検証するために設計されています。


Salesforce Integration-Architect 認定試験は、複数の選択問題とシナリオに基づく問題から構成されており、個人の統合ソリューションの設計と実装能力をテストします。試験では、統合の問題をトラブルシューティングし、パフォーマンスに最適化された統合ソリューションを実装する能力もテストされます。

 

質問 # 34
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 and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?
Choose 3 answers

  • A. Sales Activity System
  • B. Quoting System
  • C. Email Marketing System
  • D. Case Management System
  • E. Order Management System

正解:A、C、D


質問 # 35
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 serial mode.
  • B. Contact Salesforce support to schedule performance load.
  • C. Use Bulk API to process jobs in high performance mode.
  • D. Use Bulk API to process jobs in parallel mode.

正解:D


質問 # 36
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. 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.
  • B. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
  • 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


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

正解:A


質問 # 38
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.
They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.
Which two recommendations should an integration architect make to improve their SLA and update conflict handling?
Choose 2 answers

  • A. Payment System and Middleware should automatically retry requests.
  • B. Payment System should process a payment request only once.
  • C. Data Entry Point and Middleware should automatically retry requests.
  • D. Middleware should coordinate request delivery and payment processing.

正解:B、D


質問 # 39
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is 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

  • A. Remote Site Settings
  • B. Enterprise ESB
  • C. Named Credentials
  • D. Content Security Policies

正解:B、C

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


質問 # 40
business requires automating the check and update of the phone number type classification (mobile vs. landline) for all in-coming calls delivered to their phone sales agents. The following conditions exist:
1. At peak, their call center can receive up to 100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on custom premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

  • A. ConnectedApp configured in Salesforce to authenticate the middleware.
  • B. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).
  • C. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
  • D. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.

正解:A


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

正解:B、D


質問 # 42
A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.
Which integration capabilities should be used to integrate the two systems?

  • A. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  • B. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
  • C. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
  • D. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

正解:D


質問 # 43
Universal Containers (UC) is a leading provider of management training globally, UC embarked on a Salesforce transformation journey to allow students to register for courses in the Salesforce community. UC has a learning system that masters all courses and student registration.
UC requested a near real-time feed of student registration from Salesforce to the learning system. The integration architect recommends using Salesforce event.
Which API should be used for the Salesforce platform event solution?

  • A. SOAP API
  • B. Tooling API
  • C. Streaming API
  • D. O REST AP

正解:C


質問 # 44
A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.
Which two questions should the integration architect consider?
Choose 2 answers

  • A. Can the fulfillment system make a callback into Salesforce?
  • B. Is the product catalog data identical at all times in both systems?
  • C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  • D. Can the fulfillment system create new addresses within the Order Create service?

正解:A、C

解説:
https://www.youtube.com/watch?v=zQncznMLrt4 Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.


質問 # 45
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers

  • A. Protected Custom Metadata Types
  • B. Protected Custom Settings
  • C. Encrypted Custom Fields
  • D. Named Credentials

正解:C、D


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

正解:C、D


質問 # 47
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

  • A. Make formula fields with HYPERLINK() to external web servers more secure.
  • B. Make Apex SOAP outbound integrations to external web services more secure.
  • C. Make an API inbound integration from an external Java client more secure.
  • D. A Make Apex REST outbound integrations to external web services more secure.

正解:A


質問 # 48
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. Write an Apex Trigger with the @future annotation.
  • B. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
  • C. Leverage Change Data Capture to track changes to the Contact object and write a CometD subscriber on the homegrown application.

正解:C

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


質問 # 49
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. 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.
  • 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. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
  • D. 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


質問 # 50
......

心強いIntegration-ArchitectのPDF問題集はIntegration-Architect問題:https://jp.fast2test.com/Integration-Architect-premium-file.html

2023年最新の実際に出るIntegration-Architect問題集には試験のコツがあるPDF試験材料:https://drive.google.com/open?id=1tnrShkIkl63o6AIVZjnkNy1Gp1BH42zC


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어