[2022年02月]更新のSalesforce Mobile-Solutions-Architecture-DesignerテストエンジンとPDFで完全版無料問題集を無料提供 [Q37-Q61]

Share

[2022年02月]更新のSalesforce Mobile-Solutions-Architecture-DesignerテストエンジンとPDFで完全版無料問題集を無料提供

最新版を今すぐ試そうMobile-Solutions-Architecture-Designer認定有効な試験問題集


Salesforce Mobile-Solutions-Architecture-Designer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Describe How The Offline Capability Of The Salesforce App May Be Leveraged To Support A Specific Customer Scenario
トピック 2
  • Articulate The Key Capabilities Of The Mobile SDK, Including Authentication
  • Authorization (Including SSO), Offline Storage, Use Cases, And Sync Capabilities
トピック 3
  • Describe The Appropriate Platform Components That May Be Used In Connected Devices
  • Wearables Solution Architecture
トピック 4
  • Articulate How To Secure A Mobile Application And Its Data, Including Offline Data Encryption
トピック 5
  • Given A Scenario, Develop The Most Appropriate Mobile Architecture (HTML5, Native, Hybrid, Or Salesforce)
トピック 6
  • Articulate Design Considerations, Benefits, And Recommendations Between Salesforce And Custom Mobile Applications
トピック 7
  • Describe Where Visualforce Optimizations Such As Minimizations Of View State And Lazy Loading Can Enhance Mobile Application Performance
トピック 8
  • Describe The Design Considerations, Trade-Offs, And Risks For Mobile Solutions And Recommend The Appropriate Mobile Platform: HTML5, Native (Ios
  • Android
  • Windows Mobile), Hybrid Solutions, Or Salesforce Mobile App
トピック 9
  • Articulate Design Trade-Offs, Security Considerations, And Device Syncing Options
トピック 10
  • Design A Mobile Architecture Solution That Encompasses One Or More Mobile Operating Systems And Many Device Types
トピック 11
  • Explain The Capabilities Provided By The Lightning Platform To Accelerate Mobile Development

 

質問 37
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. Use the streaming API to receive product changes in real time from ERP.
  • B. Write a custom web service to accept product catalog changes 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

 

質問 38
What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?

  • A. use the REST API with the content-Type headerset to "JSON."
  • B. Use an Apex class to perform the REST callout asynchronously.
  • C. Use an outbound Message with the record's data.
  • D. Use lightning connect to save the data to an external object.

正解: B

 

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

正解: D

 

質問 40
Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern to Salesforce. The security officer would like to understand the authentication solution.What are the three ways that the call back can authenticate itself to Salesforce?Choose 3 answers

  • A. Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session ID.
  • B. Utilize the REST API login() operation to obtain a new session ID
  • C. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
  • D. Utilize the Enterprise WSDL login() operation to obtain a new session ID.
  • E. Utilize the session ID contained within the outbound message notification as the authorization header.

正解: B,D,E

 

質問 41
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 no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
  • 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 a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
  • 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.

正解: B,D

 

質問 42
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 an ESB.
  • B. Write an outbound message to send customer Information to the external database.
  • 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.

正解: B

 

質問 43
Universal containers are building an integration between Salesforce and their data warehouse. The architecthas the following requirements:
1. Salesforce users need the ability to CRUD (create,read,update and delete) data from their data warehouse without leaving the Salesforce user interface
2.The integration to the data warehouse should maintain the same look and feel as the existing Salesforce user interface
3.The use of custom development Should be minimized
Which two solutions should the architect consider?Choose two options

  • A. Utilize a 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce
  • B. Utilizelightning connect with custom ApexAdapter to provided CRUD access to the data warehouse
  • C. Utilize a visual force page from 3rd party JavaScript library that will provide CRUD capabilities to the data warehouse.
  • D. Utilize a canvas application to render the data warehouse data from within Salesforce

正解: B,D

 

質問 44
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 thearchitect 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. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • B. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • C. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
  • D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.

正解: B,D

 

質問 45
Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database.What technology should an architect use to minimize custom development when replacing the CRM system with Salesforce?

  • A. APEX Batch
  • B. APEX Callout
  • C. Middleware
  • D. Outbound messaging

正解: C

 

質問 46
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

 

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

正解: A,B,D

 

質問 48
As part of their customer setup process. Universal containers requires that any address put into Salesforce be validated by the US Postal Service.The customer must provide their address while they are on the phone with the Universal Containers representative.What two solutions should a Technical Architect recommend to fulfill this requirement?Choose 2 answers

  • A. Implement a VisualForce page that validates entered addresses against an API.
  • B. Build a custom Address object and a trigger that will validate the address against the object.
  • C. Write a trigger with an @future callout that validates addresses against an API.
  • D. Leverage an Appexchange application to validate addresses entered.

正解: A,D

 

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

正解: A

 

質問 50
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. Custom Web Tab
  • D. Visualforce

正解: B

 

質問 51
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?

  • A. Encrypt the data with a shared key before performing the Apex callout.
  • B. Use platform Encryption to secure the data before transporting.
  • C. Salesforce automatically secures all data transmissions to external systems.
  • D. Base64 encode the data before performing the call out from Apex.

正解: D

 

質問 52
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
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 Universal Containers achieve the requirement?

  • A. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
  • B. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
  • C. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
  • D. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.

正解: A

 

質問 53
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. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • B. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • C. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
  • D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.

正解: B,D

 

質問 54
Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be taken offline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot.What three recommendations might a Technical Architect make to resolve this issue?Choose 3 answers

  • A. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
  • B. Contact Salesforce support to request that they turn off record locking on the Product2 object.
  • C. Use the Bulk API UPDATE or UPSERT records more efficiently.
  • D. Pre-process the data to avoid the need for workflow rules or triggers
  • E. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.

正解: C,D,E

 

質問 55
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. Implement a continuous Integration process to identify issues earlier in the development process.
  • B. Encourage code developers and integration developers to work in separate sandboxes.
  • C. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • D. Implement a Regression Testing policy to catch issues earlier in the development process.

正解: A,C

 

質問 56
Universal containers uses a legacy system to receive and handle Level 1 service requests, and Salesforce service Cloud for Level2 requests and above, Cases will be pushed from the legacy system to Service Cloud by a nightly batch process. Once the cases are closed in SF, the case needs to be updated in the legacy system as soon as possible.How should the Technical Architect recommend that case status be updated in the legacy system?

  • A. Use Apex callout to send case status from Salesforce to the legacy system.
  • B. Write an Apex web service returning case status, to be called from the legacy system.
  • C. use Outbound messages to send status updates from Salesforce to the legacy system.
  • D. Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals.

正解: C

 

質問 57
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. Utilize protected custom settings to store the username/password of the web service end point.
  • C. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
  • D. Utilize named credentials to store the username/password of the web service end post.

正解: B,D

 

質問 58
What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce?Choose 2 Answers

  • A. Canvas can provide authorization information via the signed Request.
  • B. Canvas endpoint URLs can be dynamically changed via a Lifecycle Handler.
  • C. The canvas SDK can be used to make an external systems UI look like Salesforce.
  • D. Canvas can send data to an external system asynchronously.

正解: A,B

 

質問 59
What are two benefits an Integration Architect should consider when recommending web-to-lead?Choose 2 answers

  • A. Web-to-Lead requests have their own limits separate from other APIs.
  • 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 can be utilized for Lead data migrations.

正解: A,C

 

質問 60
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 client- side calls out to the other systems.
  • B. An iFrame embedding a custom .Net application that displays data from the other systems.
  • C. A middleware orchestration to continuously persist data from other systems into Salesforce.
  • D. Acustom visualforce page with a controller thats calls-out to the other systems.

正解: B,D

 

質問 61
......

100%合格保証付きの素晴らしいMobile-Solutions-Architecture-Designer試験問題PDF:https://www.goshiken.com/Salesforce/Mobile-Solutions-Architecture-Designer-mondaishu.html

Mobile-Solutions-Architecture-Designer問題集で2022年最新のSalesforce試験問題:https://drive.google.com/open?id=1Ytdh1_-8a_iH7zUopF_TzyLOAnfP1DkE