Get Dec-2024 updated Exam Mobile-Solutions-Architecture-Designer Dumps with New Questions [Q27-Q50]

Share

Get Dec-2024 updated Exam Mobile-Solutions-Architecture-Designer Dumps with New Questions

100% Pass Guarantee for Mobile-Solutions-Architecture-Designer Exam Dumps with Actual Exam Questions


Salesforce Certified Mobile Solutions Architecture Designer exam is a challenging certification that requires a deep understanding of the Salesforce platform and its mobile capabilities. Salesforce Certified Mobile Solutions Architecture Designer certification is highly valued in the industry and can help professionals to demonstrate their expertise and increase their career opportunities. Additionally, this certification can help organizations to identify skilled professionals who can design and implement mobile solutions that meet their business needs. By earning the Salesforce Mobile-Solutions-Architecture-Designer certification, professionals can enhance their credibility, gain recognition, and advance their careers in the field of mobile app development.

 

NEW QUESTION # 27
Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy.What technology should an Architect recommend in order to minimize Salesforce code customizations?

  • A. Canvas
  • B. Process Builder
  • C. Data Loader
  • D. Middleware

Answer: D


NEW QUESTION # 28
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. Write a trigger with an @future callout that validates addresses against an API.
  • B. Leverage an Appexchange application to validate addresses entered.
  • C. Build a custom Address object and a trigger that will validate the address against the object.
  • D. Implement a VisualForce page that validates entered addresses against an API.

Answer: B,D


NEW QUESTION # 29
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 Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
  • B. Review the Enterprise Service Bus logs to make sure that successful orders arebeing acknowledged
  • C. Review the firewall logs to make sure that the outbound messages are being delivered.
  • D. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
  • E. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.

Answer: A,B,D


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

Answer: B


NEW QUESTION # 31
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. An iFrame embedding a custom .Net application that displays data from the other systems.
  • C. A custom visualforce page with a controller thats calls-out to the other systems.
  • D. A custom Visualforce page with client- side calls out to the other systems.

Answer: B,C


NEW QUESTION # 32
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 require unit and functional testing
  • B. They cannot be built or maintained declaratively
  • C. They cannot utilize publisher actions.
  • D. They consume more API limits than SOAP or REST API

Answer: B,C


NEW QUESTION # 33
Universal Containers acquiresplanetary shipping and decides to migrate all customercontacts 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 an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
  • B. 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.
  • C. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
  • D. Createa new formula field for (first name+last name + street number) in universal containers org and use it as External ID.

Answer: A,B


NEW QUESTION # 34
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

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

Answer: C


NEW QUESTION # 35
What are three capabilities of Salesforce Lightning Connect?Choose 3 answers.

  • A. Write to OData - Compliant data sources without APEX.
  • B. Associate external object records to Salesforce Account records.
  • C. Write triggers and workflows on external objects.
  • D. Read from OData - Compliant data sources without APEX.
  • E. Write SOQL queries on external object.

Answer: B,D,E


NEW QUESTION # 36
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 serial option.
  • C. Bulk API with serial option.
  • D. Standard API with parallel option.

Answer: A,C


NEW QUESTION # 37
What are two scenarios that utilize the chatter REST API?Choose 2 answers

  • A. When uploading large files.
  • B. When integrating chatter into custom mobile apps.
  • C. When posting status updates to social media.
  • D. When migrating Opportunity data.

Answer: B,C


NEW QUESTION # 38
In order to avoid slowing down inbound call center 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. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
  • B. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
  • C. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
  • D. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.

Answer: B


NEW QUESTION # 39
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?

  • A. Implement two way (or mutual) SSL certificates.
  • B. Use a pre-shared key in a query parameter.
  • C. Encrypt the Payload with a shared key.
  • D. Utilize CA - signed certificates on the host.

Answer: D


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

Answer: A,D


NEW QUESTION # 41
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. Base64 encode the data to ensure untrusted 3rd parties don't see it.
  • B. Utilize a 3rd-party SSO solution to authenticate the session.
  • C. Digitally sign the Payload using a private key trusted by the external system.
  • D. Include a secret passphrase in the payload that is a validated by the external system.

Answer: A


NEW QUESTION # 42
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 the Enterprise WSDL login() operation to obtain a new session ID.
  • D. Utilize the session ID contained within the outbound message notification as the authorization header.
  • E. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.

Answer: B,C,D


NEW QUESTION # 43
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. Build a scheduled ETL job to sync all customer order history in the orders object.
  • B. Leverage the REST API to receive orders from the ERP system as they are created.
  • C. write an outbound message to receive orders from ERP system as they are created.
  • D. Leverage Salesforce Lightning Connect to display order information in Salesforce.

Answer: B


NEW QUESTION # 44
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. Pre-process the data to avoid the need for workflow rules or triggers
  • B. Use the Bulk API UPDATE or UPSERT records more efficiently.
  • C. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
  • D. Store the Salesforce Product ID in the source system to eliminate the needfor External IDs and UPSERT API calls.
  • E. Contact Salesforce support to request that they turn off record locking on theProduct2 object.

Answer: A,B,D


NEW QUESTION # 45
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. Lightning connect
  • B. Apex callout
  • C. Visualforce
  • D. Custom Web tab

Answer: D


NEW QUESTION # 46
Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing.
They identified one org that would act as a gateway to receive all the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution.What limitation of Salesforce-to-Salesforce must be considered to ensure searchless two-way integration?

  • A. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.
  • B. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
  • C. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
  • D. Salesforce-to-Salesforce has a limit on number of records shared between systems.

Answer: B


NEW QUESTION # 47
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. Migrate the legacy application to Heroku and Integrate the database.
  • B. Leverage canvas to display the legacy application within Salesforce.
  • C. Create a web-tab in Salesforce directly to the legacy application.
  • D. use the Streaming API to receive order updates in real time.

Answer: B


NEW QUESTION # 48
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 canvas application to render the data warehouse data from within 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 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce

Answer: A,B


NEW QUESTION # 49
What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce?Choose 2 Answers

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

Answer: A,B


NEW QUESTION # 50
......

Mobile-Solutions-Architecture-Designer exam dumps with real Salesforce questions and answers: https://www.itcertmagic.com/Salesforce/real-Mobile-Solutions-Architecture-Designer-exam-prep-dumps.html

Today Updated Mobile-Solutions-Architecture-Designer Exam Dumps Actual Questions: https://drive.google.com/open?id=194dOHXjgixLackUYp0s_9LzYnahMJFrp