What is a recommended pattern that would minimize implementation time?

Universal Containers has a call center that would like to have a dashboard that updates in real time and shows information about phone calls that have been completed today (recorded in the Activity object). There are several teams in the call center, and each dashboard should only show calls from...

January 9, 2021 No Comments READ MORE +

Assuming that external web service response time can't be improved, what changes can be made to the custom Visaualforce page and Apex Controller to avoid hitting the Apex Concurrent limit?

Universal Containers has a custom Visualforce page that makes a callout to an external service to show historical sales data from the warehouse. Due to heavy usage and slow response time of the external web service, Salesforce continues to hit the Apex Concurrent limit. Assuming that external web service response...

January 8, 2021 No Comments READ MORE +

What is causing these complaints?

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 Partial Sandbox in order to...

January 8, 2021 No Comments READ MORE +

What integration pattern does this tool utilize?

Developers at Universal Containers have created a custom command-line tool to help with their application lifecycle management by allowing them to deploy metadata changes such as page layouts, custom labels, and list views to their org using the Metadata API. What integration pattern does this tool utilize?A . Request and...

January 8, 2021 No Comments READ MORE +

Which three stages should the Architect consider to reduce the security concerns for this Integration use case?

Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues. Which three stages should the Architect...

January 8, 2021 No Comments READ MORE +

Which two of the integration patterns below support such authentication?

Universal Containers would like to ensure that the server and client-side app's identity is mutually authenticated for all integrations. Which two of the integration patterns below support such authentication?A . Apex callout to the client-side app with the callout payload encrypted with custom Apex code.B . Outbound message received by...

January 8, 2021 No Comments READ MORE +

Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?

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...

January 8, 2021 No Comments READ MORE +

What is the recommended approach to achieve this?

Universal Containers (UC) is planning on a production release with a large data volume to be migrated to Salesforce from a back-office system. The incoming data is constantly being updated in the back-office system. UC would like to keep the data synchronized in near real-time in Salesforce. What is the...

January 7, 2021 No Comments READ MORE +

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

Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce? Choose 2 answersA . Bulk API with serial option.B . Standard API with parallel option.C . Bulk API with parallel option.D . Standard API with serial option.View AnswerAnswer: A,C

January 7, 2021 No Comments READ MORE +

What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?

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 TestingB . Unit TestingC . Regression TestingD . User Acceptance TestingView AnswerAnswer: C

January 7, 2021 No Comments READ MORE +