
Passing Salesforce Mobile-Solutions-Architecture-Designer Exam Using 2024 Practice Tests
Mobile-Solutions-Architecture-Designer Study Guide Brilliant Mobile-Solutions-Architecture-Designer Exam Dumps PDF
NEW QUESTION # 40
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. Build a custom Address object and a trigger that will validate the address against the object.
- C. Leverage an Appexchange application to validate addresses entered.
- D. Implement a VisualForce page that validates entered addresses against an API.
Answer: C,D
NEW QUESTION # 41
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. Write an outbound message to send product changes in real time from ERP.
- B. Use the streaming API to receive product changes in real time from ERP.
- C. Write a custom web service to accept product catalog changes from ERP.
- D. Build a scheduled ETL job to sync products on a nightly basis from ERP.
Answer: D
NEW QUESTION # 42
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality. What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?
- A. User Acceptance Testing
- B. Performance Testing
- C. Unit TestingC .Regression Testing
Answer: A
NEW QUESTION # 43
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?Choose 2 answers
- A. Whitelist the corporate IPS in Salesforce.
- B. Utilize two-way(mutual) SSL
- C. Whitelist Salesforce IPs on the firewall.
- D. Place the systems in aDMZ.
Answer: B,C
NEW QUESTION # 44
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. Middleware
- C. Process Builder
- D. Data Loader
Answer: B
NEW QUESTION # 45
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. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- B. Implement a Regression Testing policy to catch issues earlier in the development process.
- C. Encourage code developers and integration developers to work in separate sandboxes.
- D. Implement a continuous Integration process to identify issues earlier in the development process.
Answer: A,D
NEW QUESTION # 46
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 their own username/password with a shared integration 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 an Apex custom web service to filter the data appropriately.
- D. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.
Answer: B
NEW QUESTION # 47
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. SalesforceData Loader
- B. Data Import Wizard
- C. Salesforce Workbench
- D. Excel connector
Answer: A
NEW QUESTION # 48
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. Load the data into salesforce and then utilize the contact Duplicate Rule feature
- B. Utilize an off-platform de-duplication tool prior to loading.
- C. Create a de-duplication trigger before loading the data.
- D. Utilize a batch apex process to de-duplicate the data after loading.
Answer: B
NEW QUESTION # 49
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 visualforce page to send order information to ERP.
- B. Write an opportunity trigger to send order information to ERP.
- C. Write an outbound message to send order information to ERP.
- D. Write a nightly batch job to send customer information to ERP.
Answer: B
NEW QUESTION # 50
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. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
- C. Utilize named credentials to store the username/password of the web service end post.
- D. Utilize protected custom settings to store the username/password of the web service end point.
Answer: C,D
NEW QUESTION # 51
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. Create a web-tab in Salesforce directly to the legacy application.
- B. Migrate the legacy application to Heroku and Integrate the database.
- C. use the Streaming API to receive order updates in real time.
- D. Leverage canvas to display the legacy application within Salesforce.
Answer: D
NEW QUESTION # 52
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. Performance
- B. Bulkification
- C. Orchestration
- D. Logging
- E. Error Handling
Answer: C,D,E
NEW QUESTION # 53
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 the REST API to receive orders from the ERP system as they are created.
- B. write an outbound message to receive orders from ERP system as they are created.
- C. Build a scheduled ETL job to sync all customer order history in the orders object.
- D. Leverage Salesforce Lightning Connect to display order information in Salesforce.
Answer: A
NEW QUESTION # 54
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 has a limit on number of records shared between systems.
- B. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.
- C. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
- D. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
Answer: C
NEW QUESTION # 55
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. Orphaned Requests
- B. Out-of-order delivery.
- C. Exceeding Governor Limits.
- D. Duplicate messages
Answer: C,D
NEW QUESTION # 56
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. A middleware orchestration to continuously persist data from other systems into Salesforce.
- C. A custom visualforce page with a controller thats calls-out to the other systems.
- D. An iFrame embedding a custom .Net application that displays data from the other systems.
Answer: C,D
NEW QUESTION # 57
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 to authorize the portal to access the chatter API on behalf of the user.
- B. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
- C. Use oAuth Which will pass their portal credentials to the chatter API.
- D. Use a chatter API integration user which authenticates to salesforce using oAuth.
Answer: D
NEW QUESTION # 58
Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to "Max CPU time exceeded"errors which could be resolved with a Similar batch size.What are two risks involved with batch sizes that are too small?Choose 2 answers
- A. possibility of very long bulk job execution times
- B. Possibility of failures due to record-locking errors.
- C. Possibility of hitting the "Too many concurrent batches" limit.
- D. Possibilityof hitting the daily limit for number of batches.
Answer: A,B
NEW QUESTION # 59
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?
- A. Encrypt the data with a shared key before performing the Apex callout.
- B. Salesforce automatically secures all data transmissions to external systems.
- C. Base64 encode the data before performing the call out from Apex.
- D. Use platform Encryption to secure the data before transporting.
Answer: C
NEW QUESTION # 60
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. Utilize a 3rd-party SSO solution to authenticate the session.
- B. Include a secret passphrase in the payload that is a validated by the external system.
- C. Digitally sign the Payload using a private key trusted by the external system.
- D. Base64 encode the data to ensure untrusted 3rd parties don't see it.
Answer: D
NEW QUESTION # 61
......
Free Mobile-Solutions-Architecture-Designer Test Questions Real Practice Test Questions: https://www.realvalidexam.com/Mobile-Solutions-Architecture-Designer-real-exam-dumps.html
View Mobile-Solutions-Architecture-Designer Exam Question Dumps With Latest Demo: https://drive.google.com/open?id=107UEsVq0ds7nyEhgNliFS1i7QC57PGLS
