[2024年10月]に更新されたSalesforce Architect Exams Mobile-Solutions-Architecture-Designer試験練習問題集お試しセット [Q40-Q64]

Share

[2024年10月]に更新されたSalesforce Architect Exams Mobile-Solutions-Architecture-Designer試験練習問題集お試しセット

2024年最新のMobile-Solutions-Architecture-Designerプレミアム資料テストPDF無料問題集お試しセット


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


Salesforce Mobile-Solutions-Architecture-Designer 認定試験は、Salesforceプラットフォーム上でモバイルソリューションを設計するアーキテクト、デザイナー、開発者の専門知識を証明するための貴重な認定です。この難しい試験には、モバイルアプリ開発、セキュリティ、および統合に関連するキーポイントについての深い理解が必要です。この認定を取得することで、あなたのキャリアを促進し、競争の激しい就職市場で差別化することができます。

 

質問 # 40
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 Outbound messages to send orders from Universal Containers to Planetary shipping.
  • B. Use Apex callout to push orders from universal Containers to Planetary Shipping
  • C. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
  • D. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.

正解:C


質問 # 41
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 an outbound message to send product changes in real time from ERP.
  • B. Use the streaming API to receive product changes in real time from ERP.
  • C. Write a custom web service to accept product catalog changes from ERP.
  • D. Build a scheduled ETL job to sync products on a nightly basis from ERP.

正解:D


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


質問 # 43
Universal Containers is building a mobile application that connects to Salesforce for reading and updating dataWhat is the appropriate authentication solution?

  • A. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.
  • B. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.
  • C. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
  • D. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.

正解:B


質問 # 44
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce.How should an architect design this requirement considering both security and scalability?

  • A. Leverage the REST API to receive orders from the ERP system as they are created.
  • B. write an outbound message to receive orders from ERP system as they are created.
  • C. Build a scheduled ETL job to sync all customer order history in the orders object.
  • D. Leverage Salesforce Lightning Connect to display order information in Salesforce.

正解:A


質問 # 45
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 parallel option.
  • B. Standard API with parallel option.
  • C. Bulk API with serial option.
  • D. Standard API with serial option.

正解:A、C


質問 # 46
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process.What two recommendations should a Technical Architect make to resolve this issue?Choose 2 answers

  • A. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • B. Implement a Regression Testing policy to catch issues earlier in the development process.
  • C. Encourage code developers and integration developers to work in separate sandboxes.
  • D. Implement a continuous Integration process to identify issues earlier in the development process.

正解:A、D


質問 # 47
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. SOAP callouts consume API limits.
  • C. WSDL2Apex can be used to generate stub code.
  • D. WSDL2Apex supports RPC-style SOAP callouts.

正解:A、C


質問 # 48
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 to authorize the portal to access the chatter API on behalf of the user.
  • B. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • C. Use oAuth Which will pass their portal credentials to the chatter API.
  • D. Use a chatter API integration user which authenticates to salesforce using oAuth.

正解:D


質問 # 49
What are two reasons an existing custom field cannot be marked as External ID?Choose 2 answers

  • A. Maximum number of fields of an object has been reached.
  • B. Maximum number of indexes allowed on an object has been reached.
  • C. Maximum number of External IDs allowed on an object has been reached,
  • D. Maximum number of skinny tables has been reached.

正解:B、C


質問 # 50
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 an outbound message to send customer Information to the external database.
  • B. Write an outbound message to send customer Information to an ESB.
  • C. Write a trigger with an @future method to send customer Information to the external database
  • D. Write a nightly batch synchronization to send customer information to the external database.

正解:A


質問 # 51
In order to avoid slowing down inbound callcenter sales agents, Universal Containers wants to de-duplicate Lead records against their 3rd-party MDM system after that the agent has served the record in Salesforce.
What integration strategy should an Architect recommend?

  • A. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
  • B. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
  • C. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
  • D. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.

正解:A


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

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

正解:A、C、D


質問 # 53
try Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API.Which three statements are true about the Bulk API and REST API?Choose 3 answers

  • A. DML limits on Bulk are not governed on Salesforce servers.
  • B. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
  • C. The SOAP API provides jpb monitoring on the Salesforce setup menu.
  • D. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
  • E. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.

正解:B、D、E


質問 # 54
What should an integration Architect consider when building a visulaforce page that makes client-side callouts to multiple domains that may violate the browser's same-origin policy?Choose 2 answers

  • A. Ensure each javascript resource communicates only with its origin.
  • B. Set up Remote site settings for all domains that the client scripts communicate with.
  • C. utilize the canvas SDK to perform the callouts.
  • D. Setup CORS to whitelist all domains that the client scripts communicate with.

正解:B、D


質問 # 55
In which three ways can production data be moved into a sandbox for testing purpose?

  • A. Use the metadata API.
  • B. Refresh a Full Sandbox.
  • C. Refresh a Copy Sandbox.
  • D. Request a Snapshot from Support
  • E. use the Apex Data Loader.

正解:B、C、E


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

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

正解:B、D


質問 # 57
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 theload go according to schedule?Choose 2 answers

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

正解:A、B


質問 # 58
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. @Future method with an Apex callout.
  • B. Remote Invocation initiated by Middleware
  • C. Outbound Message with a Callback.
  • D. Nightly batch validating records modified the previous day.

正解:C


質問 # 59
Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to "Max CPU time exceeded"errors which could be resolved with a Similar batch size.What are two risks involved with batch sizes that are too small?Choose 2 answers

  • A. possibility of very long bulk job execution times
  • B. Possibility of failures due to record-locking errors.
  • C. Possibility of hitting the "Too many concurrent batches" limit.
  • D. Possibilityof hitting the daily limit for number of batches.

正解:A、B


質問 # 60
Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time.Which three approaches should be considered when selecting the correct API?Choose 3 answers

  • A. Streaming API to support push notifications to users on mobile devices using Salesforce1.
  • B. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
  • C. Generic Streaming API to support notifications coming from other systems.
  • D. Streaming API to support real-time data updates by other users within Salesforce.
  • E. REST API to continuously poll Salesforce for updates to records.

正解:A、B、D


質問 # 61
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 to authorize the portal to access the chatter API on behalf of the user.
  • B. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • C. Use a chatter API integrationuser which authenticates to salesforce using oAuth.
  • D. Use oAuth Which will pass their portal credentials to the chatter API.

正解:C


質問 # 62
Universal Containers would like to integrate to an external system from Salesforce over a secure channel howeverthe external system does not support HTTP-basic authentication.What approach should an integration Architect recommend that enables the external system to trust the data being received?

  • A. Utilize a 3rd-party SSO solution to authenticate the session.
  • B. Include a secret passphrase in the payload that is a validated by the external system.
  • C. Digitally sign the Payload using a private key trusted by the external system.
  • D. Base64 encode the data to ensure untrusted 3rd parties don't see it.

正解:D


質問 # 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 a visualforce page to send order information to ERP.
  • B. Write an opportunity trigger to send order information to ERP.
  • C. Write an outbound message to send order information to ERP.
  • D. Write a nightly batch job to send customer information to ERP.

正解:B


質問 # 64
......

今すぐ弊社のSalesforce Architect Exams試験パッケージ使って試験準備してMobile-Solutions-Architecture-Designerをパスせよ:https://jp.fast2test.com/Mobile-Solutions-Architecture-Designer-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어