[2023年05月06日]ARC-101試験問題集PDF正確率保証と更新された問題
合格させるARC-101試験にはリアルテストエンジンPDFには108問題あります
Salesforce ARC-101試験は、Salesforceプラットフォームのデータモデル、セキュリティ機能、および機能に深い理解を持つプロフェッショナル向けに設計されています。REST、SOAP、およびOAuthなどの一体化技術の理解が必要であり、Salesforceプラットフォームでの一体化の経験があることが推奨されています。この試験は、一体化ソリューションのスキルセットと専門知識を拡大したいプロフェッショナルに最適です。
Salesforce ARC-101(デザインとビルドの統合ソリューション)認定試験は、Salesforceの世界で最も求められている認定試験の一つです。この試験は、Salesforceを使用して統合ソリューションを設計および構築する責任を持つ専門家の知識とスキルをテストするために設計されています。この認定試験は、少なくとも6ヶ月間Salesforceで働いた経験があり、Salesforceの統合コンセプトに堅固な理解がある個人向けに意図されています。
質問 # 47
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.
Which two types of Streaming API events should be considered?
Choose 2 answers
- A. PushTopic Events
- B. High Volume Platform Events
- C. Change Data Capture Events
- D. Generic Events
正解:B、C
質問 # 48
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, Inventory, Pricing Engine, Invoices system
- B. ERP, MDM, Data Warehouse, Invoices system
- C. ERP, MDM, BI tool and Data Warehouse
- D. ERP, Invoices system, Data Warehouse and BI Tool
正解:A
質問 # 49
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers
- A. Inability to create a Lightning record page for platform events.
- B. You can use Event Monitoring to track user activity, such as logins and running reports.
- C. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
- D. Inability to query event messages using SOQL
- E. When you delete an event definition, it's permanently removed and can't be restored.
正解:A、D、E
質問 # 50
Northern Trail Outfitters needs to make synchronous callouts "available to promise" services to query product availability and reserve inventory during customer checkout process.
Which two considerations should an integration architect make when building a scalable integration solution?
Choose 2 answers
- A. The number batch jobs that can run concurrently.
- B. The typical and worst-case historical response times.
- C. The maximum query cursors open per user on the service.
- D. How many concurrent service calls are being placed.
正解:A、C
質問 # 51
Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for a customer who is inquiring ab UC products.
During opening the bank account process, the agents execute credit checks for the customers through external agencies. At a given time, up to 30 concurrent rewill be using the service for performing credit checks for customers.
What error handling mechanisms should be built to display an error to the agent when the credit verification process failed?
- A. In case the verification process is down, Use mock service to send the response to the agent.
- B. Handle integration errors in the middleware in case the verification process is down, thenthe middleware should retry processing the request multiple times.
- C. Handle verification process error in the Verification Webservice API in case there is a connection issue to the Webservice if it responds with an error.
- D. In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.
正解:C
質問 # 52
A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:
1. Internal users from each country have to be authenticated with their local active directory.
2. Customers can create their own login or use Google login.
3. Partners have to be authenticated through a central system which is to be determined.
4. Internal users will have access to the central ERP with their credentials maintained in the ERP.
5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes.
Which three requirements should the integration architect evaluate while designing the integration needs of this project?
Choose 3 answers
- A. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
- B. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
- C. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
- D. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
- E. Assess security requirements for internal systems and decide Integration methods that support the requirements.
正解:A、C、E
質問 # 53
An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.
What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?
- A. Platform Events
- B. Callouts
- C. Change Data Capture
- D. Generic Events
正解:C
解説:
https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture
質問 # 54
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. Write an Apex Trigger with the @future annotation.
- C. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
正解:A
解説:
D Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.
質問 # 55
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. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
- B. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
- C. ConnectedApp configured in Salesforce to authenticate the middleware.
- D. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).
正解:C
質問 # 56
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 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".
- B. 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".
- C. 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".
- D. Make an apex callout using @future annotation to make the call out to all differentagencies.
The response should update the trainer status to "verified".
正解:A
質問 # 57
A US business-to-consumer (B2C) company is planning to expand to Latin Americ a. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:
1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.
Which three requirements should the integration architect consider?
Choose 3 answers
- A. Feasibility to restore deleted records when needed.
- B. Manual steps and procedures that may be necessary.
- C. Ability to delete personal data in every system.
- D. Impact of deleted records on system functionality.
- E. Ability to provide a 360-degree view of the customer.
正解:A、C、D
質問 # 58
A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.
Which two findings about their current state will allow copies of legacy data in Salesforce?
Choose 2 answers
- A. Only on-premise systems are allowed access to legacy systems.
- B. Legacy systems can use queues for on-premise integration.
- C. Cloud-based ETL can access Salesforce and supports queues.
- D. On-premise middleware provides APIs to legacy systems data.
正解:C、D
質問 # 59
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 participate in idempotent design to avoid duplicate orders?
- B. Which system will validate order shipping addresses?
- C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
- D. What latency is acceptable for orders to reach the fulfillment system?
正解:A、C
質問 # 60
A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Their customer base and data set growing rapidly. They want to make sure that the following policies are enforced:
1. Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest.
2. Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize.
3. Must be available only to verified and pre-approved people or legal entities.
To enable this, the company provides the following capabilities:
1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.
2. Certificates for legal entities.
. RESTful services.
The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de identified data in Einstein Analytics.
Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics?
Choose 2 answers
- A. Identity token data storage
- B. Bulk load for Einstein Analytics
- C. Encryption in transit and at rest
- D. Callouts to RESTful services
正解:B、D
質問 # 61
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. User Interface API
- B. Connect REST API
- C. REST API
- D. Streaming API
正解:A
質問 # 62
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. Leverage an Identity Provider solution that communicates with the API tiers via SAML
- B. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
- 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
質問 # 63
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. Fire and Forget
- D. Remote Call In
正解:C
質問 # 64
A global financial company sells financial products and services that include the following:
1. Bank Accounts
2. Loans
3. Insurance
The company has a core banking system that is state of the art and is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10M financial transactions per day. The CTO for the company is considering building a community port so that customers can review their bank account details, update their information and review their account financial transactions.
What should an integration architect recommend as a solution to enable customer community users to view their financial transactions?
- A. Use Salesforce Connect to display the financial transactions as an external object.
- B. Use Salesforce Connect to display the financial transactions as an external object.
- C. Use Salesforce External Service to display financial transactions in a community lightning page.
- D. Use Iframe to display core banking financial transactions data in the customer community.
正解:C
質問 # 65
......
最新をゲットせよ!ARC-101認定練習テスト問題試験問題集:https://jp.fast2test.com/ARC-101-premium-file.html
リアルARC-101試験問題集解答で有効なARC-101問題集PDF:https://drive.google.com/open?id=1eRdyXm_ZoWEbrnjD8El11QikLA19mfNC