あなたを合格させるIntegration-Architecture-Designer試験問題集で使おう(更新された108問があります) [Q50-Q74]

Share

あなたを合格させるIntegration-Architecture-Designer試験問題集で使おう(更新された108問があります)

Integration-Architecture-Designer試験問題集でSalesforce練習テスト問題


Salesforce Integration-Architecture-Designer(Salesforce Certified Integration Architecture Designer)試験は、Salesforceを他のアプリケーションやシステムと統合するソリューションを設計および実装する専門家の能力を示すための上級レベルの認定テストです。この認定は、統合アーキテクチャ、データマッピング、APIおよび外部サービスの使用などの深い知識とスキルを持つ経験豊富なアーキテクトやコンサルタントを対象としています。


Salesforce Integration-Architecture-Designer 認定試験に受験資格を得るためには、候補者は複雑なインテグレーションソリューションの設計と実装に2年以上の経験が必要です。さらに、Salesforce アーキテクチャ、データモデル、セキュリティモデルについてよく理解している必要があります。また、Salesforce Certified Platform Developer I または II 認定試験を受験済みであることが推奨されています。


Salesforce Integration-Architecture-Designer試験を合格するには、Salesforce Connector for Microsoft .NET、Salesforce API、Salesforce App CloudなどのSalesforce統合ツールやサービスの深い理解が必要です。また、MuleSoftやBoomiのようなミドルウェアや統合フレームワークを使用して、クライアントや組織の特定の統合要件を満たすカスタムソリューションを構築する方法を知っている必要があります。加えて、候補者は、サードパーティシステムとの複雑なインテグレーションの設計、実装、テストの実践的な経験を持っている必要があります。

 

質問 # 50
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism?
Choose 3 answers

  • A. To publish an event, the integration user in salesforce needs create permission on the event entity.
  • B. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
  • C. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.
  • D. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
  • E. Salesforce needs to be able to store information about the external system in order toknow which event to send out.

正解:A、B、D


質問 # 51
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. OpenId Connect Authentication Provider and just-in-time provisioning
  • B. SAML SSO and Registration Handler
  • C. SAML SSO and just-in-time provisioning
  • D. OpenId Connect Authentication Provider and Registration Handler

正解:C、D


質問 # 52
Universal Containers (UC) wants to start sharing some of the information collected from customers in Salesforce to other systems. UC wants to start sharing some sales data (orders) with a third-party application to help forecast inventory. This is a web application that supports SOAP and REST interfaces to send and receive data.
What is the recommended solution for integrating with this product?

  • A. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close.
  • B. Create a Submit to Forecast Button on the Order Page to send the data to the Web application via REST.
  • C. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes.
  • D. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.

正解:B


質問 # 53
Universal Containers send quotes to customers periodically when the customer contract is near expiration.
Quoting is generated by an external quoting engine. The VP recommends that the quote-generated request should be sent one week prior to the contract expiration. The Quote engine requires the latest account, contact, and contract information from Salesforce to generate the quote.
What is the recommended solution?

  • A. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
  • B. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page.
  • C. Workflow-initiated Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
  • D. Workflow-initiated outbound message with a callback to gather additional information from Salesforce.

正解:A


質問 # 54
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, BI tool and Data Warehouse
  • B. ERP, Inventory, Pricing Engine, Invoices system
  • C. ERP, Invoices system, Data Warehouse and BI Tool
  • D. ERP, MDM, Data Warehouse, Invoices system

正解:B


質問 # 55
Universal Containers would like their end users to be able to periodically import lists of leads into the Salesforce lead object. What tool should an architect recommend to support this?

  • A. Salesforce Workbench
  • B. BulkWeb-to-Lead
  • C. Data Import Wizard
  • D. Salesforce Data Loader

正解:C


質問 # 56
Which two automated methods should an architect use to solve an issue with duplicate contacts?
Choose 2 answers

  • A. Enable duplicate management in the org to prevent duplicates.
  • B. Assign new contacts to queues to be reviewed by a data quality team.
  • C. Write a Batch Apex class to manage the deduplication
  • D. Leverage an AppExchange data management toolto de-duplicate contacts.

正解:A、C


質問 # 57
Northern Trail Outfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules.
Which security solution should an Integration Architect recommend to fulfill the business use case?

  • A. Cryptography Class
  • B. Classic Encryption
  • C. Platform Shield Encryption
  • D. Data Masking

正解:C

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


質問 # 58
What are the three capabilities of the Bulk API?
Choose 3 answers

  • A. Monitor job status via the Web UI.
  • B. Monitor job status via the API.
  • C. Process multiple batch jobs synchronously
  • D. Roll back all transactions within a batch of 10000 records
  • E. process multiple batch jobs asynchronously

正解:A、B、E


質問 # 59
A customer imports data from an external system into Salesforce using Bulk API. These jobs have batch sizes of 2000 and are run in parallel mode. The batc fails frequently with the error "Max CPU time exceeded". A smaller batch size will fix this error.
Which two options should be considered when using a smaller batch size?
Choose 2 answers

  • A. Smaller batch size may increase time required to execute bulk jobs.
  • B. Smaller batch size may cause record-locking errors.
  • C. Smaller batch size can trigger "Too many concurrent batches" error.
  • D. Smaller batch size may exceed the concurrent API request limits.

正解:A、B


質問 # 60
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

  • A. Lightning Component
  • B. Custom Web Tab
  • C. Canvas
  • D. Visualforce

正解:C


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

正解:D


質問 # 62
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. The source system is green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.
Which two steps should the Technical Architect should recommend?
Choose 2 answers

  • A. Implements a regression testing policy to detect issues following development.
  • B. Review the Salesforce data model and Validation rules and modify the integration as necessary.
  • C. Ask the ERP report designers to redesign the report to provide properly formatted data.
  • D. Use SOAP headers to turn off validation rules and triggers during the integration.

正解:A、B


質問 # 63
Universal containers(UC) leverages the standard opportunity and opportunity product objects to manage their orders in Salesforce. When a deal is closed, all opportunity information, including products and billing contacts, must be send to their ERP application for order fulfillment. As UC has an "express shipping" guarantee, leadership would like order information sent to ERP as quickly as possible after the deal is closed?
How should an Architect fulfill this requirement?

  • A. Write an outbound message to send order information to ERP.
  • B. Write a nightly batch job to send customer information to ERP.
  • C. Write a visualforce page to send order information to ERP.
  • D. Write an opportunity trigger to send order information to ERP.

正解:D


質問 # 64
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. Canvas
  • B. Data Loader
  • C. Process Builder
  • D. Middleware

正解:D


質問 # 65
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.
What integration pattern should an architect recommend to ensure minimal throwaway code?

  • A. Apex batch Processing
  • B. point-to-point
  • C. MiddleWare
  • D. Web Mashup

正解:C


質問 # 66
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 Bulk API to extract modified opportunities.
  • B. An ETL job to leverage REST API to extract all opportunities.
  • C. An ETL job to leverage SOAP API to extract modified opportunities.
  • D. An ETL job to leverage SOAP API to extract all opportunities.

正解:C


質問 # 67
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?
Choose 2 answers

  • A. Whitelist Salesforce IPs on the firewall.
  • B. Utilize two-way(mutual) SSL
  • C. Place the systems in aDMZ.
  • D. Whitelist the corporate IPS in Salesforce.

正解:A、B


質問 # 68
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

  • A. TLS
  • B. SSH
  • C. SMTP
  • D. SFTP

正解:A


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

正解:B


質問 # 70
Universal Containers acquires several companies and decides to consolidate all customer service systems used by the acquired companies into one Salesforce Service Cloud. They decide to use an ETL to extract service requests from various systems, apply appropriate transformations, and load cases into Salesforce. Different requests captured by different customer service systems could belong to common accounts in Salesforce, so care must be taken to avoid creating duplicate accounts. Which two API options should be considered to load cases into Salesforce that would be safe from record -locking issues? Choose 2 answers

  • A. Bulk API with parallel option and a batch size of 1000 or less
  • B. SOAP API with a batch size of 200 or less
  • C. SOAP API with a batch size of 1000 or less
  • D. Bulk API with serial option and a batch size of 1000 or less

正解:B、D


質問 # 71
Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials Which two methods should the architect consider in order to protect these credentials?
Choose 2 answers

  • A. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.
  • B. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
  • C. Utilize named credentials to store the username/password of the web service end post.
  • D. Utilize protected custom settings to store the username/password of the web service end point.

正解:C、D


質問 # 72
Universal containers has a simple co -premise web app that is unauthenticated.
What capability should an integration Architect recommend to make the app accessible from within Salesforce?

  • A. Custom Web tab
  • B. Lightning connect
  • C. Apex callout
  • D. Visualforce

正解:A


質問 # 73
Universal containers is implementing Salesforce for the first time. As part of the implementation, approximately 10 Million contact records need to be migrated into the new environment.
What tool should an architect recommend?

  • A. Salesforce Workbench
  • B. Excel connector
  • C. Salesforce Data Loader
  • D. Data Import Wizard

正解:C


質問 # 74
......

最新でリアルなIntegration-Architecture-Designer試験問題集解答:https://drive.google.com/open?id=1qHYBnEB93T3UsL08w0niCwi_CLj05swZ

あなたをお手軽に合格させるIntegration-Architecture-Designer試験正確なPDF問題:https://jp.fast2test.com/Integration-Architecture-Designer-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어