Verified Data-Architect dumps Q&As - 2023 Latest Data-Architect Download [Q83-Q104]

Share

Verified Data-Architect dumps Q&As - 2023 Latest Data-Architect Download

Dumps Questions [2023] Pass for Data-Architect Exam

NEW QUESTION # 83
Universal Containers (UC) is a major supplier of office supplies. Some products are produced by UC and some by other manufacturers. Recently, a number of customers have complained that product descriptions on the invoices do not match the descriptions in the online catalog and on some of the order confirmations (e.g., "ballpoint pen" in the catalog and "pen" on the invoice, and item color labels are inconsistent: "what vs. "White" or "blk" vs. "Black"). All product data is consolidated in the company data warehouse and pushed to Salesforce to generate quotes and invoices. The online catalog and webshop is a Salesforce Customer Community solution. What is a correct technique UC should use to solve the data inconsistency?

  • A. Build Apex Triggers in Salesforce that ensure products have the correct names and labels after data is loaded into salesforce.
  • B. Define a data taxonomy for product data and apply the taxonomy to the product data in the data warehouse.
  • C. Add custom fields to the Product standard object in Salesforce to store data from the different source systems.
  • D. Change integration to let product master systems update product data directly in Salesforce via the Salesforce API.

Answer: B


NEW QUESTION # 84
Northern Trail Outfitters (NTO) plans to maintain contact preferences for customers and employees. NTO has implemented the following:
1. Customers are Person Accounts for their retail business.
2. Customers are represented as Contacts for their commercial business.
3. Employees are maintained as Users.
4. Prospects are maintained as Leads.
NTO needs to implement a standard communication preference management model for Person Accounts, Contacts, Users, and Leads.
Which option should the data architect recommend NTO to satisfy this requirement?

  • A. Create a custom object to maintain preferences and build relationships to Lead, Person Account, and Users.
  • B. Create case for contact preferences, and use this to validate the preferences for Lead, Person Accounts, and Users.
  • C. Create custom fields for contact preferences in Lead, Person Account, and Users objects.
  • D. Use Individual objects to maintain the preferences with relationships to Lead, Person Account, and Users.

Answer: D


NEW QUESTION # 85
Universal Containers has a public website with several forms that create Lead records in Salesforce using the REST API. When designing these forms, which two techniques will help maintain a high level of data quality?

  • A. Use cookies to track when visitors submit multiple forms.
  • B. Ensure the website visitor is browsing using an HTTPS connection.
  • C. Prefer picklist form fields over free text fields, where possible.
  • D. Do client-side validation of phone number and email field formats.

Answer: C,D


NEW QUESTION # 86
Universal Containers has 30 million case records. The Case object has 80 fields. Agents are reporting reports in the Salesforce org.
Which solution should a data architect recommend to improve reporting performance?

  • A. Build reports using custom Lightning components.
  • B. Move data off of the platform and run reporting outside Salesforce, and give access to reports.
  • C. Create a custom object to store aggregate data and run reports.
  • D. Contact Salesforce support to enable skinny table for cases.

Answer: B


NEW QUESTION # 87
DreamHouse Realty has 15 million records in the Order_c custom object. When running a bulk query, the query times out.
What should be considered to address this issue?

  • A. Streaming API
  • B. PK Chunking
  • C. Metadata API
  • D. Tooling API

Answer: B


NEW QUESTION # 88
UC has the following system:
Billing system.
Customer support system.
CRM system.
US has been having trouble with business intelligence across the different systems. Recently US implemented a master data management (MDM) solution that will be the system of truth for the customer records.
Which MDM data element is needed to allow reporting across these systems?

  • A. Email address.
  • B. Phone number.
  • C. Global unique customer number.
  • D. Full name.

Answer: C


NEW QUESTION # 89
Universal Containers (UC) needs to run monthly and yearly reports on opportunities and orders for sales reporting. There are 5 million opportunities and 10 million orders. Sales users are complaining that the report will regularly timeout.
What is the fastest and most effective way for a data architect to solve the time-out issue?

  • A. Extract opportunity and order data from Salesforce, and use a third-party reporting tool to run reports outside of Salesforce.
  • B. Create a skinny table in Salesforce, and copy order and opportunity fields into the skinny table and create the required reports on It.
  • C. Create custom fields on opportunity, and copy data from order into those custom fields and run all reports on Opportunity object.
  • D. Create an aggregate custom object that summarizes the monthly and yearly values into the required format for the required reports.

Answer: D


NEW QUESTION # 90
Universal Containers has two systems. Salesforce and an on -premise ERP system. An architect has been tasked with copying Opportunity records to the ERP once they reach a Closed/Won Stage. The Opportunity record in the ERP system will be read-only for all fields copied in from Salesforce. What is the optimal real-time approach that achieves this solution?

  • A. Implement a workflow rule that sends Opportunity data through Outbound Messaging.
  • B. Have the ERP poll Salesforce nightly and bring in the desired Opportunities.
  • C. Implement a Master Data Management system to determine system of record.
  • D. Implement an hourly integration to send Salesforce Opportunities to the ERP system.

Answer: A


NEW QUESTION # 91
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. Send data to a Data Warehouse and mark Leads as deleted in that system.
  • B. Use a Lead standard report and filter on the IsDeleted standard field.
  • C. Query Salesforce with the queryAll API method or using the ALL ROWS SOQL keywords.
  • D. Use a Converted Lead report to display data on Leads that have been deleted.

Answer: A


NEW QUESTION # 92
Universal Container (UC) has accumulated data over years and has never deleted data from its Salesforce org. UC is now exceeding the storage allocations in the org. UC is now looking for option to delete unused from the org.
Which three recommendations should a data architect make is order to reduce the number of records from the org?
Choose 3 answers

  • A. Use Rest API to permanently delete records from the Salesforce org.
  • B. Use hard delete in batch Apex to permanently delete records from Salesforce.
  • C. Identify records in objects that have not been modified or used In last 3 years.
  • D. Archive the records in enterprise data warehouse (EDW) before deleting from Salesforce.
  • E. Use hard delete in Bulk API to permanently delete records from Salesforce.

Answer: C,D,E


NEW QUESTION # 93
As part of addressing general data protection regulation (GDPR) requirements, UC plans to implement a data classification policy for all its internal systems that stores customer information including salesforce.
What should a data architect recommend so that UC can easily classify consumer information maintained in salesforce under both standard and custom objects?

  • A. Create a custom picklist field to capture classification of information on customer.
  • B. Use data classification metadata fields available in field definition.
  • C. Use App Exchange products to classify fields based on policy.
  • D. Build reports for customer information and validate.

Answer: B


NEW QUESTION # 94
Ursa Major Solar has defined a new Data Quality Plan for their Salesforce data.
Which two approaches should an Architect recommend to enforce the plan throughout the organization? (Choose two.)

  • A. Enforce critical business processes by using Workflow, Validation Rules, and Apex code.
  • B. Schedule reports that will automatically catch duplicates and merge or delete the records every week.
  • C. Schedule a weekly dashboard displaying records that are missing information to be sent to managers for review.
  • D. Ensure all data is stored in an external system and set up an integration to Salesforce for view-only access.

Answer: A,C


NEW QUESTION # 95
Northern Trail Outfitters (NTO) wants to start a loyalty program to reward repeat customers. The program will track every item a customer has bought and grants them points for discounts. The following conditions will exist upon implementation:
Data will be used to drive marketing and product development initiatives.
NTO estimates that the program will generate 100 million rows of date monthly.
NTO will use Salesforce's Einstein Analytics and Discovery to leverage their data and make business and marketing decisions.
What should the Data Architect do to store, collect, and use the reward program data?

  • A. Create a big object in Einstein Analytics to capture the Loyalty Program data.
  • B. Create a custom object in Salesforce that will be used to capture the Reward Program data.
  • C. Create a custom big object in Salesforce which will be used to capture the Reward Program data for consumption by Einstein.
  • D. Have Einstein connect to the point of sales system to capture the Reward Program data.

Answer: D


NEW QUESTION # 96
Get Cloudy Consulting needs to evaluate the completeness and consistency of contact information in Salesforce. Their sales reps often have incomplete information about their accounts and contacts. Additionally, they are not able to interpret the information in a consistent manner. Get Cloudy Consulting has identified certain ""key"" fields which are important to their sales reps.
What are two actions Get Cloudy Consulting can take to review their data for completeness and consistency? (Choose two.)

  • A. Run a report that shows the percentage of blanks for the important fields.
  • B. Run a process that can fill in default values for blank fields.
  • C. Run one report per key field, grouped by that field, to understand its data variability.
  • D. Run a report which shows the last time the key fields were updated.

Answer: A,D


NEW QUESTION # 97
Universal Containers (UC) wants to store product data in Salesforce, but the standard Product object does not support the more complex hierarchical structure which is currently being used in the product master system. How can UC modify the standard Product object model to support a hierarchical data structure in order to synchronize product data from the source system to Salesforce?

  • A. Create a custom master-detail field on the standard Product to reference the child record in the hierarchy.
  • B. Create a custom lookup filed on the standard Product to reference the child record in the hierarchy.
  • C. Create a custom lookup field on the standard Product to reference the parent record in the hierarchy.
  • D. Create an Apex trigger to synchronize the Product Family standard picklist field on the Product object.

Answer: C


NEW QUESTION # 98
Northern Trail Outfitters needs to implement an archive solution for Salesforce dat a. This archive solution needs to help NTO do the following:
1. Remove outdated Information not required on a day-to-day basis.
2. Improve Salesforce performance.
Which solution should be used to meet these requirements?

  • A. Identify a location to store archived data, and move data to the location using a time-based workflow.
  • B. Use a formula field that shows true when a record reaches a defined age and use that field to run a report and export a report into SharePoint.
  • C. Identify a location to store archived data and use scheduled batch jobs to migrate and purge the aged data on a nightly basis,
  • D. Create a full copy sandbox, and use it as a source for retaining archived data.

Answer: C


NEW QUESTION # 99
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 leverage recycle bin capability, which guarantees record storage for 15 days after deletion.
  • B. UC can store long-term lead records in custom storage objects to avoid counting against storage limits.
  • C. UC can leverage a "tier"-based approach to classify the record storage need.
  • D. UC can leverage the Salesforce Data Backup and Recovery feature for data archival needs.

Answer: C


NEW QUESTION # 100
Universal Containers (UC) is implementing Salesforce and will be using Salesforce to track customer complaints, provide white papers on products, and provide subscription based support.
Which license type will UC users need to fulfill UC's requirements?

  • A. Lightning Platform Starter License
  • B. Salesforce License
  • C. Service Cloud License
  • D. Sales Cloud License

Answer: C


NEW QUESTION # 101
A customer is operating in a highly reputated industry and is planning to implement SF. The customer information maintained in SF, includes the following:
Personally, identifiable information (PII)
IP restrictions on profiles organized by Geographic location
Financial records that need to be private and accessible only by the assigned Sales associate.
User should not be allowed to export information from Salesforce.
Enterprise security has mandate access to be restricted to users within a specific geography and detail monitoring of user activity. Which 3 Salesforce shield capabilities should a data architect recommend? Choose 3 answers:

  • A. Transaction security policies to prevent export of SF Data.
  • B. Prevent Sales users access to customer PII information
  • C. Event monitoring to monitor all user activities
  • D. Restrict access to SF from users outside specific geography
  • E. Encrypt Sensitive Customer information maintained in SF.

Answer: A,D,E


NEW QUESTION # 102
A large Automobile company has implemented SF for its Sales Associates. Leads flow from its website to SF using a batch integration in SF. The Batch job connects the leads to Accounts in SF. Customer visiting their retail stores are also created in SF as Accounts.
The company has noticed a large number of duplicate accounts in SF. On analysis, it was found that certain customers could interact with its website and also visit the store. The Sales associates use Global Search to search for customers in Salesforce before they create the customers.
Which scalable option should a data Architect choose to implement to avoid duplicates?

  • A. Create duplicate rules in SF to validate duplicates during the account creation process
  • B. Customize Account creation process to search if customer exists before creating an Account.
  • C. Build Custom search based on fields on Accounts which can be matched with customer when they visit the store
  • D. Implement a MDM solution to validate the customer information before creating Accounts in SF.

Answer: A


NEW QUESTION # 103
Universal Containers (UC) plans to implement consent management for its customers to be compliant with General Data Protection Regulation (GDPR). UC has the following requirements:
UC uses Person Accounts and Contacts in Salesforce for its customers.
Data Protection and Privacy is enabled in Salesforce.
Consent should be maintained in both these objects.
UC plans to verify the consent provided by customers before contacting them through email or phone.
Which option should the data architect recommend to implement these requirements?

  • A. Configure custom fields in Person Account and Contact to store consent provided by customers, and validate consent against the fields.
  • B. Delete contact information from customers who have declined consent to be contacted.
  • C. Build Custom object to store consent information in Person Account and Contact, validate against this object before contacting customers.
  • D. Use the Consent Management Feature to validate consent provide under the person Account and Contact that is provided by the customer.

Answer: D


NEW QUESTION # 104
......


Salesforce Certified Data Architect certification exam measures a candidate’s expertise in designing and managing data architecture, data modeling, and data governance within the Salesforce platform. It also evaluates a candidate’s ability to design and implement complex data integrations with external systems.

 

Updated Salesforce Study Guide Data-Architect Dumps Questions: https://www.testpdf.com/Data-Architect-exam-braindumps.html

Valid Data-Architect exam with Salesforce Real Exam Questions: https://drive.google.com/open?id=11zUKXpqINmaQR_dsAZTkbkoWTGHpVlWN