
[2022年01月]更新のMobile-Solutions-Architecture-Designer問題集で時間限定!無料アクセスせよ!
Mobile-Solutions-Architecture-Designer問題集で2022年最新のSalesforce Mobile-Solutions-Architecture-Designer試験問題
質問 26
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.What could be the cause of this issue?
- A. API limits being limited.
- B. Data skew is causing record locking issues on the Oder Share object.
- C. Record locking contention on the parent Account.
- D. The trigger is failing Unit Tests that access the new data.
正解: C
質問 27
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time.What statement is correct about the Salesforce APIs?
- A. Rest API supports oAuth
- B. Enterprise WSDL minimizes payload size.
- C. Enterprise WSDL supports WS-Security
- D. REST API supports WS-Security.
正解: A
質問 28
Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware.Which three considerations should an Architect bring up to the CIO?Choose 3 answers
- A. Error Handling
- B. Orchestration
- C. Performance
- D. Logging
- E. Bulkification
正解: A,B,D
質問 29
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 middleware orchestration to continuously persist data from other systems into Salesforce.
- B. A custom Visualforce page with client- side calls out to the other systems.
- C. An iFrame embedding a custom .Net application that displays data from the other systems.
- D. A custom visualforce page with a controller thats calls-out to the other systems.
正解: C,D
質問 30
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. Write a trigger with an @future callout that validates addresses against an API.
- C. Build a custom Address object and a trigger that will validate the address against the object.
- D. Leverage an Appexchange application to validate addresses entered.
正解: A,D
質問 31
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. Enable WS-security for the web services made between Salesforce and the accounting system.
- B. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
- C. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.
- D. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
- E. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
正解: A,D,E
質問 32
Universal containers has a simple co -premise web app that is unauthenticated.What capability should an integration Architect recommend to make the app accessible from within Salesforce?
- A. Apex callout
- B. Custom Web tab
- C. Visualforce
- D. Lightning connect
正解: B
質問 33
In which three ways can production data be moved into a sandbox for testing purpose?
- A. use the Apex Data Loader.
- B. Request a Snapshot from Support
- C. Use the metadata API.
- D. Refresh a Copy Sandbox.
- E. Refresh a Full Sandbox.
正解: A,D,E
質問 34
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.What integration pattern should an architect recommend to ensure minimal throwaway code?
- A. Apex batch Processing
- B. Web Mashup
- C. point-to-point
- D. MiddleWare
正解: D
質問 35
What are three capabilities of Salesforce outbound messaging?Choose 3 answers
- A. Build integration components without the Use of APEX.
- B. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.
- C. Provide a session ID as part of the outbound message.
- D. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
- E. Define a custom WSDL based upon an Apex Interface class definition.
正解: A,C,D
質問 36
Universal Containers has an Outbound messaging-Based integration that posts closed opportunities to an ERP system for fulfillment in 1% of the test cases, the integration creates multiple orders for a closed opportunity.Which three steps should a Technical Architect take to diagnose the issue?Choose 3 answers
- A. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
- B. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged
- C. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
- D. Review the firewall logs to make sure that the outbound messages are being delivered.
- E. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
正解: B,C,E
質問 37
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 oAuth to authorize the portal to access the chatter API on behalf of the user.
- C. Use a chatter API integrationuser which authenticates to salesforce using oAuth.
- D. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
正解: C
質問 38
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. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- C. Use custom Linksto direct users to the appropriate ERP system to view order status.
- D. Leverage Apex callouts to integrate directly with acquired applications.
正解: B
質問 39
Universal containers is implementing Salesforce for the first time. As part of the implementation, approximately 10 Million contact records need to be migrated into the new environment. What tool should an architect recommend?
- A. Data Import Wizard
- B. SalesforceData Loader
- C. Salesforce Workbench
- D. Excel connector
正解: B
質問 40
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 nightly batch job to send customer information to ERP.
- B. Write an opportunity trigger to send order information to ERP.
- C. Write a visualforce page to send order information to ERP.
- D. Write an outbound message to send order information to ERP.
正解: B
質問 41
Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations.
What Salesforce platform capability should an Integration Architect consider?
- A. Custom Apex batch job to check for SMTP messages.
- B. Lightning connect with an oData/SMTP interchange.
- C. Custom InboundEmailHandler to process the messages.
- D. Custom Apex class with webservice methods that implement the SMTP protocol.
正解: D
質問 42
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. Write an outbound message to send product changes in real time from ERP.
- D. Build a scheduled ETL job to sync products on a nightly basis from ERP.
正解: D
質問 43
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. Contact Salesforce support to request that they turn off record locking on the Product2 object.
- B. Pre-process the data to avoid the need for workflow rules or triggers
- C. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
- D. Use the Bulk API UPDATE or UPSERT records more efficiently.
- E. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
正解: B,D,E
質問 44
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. use the Streaming API to receive order updates in real time.
- B. Leverage canvas to display the legacy application within Salesforce.
- C. Create a web-tab in Salesforce directly to the legacy application.
- D. Migrate the legacy application to Heroku and Integrate the database.
正解: B
質問 45
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 Full 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 testingin a Partial Sandbox in order to replicate Production functionality and performance characteristics.
- D. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
正解: A
質問 46
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 middleware orchestration to continuously persist data from other systems into Salesforce.
- B. A custom Visualforce page with client- side calls out to the other systems.
- C. An iFrame embedding a custom .Net application that displays data from the other systems.
- D. Acustom visualforce page with a controller thats calls-out to the other systems.
正解: C,D
質問 47
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 named credentials to store the username/password of the web service end post.
- B. Utilize protected custom settings to store the username/password of the web service end point.
- C. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.
- D. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
正解: A,B
質問 48
......
Salesforce Mobile-Solutions-Architecture-Designer試験実践テスト問題:https://jp.fast2test.com/Mobile-Solutions-Architecture-Designer-premium-file.html