Salesforce Mobile-Solutions-Architecture-Designer Exam Dumps - PDF Questions and Testing Engine [Q13-Q36]

Share

Salesforce Mobile-Solutions-Architecture-Designer Exam Dumps - PDF Questions and Testing Engine

Latest Mobile-Solutions-Architecture-Designer Exam Dumps for Pass Guaranteed


How much Mobile-Solutions-Architecture-Designer Exam Cost

The price of the Salesforce Mobile-Solutions-Architecture-Designer Exam is $400 USD.

 

NEW QUESTION 13
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 14
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 15
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 an ETL tool to join multiple sources and load them into a single data set.
  • B. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
  • C. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
  • D. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.

Answer: A

 

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

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

Answer: C

 

NEW QUESTION 17
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 18
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.Which two integration designs should the architect consider?Choose 2 answers

  • A. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
  • B. Utilize workflow outbound messaging, which has a built-in queuing framework.
  • C. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
  • D. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.

Answer: B,D

 

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

Answer: A,B,E

 

NEW QUESTION 20
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production.How can Universal Containers achieve the requirement?

  • A. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
  • B. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
  • C. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
  • D. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.

Answer: C

 

NEW QUESTION 21
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 taken offline 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 a Technical 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 the Product2 object.
  • E. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.

Answer: A,B,E

 

NEW QUESTION 22
Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce as cases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts.After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts?Choose 2 answers

  • A. No change to API options, and move the trigger code into a future method.
  • B. Bulk API with parallel option and batch size 100, and no code changes.
  • C. Bulk API with serial option and batch size 100, and no code changes
  • D. No change to API options, and move the trigger code into a Queuetable apex

Answer: A,B

 

NEW QUESTION 23
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 24
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

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

Answer: D

 

NEW QUESTION 25
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 26
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 a batch apex process to de-duplicate the data after loading.
  • C. Create a de-duplication trigger before loading the data.
  • D. Utilize an off-platform de-duplication tool prior to loading.

Answer: D

 

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

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

Answer: C,D

 

NEW QUESTION 28
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 29
Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release thearchitect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration. What two actions should the architect take to ensure the new object will be available to the financial system integration?
Choose 2 answers

  • A. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • B. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
  • C. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • D. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects

Answer: B,C

 

NEW QUESTION 30
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?Choose 2 answers

  • A. Standard API with serial option.
  • B. Bulk API with parallel option.
  • C. Standard API with parallel option.
  • D. Bulk API with serial option.

Answer: B,D

 

NEW QUESTION 31
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 32
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 33
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 34
Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data.Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?Choose 2 answers

  • A. user Acceptance Testing
  • B. Regression Testing
  • C. Unit Testing
  • D. Performance testing

Answer: A,D

 

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

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

Answer: B,D,E

 

NEW QUESTION 36
......


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

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

Salesforce Mobile-Solutions-Architecture-Designer Exam

Salesforce Mobile-Solutions-Architecture-Designer Exam is related to Salesforce Certified Mobile Solutions Architecture Designer Certification. This exam validates the Candidate ability to assess customer mobile architecture and design secure, high-performance mobile solutions while leveraging the Lightning Mobile Platform and SDKs. It also deals with the ability to articulate technical mobile solutions to technical stakeholders and provide mobile solutions across a variety of devices and degrees of connectivity.

 

Reliable Salesforce Architect Exams Mobile-Solutions-Architecture-Designer Dumps PDF Dec 01, 2021 Recently Updated Questions: https://www.actualtestsquiz.com/Mobile-Solutions-Architecture-Designer-test-torrent.html