
[Nov 09, 2021] BraindumpsIT Mobile-Solutions-Architecture-Designer dumps & Salesforce Architect Exams sure practice dumps
Salesforce Mobile-Solutions-Architecture-Designer Actual Questions and Braindumps
Mobile-Solutions-Architecture-Designer Exam topics
Candidates must know the exam topics before they start of preparation. Because it will really help them in hitting the core. Our Salesforce Mobile-Solutions-Architecture-Designer dumps will include the following topics:
- Mobile Security 17%
- Mobile Strategy and Design 83%
NEW QUESTION 30
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.Which approach ensures compliance with the principal of least priviledge?
- A. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
- B. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
- C. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
- D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
Answer: B
NEW QUESTION 31
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.
Answer: B
NEW QUESTION 32
In which three ways can production data be moved into a sandbox for testing purpose?
- A. Request a Snapshot from Support
- B. Use the metadata API.
- C. Refresh a Full Sandbox.
- D. Refresh a Copy Sandbox.
- E. use the Apex Data Loader.
Answer: C,D,E
NEW QUESTION 33
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. 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 partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
Answer: A,B
NEW QUESTION 34
Universal Containers has a batch integration that runs every five minutes to load Shipment records related to existing orders that have been updated in the previous five minutes. the integration is not reporting any errors, but some Shipment records are not being loaded.What could be the problem?
- A. The Integration cannot find the parent orders for some Shipments.
- B. Error reporting is not enabled in Salesforce.
- C. The integration takes more than five minutes to run.
- D. The integration is causing UC to exceedits API limits
Answer: C
NEW QUESTION 35
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 Salesforce Lightning Connect to display order information in Salesforce.
- B. Build a scheduled ETL job to sync all customer order history in the orders object.
- C. write an outbound message to receive orders from ERP system as they are created.
- D. Leverage the REST API to receive orders from the ERP system as they are created.
Answer: D
NEW QUESTION 36
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 a shared integration username/password with a specific role/profile provisioned to the appropriate data.
- B. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.
- C. Provide each business partner their own username/password with a shared integration 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.
Answer: B
NEW QUESTION 37
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?Choose 2 answers
- A. They cannot be built or maintained declaratively
- B. They require unit and functional testing
- C. They consume more API limits than SOAP or REST API
- D. They cannot utilize publisher actions.
Answer: A,D
NEW QUESTION 38
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 supports RPC-style SOAP callouts.
- C. WSDL2Apex can be used to generate stub code.
- D. SOAP callouts consume API limits.
Answer: A,C
NEW QUESTION 39
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. Digitally sign the Payload using a private key trusted by the external system.
- B. Include a secret passphrase in the payload that is a validated by the external system.
- C. Base64 encode the data to ensure untrusted 3rd parties don't see it.
- D. Utilize a 3rd-party SSO solution to authenticate the session.
Answer: C
NEW QUESTION 40
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 Enterprise WSDL login() operation to obtain a session ID.
- B. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.
- C. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
- D. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.
Answer: D
NEW QUESTION 41
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 an ETL tool to load other data sets.
- B. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
- C. Use an ETL tool to join multiple sources and load them into a single data set.
- D. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
Answer: C
NEW QUESTION 42
Which two statements are correct about External ID?Choose 2 answers
- A. External IDs must be Text fields
- B. External IDs fields are always unique
- C. External IDs can be used to upsert records
- D. External IDs are always searchable
Answer: C,D
NEW QUESTION 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 takenoffline 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 aTechnical Architect make to resolve this issue?
Choose 3 answers
- A. Store the Salesforce Product ID in the source system to eliminate the needfor External IDs and UPSERT API calls.
- B. Use the Bulk API UPDATE or UPSERT records more efficiently.
- C. Pre-process the data to avoid the need for workflow rules or triggers
- D. Contact Salesforce support to request that they turn off record locking on theProduct2 object.
- E. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
Answer: A,B,C
NEW QUESTION 44
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. Encourage code developers and integration developers to work in separate sandboxes.
- B. Implement a Regression Testing policy to catch issues earlier in the development process.
- C. Implement a continuous Integration process to identify issues earlier in the development process.
- D. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
Answer: C,D
NEW QUESTION 45
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. Set up Remote site settings for all domains that the client scripts communicate with.
- B. utilize the canvas SDK to perform the callouts.
- C. Setup CORS to whitelist all domains that the client scripts communicate with.
- D. Ensure each javascript resource communicates only with its origin.
Answer: A,C
NEW QUESTION 46
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 salesforce-to-Salesforce integration between Universal containers and Planetary shipping
- B. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
- C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
- D. Use Apex callout to push orders from universal Containers to Planetary Shipping
Answer: A
NEW QUESTION 47
......
Latest Mobile-Solutions-Architecture-Designer Pass Guaranteed Exam Dumps with Accurate & Updated Questions: https://www.braindumpsit.com/Mobile-Solutions-Architecture-Designer_real-exam.html