Mobile-Solutions-Architecture-Designer Free Exam Questions & Answers PDF Updated on Jan-2022 [Q45-Q66]

Share

Mobile-Solutions-Architecture-Designer Free Exam Questions & Answers PDF Updated on Jan-2022

Latest Mobile-Solutions-Architecture-Designer Exam Dumps Recently Updated 87 Questions


Certification Path

There is no prerequisite for this exam.


Difficulty in writing Mobile-Solutions-Architecture-Designer Exam

Now, these days the significance of Salesforce Mobile-Solutions-Architecture-Designer is increasing day by day then the difficulty of passing Salesforce Mobile-Solutions-Architecture-Designer exam questions is also advancing. Candidates can only be passed Salesforce Mobile-Solutions-Architecture-Designer exam if they practice daily, prepare from quality preparation material and believe in yourself. This is always a tough task for the candidates to pass Salesforce Mobile-Solutions-Architecture-Designer exam because Salesforce Mobile-Solutions-Architecture-Designer exam syllabus has some tricky concepts and the candidates find it hard to understand these topics. To overcome these problems candidates should have to keep these points in mind. First of all look for some updated and in detailed exam preparation material. They will really help you in understanding the very small to the small concept of the Salesforce Mobile-Solutions-Architecture-Designer exam. The second point look for Salesforce experts helps, as they have the experience of the Salesforce Mobile-Solutions-Architecture-Designer exam and they can tell you the real exam scenario. The third point is candidates should practice from quality Salesforce Mobile-Solutions-Architecture-Designer exam practice tests. Actual4Exams provides you internationally recognized Salesforce Mobile-Solutions-Architecture-Designer dumps that will ensure hundred percent passing surety at the first attempt. These Salesforce Mobile-Solutions-Architecture-Designer questions answers have been made by Salesforce professionals and experts. The most important thing Actual4Exams also provides Salesforce Mobile-Solutions-Architecture-Designer practice test with updated and latest questions that will help candidates a lot from the prospect of preparation.

 

NEW QUESTION 45
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 46
What are two reasons an existing custom field cannot be marked as External ID?Choose 2 answers

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

Answer: A,C

 

NEW QUESTION 47
What are two scenarios that utilize the chatter REST API?Choose 2 answers

  • A. When migrating Opportunity data.
  • B. When integrating chatter into custom mobile apps.
  • C. When posting status updates to social media.
  • D. When uploading large files.

Answer: B,C

 

NEW QUESTION 48
What are two considerations to make when performing SOAP callouts from within Apex?Choose 2 answers

  • A. SOAP callouts cannot occur after any DML statements.
  • B. WSDL2Apex supports RPC-style SOAP callouts.
  • C. WSDL2Apex can be used to generate stub code.
  • D. SOAP callouts consume API limits.

Answer: A,C

 

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

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

Answer: C,D,E

 

NEW QUESTION 50
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.What integration pattern should an architect recommend to ensure minimal throwaway code?

  • A. Web Mashup
  • B. MiddleWare
  • C. point-to-point
  • D. Apex batch Processing

Answer: B

 

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

Answer: C

 

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

Answer: A

 

NEW QUESTION 53
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 a chatter API integrationuser which authenticates to salesforce using oAuth.
  • D. Use oAuth Which will pass their portal credentials to the chatter API.

Answer: C

 

NEW QUESTION 54
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 55
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 56
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 57
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. Use the Bulk API UPDATE or UPSERT records more efficiently.
  • B. Pre-process the data to avoid the need for workflow rules or triggers
  • C. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
  • D. Contact Salesforce support to request that they turn off record locking on the Product2 object.
  • E. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.

Answer: A,B,C

 

NEW QUESTION 58
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. Process Builder
  • C. Data Loader
  • D. Middleware

Answer: D

 

NEW QUESTION 59
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 60
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 61
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. Leverage canvas to display the legacy application within Salesforce.
  • B. Create a web-tab in Salesforce directly to the legacy application.
  • C. use the Streaming API to receive order updates in real time.
  • D. Migrate the legacy application to Heroku and Integrate the database.

Answer: A

 

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

 

NEW QUESTION 63
Universal Containers wishes to validate street addresses in Salesforce against their legacy Accounting system,Which is the system of record. Retrieving an Account record in this system takes 7-12 seconds per query, and the address must be validated as quickly as possible to ensure proper order processing.What integration pattern should an Architect suggest?

  • A. @Future method with an Apex callout.
  • B. Remote Invocation initiated by Middleware
  • C. Nightly batch validating records modified the previous day.
  • D. Outbound Message with a Callback.

Answer: D

 

NEW QUESTION 64
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 failures due to record-locking errors.
  • B. Possibilityof hitting the daily limit for number of batches.
  • C. possibility of very long bulk job execution times
  • D. Possibility of hitting the "Too many concurrent batches" limit.

Answer: A,C

 

NEW QUESTION 65
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. A custom visualforce page with a controller thats calls-out to the other systems.

Answer: B,D

 

NEW QUESTION 66
......

Salesforce Mobile-Solutions-Architecture-Designer Real 2022 Braindumps Mock Exam Dumps: https://www.actual4exams.com/Mobile-Solutions-Architecture-Designer-valid-dump.html