最新の2021年12月 Salesforce Integration-Architecture-Designer問題集で更新された108問あります
PDF無料ダウンロードにはIntegration-Architecture-Designer有効な練習テスト問題
質問 62
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?
- A. Implement two way (or mutual) SSL certificates.
- B. Encrypt the Payload with a shared key.
- C. Utilize CA - signed certificates on the host.
- D. Use a pre-shared key in a query parameter.
正解: C
質問 63
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users.
Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?
Choose 2 answers
- A. Remote Site Settings
- B. Named Credentials
- C. Content Security Policies
- D. Enterprise ESB
正解: B,D
解説:
Explanation
https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5
質問 64
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.
What recommendation should a technical Architect make to minimize complexity during new acquisitions?
- A. Use an ESB to abstract the Salesforce integration from other enterprise applications.
- B. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- C. Use custom Linksto direct users to the appropriate ERP system to view order status.
- D. Leverage Apex callouts to integrate directly with acquired applications.
正解: B
質問 65
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. Provide true message queueing for integration scenarios (including orchestration,process choreography, quality of service, etc.) given that a middleware solution is required.
- 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. 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 - 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.
正解: A,C,E
質問 66
Universal Containers has a requirement to update the Salesforce Account object any time the corresponding account is updated within their financial system.
Which three Salesforce capabilities should the Architect consider?
- A. Partner WSDL because of a requirement to dynamically inspect field names during runtime.
- B. Enterprise WSDL because of a requirement to utilize SOAP-based services
- C. Streaming API because of a requirement to dynamically inspect field names during runtime.
- D. Partner WSDL because of a requirement to utilize SOAP-based web services.
- E. Partner WSDL because of a requirement to utilize REST-based web services
正解: A,B,D
質問 67
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 the ETL middleware to notify an administrator via email when a record update fails.
- D. Configure Salesforce to email an administrator when Bulk API batches fail.
正解: B
質問 68
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers
- A. They cannot be built or maintained declaratively
- B. They consume more API limits than SOAP or REST API
- C. They require unit and functional testing
- D. They cannot utilize publisher actions.
正解: A,D
質問 69
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 SOAP API
- B. Leverage Identity Product
- C. Leverage REST API
- D. Leverage Identity Product
- E. Leverage Message Queue Product
正解: C
質問 70
Universal Containers (UC) has integrations developed between Salesforce and back-end ERP applications.
During peak load, UC is getting an error at the integration layer indicating, "Login Rate Exceeded".
Which two recommendations would mitigate this issue?
- A. Keep re-typing the login call until it's successful.
- B. Cache the session ID to avoid a login call.
- C. Set the permission login to never expire for the user.
- D. Use a different user for each integration.
正解: B,D
質問 71
What are two benefits an Integration Architect should consider when recommending web-to-lead?
Choose 2 answers
- A. Web-to-Lead can be utilized for Lead data migrations.
- B. web-to-Lead can be used to de-duplicate leads during integrations.
- C. Web-to-Lead is a simple way to capture responses to marketing landing pages.
- D. Web-to-Lead requests have their own limits separate from other APIs.
正解: C,D
質問 72
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 salesforce-to-Salesforce integration between Universal containers and Planetary shipping
- B. Use Apex callout to push orders from universal Containers to Planetary Shipping
- C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
- D. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
正解: A
質問 73
Universal Containers' Customer Service Managers wants to be automatically notified when a Customer Service Representative successfully closes a case What is the recommended approach for the Service Manager to be notified in the Salesforce user interface without having to refresh the screen?
- A. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout.
- B. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser.
- C. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen.
- D. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.
正解: C
質問 74
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 Order Management System, Email Management System and Case Management System.
- C. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
- D. Integrating Salesforce withEmail Management System, Order Management System and Case Management System.
正解: C
質問 75
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 REST API to extract all opportunities.
- B. An ETL job to leverage SOAP API to extract modified opportunities.
- C. An ETL job to leverage Bulk API to extract modified opportunities.
- D. An ETL job to leverage SOAP API to extract all opportunities.
正解: B
質問 76
Universal Containers (UC) has multiple orgs with Sales and Service Cloud implementation to support different lines of business. UC is planning to consolidate Salesforce orgs to benefit from a 360-degree view of the customer based on revenue, support requests, and contracts.
What should an Architect recommend?
- A. Use a custom REST service for data cleaning and standardization.
- B. Use staging tables with an ETL tool for data cleaning and standardization.
- C. Use standard SOAP API for data cleaning and standardization.
- D. Use a custom SOAP service for data cleaning and standardization.
正解: B
質問 77
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?
- A. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
- B. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
- C. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
- D. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.
正解: C
質問 78
Universal Containers has a requirement for all accounts that do NOT qualify for a business extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.
What is the recommended solution?
- A. Use Time-based workflow rule.
- B. Use Process builder.
- C. Use Trigger.
- D. Use Batch Apex.
正解: D
質問 79
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. Data skew is causing record locking issues on the Oder Share object.
- C. Record locking contention on the parent Account.
- D. The trigger is failing Unit Tests that access the new data.
正解: B
質問 80
......
Salesforce Integration-Architecture-Designer 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
Integration-Architecture-Designerテストエンジンお試しセット、Integration-Architecture-Designer問題集PDF:https://jp.fast2test.com/Integration-Architecture-Designer-premium-file.html
最新のSalesforce Integration-Architecture-DesignerPDFと問題集で(2021)無料試験問題解答はここ:https://drive.google.com/open?id=1AAXYqKr9f1I0FGGAS1O1PYlXyPGJIZHc