[2024年最新] 完璧Mobile-Solutions-Architecture-Designer問題集問題と解答で一年無料最速更新 [Q30-Q54]

Share

[2024年最新] 完璧Mobile-Solutions-Architecture-Designer問題集問題と解答で一年無料最速更新

更新されたのは2024年リアルな無敵Mobile-Solutions-Architecture-Designer問題集で100% 無料Mobile-Solutions-Architecture-Designer試験問題集


Salesforce Mobile-Solutions-Architecture-Designer 認定を取得するには、Salesforce Certified Technical Architect (CTA) または Salesforce Certified Application Architect 認定を持っていることが条件です。また、異なる産業分野でのモバイルソリューションの設計と実装の経験を持っており、Salesforce Mobile、Salesforce Platform、Salesforce Einstein などの様々な Salesforce 製品やサービスに熟知している必要があります。

 

質問 # 30
What are two benefits of named credentials?Choose 2 answers

  • A. They securely store credentials in a maintainable way.
  • B. They enforce secure communication to external systems
  • C. They simplify utilizing oAuth for Apex callouts.
  • D. They Secure integrations to Salesforce from other systems.

正解:A、C


質問 # 31
Universal Containers is currently doing User Acceptance Testing for small changes in a Developer sandbox.
Users are complaining that allow release to production, some functionality is broken and performance is often negatively impacted.What is causing these complaints?

  • A. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • B. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.
  • C. Users should be testing in a Partial Sandbox in order to replicate Production functionality and performance characteristics.
  • D. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.

正解:D


質問 # 32
Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces.How should the architect ensure this requirement is met?

  • A. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.
  • B. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.
  • C. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.
  • D. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately.

正解:A


質問 # 33
Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities.
The ERP system has SOAP based web services orders. UC chose to use Apex callouts.Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services?Choose 2 answers

  • A. Code changes may be required following upgrades to the ERP system.
  • B. DML operations are not allowed right after Apex callouts.
  • C. Appropriate error handling to retry failed messages.
  • D. Too many callouts resulting in exceeding the daily limit for number of callouts.

正解:B、D


質問 # 34
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. Leverage Apex callouts to integrate directly with acquired applications.
  • C. Build all Integrations as nightly ETL batches to minimize real-time overhead.
  • D. Use custom Linksto direct users to the appropriate ERP system to view order status.

正解:C


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


質問 # 36
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. Leverage several workstations, loading different objects simultaneously.
  • B. Perform loads over a weekend server resource availability.
  • C. Perform a test load using a full Sandbox prior to the Production load.
  • D. Pre-process data that the triggers and workflows can be deactivated.

正解:C、D


質問 # 37
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 text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
  • B. 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.
  • C. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
  • D. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.

正解:A、B


質問 # 38
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. Roll back all transactions within a batch of 10000 records
  • D. process multiple batch jobs asynchronously
  • E. Process multiple batch jobs synchronously

正解:A、B、D


質問 # 39
Which two statements are correct about External ID?Choose 2 answers

  • A. External IDs can be used to upsert records
  • B. External IDs are always searchable
  • C. External IDs must be Text fields
  • D. External IDs fields are always unique

正解:A、B


質問 # 40
What are three capabilities of Salesforce outbound messaging?Choose 3 answers

  • A. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
  • B. Define a custom WSDL based upon an Apex Interface class definition.
  • C. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.
  • D. Build integration components without the Use of APEX.
  • E. Provide a session ID as part of the outbound message.

正解:A、D、E


質問 # 41
Universal Containers manages a catalog of overone 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 suchas 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 productchanges 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
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. Canvas
  • C. Visualforce
  • D. Custom Web Tab

正解:B


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

正解:A、C


質問 # 44
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. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
  • C. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.
  • D. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.

正解:D


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


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

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

正解:A


質問 # 47
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. Place the systems in aDMZ.
  • C. Whitelist Salesforce IPs on the firewall.
  • D. Utilize two-way(mutual) SSL

正解:C、D


質問 # 48
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 integrating chatter into custom mobile apps.
  • D. When posting status updates to social media.

正解:C、D


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

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

正解:A、B


質問 # 50
Universal Containers has chosen Salesforce Wave as their Analytics Platform. There is a requirement to join data from multiple systems(including Salesforce) to be displayed in a single Wave Lens.What should the Architect recommend?

  • A. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
  • B. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
  • C. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.
  • D. Use an ETL tool to join multiple sources and load them into a single data set.

正解:D


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

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

正解:A、D


質問 # 52
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. Apex callout to send quote requests from Salesforce to the legacy System.
  • B. Trigger with an @Future method to send quote requests to the legacy system.
  • C. Outbound message to send quote requests from Salesforce to the legacy system.
  • D. Middleware tool to pull quote requests from SF and push to the legacy system.

正解:A


質問 # 53
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?Choose 2 answers

  • A. Duplicate messages
  • B. Out-of-order delivery.
  • C. Orphaned Requests
  • D. Exceeding Governor Limits.

正解:A、D


質問 # 54
......

Mobile-Solutions-Architecture-Designer問題集PDFとテストエンジン試験問題:https://jp.fast2test.com/Mobile-Solutions-Architecture-Designer-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어