オンラインIntegration-Architectテストブレーン問題集とテストエンジン
リアルSalesforce Integration-Architect試験問題集には正解108問題と解答があります
Salesforce Integration-Architect 認定試験は、60問の複数選択問題から構成され、105分間かかります。この試験は4つのドメインに分かれています:統合ソリューションアーキテクチャ、システム統合、データ統合、アイデンティティとアクセス管理です。合格するためには、候補者は63%以上のスコアを取得する必要があります。Salesforceは、試験受験前に少なくとも2年間の統合ソリューションの設計と実装の経験を持つことを推奨しています。
質問 # 59
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, Streaming 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, Chatter REST API, Apex REST API, Analytics REST API
正解:A
質問 # 60
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. Use Bulk API to process jobs in parallel mode.
- C. Use Bulk API to process jobs in high performance mode.
- D. Contact Salesforce support to schedule performance load.
正解:B
質問 # 61
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?
- A. Batch
- B. Composite
- C. SObject Tree
- D. SObject Collections
正解:C
解説:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm
質問 # 62
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. O REST AP
- C. Tooling API
- D. Streaming API
正解:D
質問 # 63
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. Encryption in transit and at rest
- B. Bulk load for Einstein Analytics
- C. Callouts to RESTful services
- D. Identity token data storage
正解:B、C
質問 # 64
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, MDM, Data Warehouse, Invoices system
- B. ERP, Invoices system, Data Warehouse and BI Tool
- C. ERP, MDM, BI tool and Data Warehouse
- D. ERP, Inventory, Pricing Engine, Invoices system
正解:D
質問 # 65
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. REST API
- B. Streaming API
- C. User Interface API
- D. Connect REST API
正解:C
質問 # 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. REST API
- B. Tooling API
- C. Streaming API
- D. Connect REST API
正解:C
質問 # 67
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. Implement HttpCalloutMock to return responses per RAML specification.
- B. Require the Apex REST API Clients to implement the HttpCalloutMock.
- C. Call the HttpCalloutMock implementation from the Apex REST API Clients.
- D. Call the Apex REST API Clients in a test context to get the mock response.
正解:A、D
質問 # 68
Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed but the return acknowledgement was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?
- A. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
- B. Implement idempotent design and have Sales Representatives retry order(s) in question.
- C. Have scheduled Apex resubmit orders that do not have a successful response.
- D. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
正解:D
質問 # 69
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. Integration skills, SME availability and Program Governance details.
- C. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
- D. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
正解:A、C、D
質問 # 70
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. Case Management System
- B. Email Marketing System
- C. Sales Activity System
- D. Quoting System
- E. Order Management System
正解:A、B、C
質問 # 71
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. 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. 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. 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".
- 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".
正解:C
質問 # 72
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 72 hours (three days).
- B. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
- C. High-volume event messages are stored for 24 hours (one day).
- D. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
正解:A、B
解説:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durability.htm
質問 # 73
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 on long-running requests (total execution time).
- B. The maximum number of parallel Apex callouts in a single continuation.
- C. The limit of pending operations in the same transaction.
- D. The maximum callouts in a single Apex transaction.
正解:C
質問 # 74
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers
- A. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
- B. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
- C. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
- D. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.
正解:B、C
質問 # 75
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?
- A. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
- B. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.
- C. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
- D. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
正解:B
質問 # 76
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?
- A. A unique integration user for each external system integration.
- B. A Connected App for each external system integration.
- C. A shared integration user for the three external system integrations.
- D. A shared Connected App for the three external system integrations.
正解:B
質問 # 77
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers
- A. OpenId Connect Authentication Provider and Registration Handler
- B. SAML SSO and Registration Handler
- C. SAML SSO and just-in-time provisioning
- D. OpenId Connect Authentication Provider and just-in-time provisioning
正解:A、C
質問 # 78
......
この試験では、統合アーキテクチャ、データ統合、アイデンティティとアクセス管理、API 管理、イベント駆動型アーキテクチャなど、さまざまなトピックがカバーされています。候補者は、データ品質、セキュリティ、スケーラビリティを確保する統合の設計と実装能力がテストされます。この試験はまた、統合のベストプラクティスに関する候補者の知識と、統合のトラブルシューティングと最適化能力も評価します。Salesforce Integration-Architect Exam を合格することは、Salesforce 統合の高いスキルと専門知識を示し、個人を潜在的な雇用主にとって非常に魅力的な存在にします。
有効なIntegration-Architectテスト解答とSalesforce Integration-Architect試験PDF:https://jp.fast2test.com/Integration-Architect-premium-file.html
Salesforce Integration-Architect認定リアル2023年最新の模擬試験:https://drive.google.com/open?id=1tnrShkIkl63o6AIVZjnkNy1Gp1BH42zC