Universal Containers (UC) has a complex system landscape and is implementing a data governance program for the first time Which two first steps would be appropriate for UC to initiate an assessment of data architecture? Choose 2 answers
A. Engage with IT program managers to assess current velocity of projects in the pipeline.
B. Engage with database administrators to assess current database performance metrics.
C. Engage with executive sponsorship to assess enterprise data strategy and goals.
D. Engage with business units and IT to assess current operational systems and data models.
Universal Containers (UC) has built a custom application on Salesforce to help track shipments around the world. A majority of the shipping records are stored on premise in an external data source. UC needs shipment details to be exposed to the custom application, and the data needs to be accessible in real time. The external data source is not OData enabled, and UC does not own a middleware tool.
Which Salesforce Connect procedure should a data architect use to ensure UC's requirements are met?
A. Write an Apex class that makes a REST callout to the external API.
B. Develop a process that calls an inviable web service method.
C. Migrate the data to Heroku and register Postgres as a data source.
D. Write a custom adapter with the Apex Connector Framework.
Universal Containers (UC) has lead assignment rules to assign leads to owners. Leads not routed by assignment rules are assigned to a dummy user. Sales rep are complaining of high load times and issues with accessing leads assigned to the dummy user.
What should a data architect recommend to solve these performance issues?
A. Assign dummy user last role in role hierarchy
B. Create multiple dummy user and assign leads to them
C. Assign dummy user to highest role in role hierarchy
D. Periodically delete leads to reduce number of leads
Universal Containers would like to have a Service-Level Agreement (SLA) of 1 day for any data loss due to unintentional or malicious updates of records in Salesforce. What approach should be suggested to address this requirement?
A. Build a daily extract job and extract data to on-premise systems for long-term backup and archival purposes.
B. Schedule a Weekly Extract Service for key objects and extract data in XL sheets to on- premise systems.
C. Store all data in shadow custom objects on any updates and deletes, and extract them as needed .
D. Evaluate a third-party AppExchange app, such as OwnBackup or Spanning, etc., for backup and archival purposes.
Northern Trail Outfitters (NTO) has an external product master system that syncs product and pricing information with Salesforce. Users have been complaining that they are seeing discrepancies in product and pricing information displayed on the NTO website and Salesforce.
As a data architect, which action is recommended to avoid data sync issues?
A. Build a custom integration for two-way sync of product and pricing information between product master to Salesforce.
B. Build a custom integration for one-way sync of product and pricing information from product master to Salesforce.
C. Implement a manual process to update the products from an extract from the products master on a weekly basis.
D. Use the Customer 360 data manager to sync product and pricing information from product master database to Salesforce.
UC migrating 100,000 Accounts from an enterprise resource planning (ERP) to salesforce and is concerned about ownership skew and performance.
Which 3 recommendations should a data architect provide to prevent ownership skew?
Choose 3 answers:
A. Assigned a default user as owner of accounts, and assign role in hierarchy.
B. Keep users out of public groups that can be used as the source for sharing rules.
C. Assign a default user as owner of account and do not assign any role to default user.
D. Assign "view all" permission on profile to give access to account.
E. Assign a default user as owner of accounts and assigned top most role in hierarchy.
Universals Containers' system administrators have been complaining that they are not able to make changes to its users' record, including moving them to new territories without getting "unable to lock row" errors. This is causing the system admins to spend hours updating user records every day.
What should the data architect do to prevent the error?
A. Reduce number of users updated concurrently.
B. Enable granular locking.
C. Analyze Splunk query to spot offending records.
D. Increase CPU for the Salesforce org.
Northern Trail Outfitters (NTO) has a variety of customers that include householder, businesses, and individuals.
The following conditions exist within its system:
NTO has a total of five million customers.
Duplicate records exist, which is replicated across many systems, including Salesforce.
Given these conditions, there is a lack of consistent presentation and clear identification of a customer record.
Which three option should a data architect perform to resolve the issues with the customer data?
A. Create a unique global customer ID for each customer and store that in all system for referential identity.
B. Use Salesforce CDC to sync customer data cross all systems to keep customer record in sync.
C. Invest in data duplicate tool to de-dupe and merge duplicate records across all systems.
D. Duplicate customer records across the system and provide a two-way sync of data between the systems.
E. Create a customer master database external to Salesforce as a system of truth and sync the customer data with all systems.
NTO has 1 million customer records spanning 25 years. As part of its new SF project, NTO would like to create a master data management strategy to help preserve the history and relevance of its customer data.
Which 3 activities will be required to identify a successful master data management strategy? Choose 3 answers:
A. Identify data to be replicated
B. Create a data archive strategy
C. Define the systems of record for critical data
D. Install a data warehouse
E. Choose a Business Intelligence tool.
DreamHouse Realty has a Salesforce org that is used to manage Contacts.
What are two things an Architect should consider using to maintain data quality in this situation? (Choose two.)
A. Use the private sharing model.
B. Use Salesforce duplicate management.
C. Use validation rules on new record create and edit.
D. Use workflow to delete duplicate records.