
Practice Mobile-Solutions-Architecture-Designer Questions With Certification guide Q&A from Training Expert Actual4Exams
Free Salesforce Mobile-Solutions-Architecture-Designer Test Practice Test Questions Exam Dumps
NEW QUESTION # 33
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. Regression Testing
- B. Performance testing
- C. user Acceptance Testing
- D. Unit Testing
Answer: B,C
NEW QUESTION # 34
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 an Apex class to perform the REST callout asynchronously.
- D. use the REST API with the content-Type headerset to "JSON."
Answer: C
NEW QUESTION # 35
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. Middleware
- B. APEX Callout
- C. APEX Batch
- D. Outbound messaging
Answer: A
NEW QUESTION # 36
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. Exceeding Governor Limits.
- B. Duplicate messages
- C. Orphaned Requests
- D. Out-of-order delivery.
Answer: A,B
NEW QUESTION # 37
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 outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
- C. Use the Bulk API UPDATE or UPSERT records more efficiently.
- 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,C,E
NEW QUESTION # 38
Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must alsobe sent along with Opportunities.
The ERP system supports only SOAP- based messages for receiving orders. What limitation of outbound messages might present a problem in this scenario?
- A. Outbound messaging does not support SOAP
- B. Outbound messaging cannot be made secure
- C. Outbound messaging does not support multiple objects
- D. Outbound messaging does not offer any reliability.
Answer: C
NEW QUESTION # 39
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 Developer Pro 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 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: B
NEW QUESTION # 40
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. Manually consume data into the consumer org.
- D. Share reports and dashboards between Salesforce orgs.
- E. Automatically publish data from the publisher org.
Answer: B,C,E
NEW QUESTION # 41
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time.What statement is correct about the Salesforce APIs?
- A. Rest API supports oAuth
- B. REST API supports WS-Security.
- C. Enterprise WSDL supports WS-Security
- D. Enterprise WSDL minimizes payload size.
Answer: A
NEW QUESTION # 42
What are two reasons an existing custom field cannot be marked as External ID?Choose 2 answers
- A. Maximum number of fields of an object has been reached.
- B. Maximum number of skinny tables has been reached.
- C. Maximum number of External IDs allowed on an object has been reached,
- D. Maximum number of indexes allowed on an object has been reached.
Answer: C,D
NEW QUESTION # 43
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. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
- B. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
- C. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
- D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
Answer: B,D
NEW QUESTION # 44
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 authenticatesto Salesforce using Enterprise WSDL login().
- 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 authenticates to salesforce using oAuth.
- D. Use oAuth Which will pass their portal credentials to the chatter API.
Answer: C
NEW QUESTION # 45
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 t make sure that orders are being created only one time.
- B. Review the firewall logs to make sure that the outbound messages are being delivered.
- C. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
- D. Review the Enterprise Service Bus logs to make sure that successful orders arebeing acknowledged
- E. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
Answer: A,C,D
NEW QUESTION # 46
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. Unit TestingC .Regression Testing
- C. Performance Testing
Answer: A
NEW QUESTION # 47
What are three capabilities of Salesforce Lightning Connect?Choose 3 answers.
- A. Write triggers and workflows on external objects.
- B. Read from OData - Compliant data sources without APEX.
- C. Write SOQL queries on external object.
- D. Associate external object records to Salesforce Account records.
- E. Write to OData - Compliant data sources without APEX.
Answer: B,C,D
NEW QUESTION # 48
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 # 49
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. Salesforce Workbench
- C. Data Import Wizard
- D. Excel connector
Answer: A
NEW QUESTION # 50
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. Lightning connect
- B. Apex callout
- C. Custom Web tab
- D. Visualforce
Answer: C
NEW QUESTION # 51
......
Prepare Top Salesforce Mobile-Solutions-Architecture-Designer Exam Audio Study Guide Practice Questions Edition: https://torrentpdf.actual4exams.com/Mobile-Solutions-Architecture-Designer-real-braindumps.html