[2022] Use Valid New Free Data-Architecture-And-Management-Designer Exam Dumps & Answers [Q85-Q104]

Share

[2022] Use Valid New Free Data-Architecture-And-Management-Designer Exam Dumps & Answers

Data-Architecture-And-Management-Designer Braindumps PDF, Salesforce Data-Architecture-And-Management-Designer Exam Cram


Salesforce Data-Architecture-And-Management-Designer Exam

Salesforce Data-Architecture-And-Management-Designer Exam is related to Salesforce Certified Data Architecture and Management Designer (SU18) Certification. This exam validates the Candidate knowledge to assesses the architecture environment and requirements and designs sound, scalable, and performance solutions on the Lightning Platform. It also deals with the ability to meet the requirements of large-data-volume enterprises, as well as how they understand enterprise data management and stewardship concerns and considerations in relation to projects.

 

NEW QUESTION 85
A customer wants to maintain geographic location information including latitude and longitude in a custom object. What would a data architect recommend to satisfy this requirement?

  • A. Create formula fields with geolocation function for this requirement.
  • B. Recommend app exchange packages to support this requirement.
  • C. Create custom fields to maintain latitude and longitude information
  • D. Create a geolocation custom field to maintain this requirement

Answer: D

 

NEW QUESTION 86
DreamHouse Realty 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.
There will be a large amount of time entry records to be loaded regularly from an external system into Salesforce.

What should the Architect consider in this situation?

  • A. Calculate summary values instead of Roll-Up by using triggers.
  • B. Load all data after deferring sharing calculations.
  • C. Load all data using external IDs to link to parent records.
  • D. Calculate summary values instead of Roll-Up by using workflow.

Answer: B

 

NEW QUESTION 87
UC needs to load a large volume of leads into salesforce on a weekly basis. During this process the validation rules are disabled.
What should a data architect recommend to ensure data quality is maintained in salesforce.

  • A. Allow validation rules to be activated during the load of leads into salesforce.
  • B. Activate validation rules once the leads are loaded into salesforce to maintain quality.
  • C. Develop custom APEX batch process to improve quality once the load is completed.
  • D. Ensure the lead data is preprocessed for quality before loading into salesforce.

Answer: C

 

NEW QUESTION 88
NTO has multiple systems across its enterprise landscape including salesforce, with disparate version the customer records.
In salesforce, the customer is represented by the contact object.
NTO utilizes an MDM solution with these attributes:
1. The MDM solution keeps track of customer master with a master key.
2. The master key is a map to the record ID's from each external system that customer data is stored within.
3. The MDM solution provides de-duplication features, so it acts as the single source of truth.
How should a data architect implement the storage of master key within salesforce?

  • A. Create an external object to store the master key with a lookup field to contact.
  • B. Create a custom object to store the master key with a lookup field to contact.
  • C. Store the master key on the contact object as an external ID (Field for referential imports)
  • D. Store the master key in Heroku postgres and use Heroku connect for synchronization.

Answer: C

 

NEW QUESTION 89
UC 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?

  • A. Use classic encryption to encrypt files.
  • B. Implement shield platform encryption to encrypt files.
  • C. Implement 3rd party App Exchange app to encrypt files.
  • D. Store files outside of salesforce and access them to real time.

Answer: B

 

NEW QUESTION 90
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 sales 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?

  • A. Implement an MDM solution to validate the customer information before creating Salesforce.
  • B. Build a custom search functionality that allows sales associates to search for customer in real time upon visiting their retail stores.
  • C. leverage duplicate rules in Salesforce to validate duplicates during the account creation process.
  • D. Develop an Apex class that searches for duplicates and removes them nightly.

Answer: C

 

NEW QUESTION 91
How can an architect find information about who is creating, changing, or deleting certain fields within the past two months?

  • A. Export the metadata and search it for the fields in question.
  • B. Remove "customize application" permissions from everyone else.
  • C. Export the setup audit trail and find the fields in question.
  • D. Create a field history report for the fields in question.

Answer: C

 

NEW QUESTION 92
Universal Containers is migrating their legacy system's users and data to Salesforce. They will be creating
10,000 users,2 million Account records, and 10 million Invoice records. The visibility of these records is controlled by a few dozen owner and criteria -based sharing rules. What are two approaches that will minimize data loading time during this migration to a new organization? Choose 2 answers

  • A. Contact Salesforce to activate indexing before uploading the data.
  • B. Create the users, upload all data, and then deploy the sharing rules.
  • C. First, load all account records, and then load all user records.
  • D. Defer sharing calculations until the data has finished uploading.

Answer: B,D

 

NEW QUESTION 93
UC has a variety of systems across its technology landscape, including SF, legacy enterprise resource planning (ERP) applications and homegrown CRM tools. UC has decided that they would like to consolidate all customer, opportunity and order data into Salesforce as part of its master data management (MDM) strategy.
What are the 3 key steps that a data architect should take when merging data from multiple systems into Salesforce? Choose 3 answers:

  • A. Analyze each system's data model and perform gap analysis
  • B. Work with Stakeholders to define record and field survivorship rules
  • C. Install a 3rd party AppExchange tool to handle the merger
  • D. Utilize an ETL tool to merge, transform and de-duplicate data.
  • E. Create new fields to store additional values from all the systems.

Answer: A,B,D

 

NEW QUESTION 94
Cloud Kicks has a system environment that is complex, and they plan on creating a data governance program for the first time.
What are two initial actions Cloud Kicks should take to initiate an assessment of data architecture?
(Choose two.)

  • A. Work with business units and IT to assess current operational systems and data models.
  • B. Work with database administrators to assess current database performance metrics.
  • C. Work with executive sponsorship to assess enterprise data strategy and goals.
  • D. Work with IT program managers to assess current velocity of projects in the pipeline.

Answer: A,C

 

NEW QUESTION 95
UC has a requirement to migrate 100 million order records from a legacy ERP application into the salesforce platform. UC does not have any requirements around reporting on the migrated data.
What should a data architect recommend to reduce the performance degradation of the platform?

  • A. Implement a custom big object to store the data.
  • B. Use the standard "Order" object to store the data.
  • C. Create a custom object to store the data.
  • D. Use a standard big object defined by salesforce.

Answer: A

 

NEW QUESTION 96
UC is building a salesforce application to track contacts and their respective conferences that they have attended with the following requirements:
1. Contacts will be stored in the standard contact object.
2. Conferences will be stored in a custom conference__c object.
3. 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 objects?

  • A. Create a master detail relationship field on the Contact object.
  • B. Create a lookup relationship field on contact object.
  • C. Create a master detail relationship field on the Conference object.
  • D. Implement a Contact Conference junction object with master detail relationship to both contact and conference__c.

Answer: D

 

NEW QUESTION 97
Ursa Major Solar is performance testing a Lightning Platform application.
Which two statements are true about this testing? (Choose two.)

  • A. Every Lightning Platform application 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. Application performance benchmarked in a sandbox can also be expected in production.
  • D. Applications with highly customized code or large volumes should be performance tested.

Answer: B,D

 

NEW QUESTION 98
Universal containers is implementing Salesforce lead management. UC Precure lead data from multiple sources and would like to make sure lead data as company profile and location information. Which solution should a data architect recommend to make sure lead data has both profile and location information? Option

  • A. Ask sales people to search for populating company profile and location data
  • B. Leverage external data providers populate company profile and location data
  • C. Export data out of Salesforce and send to another team to populate company profile and location data
  • D. Run reports to identify records which does not have company profile and location data

Answer: B

 

NEW QUESTION 99
In a Salesforce org used to manage Contacts, what two options should be considered to maintain data quality?
Choose 2 answers

  • A. Use Salesforce duplicate management.
  • B. Use workflow to delete duplicate records.
  • C. Use the private sharing model.
  • D. Use validation rules on new record create and edit.

Answer: A,D

 

NEW QUESTION 100
Northern Trail Outfitters (NTO) wants to implement backup and restore for Salesforce data, Currently, it has data backup processes that runs weekly, which back up all Salesforce data to an enterprise data warehouse (EDW). NTO wants to move to daily backups and provide restore capability to avoid any data loss in case of outage.
What should a data architect recommend for a daily backup and restore solution?

  • A. Use AppExchange package for backup and restore.
  • B. Use ETL for backup and restore from EDW.
  • C. Change weekly backup process to daily backup, and implement a custom restore solution.
  • D. Use Bulk API to extract data on daily basis to EDW and REST API for restore.

Answer: A

 

NEW QUESTION 101
Universal Containers (UC) is in the process of selling half of its company. As part of this split, UC's main Salesforce org will be divided into two org:org A and org B, UC has delivered these requirements to its data architect
1. The data model for Org B will drastically change with different objects, fields, and picklist values.
2. Three million records will need to be migrated from org A to org B for compliance reasons.
3. The migrate will need occur within the next two month, prior to be split.
Which migrate strategy should a data architect use to successfully migrate the date?

  • A. Use the Salesforces CLI to query, export, and import
  • B. use as ETL tool to orchestrate the migration.
  • C. Write a script to use the Bulk API
  • D. Use Data Loader for export and Data Import Wizard for import

Answer: C

 

NEW QUESTION 102
Universal Containers (UC) has over 10 million records. They have a nightly integration that queries these records The queries are timing out What should the data architect do or look for when troubleshooting the queries?
Choose 2 answers

  • A. Create a formula field instead of having multiple filter criteria.
  • B. Create custom indexes on the fields used in the filter criteria.
  • C. Ensure the query doesn't contain NULL in any filter criteria.
  • D. Change the integration users' profile to have View All Data.

Answer: C,D

 

NEW QUESTION 103
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. Workflow rule limits
  • B. Data storage limits
  • C. Webservice callout limits
  • D. API Request limits

Answer: B,D

 

NEW QUESTION 104
......

Feel Salesforce Data-Architecture-And-Management-Designer Dumps PDF Will likely be The best Option: https://braindumps.actual4exams.com/Data-Architecture-And-Management-Designer-real-braindumps.html