Integration-Architecture-Designer PDF問題集リアル2023最近更新された問題 [Q64-Q85]

Share

Integration-Architecture-Designer PDF問題集リアル2023最近更新された問題

リリースSalesforce Integration-Architecture-Designer更新された問題PDF


Salesforce Integration-Architecture-Designer Examを受験するには、候補者はSalesforceプラットフォームを使用した統合ソリューションの設計と実装に少なくとも2年の経験が必要です。また、Salesforce Certified Application ArchitectまたはSalesforce Certified System Architectの認定試験を受ける必要があります。Salesforce Integration-Architecture-Designer Examに合格することは、Salesforceプラットフォームを使用した統合ソリューションの設計と実装に関する候補者の専門知識を証明し、Salesforceの統合アーキテクトまたはコンサルタントとしてのキャリアを進めるのに役立ちます。


Salesforce Integration-Architecture-Designer認定試験は、他のアプリケーションやシステムとの効果的なSalesforceの統合を設計および実装する際の個人の知識とスキルをテストするように設計されています。この認定は、Salesforceを使用して複雑な統合ソリューションの設計と実装を担当する専門家に最適です。

 

質問 # 64
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


質問 # 65
What are two scenarios that utilize the chatter REST API?
Choose 2 answers

  • A. When migrating Opportunity data.
  • B. When uploading large files.
  • C. When posting status updates to social media.
  • D. When integrating chatter into custom mobile apps.

正解:C、D


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

正解:A


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

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

正解:A、C


質問 # 68
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?

  • A. The endpoint domain has been added to Cross-Origin Resource Sharing.
  • B. The endpoint URL has been added to Remote Site Settings.
  • C. The endpoint URL has added been to an outbound firewall rule.
  • D. The endpoint URL has been added to Content Security Policies.

正解:D


質問 # 69
A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation.
What approach should an architect recommend that conserves API limits?

  • A. Use the generic streaming API to publish changes and listen for updates.
  • B. Use a custom Apex class with a webservice method that performs both actions.
  • C. Use a publisher action to update the data and callback to the other system.
  • D. Use the SOAP API to upsert the data. The API will then return all opportunity details.

正解:B


質問 # 70
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 no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
  • C. 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.
  • D. 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、D


質問 # 71
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 require unit and functional testing
  • C. They consume more API limits than SOAP or REST API
  • D. They cannot utilize publisher actions.

正解:A、D


質問 # 72
Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must also be sent along with Opportunities. The ERP system supports only SOAP- based messages for receiving orders What limitation of outbound messages might present a problem in this scenario?

  • A. Outbound messaging does not support multiple objects
  • B. Outbound messaging does not offer any reliability.
  • C. Outbound messaging cannot be made secure
  • D. Outbound messaging does not support SOAP

正解:A


質問 # 73
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 withEmail Management System, Order Management System and Case Management System.
  • B. Integrating Salesforce with Order Management System, Data Warehouse 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


質問 # 74
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. Change Data Capture Events
  • B. High Volume Platform Events
  • C. PushTopic Events
  • D. Generic Events

正解:A、B


質問 # 75
Universal Containers (UC) is working with multiple partners to get lists of leads into the Lead aggregation system. These leads are imported into Salesforce as parot of a daily batch integration through the ETL tool.
UC observed that may times, leads are duplicated, as they are sourced from different partners.
Which two options should an Architect recommend to improve data quality?

  • A. Design an ETL job to eliminate duplicates from the lead aggregation system.
  • B. Extract Salesforce lead data into a staging table and use ETL to de-duplicate.
  • C. Create a custom web service to identify duplicate leads and load.
  • D. Use duplicate management rules on Lead to report duplicate records.

正解:A、D


質問 # 76
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. Profile Security
  • B. Two-way SSL
  • C. VPN
  • D. IP Whitelisting

正解:B


質問 # 77
Universal Containers (UC) ships millions of orders per year and releases code fixes to the Production org nightly. Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to Production. How can UC achieve this requirement?

  • A. Request that Salesforce schedule a Full Sandbox refresh on a nightly basis
  • B. Create Apex unit tests so testing can be done against Production data, but rolled back before being committed
  • C. Use Salesforce-to-Salesforce to keep data synchronized between Production and Full Sandboxes
  • D. Utilize a middleware solution and bulk API to do a nightly sync from Production to Full Sandbox

正解:D


質問 # 78
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. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
  • C. Use the Continuation class to call the Enterprise APIs and then process the responsein a callback method.
  • D. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.

正解:D


質問 # 79
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.
What type of monitoring should the Integration Consultant have considered to monitor this integration?

  • A. Monitor Platform Events created per hour limits across the Salesforce instance.
  • B. Set up debug logs for Platform Event triggers to monitor performance .
  • C. Monitor the volume of leads that are created in Salesforce.
  • D. Validate the Platform Event definition matches leads definition.

正解:B


質問 # 80
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. Streaming API because of a requirement to dynamically inspect field names during runtime.
  • C. Partner WSDL because of a requirement to utilize REST-based web services
  • D. Partner WSDL because of a requirement to utilize SOAP-based web services.
  • E. Enterprise WSDL because of a requirement to utilize SOAP-based services

正解:A、D、E


質問 # 81
Universal Containers would like to use a hard-coded username/password/security token of a user with a System Administrator profile to integrate its back-end system to Salesforce for inbound API calls.
Which two security issues are associated with this approach.

  • A. Unsecure storage of the credentials may result in hackers gaining unauthorized access to Salesforce.
  • B. All back-end systems get uncontrolled access to any data within the Salesforce environment.
  • C. Apex web services can executive with system privileges with such Salesforce credentials.
  • D. Unintended password resets will cause the integration to stop working and disrupt business processes.

正解:A、B


質問 # 82
Universal Containers has a customer setup process that relies on external database to send customers welcome
& registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications.
What Salesforce technology best fulfills this requirement?

  • A. Write a nightly batch synchronization to send customer information to the external database.
  • B. Write a trigger with an @future method to send customer Information to the external database
  • C. Write an outbound message to send customer Information to the external database.
  • D. Write an outbound message to send customer Information to an ESB.

正解:C


質問 # 83
What are three capabilities of Salesforce to Salesforce(S2S)?
Choose 3 answers

  • A. Share reports and dashboards between Salesforce orgs.
  • B. Publish data from the publisher's Account object to the consumer's Customer__c object.
  • C. Integrate data between Salesforce orgs via pre-built web service adapters.
  • D. Manually consume data into the consumer org.
  • E. Automatically publish data from the publisher org.

正解:B、D、E


質問 # 84
Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce.
Which approach should an Integration Architect recommend that matches the Salesforce UI?
Choose 2 answers

  • A. A custom visualforce page with a controller thats calls-out to the other systems.
  • B. A middleware orchestration to continuously persist data from other systems into Salesforce.
  • C. An iFrame embedding a custom .Net application that displays data from the other systems.
  • D. A custom Visualforce page with client- side calls out to the other systems.

正解:A、C


質問 # 85
......

Integration-Architecture-Designer問題集と練習テスト(108試験問題):https://jp.fast2test.com/Integration-Architecture-Designer-premium-file.html

ガイド(2023年最新)実際のSalesforce Integration-Architecture-Designer試験問題:https://drive.google.com/open?id=1AAXYqKr9f1I0FGGAS1O1PYlXyPGJIZHc


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어