
Mobile-Solutions-Architecture-Designer exam questions for practice in 2022 Updated 87 Questions
Updated Jan-2022 Premium Mobile-Solutions-Architecture-Designer Exam Engine pdf - Download Free Updated 87 Questions
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. Actual4Labs 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.
NEW QUESTION 43
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 an outbound Message with the record's data.
- B. Use lightning connect to save the data to an external object.
- C. use the REST API with the content-Type headerset to "JSON."
- D. Use an Apex class to perform the REST callout asynchronously.
Answer: D
NEW QUESTION 44
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 the Enterprise Service Bus logs to make sure that successful orders arebeing acknowledged
- B. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
- 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 Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
Answer: A,D,E
NEW QUESTION 45
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 a custom object with an encrypted text field to store the username/password of the web service end point.
- 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: A,C
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. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
- C. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.
- D. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.
Answer: C
NEW QUESTION 47
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. Leverage the REST API to receive orders from the ERP system as they are created.
- C. Build a scheduled ETL job to sync all customer order history in the orders object.
- D. write an outbound message to receive orders from ERP system as they are created.
Answer: B
NEW QUESTION 48
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 a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
- B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
- C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
- D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
Answer: C
NEW QUESTION 49
Universal Containers has built an integration using the SOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users.What is a risk involved with this sort of integration?
- A. Reaching a logins per Day limit.
- B. Reaching an API call limit.
- C. Too many concurrent sessions
- D. Too many record-lock errors
Answer: B
NEW QUESTION 50
Universal Containers has a requirement to query all Account records within Salesforce that were updated in the last 24 hours and download those Accounts to their data warehouse on a nightly basis. They expect the volume of records to be between 500-1500 records per day.What three techniques should an Architect consider?Choose 3 answers
- A. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.
- B. Leverage a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.
- C. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.
- D. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
- E. Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.
Answer: A,D,E
NEW QUESTION 51
What are the three capabilities of the Bulk API? Choose 3 answers
- A. Process multiple batch jobs synchronously
- B. Monitorjob status via the API.
- C. process multiple batch jobs asynchronously
- D. Monitor job status via the Web UI.
- E. Roll back all transactions within a batch of 10000 records
Answer: B,C,D
NEW QUESTION 52
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. Apex callout to send quote requests from Salesforce to the legacy System.
- D. Trigger with an @Future method to send quoterequests to the legacy system.
Answer: C
NEW QUESTION 53
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. Contact Salesforce support to request that they turn off record locking on theProduct2 object.
- E. Store the Salesforce Product ID in the source system to eliminate the needfor External IDs and UPSERT API calls.
Answer: A,B,E
NEW QUESTION 54
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 Apex callout to push 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 Outbound messages to send orders from Universal Containers to Planetary shipping.
Answer: A
NEW QUESTION 55
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 cannot utilize publisher actions.
- D. They consume more API limits than SOAP or REST API
Answer: A,C
NEW QUESTION 56
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. Middleware
- C. Outbound messaging
- D. APEX Callout
Answer: B
NEW QUESTION 57
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. Digitally sign the Payload using a private key trusted by the external system.
- C. Include a secret passphrase in the payload that is a validated by the external system.
- D. Utilize a 3rd-party SSO solution to authenticate the session.
Answer: A
NEW QUESTION 58
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. Createa new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
- 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. 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.
Answer: B,D
NEW QUESTION 59
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. Acustom visualforce page with a controller thats calls-out to the other systems.
- B. A middleware orchestration to continuously persist data from other systems into Salesforce.
- C. An iFrame embedding a custom .Net application that displays data from the other systems.
- D. A custom Visualforce page with client- side calls out to the other systems.
Answer: A,C
NEW QUESTION 60
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. utilize the canvas SDK to perform the callouts.
- B. Set up Remote site settings for all domains that the client scripts communicate with.
- C. Ensure each javascript resource communicates only with its origin.
- D. Setup CORS to whitelist all domains that the client scripts communicate with.
Answer: B,D
NEW QUESTION 61
What are three capabilities of Salesforce Lightning Connect?Choose 3 answers.
- A. Associate external object records to Salesforce Account records.
- B. Write to OData - Compliant data sources without APEX.
- C. Write SOQL queries on external object.
- D. Write triggers and workflows on external objects.
- E. Read from OData - Compliant data sources without APEX.
Answer: A,C,E
NEW QUESTION 62
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 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. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
- C. 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.
- D. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
Answer: A,C
NEW QUESTION 63
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. Visualforce
- B. Lightning connect
- C. Apex callout
- D. Custom Web tab
Answer: D
NEW QUESTION 64
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 testingin a Partial Sandbox in order to replicate Production functionality and performance characteristics.
- B. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.
- C. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.
- D. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
Answer: B
NEW QUESTION 65
A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation.What approach should an architect recommend that conserves API limits?
- A. Use the SOAP API to upsert the data. The API will then return all opportunity details.
- B. Use a custom Apex class with a webservice method that performs both actions.
- C. Use a publisher action to update the data and callback to the other system.
- D. Use the generic streaming API to publish changes and listen for updates.
Answer: B
NEW QUESTION 66
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 Regression Testing policy to catch issues earlier in the development process.
- B. Encourage code developers and integration developers to work in separate sandboxes.
- 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 67
......
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%
Authentic Mobile-Solutions-Architecture-Designer Dumps With 100% Passing Rate Practice Tests Dumps: https://www.actual4labs.com/Salesforce/Mobile-Solutions-Architecture-Designer-actual-exam-dumps.html