Data Arch 2

¡Supera tus tareas y exámenes ahora con Quizwiz!

In their legacy system. Universal Containers has a monthly accounts receivable report that compiles data from Accounts, Contacts, Opportunities, Orders. and Order Line Items. What difficulty will an architect run into when implementing this in Salesforce? A Salesforce allows up to four objects in a single report type. B Salesforce does not support Orders or Order Line Items. C A report cannot contain data from Accounts and Contacts. D Custom report types cannot contain Opportunity data.

A

Universal Containers (UC) is concerned that data is being corrupted daily either through negligence or maliciousness. They want to implement a backup strategy to help recover any corrupted data or data mistakenly changed or even deleted. What should the data architect consider when designing a field -level audit and recovery plan? A Reduce data storage by purging old data. B Implement an AppExchange package. C Review projected data storage needs. D Schedule a weekly export file.

A

Universal Containers (UC) wants to ensure their data on 100,000 Accounts pertaining mostly to US-based companies is enriched and cleansed on an ongoing basis. UC is looking for a solution that allows easy monitoring of key data quality metrics. What should be the recommended solution to meet this requirement? A Use a declarative approach by installing and configuring Data.com Clean to monitor Account data quality. B Implement Batch Apex that calls out a third-party data quality API in order to monitor Account data quality. C Use declarative approach by installing and configuring Data.com Prospector to monitor Account data quality. D Implement an Apex Trigger on Account that queries a third-party data quality API to monitor Account data quality.

A

Universal Containers has deployed Salesforce for case management The company is having difficulty understanding what percentage of cases are resolved from the initial call to their support organization. What first step is recommended to implement a reporting solution to measure the support reps case closure rates? A Enable field history tracking on the Case object. B Create a report on Case analytic snapshots. C Install AppExchange packages for available reports. D Create Contact and Opportunity Reports and Dashboards.

A

A customer monitors over 10,000 servers and these servers automatically record their status every 15 minutes The customer is required to maintain all of these status reports for a period of 10 years. Service Reps need access to up to one week's worth of these status reports with all of their details. What are two limits an architect should consider when recommending what data should be integrated into Salesforce and for how long it should be stored in Salesforce? Choose 2 answers A Data storage limits B API Request limits C Webservice callout limits D Workflow rule limits

A B

For a production cutover, a large number of Account records will be loaded into Salesforce from a legacy system. The legacy system does not have enough information to determine the Ownership for these Accounts upon initial load. Which two recommended options assign Account ownership to mitigate potential performance problems? A Let a "system user" own all the Account records without assigning any role to this user in Role Hierarchy. B Let a "system user" own the Account records and assign this user to the lowest-level role in the Role Hierarchy. C Let the VP of the Sales department, who will report directly to the senior VP, own all the Account records. D Let a "system user" own all the Account records and make this user part of the highest-level role in the Role Hierarchy.

A B

Universal Containers (UC) has multi -level account hierarchies that represent departments within their major Accounts. Users are creating duplicate Contacts across multiple departments. UC wants to clean the data so as to have a single Contact across departments. What two solutions should UC implement to cleanse their data? Choose 2 answers A Make use of a third -party tool to help merge duplicate Contacts across Accounts. B Use Data.com to standardize Contact address information to help identify duplicates. C Use Workflow rules to standardize Contact information to identify and prevent duplicates. D Make use of the Merge Contacts feature of Salesforce to merge duplicates for an Account.

A B

Universal Containers has a large number of Opportunity fields (100) that they want to track field history on. Which two actions should an architect perform in order to meet this requirement? Choose 2 answers A Create a custom object to store a copy of the record when changed. B Create a custom object to store the previous and new field values. C Use Analytic Snapshots to store a copy of the record when changed. D Select the 100 fields in the Opportunity Set History Tracking page.

A B

A customer has an integration that creates records in a Salesforce Custom Object. The Custom Object has a field marked as required on the page layout. The customer has noticed that many of the records coming from the external system are missing data in this field. What two things should the architect do to ensure this field always contains data coming from the source system? Choose 2 answers A Set up a Validation Rule to prevent blank values. B Create a Workflow to default a value into this field. C Mark the field required in setup at the field level. D Blame the customer's external system for bad data.

A C

UC is having issues using Informatica Cloud Louder to export +10MOrder records. Each Order record has 10 Order Line Items. What two steps can you take to help correct this? Choose two answers. A Export in multiple batches B Export Bulk API in parallel mode C Use PK Chunking D Limit Batch to 10K records

A C

Universal Containers (UC) wants to assess the completeness and consistency of contact information in Salesforce. They are finding that their sales reps in many caes do not have enough information about their accounts and contacts. Also, in many cases they are not able to interpret the information in a consistent manner. They have identified certain "key" fields which are important to their sales reps. Which two steps can UC implement to assess their data for completeness and consistency? A Run a report which shows the last time the key fields were updated. B Run one report per key field, grouped by that field, to understand its data variability. C Run a report that shows the percentage of blanks for the important fields. D Run a process that can fill in default values for blank fields.

A C

A data architect has been tasked with optimizing a data stewardship engagement for a Salesforce instance Which three areas of Salesforce should the architect review before proposing any design recommendation? Choose 3 answers A Review the metadata xml files for redundant fields to consolidate. B Determine if any integration points create records in Salesforce. C Run key reports to determine what fields should be required. D Export the setup audit trail to review what fields are being used. E Review the sharing model to determine impact on duplicate records.

A C E

Universal Containers has millions of rows of data in Salesforce that are being used in reports to evaluate historical trends. Performance has become an issue, as well as data storage limits. Which two strategies should be recommended when talking with stakeholders? A Use scheduled batch Apex to copy aggregate information into a custom object and delete the original records. B Combine Analytics Snapshots with a purging plan by reporting on the snapshot data and deleting the original records. C Use Data Loader to extract data, aggregate it, and write it back to a custom object, then delete the original records. D Configure the Salesforce Archiving feature to archive older records and remove them from the data storage limits.

A D

Which three options can prevent your SOQL queries from being selective? A Using leading % wildcards. B Using trailing % wildcards. C Performing large loads and deletions. D Using NOT and != operators. E Using a custom index on a deterministic formula field.

A D E

A Customer is migrating 10 million order and 30 million order lines into Salesforce using Bulk API. The Engineer is experiencing time-out errors or long delays querying parents order IDs in Salesforce before importing related order line items. What is the recommended solution? A Query only indexed ID field values on the imported order to import related order lines. B Leverage an External ID from source system orders to import related order lines. C Leverage Batch Apex to update order ID on related order lines after import. D Leverage a sequence of numbers on the imported orders to import related order lines.

B

A Salesforce customer has millions of orders every year. Each order contains, on average, ten line items. The customer wants its Sales Reps to know how much money each customer generates year -over -year, but they are running out of data storage in Salesforce. What data archiving plan should the architect recommend? A Annually delete orders and order line items and ensure the customer has order information in another system. B Annually aggregate order amount data to store in a custom object, then delete those orders and order line items. C Annually export and delete orders and order line items and store them in a zip file in case the data is needed later. D Annually export and delete order line items and store them in a zip file in case they data is needed later.

B

A customer is facing locking issued when importing large data volumes of order records that are children in a master-detail relationship with the Account object. What is the recommended way to avoid locking issues during import? A Import Account records first followed by order records after sorting order by OrderID. B Import Account records first followed by order records after sorting orders by AccountID. C Change the relationship to Lookup and update the relationship to master-detail after import. D Import Order records and Account records separately and populate AccountID in orders using batch Apex.

B

Universal Containers (UC) has several custom Visualforce applications have been developed in which users are able to edit Opportunity records. UC struggles with data completeness on their Opportunity records and has decided to make certain fields required that have not been in the past. The newly required fields are dependent on the Stage of the Opportunity, such that certain fields are only required once an Opportunity advances to later stages. There are two fields. What is the simplest approach to handle this new requirement? A Update the Opportunity page layout to mark these fields as required. B Use a validation rule for each field that takes the Stage into consideration. C Update these Opportunity field definitions in Setup to be required. D Write an Apex trigger that checks each field when records are saved.

B

Universal Containers (UC) is implementing a new customer categorization process where customers should be assigned to a Gold, Silver, or Bronze category if they've purchased UC's new support service. Customers are expected to be evenly distributed across all three categories. Currently, UC has around 500,000 customers, and is expecting 1% of existing non-categorized customers to purchase UC's new support service every month over the next five years. What is the recommended solution to ensure long-term performance, bearing in mind the above requirements? A. Implement a new global picklist custom field with Gold, Silver, and Bronze values and enable it in Account. B. Implement a new picklist custom field in the Account object with Gold, Silver, and Bronze values. C. Implement a new Categories custom object and a master-detail relationship from Account to Category. D.Implement a new Categories custom object and create a lookup field from Account to Category.

B

Universal Containers (UC) uses Salesforce for tracking opportunities (Opportunity). UC uses an internal ERP system for tracking deliveries and invoicing. The ERP system supports SOAP API and OData for bi-directional integration between Salesforce and the ERP system. UC has about one million opportunities. For each opportunity, UC sends 12 invoices, one per month. UC sales reps have requirements to view current invoice status and invoice amount from the opportunity page. When creating an object to model invoices, what should the architect recommend, considering performance and data storage space? A Use Streaming API to get the current status from the ERP and display on the Opportunity page. B Create an external object Invoice _x with a Lookup relationship with Opportunity. C Create a custom object Invoice _c with a master -detail relationship with Opportunity. D Create a custom object Invoice _c with a Lookup relationship with Opportunity.

B

Universal Containers has successfully migrated 50 million records into five different objects multiple times in a full copy sandbox. The Integration Engineer wants to re-run the test again a month before it goes live into Production. What is the recommended approach to re-run the test? A Truncate all 5 objects quickly and re-run the data migration test. B Refresh the full copy sandbox and re-run the data migration test. C Hard delete all 5 objects' data and re-run the data migration test. D Truncate all 5 objects and hard delete before running the migration test.

B

In a Salesforce org used to manage Contacts, what two options should be considered to maintain data quality? Choose 2 answers 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.

B C

Universal Containers (UC) management has identified a total of ten text fields on the Contact object as important to capture any changes made to these fields, such as who made the change, when they made the change, what is the old value, and what is the new value. UC needs to be able to report on these field data changes within Salesforce for the past 3 months. What are two approaches that will meet this requirement? Choose 2 answers A Create a workflow to evaluate the rule when a record is created and use field update actions to store previous values for these ten fields in ten new fields. B Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object. C LII Turn on field Contact object history tracking for these ten fields, then create reports on contact history. D Create a Contact report including these ten fields and Salesforce Id, then schedule the report to run once a day and send email to the admin.

B C

Which two methods should be used when importing Leads into Salesforce to ensure there are no duplicate records? Choose 2 answers A Create a Workflow Rule to check for duplicate records. B Purchase an AppExchange Lead de -duplication application. C Implement Salesforce Matching and Duplicate Rules. D Run the Salesforce Lead Mass de -duplication tool.

B C

Which two statements are accurate with respect to performance testing a Force.com application? A All Force.com applications must be performance tested in a sandbox as well as production. B A performance test plan must be created and submitted to Salesforce customer support. C Applications with highly customized code or large volumes should be performance tested. D Application performance benchmarked in a sandbox can also be expected in production.

B C

An architect has been asked to provide error messages when a future date is detected in a custom Birthdate _c field on the Contact object. The client wants the ability to translate the error messages. What are two approaches the architect should use to achieve this solution? Choose 2 answers A Implement a third -party validation process with translate functionality. B Create a trigger on Contact and add an error to the record with a custom label. C Create a workflow field update to set the standard ErrorMessage field. D Create a validation rule and translate the error message with translation workbench.

B D

Developers at Universal Containers need to build a report for the business which displays Accounts opened in the past year grouped by industry. This report will also include information from contacts, opportunities, and orders. There are several million Accounts in the system. Which two options should be recommended to make this report perform well and satisfy the business need? select 2 answers A Use triggers to populate denormalized related fields on the Account. B Use an indexed data field with bounded data filters. C Use Formula fields to surface information I related entities on the report. D Use unbounded date ranges to filter the report.

B D

Universal Container (UC) has around 200,000 Customers (stored in Account object). They get 1 or 2 Orders every month from each Customer. Orders are stored in a custom object called "Order c"; this has about 50 fields. UC is expecting a growth of 10% year -over -year. What are two considerations an architect should consider to improve the performance of SOQL queries that retrieve data from the Order _c object? Choose 2 answers A Use SOQL queries without WHERE conditions. B Work with Salesforce Support to enable Skinny Tables. C Reduce the number of triggers on Order _c object. D Make the queries more selective using indexed fields.

B D

What are two key artifacts used to document the data architecture for a multi -system enterprise Salesforce implementation? Choose 2 answers A User stories B Data model C Non-functional requirements D Integration specification

B D

A Salesforce customer has plenty of data storage. Sales Reps are complaining that searches are bringing back old records that aren't relevant any longer. Sales Managers need the data for their historical reporting.What strategy should a data architect use to ensure a better user experience for the Sales Reps? A Create a Permission Set to hide old data from Sales Reps. B Use Batch Apex to archive old data on a rolling nightly basis. C Archive and purge old data from Salesforce on a monthly basis. D Set data access to Private to hide old data from Sales Reps.

C

A customer is integrating two different systems with customer records into the Salesforce Account object Master Data Management will be used to ensure that no duplicate records are created in Salesforce. How can the architect determine which system is the system of record on a field level? A Any field that is an input field in either external system will be overwritten by the last record integrated and can never have a system of record. B Review the database schema for each external system and any fields with different names should always be separate fields in Salesforce. C Master Data Management systems determine system of record and the architect doesn't have to think about what data is controlled by what system. D Any Fields with the same purpose between the two systems should be reviewed by the key stakeholders to see how they will be used in Salesforce.

C

A customer wishes to migrate 700,000 Account records in a single migration into Salesforce. What is the recommended solution to migrate these records while minimizing migration time? A Use Salesforce Soap API in parallel mode. B Use Salesforce Bulk API in serial mode. C Use Salesforce Bulk API in parallel mode. D Use Salesforce Soap API in serial mode.

C

Due to security requirements, Universal Containers needs to capture specific user actions, such as login, logout, file attachment download, package install, etc. What is the recommended approach for defining a solution for this requirement? A Use a field audit trail to capture field changes. B Use a custom object and trigger to capture changes. C Use Event Monitoring to capture these changes. D Use a third-party AppExchange app to capture changes.

C

Universal Containers (UC) has three systems: Salesforce, a cloud -based ERP system, and an on -premise Order Management System (OMS). An architect has been tasked with creating a solution that uses Salesforce as the system of record for Leads and the OMS as the system of record for Account and Contacts. UC wants Accounts and Contacts to be able to maintain their names in each system (i.e., "John Doe" in the OMS and "Johnny Doe" in Salesforce), but wants to have a consolidated data store which links referenced records across the systems. What approach should an architect suggest so the requirements are met? A Have Salesforce poll the OMS nightly and bring in the desired Accounts and Contacts. B Implement an integration tool to send OMS Accounts and Contacts to Salesforce. C Implement a Master Data Management strategy to reconcile Leads, Accounts, and Contacts. D Use the Streaming API to send Account and Contact data from Salesforce to the OMS.

C

Universal Containers (UC) is concerned about the accuracy of their Customer information in Salesforce. They have recently created an enterprise-wide trusted source MDM for Customer data which they have certified to be accurate. UC has over 20 million unique customer records in the trusted source and Salesforce. What should an Architect recommend to ensure the data in Salesforce is identical to the MDM? A Extract the Salesforce data into Excel and manually compare this against the trusted source. B Load the Trusted Source data into Salesforce and run an Apex Batch job to find difference. C Use an AppExchange package for Data Quality to match Salesforce data against the Trusted source. D Leave the data in Salesforce alone and assume that it will auto-correct itself over time.

C

Universal Containers (UC) is planning to launch its Customer Community. The community will allow user to register shipment requests which are then processed by UC employees. Shipment requests contain header information, and then a list of no more than 5 items being shipped. UC will initially roll out its community to 5,000 customers in Europe, and will ultimately roll out to 20,000 customers worldwide within the next two years. UC expects an average of 10 shipment requests per week per customer. UC wants customers to be able to view up to three years of shipment requests and use Saleforce reports. What is the recommended solution for UC's Data Architect to address the requirements? A Create an external custom object to track shipment requests and a child external object to track shipment items. External objects are stored off-platform in Heroku's Postgres database. A Create an external custom object to track shipment requests with five lookup custom fields for each item being shipped. External objects are stored off-platform in Heroku's Postgres database. C Create a custom object to track shipment requests and a child custom object to track shipment items. Implement an archiving process that moves data off-platform after three years. D Create a custom object to track shipment requests with five lookup custom fields for each item being shipped Implement an archiving process that moves data off-platform after three years.

C

Universal Containers wants to implement a data -quality process to monitor the data that users are manually entering into the system through the Salesforce UI. Which approach should the architect recommend? A Allow users to import their data using the Salesforce Import tools. B Utilize a 3rd -party solution from the AppExchange for data uploads. C Utilize an app from the AppExchange to create data -quality dashboards. D Use Apex to validate the format of phone numbers and postal codes.

C

What is an advantage of using Custom metadata type over Custom setting? A Custom metadata records are not copied from production to sandbox. B Custom metadata types are available for reporting. C Custom metadata records are deployable using packages. D Custom metadata records are editable in Apex.

C

UC is trying to switch from legacy CRM to salesforce and wants to keep legacy CRM and salesforce in place till all the functionality is deployed in salesforce. The want to keep data in synch b/w Salesforce, legacy CRM and SAP. What is the recommendation. Select 2 A Integrate legacy CRM to salesforce and keep data in synch till new functionality is in place B Do not integrate legacy CRM to Salesforce, but integrate salesforce to SAP C Integrate SAP with Salesforce, SAP to legacy CRM but not legacy CRM to Salesforce D Suggest MDM solution and link MDM to salesforce and SAP

C D

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.

C D

Universal Containers (UC) maintains a collection of several million Account records that represent business in the United Sates. As a logistics company, this list is one of the most valuable and important components of UC's business, and the accuracy of shipping addresses is paramount. Recently it has been noticed that too many of the addresses of these businesses are inaccurate, or the businesses don't exist. Which two scalable strategies should UC consider to improve the quality of their Account addresses? A Contact each business on the list and ask them to review and update their address information. B Build a team of employees that validate Accounts by searching the web and making phone calls. C Integrate with a third-party database or services for address validation and enrichment. D Leverage Data.com Clean to clean up Account address fields with the D&B database.

C D

59 An architect is planning on having different batches to load one million Opportunities into Salesforce using the Bulk API in parallel mode. What should be considered when loading the Opportunity records? A Create indexes on Opportunity object text fields. B Group batches by the AccountId field. C Sort batches by Name field values. D Order batches by Auto -number field.

D

All accounts and opportunities are created in Salesforce. Salesforce is integrated with three systems: • An ERP system feeds order data into Salesforce and updates both Account and Opportunity records. • An accounting system feeds invoice data into Salesforce and updates both Account and Opportunity records. • A commission system feeds commission data into Salesforce and updates both Account and Opportunity records. How should the architect determine which of these systems is the system of record? A Account and opportunity data originates in Salesforce, and therefore Salesforce is the system of record. B Whatever system updates the attribute or object should be the system of record for that field or object. C Whatever integration data flow runs last will, by default, determine which system is the system of record. D Data flows should be reviewed with the business users to determine the system of record per object or field.

D

How can an architect find information about who is creating, changing, or deleting certain fields within the past two months? A Remove "customize application" permissions from everyone else. B Export the metadata and search it for the fields in question. C Create a field history report for the fields in question. D Export the setup audit trail and find the fields in question.

D

The invoicing system at Universal Containers requires that attachments associated with the Invoice _c custom object be classified by Types (i.e., "Receipt," "Invoice PDF," etc.) so that reporting can be done on invoices showing the number of attachments grouped by Type. What approach should be taken to categorize the attachments to meet these requirements? A Add additional options to the standard ContentType picklist field for the Attachment object. B Add a ContentType picklist field to the Attachment layout and create additional picklist options. C Create a custom picklist field for the Type on the standard Attachment object with the values. C Create a custom object related to the Invoice object with a picklist field for the Type.

D

Universal Containers (UC) has a custom discount request object set as a detail object with a custom product object as the master. There is a requirement to allow the creation of generic discount requests without the custom product object as its master record. What solution should an Architect recommend to UC? A Mandate the selection of a custom product for each discount request. B Create a placeholder product record for the generic discount request. C Remove the master-detail relationship and keep the objects separate. D Change the master-detail relationship to a lookup relationship.

D

Universal Containers (UC) has a data model as shown in the image. The Project object has a private sharing model, and it has Roll -Up summary fields to calculate the number of resources assigned to the project, total hours for the project, and the number of work items associated to the project. What should the architect consider, knowing there will be a large amount of time entry records to be loaded regularly from an external system into Salesforce.com? A Load all data using external IDs to link to parent records. B Use workflow to calculate summary values instead of Roll -Up. C Use triggers to calculate summary values instead of Roll -Up. D Load all data after deferring sharing calculations.

D

Universal Containers (UC) has a multi-level master-detail relationship for opportunities, a custom opportunity line item object, and a custom discount request. UC has opportunity as master and custom line item object as detail in master-detail relationship. UC also has a custom line item object as master and a custom discount request object as detail in another master-detail relationship. UC has a requirement to show all sums of discounts across line items at an opportunity level. What is the recommended solution to address these requirements? A Use roll-up for the line-item-level summary and a trigger for the opportunity amount summary, as only one level roll-up is allowed. B Update the master-detail relationships to lookup relationships in order to allow the discount amount to roll up. C Remove the master-detail relationships and rely completely on workflow/triggers to summarize the discount amount. D Roll-up discount request amount at the line-item-level and line-item-level summary discount at the opportunity level.

D

Universal Containers (UC) has a requirement to create an Account plan object that is related to the Account object. Each Account plan needs to have an Account object, but the accessibility requirement of the Account plan is different from the Account object. What should an Architect recommend? A Create a custom account plan object as detail with Account as mater in a master-detail relationship. B Create a custom account plan object as detail with Account as master with additional sharing rules to allow access. C Create an account plan object with a lookup relations to Account without any validation rules to enforce the Account association. D Create an account plan object with a lookup relationship to Account with validation rules to enforce the Account association.

D

Universal Containers (UC) is implementing its new Internet of Things technology, which consists of smart containers that provide information on container temperature and humidity updated every 10 minutes back to UC. There are roughly 10,000 containers equipped with this technology with the number expected to increase to 50,000 across the next five years. It is essential that Salesforce user have access to current and historical temperature and humidity data for each container. What is the recommended solution? A Create new custom fields for temperature and humidity in the existing Container custom object, as well as an external ID field that is unique for each container. These custom fields are updated when a new measure is received. B Create a new Container Reading custom object, which is created when a new measure is received for a specific container. The Container Reading custom object has a master-detail relationship to the container object. C Create a new Lightning Component that displays last humidity and temperature data for a specific container and can also display historical trends obtaining relevant data from UC's existing data warehouse. D Create a new Container Reading custom object with a master-detail relationship to Container which is created when a new measure is received for a specific container. Implement an archiving process that runs every hour.

D

Universal Containers (UC) loads bulk leads and campaigns from third-party lead aggregators on a weekly and monthly basis. The expected lead record volume is 500K records per week, and the expected campaign records volume is 10K campaigns per week. After the upload, Lead records are shared with various sales agents via sharing rules and added as Campaign members via Apex triggers on Lead creation. UC agents work on leads for 6 months, but want to keep the records in the system for at least 1 year for reference. Compliance requires them to be stored for a minimum of 3 years. After that, data can be deleted. What statement is true with respect to a data archiving strategy for UC? A UC can store long-term lead records in custom storage objects to avoid counting against storage limits. B UC can leverage the Salesforce Data Backup and Recovery feature for data archival needs. C UC can leverage recycle bin capability, which guarantees record storage for 15 days after deletion. D UC can leverage a "tier"-based approach to classify the record storage need.

D

Universal Containers uses Salesforce to track its sales opportunities The Sales VP would like to better understand key relevant performance figures and help the Sales Managers take corrective actions where appropriate. What reporting option should be considered? A Opportunity analytic snapshot B Case SLA performance report C Lead conversion rate report D Sales KPI Dashboard

D

Universal Containers wishes to maintain Lead data from Leads even after they are deleted and cleared from the Recycle Bin. What approach should be implemented to achieve this solution? A Use a Lead standard report and filter on the IsDeleted standard field. B Use a Converted Lead report to display data on Leads that have been deleted. C Query Salesforce with the queryAll API method or using the ALL ROWS SOQL keywords. D Send data to a Data Warehouse and mark Leads as deleted in that system.

D

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.

D


Conjuntos de estudio relacionados

Chapter 4: Cost of Merchandise Sold

View Set

Comparative Criminal Justice Systems Midterm

View Set

Expresiones útiles para el oral y el escrito (conectores lógicos)

View Set

Driver Assistance and safety systems

View Set

Metes and Bounds Method. Unit 6. Section 1

View Set

Chapter 16: Fluid, Electrolyte, and Acid-Base Imbalances

View Set