[2023年12月05日] 合格Salesforce Integration Architecture Designer Integration-Architecture-Designer試験問題集には108問があります [Q25-Q48]

Share

[2023年12月05日] 合格Salesforce Integration Architecture Designer Integration-Architecture-Designer試験問題集には108問があります

究極ガイドの無料準備Salesforce Integration-Architecture-Designer試験問題と解答


Salesforce Integration-Architecture-Designer認定は、Salesforce統合アーキテクチャの専門知識を証明したいプロフェッショナルにとって貴重な資格です。 統合の概念、設計パターン、およびベストプラクティスを包括的に理解することができ、効果的な統合ソリューションを開発するために不可欠です。この認定を取得することで、プロフェッショナルはキャリアの機会を拡大し、継続的なプロフェッショナル開発への取り組みを証明することができます。


Salesforce Integration-Architecture-Designer 認定を取得することは、Salesforceとの複雑な統合の設計と実装における専門知識を示すことで、プロフェッショナルのキャリアを進めることができます。この認定は、世界中の雇用主に認められており、高い給与、良い求人機会、および業界内での信頼性の向上につながることができます。さらに、この認定は、Salesforce Certified Application ArchitectおよびSalesforce Certified System Architect認定の前提条件であり、これらの高度な認定を追求したいプロフェッショナルにとって必須のステップとなります。

 

質問 # 25
Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.
While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule?
Choose 2 answers

  • A. Perform loads over a weekend server resource availability.
  • B. Leverage several workstations, loading different objects simultaneously.
  • C. Pre-process data that the triggers and workflows can be deactivated.
  • D. Perform a test load using a full Sandbox prior to the Production load.

正解:C、D


質問 # 26
Universal containers utilizes the REST API to update the multiple Salesforce objects in real time based upon changes from their ERP system. They recently started encountering API Limits and have consulted the Integration Architect on possible solutions.
What two possible strategies should the architect consider?
Choose 2 answers

  • A. Migrate the integration to the partner WSDL to support 200 DML operations in a single API call.
  • B. Utilize workflow outbound messaging which does not count towards the API limits.
  • C. Migrate the integration to the Bulk API which does not count towards the API limits.
  • D. Utilize the REST API batch URI to consolidate 100 DML operations into single API call.

正解:C、D


質問 # 27
Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool.
How should calls to a custom Apex web service be secured?

  • A. VPN
  • B. IP Whitelisting
  • C. Profile Security
  • D. Two-way SSL

正解:D


質問 # 28
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?

  • A. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
  • B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
  • C. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
  • D. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.

正解:B


質問 # 29
Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms.
The sales department has requested that new leads are available in the new Salesforce instan within 30 minutes.
Which two approaches will require the least amount of development effort?
Choose 2 answers

  • A. Use the Composite REST API to aggregate multiple leads in a single call.
  • B. Configure named credentials in the source org.
  • C. Call the Salesforce REST API to insert the lead into the target system.
  • D. Use the tooling API with Process Builder to insert leads in real time.

正解:A、B


質問 # 30
Universal Containers (UC) is planning to roll out a new Force.com app to a regional business unit. UC has partial copy and a full sandbox available for deployment. UC's Architect has been asked to design an environment strategy for integration testing and performance testing, as well as user acceptance testing.
What is the recommended use of available sandbox types that an Architect should consider?

  • A. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing.
  • B. Use the full sandbox for integration testing and the partial copy for user acceptance and performance testing.
  • C. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing.
  • D. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.

正解:C


質問 # 31
Universal Containers acquiresplanetary shipping and decides to migrate all customer contacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems.
Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts?
Choose 2 answers

  • A. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
  • B. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
  • C. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
  • D. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.

正解:B、D


質問 # 32
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.
What is the best way to integrate the business processes of the companies?

  • A. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • B. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
  • C. Use Apex callout to push orders from universal Containers to Planetary Shipping
  • D. Use Outbound messages to send orders from Universal Containers to Planetary shipping.

正解:B


質問 # 33
Universal Containers has just purchased large volume of contact data from an external vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts.
What should an Architect recommend to prevent data duplication in salesforce?

  • A. Create a de-duplication trigger before loading the data.
  • B. Utilize an off-platform de-duplication tool prior to loading.
  • C. Load the data into salesforce and then utilize the contact Duplicate Rule feature
  • D. Utilize a batch apex process to de-duplicate the data after loading.

正解:B


質問 # 34
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?
Choose 2 answers

  • A. Bulk API with serial option.
  • B. Bulk API with parallel option.
  • C. Standard API with parallel option.
  • D. Standard API with serial option.

正解:A、B


質問 # 35
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. What latency is acceptable for orders to reach the fulfillment system?
  • C. Which system will validate order shipping addresses?
  • D. Can the fulfillment system participate in idempotent design to avoid duplicate orders?

正解:A、D


質問 # 36
Universal Containers (UC) maintains the Customer Master outside of Salesforce and would like to sync the Customer records with Salesforce on a daily basis. UC has complex logic in the Account trigger and will have to test it for bulk inserts and updates. UC has been given a csv file with test data.
What is the recommended way to use this data in a test class?

  • A. Load the customer-provided csv file as a static resource and refer to it in the test classes.
  • B. Load the customer-provided csv file to a custom object for testing and delete the test records after testing.
  • C. Load the customer-provided csv file as a Chatter file and refer to it in the test classes.
  • D. Load the customer-provided csv file under Documents and refer to it in the test classes.

正解:A


質問 # 37
An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram
& description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.

* About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
* There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).
* These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
* All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made?
Choose 3 answers

  • A. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
  • B. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
  • C. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
  • D. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
  • E. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.

正解:A、B、C


質問 # 38
Universal Containers is planning to develop a native mobile app for their employees to interact with Salesforce.
Which two options should the Architect recommend?

  • A. Leverage Identity Product
  • B. Leverage SOAP API
  • C. Leverage Message Queue Product
  • D. Leverage Identity Product
  • E. Leverage REST API

正解:E


質問 # 39
Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy.
What technology should an Architect recommend in order to minimize Salesforce code customizations?

  • A. Data Loader
  • B. Middleware
  • C. Process Builder
  • D. Canvas

正解:B


質問 # 40
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
  • B. Integrating Salesforce with Email Management System, Order Management System and Case Management System.
  • C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • D. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.

正解:D


質問 # 41
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is asfollows:
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 thenecessary 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. Let the Lightning Data Service with an @wire adapter display new values when the custom object records change.
  • B. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • C. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
  • D. Use the Continuation class to call the Enterprise APIs and then process the responsein a callback method.

正解:B


質問 # 42
Universal containers has an integration that runs nightly to update the product(product2) object in Salesforce with updated product availability for over 500,000 products. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance.
How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?

  • A. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.
  • B. Monitor the Bulk Data Load Jobs page daily for failed batches
  • C. Configure Salesforce to email an administrator when Bulk API batches fail.
  • D. Configure the ETL middleware to notify an administrator via email when a record update fails.

正解:B


質問 # 43
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. Cloud-based ETL can access Salesforce and supports queues.
  • B. Only on-premise systems are allowed access to legacy systems.
  • C. Legacy systems can use queues for on-premise integration.
  • D. On-premise middleware provides APIs to legacy systems data.

正解:A、D


質問 # 44
Universal Containers (UC) has many existing applications, including Salesforce, that their users access. UC would like to integrate these applications with Salesforce so that users can accomplish all of their tasks in one user interface.
What is the recommended solution for integrating these applications into Salesforce?

  • A. Set up the external applications as Canvas apps into the Salesforce user interface.
  • B. Use streaming API to integrate these applications into the Salesforce user interface.
  • C. Set up the external applications as Connected apps into the Salesforce user interface.
  • D. Connect the external applications into the Salesforce user interface using Salesforce Connect.

正解:A


質問 # 45
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?

  • A. API limits being limited.
  • B. Record locking contention on the parent Account.
  • C. The trigger is failing Unit Tests that access the new data.
  • D. Data skew is causing record locking issues on the Oder Share object.

正解:B


質問 # 46
When an opportunity is closed in Salesforce, an order should be created in the back-office SAP system. At the end of the day, Universal Containers allows customers to call back and cancel an order within 24 hours. To cancel an order, the Sales Rep has to set the opportunity status to Open from Closed. The Sales Manager wants all opportunities that changed from Closed to Open to be sent over to the SAP system for order cancellation on nightly basis. Salesforce has a total of 20M opportunities.
What is the recommended way to achieve this?

  • A. An ETL job to leverage SOAP API to extract all opportunities.
  • B. An ETL job to leverage Bulk API to extract modified opportunities.
  • C. An ETL job to leverage REST API to extract all opportunities.
  • D. An ETL job to leverage SOAP API to extract modified opportunities.

正解:D


質問 # 47
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 maximum query cursors open per user on the service.
  • B. How many concurrent service calls are being placed.
  • C. The typical and worst-case historical response times.
  • D. The number batch jobs that can run concurrently.

正解:A、D


質問 # 48
......


Salesforce Certified Integration Architecture Designer Examは、2時間の制限時間内に完了する必要がある60の複数選択質問で構成されています。この試験は、データ統合、アプリケーション統合、ユーザーインターフェイス統合など、統合アーキテクチャの重要な概念と原則に関する候補者の理解を評価するように設計されています。この試験では、統合パターン、統合セキュリティ、統合ガバナンスなどのトピックもカバーしています。

 

Salesforce Certified Integration Architecture Designer練習テスト2023年最新のストレスなしでIntegration-Architecture-Designer合格!:https://drive.google.com/open?id=1AAXYqKr9f1I0FGGAS1O1PYlXyPGJIZHc

合格させるIntegration-Architecture-DesignerテストエンジンとPDFで完全版無料問題集:https://jp.fast2test.com/Integration-Architecture-Designer-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어