Ultimate Guide to Prepare Mobile-Solutions-Architecture-Designer Certification Exam for Salesforce Architect Exams in 2021 [Q18-Q42]

Share

Ultimate Guide to Prepare Mobile-Solutions-Architecture-Designer Certification Exam for Salesforce Architect Exams in 2021

Use Real Mobile-Solutions-Architecture-Designer Dumps - Salesforce Correct Answers updated on 2021

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

Answer: B

 

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

Answer: B

 

NEW QUESTION 20
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. Performance Testing
  • B. Unit Testing
    C .Regression Testing
  • C. User Acceptance Testing

Answer: C

 

NEW QUESTION 21
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 a nightly batch job to send customer information to ERP.
  • C. Write an outbound message to send order information to ERP.
  • D. Writean opportunity trigger to send order information to ERP.

Answer: D

 

NEW QUESTION 22
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 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 formula field for (first name+last name + street number) in universal containers org and use it as External ID.

Answer: A,B

 

NEW QUESTION 23
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 oAuth Username-Password flow to obtain an oAuth token.
  • B. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
  • C. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.
  • D. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.

Answer: D

 

NEW QUESTION 24
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 testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.
  • B. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • C. Users should be testing in a Partial Sandbox in order to replicate Production functionality and performance characteristics.
  • D. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.

Answer: A

 

NEW QUESTION 25
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

  • A. Canvas
  • B. Visualforce
  • C. Lightning Component
  • D. Custom Web Tab

Answer: A

 

NEW QUESTION 26
What are three capabilities of Salesforce outbound messaging?Choose 3 answers

  • A. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.
  • B. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
  • C. Provide a session ID as part of the outbound message.
  • D. Define a custom WSDL based upon an Apex Interface class definition.
  • E. Build integration components without the Use of APEX.

Answer: B,C,E

 

NEW QUESTION 27
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. Build all Integrations as nightly ETL batches to minimize real-time overhead.
  • B. Leverage Apex callouts to integrate directly with acquired applications.
  • C. Use custom Linksto direct users to the appropriate ERP system to view order status.
  • D. Use an ESB to abstract the Salesforce integration from other enterprise applications.

Answer: A

 

NEW QUESTION 28
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 continuous Integration process to identify issues earlier in the development process.
  • B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • C. Implement a Regression Testing policy to catch issues earlier in the development process.
  • D. Encourage code developers and integration developers to work in separate sandboxes.

Answer: A,B

 

NEW QUESTION 29
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 continuous Integration process to identify issues earlier in the development process.
  • B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • C. Implement a Regression Testing policy to catch issues earlier in the development process.
  • D. Encourage code developers and integration developers to work in separate sandboxes.

Answer: A,B

 

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

Answer: D

 

NEW QUESTION 31
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. Possibilityof hitting the daily limit for number of batches.
  • C. Possibility of failures due to record-locking errors.
  • D. Possibility of hitting the "Too many concurrent batches" limit.

Answer: A,C

 

NEW QUESTION 32
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. write an outbound message to receive orders from ERP system as they are created.
  • D. Build a scheduled ETL job to sync all customer order history in the orders object.

Answer: B

 

NEW QUESTION 33
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. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to 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: A

 

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

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

Answer: C

 

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

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

Answer: C,D

 

NEW QUESTION 36
What are three capabilities of Salesforce to Salesforce(S2S)?Choose 3 answers

  • A. Integrate data between Salesforce orgs via pre-built web service adapters.
  • B. Publish data from the publisher's Account object to the consumer's Customer__c object.
  • C. Share reports and dashboards between Salesforce orgs.
  • D. Manually consume data into the consumer org.
  • E. Automatically publish data from the publisher org.

Answer: B,D,E

 

NEW QUESTION 37
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 a trigger with an @future method to send customer Information to the external database
  • C. Write an outbound message to send customer Information to the external database.
  • D. Write a nightly batch synchronization to send customer information to the external database.

Answer: C

 

NEW QUESTION 38
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 a chatter API integration user which authenticates to salesforce using oAuth.
  • B. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • C. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
  • D. Use oAuth Which will pass their portal credentials to the chatter API.

Answer: A

 

NEW QUESTION 39
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.What could be the cause of this issue?

  • A. Data skew is causing record locking issues on the Oder Share object.
  • B. API limits being limited.
  • C. The trigger is failing Unit Tests that access the new data.
  • D. Record locking contention on the parent Account.

Answer: D

 

NEW QUESTION 40
What are two reasons an existing custom field cannot be marked as External ID?Choose 2 answers

  • A. Maximum number of skinny tables has been reached.
  • B. Maximum number of External IDs allowed on an object has been reached,
  • C. Maximum number of indexes allowed on an object has been reached.
  • D. Maximum number of fields of an object has been reached.

Answer: B,C

 

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

Answer: A,B,E

 

NEW QUESTION 42
......

Salesforce Architect Exams -Mobile-Solutions-Architecture-Designer Exam-Practice-Dumps: https://www.2pass4sure.com/Salesforce-Architect-Exams/Mobile-Solutions-Architecture-Designer-actual-exam-braindumps.html

Mobile-Solutions-Architecture-Designer Premium Files Test pdf - Free Dumps Collection: https://drive.google.com/open?id=1nd6xAxgQ7RxEJAlqe2kgzpM-7Zx0h1Kz