2023年01月 Salesforce ARC-101認定リアル2023年最新の模擬試験合格させます [Q57-Q74]

Share

2023年01月 Salesforce ARC-101認定リアル2023年最新の模擬試験合格させます

ARC-101試験問題と有効なARC-101問題集でPDF


Salesforce ARC-101 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Salesforce Connect を使用した外部データ ソースからのデータの統合
  • Salesforce Shield Platform Encryption を使用した保存データの暗号化
トピック 2
  • データ仮想化パターンのユース ケースの理解
  • SOAP API を使用した外部アプリケーションの作成
トピック 3
  • 変更データ キャプチャを使用してイベント駆動型アプリケーションを構築する
  • 名前付き資格情報を使用する利点を理解する
トピック 4
  • 双方向のトランスポート層セキュリティ (TLS) を探索する
  • 外部サービスを使用して宣言的に外部 API を呼び出す
トピック 5
  • 要求と応答パターンのユースケースを理解する
  • BULK API を使用して大量のデータを処理する
トピック 6
  • ストリーミング API を使用してイベント ドリブン アプリケーションを構築する
  • バッチ データ同期パターンのユース ケースを理解する
トピック 7
  • ニーズを統合要件に変換
  • 顧客の単一ビューの意味を探る
トピック 8
  • データ変更パターンに基づく UI 更新のユース ケースを理解する
  • 統合の重要性を理解する

 

質問 57
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

  • A. 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
  • B. Transform a fire-and-forget mechanism to request-reply should be handled bymiddleware tools (like ETL/ESB) to improve performance.
  • C. 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.
  • D. Provide true message queueing for integration scenarios (including orchestration,process choreography, quality of service, etc.) given that a middleware solution is required.
  • E. Event handling processes such as writing to a log, sending an error or recovery process, or sending an extra message, can be assumed to be handled by middleware.

正解: C,D,E

 

質問 58
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
Which three items should an architect recommend to secure the integration in the package?
Choose 3 answers

  • A. Select Start Authentication Flow on Save.
  • B. Create a connected app in the central org and add the callback URL of each org the package is installed in to redirect to after successful authentication.
  • C. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • D. Use an encrypted field to store the password that the security team enters and use password management for external orgs and set the encryption method to TLS 1.2. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and
  • E. Contact Salesforce support and create a case to temporarily enable API access for managed packages.

正解: A,B,C

 

質問 59
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates. Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?

  • A. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
  • B. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
  • C. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
  • D. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.

正解: D

 

質問 60
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. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
  • B. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
  • C. ConnectedApp configured in Salesforce to authenticate the middleware.
  • D. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).

正解: C

 

質問 61
A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

  • A. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
  • B. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
  • C. Due to high volume of records, salesforce will need to make a REST API call to external system.
  • D. Due to high volume of records, a third party integration tool is required to stage records off platform.

正解: D

 

質問 62
An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.
The geolocation field is secured with Field Level Security, so users can view the value without changing it.
What should be done to meet the requirement?

  • A. The mobile device makes a SOAP API inbound call.
    The mobile device receives a REST Apex callout call.
  • B. The mobile device makes a REST Apex inbound call.
  • C. The mobile device makes a REST API inbound call.

正解: C

 

質問 63
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences. Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?

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

正解: D

 

質問 64
Northern Trail Outfitters is planning to create a native employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.
Which Salesforce API should be used to implement this integration?

  • A. Streaming API
  • B. Connect REST API
  • C. User Interface API
  • D. REST API

正解: C

 

質問 65
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. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • B. Let the Lightning Data Service with an @wire adapter display new values when the custom object records change.
  • 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.

正解: A

 

質問 66
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. Button press invokes synchronous callout, with user handling retries in case of error
  • B. Trigger makes @future Apex method, with custom error handling process.
  • C. Outbound Messaging, which will automatically handle error retries to the service.
  • D. Trigger invokes Queueable Apex method, with custom error handling process.

正解: D

 

質問 67
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 seamless access 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 integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers

  • A. Users should be authenticated into DMS and EBS without having to enter username and password.
  • B. Consider options to migrate DMS and EBS into Salesforce.
  • C. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
  • D. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
  • E. Consider Enterprise security needs for access to DMS and EBS.

正解: A,B,D

 

質問 68
A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:
1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
2. A Marketing solution they use for email campaigns.
The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.
Which system should be the System of record for their customers and prospects?

  • A. New Custom Database for Customers and Prospects.
  • B. Salesforce with relevant Marketing and ERP information.
  • C. Marketing with all customer data from Salesforce and ERP.
  • D. ERP with all prospect data from Marketing and Salesforce.

正解: B

解説:
https://www.workfront.com/blog/systems-of-record

 

質問 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. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
  • B. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
  • C. Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
  • D. 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.

正解: C

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

 

質問 70
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. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  • B. Can the fulfillment system participate in idempotent design to avoid duplicate orders?
  • C. What latency is acceptable for orders to reach the fulfillment system?
  • D. Which system will validate order shipping addresses?

正解: A,B

 

質問 71
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

  • A. Enforce SSL/TLS Mutual Authentication.
  • B. Generate a CA-signed Certificate.
  • C. Enable My Domain and SSL/TLS.
  • D. Generate a Self-signed Certificate.

正解: A

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

 

質問 72
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. A Make Apex REST outbound integrations to external web services more secure.
  • B. Make Apex SOAP outbound integrations to external web services more secure.
  • C. Make formula fields with HYPERLINK() to external web servers more secure.
  • D. Make an API inbound integration from an external Java client more secure.

正解: C

 

質問 73
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.
Which solution is recommended in order to meet the requirement?

  • A. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.
  • B. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
  • C. Create a connected app in the affiliate org and select the "Accept CometD API Requests".
  • D. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.

正解: D

 

質問 74
......

ARC-101問題集を無料PDFゲットせよ最近更新された問題:https://www.passtest.jp/Salesforce/ARC-101-shiken.html

ARC-101ブレーン問題集で学習ガイドには試験合格するための秘訣:https://drive.google.com/open?id=1hFjWKmnolWunvD_Z6tWGEU6VLVg94IJd