Mobile-Solutions-Architecture-Designer練習テスト問題は更新された87問題あります [Q31-Q47]

Share

Mobile-Solutions-Architecture-Designer練習テスト問題は更新された87問題あります

Salesforce Mobile-Solutions-Architecture-Designer問題集で一発合格できる問題を試そう!


Salesforce 認定モバイルソリューションアーキテクチャデザイナー試験は、モバイルアーキテクチャと設計パターン、Salesforce プラットフォームの機能、設計のトレードオフとトレードオフなど、幅広いトピックをカバーしています。この試験は、ビジネス要件をモバイルソリューションの効果的なビジネス戦略に翻訳する専門知識を持つモバイルアーキテクトを対象としています。試験形式には、多肢選択問題、シナリオベースの問題、デザインチャレンジが含まれます。


Salesforce Mobile-Solutions-Architecture-Designer認定試験は、モバイルアプリケーション開発のキャリアを促進したいプロフェッショナルにとって、貴重な資格です。この認定は、候補者がSalesforceプラットフォーム上でモバイルソリューションを設計および実装するために必要なスキルと知識を持っていることを雇用主やクライアントに証明します。さらに、この認定には、認定された専門家のネットワーク、リソース、およびイベントへのアクセスが提供され、プロフェッショナルがモバイルアプリケーション開発の最新の動向と開発について最新情報を維持できるよう支援します。


Salesforce Mobile-Solutions-Architecture-Designerの認定試験は、Salesforce Mobile SDK、モバイルアプリ開発、モバイルセキュリティ、他のシステムとの統合など、モバイルソリューションの設計に関連する主要な概念を理解しているかどうかを評価するために設計されています。受験者は、Salesforceプラットフォーム上でモバイルアプリケーションの設計や開発の実務経験が必要です。

 

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

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

正解:B、D


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

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

正解:B、D


質問 # 33
Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data.Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?Choose 2 answers

  • A. Regression Testing
  • B. Performance testing
  • C. Unit Testing
  • D. user Acceptance Testing

正解:B、D


質問 # 34
Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release the architect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration.What two actions should the architect take to ensure the new object will be available to the financial system integration?Choose 2 answers

  • A. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • B. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
  • C. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • D. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects

正解:A、B


質問 # 35
An insurance company decides to build an online portal using the Salesforce platform for receiving quote requests from customers. The company has a legacy quoting system that will generate quotes while the rest of the sales process is managed by Salesforce Sales Cloud. The legacy system has an API for creating quotes.What Implementation method should be used so that customers can request quotes online and receive them in real time?

  • A. Middleware tool to pull quote requests from SF and push to the legacy system.
  • B. Apex callout to send quote requests from Salesforce to the legacy System.
  • C. Outbound message to send quote requests from Salesforce to the legacy system.
  • D. Trigger with an @Future method to send quote requests to the legacy system.

正解:B


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

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

正解:B、D


質問 # 37
Universal Containers wishes to validate street addresses in Salesforce against their legacy Accounting system,Which is the system of record. Retrieving an Account record in this system takes 7-12 seconds per query, and the address must be validated as quickly as possible to ensure proper order processing.What integration pattern should an Architect suggest?

  • A. Nightly batch validating records modified the previous day.
  • B. Outbound Message with a Callback.
  • C. Remote Invocation initiated by Middleware
  • D. @Future method with an Apex callout.

正解:B


質問 # 38
Universal Containers manages a catalog of over one million products that it makes available to its customers.
The master product catalog is stored and managed in their ERP application with frequent updates made to the product catalog by their sourcing team. The sourcing team may update attributes such as price, general catalog availability, and the product description. When the sourcing team makes an update that change must go into effect during the next business day and there may be thousands of changes made over the course of the day.What integration pattern would you recommend to best manage this scenario?

  • A. Write a custom web service to accept product catalog changes from ERP.
  • B. Use the streaming API to receive product changes in real time from ERP.
  • C. Build a scheduled ETL job to sync products on a nightly basis from ERP.
  • D. Write an outbound message to send product changes in real time from ERP.

正解:C


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

正解:B


質問 # 40
Universal Containers(UC) has a legacy application that tracks customer order status once the order has been sent to the fulfillment department this legacy application does not easily provide an API to integrate with Customer service reps need to be able t access the data from within Sales force and cannot be given separate logins to the application, UC does not have single-sign-on enabled.How should an architect solve this problem?

  • A. Leverage canvas to display the legacy application within Salesforce.
  • B. Create a web-tab in Salesforce directly to the legacy application.
  • C. use the Streaming API to receive order updates in real time.
  • D. Migrate the legacy application to Heroku and Integrate the database.

正解:A


質問 # 41
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.Which two integration designs should the architect consider?Choose 2 answers

  • A. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
  • B. Utilize workflow outbound messaging, which has a built-in queuing framework.
  • C. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.
  • D. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.

正解:B、C


質問 # 42
Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues.Which three stages should the Architect consider to reduce the security concerns for this Integration use case?Choose 3 answers

  • A. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
  • B. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
  • C. Enable WS-security for the web services made between Salesforce and the accounting system.
  • D. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.
  • E. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.

正解:B、C、E


質問 # 43
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. Load the data into salesforce and then utilize the contact Duplicate Rule feature
  • B. Utilize a batch apex process to de-duplicate the data after loading.
  • C. Create a de-duplication trigger before loading the data.
  • D. Utilize an off-platform de-duplication tool prior to loading.

正解:D


質問 # 44
What are two considerations to make when performing SOAP callouts from within Apex?Choose 2 answers

  • A. SOAP callouts cannot occur after any DML statements.
  • B. WSDL2Apex can be used to generate stub code.
  • C. SOAP callouts consume API limits.
  • D. WSDL2Apex supports RPC-style SOAP callouts.

正解:A、B


質問 # 45
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality. What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?

  • A. User Acceptance Testing
  • B. Performance Testing
  • C. Unit TestingC .Regression Testing

正解:A


質問 # 46
Universal containers is building an integration from their employee portal to salesforce Chatter.They would like their employee portal to read and write to the Chatter API on behalf of the employee using the portal.What is the correct way to authenticate to the chatter API to meet this requirement?

  • A. Use oAuth Which will pass their portal credentials to the chatter API.
  • B. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • C. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
  • D. Use a chatter API integration user which authenticates to salesforce using oAuth.

正解:D


質問 # 47
......

Salesforce Mobile-Solutions-Architecture-Designer試験問題集で[2024年最新] 練習有効な試験問題集解答:https://jp.fast2test.com/Mobile-Solutions-Architecture-Designer-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어