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?
AUse the Customer 360 data manager to sync product and pricing information from product master database to Salesforce.
BImplement a manual process to update the products from an extract from the products master on a weekly basis.
CBuild a custom integration for one-way sync of product and pricing information from product master to Salesforce.
DBuild a custom integration for two-way sync of product and pricing information between product master to Salesforce.
Universal Containers is implementing Sales Cloud for patient management and would like to encrypt sensitive patient records being stored in files.
Which solution should a data architect recommend to solve this requirement?
AStore files outside of Salesforce and access them in real time.
BUse classic encryption to encrypt files.
CImplement a third-party AppExchange app to encrypt files.
DImplement Shield Platform Encryption to encrypt files.
Universal Containers (UC) has implemented a master data management strategy, which uses a central system of truth, to ensure the entire company has the same customer information in all systems. UC customer data changes need to be accurate at all times in all of the systems. Salesforce is the identified system of record for this information.
What is the correct solution for ensuring all systems using customer data are kept up to date?
ASend customer record changes from Salesforce to the system of truth in real time.
BSend customer data nightly to the system of truth in a scheduled batch job.
CSend customer record changes from Salesforce to each system in a nightly batch job.
DHave each system pull the record changes from Salesforce using change data capture.
Universal Containers is preparing to implement Sales Cloud and would like its users to have Read Only access to an Account record if they have access to its child Opportunity record.
How would a data architect implement this sharing requirement between objects?
AAdd appropriate users to the Account team.
BCreate a criteria-based sharing rule.
CImplicit sharing will automatically handle this with standard functionality.
DCreate an owner-based sharing rule.
Universal Containers is building a Salesforce application to track Contacts and the respective Conferences that they have attended with the following requirements:
Contacts will be stored in the standard Contact object.
Conferences will be stored in a custom Conference__c object.
Each Contact may attend multiple Conferences and each Conference may be related to multiple Contacts.
How should a data architect model the relationship between the Contact and Conference__c objects?
ACreate a master-detail relationship field on the Conference__c object.
BImplement a Contact Conference junction object with master-detail relationships to both Contact and Conference__c.
CCreate a lookup relationship field on the Contact object.
DCreate a master-detail relationship field on the Contact object.
Northern Trail Outfitters would like to report on the type of customers. A custom field for customer type was created in Account object. Users need to be limited to the following defined choices when entering information in this field:
High Value
Medium Value
Low Value
Which strategy should a data architect recommend to configure customer type?
AProvide help text to guide users with defined choices.
BCreate a validation rule to limit entry to defined choices.
CSingle-select restricted picklist with defined choices.
DLookup to a custom object with defined choices.
A large automobile company has implemented Salesforce for its sales associates. Leads flow from its website to Salesforce using a batch integration in Salesforce. The batch job converts the leads to Accounts in Salesforce. Customers visiting their retail stores are also created in Salesforce as Accounts.
The company has noticed a large number of duplicate Accounts in Salesforce. On analysis, it was found that certain customers could interact with its website and also visit the store. The sates associates use Global Search to search for customers in Salesforce before they create the customers.
Which option should a data architect choose to implement to avoid duplicates?
ALeverage duplicate rules in Salesforce to validate duplicates during the account creation process.
BBuild a custom search functionality that allows sales associates to search for customer in real time upon visiting their retail stores.
CImplement an MDM solution to validate the customer information before creating Accounts in Salesforce.
DDevelop an Apex class that searches for duplicates and removes them nightly.
Universal Containers (UC) has adopted Salesforce as its primary sales automation tool. UC has 100,000 customers with a growth rate of 10% a year. UC uses an on-premise web-based billing and invoice system that generates over 1 million invoices a year supporting a monthly billing cycle.
The UC sales team needs to be able to pull up a customer record and view their account status, invoice history, and open opportunities without navigating outside of Salesforce.
What should a data architect use to provide the sales team with the required functionality?
ACreate a custom object and migrate the last 12 months of invoice data into Salesforce so it can be displayed on the Account layout.
BCreate a visual force tab with the billing system encapsulated within an iframe.
CWrite an Apex callout and populate a related list to display on the account record.
DCreate a mashup page that will present the billing system records within Salesforce.
Universal Containers has a rollup summary field on account to calculate the number of contacts associated with an account. During the account load, Salesforce is throwing an "UNABLE_TO_LOCK_ROW" error.
Which solution should a data architect recommend to resolve the error?
ALeverage Data Loader's platform API to load data.
BPerform a batch job in parallel mode and reduce the batch size.
CDefer rollup summary field calculation during data migration.
DPerform a batch job in serial mode and reduce the batch size.
Universal Containers (UC) has implemented Sales Cloud for its entire sales organization. UC has built a custom object called Projects__c that stores customer project details and employee billable hours.
The following requirements are needed:
A subset of individuals from the finance team will need access to the Projects object for reporting and adjusting employee utilization.
The finance users will not need access to any sales objects, but they will need to interact with the custom object.
Which license type should a data architect recommend for the finance team that best meets the requirements?
AService Cloud
BLightning Platform Starter
CLightning Platform Plus
DSales Cloud
Universal Containers (UC) is migrating from an on-premise homegrown customer relationship management (CRM) system. During analysis, UC users highlight a pain point that there are multiple versions of many customers.
What should the data architect do for a successful migration to mitigate the pain point?
AStore the data in a staging database, and de-duplicate identical records.
BHire an intern manually de-duplicate the records after migrating to Salesforce.
CHave the users manually clean the data in the old system prior to migration.
DMigrate the data as is, and use Salesforce's de-duplicating feature.
Universal Containers (UC) has a Salesforce org with multiple automated processes defined for group membership processing. UC also has multiple admins on staff that perform manual adjustments to the role hierarchy. The automated tasks and manual tasks overlap daily, and UC is experiencing "lock errors" consistently.
What should a data architect recommend to mitigate these errors?
AEnable granular locking.
BEnable sharing recalculations.
CRemove SOQL statements from Apex Loops.
DAsk Salesforce support for additional CPU power.
A large retail company has recently chosen Salesforce as its CRM solution. They have the following record counts:
2,500,000 Accounts
25,000,000 Contacts
When doing an initial performance test, the data architect noticed an extremely slow response-time for reports and list views.
What should a data architect do to solve the performance issues?
ACreate a Skinny Table to represent Account and Contact objects.
BLimit data loading to the 2,000 most recently created records.
CLoad only data that the user is permitted to access.
DAdd Custom Indexes on frequently searched Account and Contact fields.
Universal Containers (UC) needs to aggregate monthly and yearly metrics using standard reports. UC's monthly and yearly details are stored in custom objects with four million monthly records and nine million yearly records. The reports are aggregating millions of records across the two objects and taking long time to return results.
What solution should a data architect recommend to improve report performance?
ALeverage big object to store data and run reports on it.
BDelete old data from Salesforce and run reports on it.
CCreate an aggregation custom object that summarized the monthly and yearly values.
DMove data out of Salesforce and run reporting on it.
Northern Trail Outfitters (NTO) needs to extract 50 million records from a custom object every day from its Salesforce org. NTO is facing query time-out issues while extracting these records.
What should a data architect recommend in order to get around the time-out issue?
AUse the Rest API to extract data as it automatically chunks records by 200.
BUse extract, transform, load (ETL) tool for extraction of records.
CUse a PK Chunking within the Bulk API.
DAsk Salesforce support to increase the query timeout value.
Universal Containers has a Sales Cloud implementation for a sales team and an enterprise resource planning (ERP) as a customer master. Sales teams are complaining about duplicate account records and data quality issues with account data.
Which solution should a data architect recommend to resolve the complaints?
ABuild a nightly sync job from ERP to Salesforce.
BBuild a nightly batch job to de-dupe data, and merge account records.
CImplement a de-dupe solution and establish account ownership in Salesforce.
DDo a bulk delete of all account records in Salesforce and a complete reload from the ERP.
United Containers (UC) has released a new disaster recovery (DR) policy that states that cloud solutions need a business continuity plan in place separate from the cloud provider's built-in data recovery solution.
Which solution should a data architect use to comply with the DR policy?
AUtilize an ETL tool to migrate data to an on-premise archival solution.
BWrite a custom batch job to extract data changes nightly, and store on an external protected system.
CLeverage a third-party tool that extracts Salesforce data/metadata, and stores the information in an external protected system.
DLeverage Salesforce weekly exports, and store data in flat files on a protected system.
Northern Trail Outfitters has decided that it is going to build a channel sales portal with the following requirements:
External resellers are able to authenticate to the portal with a login.
Lead data, Opportunity data, and Order data are available to authenticated users.
Authenticated users may need to run reports and dashboards.
There is no need for more than 10 custom objects or additional file storage.
Which Community Cloud license type should a data architect recommend to meet the portal requirements?
APartner Community
BCustomer Community Plus
CLightning External Apps Starter
DCustomer Community
Northern Trail Outfitters has these simple requirements for a data export process:
File format should be in CSV.
Process should be scheduled and run once per week.
The export should be configurable through the Salesforce UI.
Which tool should a data architect leverage to accomplish these requirements?
ABulk API
BThird-party ETL tool
CData export wizard
DData loader
Universal Containers (UC) is implementing Salesforce for lead management. UC procures lead data from multiple sources and would like to make sure lead data has company profile and location information.
Which solution should a data architect recommend to make sure lead data has both profile and location information?
ARun reports to identify records which do not have company profile and location data.
BLeverage external data providers to populate company profile and location data.
CAsk sales people to search for and populate company profile and location data.
DExport data out of Salesforce and send to another team to populate company profile and location data.
Northern Trail Outfitters (NTO) has recently implemented Salesforce to track opportunities across all their regions. NTO sales teams across all regions have historically managed their sales process in Microsoft Excel. NTO sales teams are complaining that their data from the Excel files were not migrated as part of the implementation and NTO is now facing low Salesforce adoption.
What should a data architect recommend to increase Salesforce adoption?
AUse the Excel connector to Salesforce to sync data from individual Excel Ales.
BLoad data in external database and provide access to database to sales users.
CCreate a chatter group and upload all Excel files to the group.
DDefine a standard mapping and train sales users to import opportunity data.
Universal Containers is migrating individual customers (B2C) data from legacy systems to Salesforce. There are millions of customers stored as accounts and contacts in the legacy database.
Which object model should a data architect configure within Salesforce?
ALeverage the standard account and contact object in Salesforce.
BLeverage a custom account and contact object in Salesforce.
CLeverage a custom person account object in Salesforce.
DLeverage the person account object in Salesforce.
What should a data architect do to provide additional guidance for users when they enter information in a Standard field?
AAdd a label field with help text adjacent to the custom field.
BCreate a custom page with help text for user guidance.
CAdd custom help text in default value for the field.
DProvide custom help text under field properties.
Universal Containers (UC) has millions of case records with case history and service level agreement data. UC's compliance team would like historical cases to be accessible for 10 years for audit purposes.
What solution should a data architect recommend?
AArchive case data using a Salesforce Archival solution.
BUse a custom big object to store archived case data.
CPurchase more data storage to support the case object.
DUse a custom object to store archived case data.
Northern Trail Outfitters (NTO) wants to capture a list of customers that have bought a particular product. The solution architect has recommended to create a custom object for product, and to create a lookup relationship between its customers and its products. Products will be modeled as a custom object (NTO_Product__c) and customers are modeled as person accounts. Every NTO product may have millions of customers looking up a single product, resulting in a lookup skew.
What should a data architect suggest to mitigate issues related to lookup skew?
AChange the lookup relationship to master-detail relationship.
BCreate a custom object to maintain the relationship between products and customers.
CSelect Clear the value of this field option while configuring the lookup relationship.
DCreate multiple similar products and distribute the skew across those products.