Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Salesforce Mobile-Solutions-Architecture-Designer Practice Test Pdf Exam Material [Q29-Q54]

Share

Salesforce Mobile-Solutions-Architecture-Designer Practice Test Pdf Exam Material

Mobile-Solutions-Architecture-Designer Answers Mobile-Solutions-Architecture-Designer Free Demo Are Based On The Real Exam


What is the duration of the Mobile-Solutions-Architecture-Designer Exam

  • Number of Questions: 60
  • Length of Examination: 120 minutes
  • Format: Multiple choices, multiple answers
  • Passing Score: 68%

Certification Path

There is no prerequisite for this exam.

 

NEW QUESTION 29
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 outbound Message with the record's data.
  • C. Use lightning connect to save the data to an external object.
  • D. Use an Apex class to perform the REST callout asynchronously.

Answer: D

 

NEW QUESTION 30
What are two benefits of named credentials?Choose 2 answers

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

Answer: C,D

 

NEW QUESTION 31
Universal Containers has just purchased large volume of contact data from an external vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts.What should an Architect recommend to prevent data duplication in salesforce?

  • A. Create a de-duplication trigger before loading the data.
  • B. Load the data into salesforce and then utilize the contact Duplicate Rule feature
  • C. Utilize a batch apex process to de-duplicate the data after loading.
  • D. Utilize an off-platform de-duplication tool prior to loading.

Answer: D

 

NEW QUESTION 32
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 33
Universal Containers has an 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 green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.Which two steps should the Technical Architect should recommend?Choose 2 answers

  • A. Implements a regression testing policy to detect issues following development.
  • B. Review the Salesforce data model and Validation rules and modify the integration as necessary.
  • C. Ask the ERP report designers to redesign the report to provide properly formatted data.
  • D. Use SOAP headers to turn off validation rules and triggers during the integration.

Answer: A,B

 

NEW QUESTION 34
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 class with webservice methods that implement the SMTP protocol.
  • B. Custom InboundEmailHandler to process the messages.
  • C. Custom Apex batch job to check for SMTP messages.
  • D. Lightning connect with an oData/SMTP interchange.

Answer: A

 

NEW QUESTION 35
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.

Answer: B

 

NEW QUESTION 36
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 37
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. Orchestration
  • B. Error Handling
  • C. Performance
  • D. Bulkification
  • E. Logging

Answer: A,B,E

 

NEW QUESTION 38
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 39
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 formula field for (first name+last name + street number) in universal containers org and use 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 text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.

Answer: B,D

 

NEW QUESTION 40
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 named credentials to store the username/password of the web service end post.
  • C. Utilize protected custom settings 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.

Answer: B,C

 

NEW QUESTION 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. Build a scheduled ETL job to sync products on a nightly basis from ERP.
  • D. Write a custom web service to accept product catalog changes from ERP.

Answer: C

 

NEW QUESTION 42
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 43
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 supports WS-Security
  • C. Enterprise WSDL minimizes payload size.
  • D. REST API supports WS-Security.

Answer: A

 

NEW QUESTION 44
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. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
  • C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
  • D. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.

Answer: D

 

NEW QUESTION 45
An insurance company decides to build an online portalusing 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. Outbound message 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 quoterequests to the legacy system.
  • D. Apex callout to send quote requests from Salesforce to the legacy System.

Answer: D

 

NEW QUESTION 46
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 47
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. Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals.
  • C. Write an Apex web service returning case status, to be called from the legacy system.
  • D. use Outbound messages to send status updates from Salesforce to the legacy system.

Answer: D

 

NEW QUESTION 48
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. Out-of-order delivery.
  • B. Exceeding Governor Limits.
  • C. Duplicate messages
  • D. Orphaned Requests

Answer: B,C

 

NEW QUESTION 49
Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?

  • A. Workbench
  • B. Force.com SOAP Explorer
  • C. Data Loader
  • D. Metadata audit trail

Answer: A

 

NEW QUESTION 50
Which two automated methods should an architect use to solve an issue with duplicate contacts?Choose 2 answers

  • A. Leverage an AppExchange data management toolto de-duplicate contacts.
  • B. Enable duplicate management in the org to prevent duplicates.
  • C. Assign new contacts to queues to be reviewed by a data quality team.
  • D. Write a Batch Apex class to manage the deduplication

Answer: A,B

 

NEW QUESTION 51
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. Utilizelightning connect with custom ApexAdapter to provided CRUD access to the data warehouse
  • B. Utilize a 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce
  • 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

Answer: A,D

 

NEW QUESTION 52
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 53
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.

Answer: B,D

 

NEW QUESTION 54
......


How to study the Mobile-Solutions-Architecture-Designer Exam

There are two main types of resources for preparation of certification exams first there are the study guides and the books that are detailed and suitable for building knowledge from ground up then there are video tutorial and lectures that can somehow ease the pain of through study and are comparatively less boring for some candidates yet these demand time and concentration from the learner. Smart Candidates who want to build a solid foundation in all exam topics and related technologies usually combine video lectures with study guides to reap the benefits of both but there is one crucial preparation tool as often overlooked by most candidates the practice exams. Practice exams are built to make students comfortable with the real exam environment. Statistics have shown that most students fail not due to that preparation but due to exam anxiety the fear of the unknown. ValidExam expert team recommends you to prepare some notes on these topics along with it don’t forget to practice Salesforce Mobile-Solutions-Architecture-Designer dumps which been written by our expert team, Both these will help you a lot to clear this exam with good marks.

 

Mobile-Solutions-Architecture-Designer [Jan-2022] Newly Released] Exam Questions For You To Pass: https://www.validexam.com/Mobile-Solutions-Architecture-Designer-latest-dumps.html