Verified Data-Architecture-And-Management-Designer Dumps Q&As - Data-Architecture-And-Management-Designer Test Engine with Correct Answers [Q45-Q67]

Share

Verified Data-Architecture-And-Management-Designer Dumps Q&As - Data-Architecture-And-Management-Designer Test Engine with Correct Answers

Pass Your Data-Architecture-And-Management-Designer Dumps as PDF Updated on 2021 With 215 Questions


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 45
Get Cloud Consulting needs to integrate two different systems with customer records into the Salesforce Account object. So that no duplicate records are created in Salesforce, Master Data Management will be used.
An Architect needs to determine which system is the system of record on a field level.
What should the Architect do to achieve this goal?

  • A. Master Data Management systems determine system of record, and the Architect doesn't have to think about what data is controlled by what system.
  • B. The database schema for each external system should be reviewed, and fields with different names should always be separate fields in Salesforce.
  • C. 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.
  • D. Key stakeholders should review any fields that share the same purpose between systems to see how they will be used in Salesforce.

Answer: B

 

NEW QUESTION 46
Universal Containers has a custom object with millions of rows of data.
When executing SOQL queries, which three options prevent a query from being selective? (Choose three.)

  • A. Using trailing % wildcards.
  • B. Using NOT and != operators.
  • C. Using leading % wildcards.
  • D. Performing large loads and deletions.
  • E. Using a custom index on a deterministic formula field.

Answer: B,C,E

 

NEW QUESTION 47
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 custom fields to maintain latitude and longitude information
  • B. Create a geolocation custom field to maintain this requirement
  • C. Recommend app exchange packages to support this requirement.
  • D. Create formula fields with geolocation function for this requirement.

Answer: B

 

NEW QUESTION 48
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. Global unique customer number.
  • B. Full name.
  • C. Email address.
  • D. Phone number.

Answer: A

 

NEW QUESTION 49
A phased Salesforce rollout is planned. Three deployments will be spread out over 12 months, and the requirements have been carefully documented.
An Architect needs to trace back configuration changes to the requirements.
Which two approaches should the Architect use? (Choose two.)

  • A. Enter the business purpose into the Description of each field.
  • B. Analyze the setup audit trail for configuration changes.
  • C. Utilize the Force.com IDE to save the metadata files in source control.
  • D. Maintain a data dictionary with the justification for each field.

Answer: A,D

Explanation:
Explanation/Reference:

 

NEW QUESTION 50
North Trail Outfitters (NTD) is in the process of evaluating big objects to store large amounts of asset data from an external system. NTO will need to report on this asset data weekly.
Which two native tools should a data architect recommend to achieve this reporting requirement?

  • A. Standard reports and dashboards
  • B. Standard SOQL queries
  • C. Async SOQL with a custom object
  • D. Einstein Analytics

Answer: C,D

 

NEW QUESTION 51
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. Implement Batch Apex that calls out a third-party data quality API in order to monitor Account data quality.
  • B. Implement an Apex Trigger on Account that queries a third-party data quality API to monitor Account data quality.
  • C. Use a declarative approach by installing and configuring Data.com Clean to monitor Account data quality.
  • D. Use declarative approach by installing and configuring Data.com Prospector to monitor Account data quality.

Answer: C

 

NEW QUESTION 52
A company has 12 million records, and a nightly integration queries these records.
Which two areas should a Data Architect investigate during troubleshooting if queries are timing out? (Choose two.)

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

Answer: B,C

 

NEW QUESTION 53
UC has to built a B2C ecommerce site on Heroku that shares customer and order data with a Heroku Postgres database. UC is currently utilizing Postgres as the single source of truth for both customers and orders. UC has asked a data architect to replicate the data into salesforce so that salesforce can now act as the system of record.
What are the 3 considerations that data architect should weigh before implementing this requirement? Choose 23 answers:

  • A. Consider whether the data is required for sales reports, dashboards and KPI's.
  • B. A selection of the tool required to replicate the data.
    a. - Heroku Connect is required but this is confusing
  • C. Ensure the data is CRM center and able to populate standard of custom objects.
  • D. Determine if the data is driver of key process implemented within salesforce.
  • E. Ensure there is a tight relationship between order data and an enterprise resource plaining (ERP) application.

Answer: C,D

 

NEW QUESTION 54
A company needs to track field history on 50 Opportunity fields.
Which two actions can be taken to accomplish this goal? (Choose two.)

  • A. Select the 50 fields in the Opportunity Set History Tracking page.
  • B. Create a custom object to store the previous and new field values.
  • C. Store a copy of the record when changed by using Analytic Snapshots.
  • D. Create a custom object to store a copy of the record when changed.

Answer: B,D

 

NEW QUESTION 55
NTO has decided to franchise its brand. Upon implementation, 1000 franchisees will be able to access BTO's product information and track large customer sales and opportunities through a portal. The Franchisees will also be able to run monthly and quarterly sales reports and projections as well as view the reports in dashboards.
Which licenses does NTO need to provide these features to the Franchisees?

  • A. Salesforce Sales Cloud license
  • B. Partner Community license
  • C. Lightning Platform license
  • D. Customer Community license

Answer: B

 

NEW QUESTION 56
Universal Containers wants their Shipment custom object to always relate to a Container, a Sender, and a Receiver (all separate custom objects). If a Shipment is currently associated with a Container, Sender, or Receiver, deletion of those records should not be allowed.
They also want separate sharing models on each custom object. What approach should an architect take to fulfill these requirements?

  • A. Create two Master -Detail and one Lookup relationship to the parent records.
  • B. Create a required Lookup relationship to each of the three parent records.
  • C. Use a VLOOKUP formula field to associate the Shipment to each parent record.
  • D. Create a Master -Detail relationship to each of the three parent records.

Answer: A

 

NEW QUESTION 57
Northern Trail Outfitters has decided that it is going to build a channel sales portal with the following requirements:
1. External resellers are able to authenticate to the portal with a login.
2. Lead data, Opportunity data, and Order data are available to authenticated users.
3. Authenticated users may need to run reports and dashboards.
4. 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?

  • A. Customer Community Plus
  • B. Lightning External Apps Starter
  • C. Partner Community
  • D. Customer Community

Answer: C

 

NEW QUESTION 58
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. Use App Exchange products to classify fields based on policy.
  • B. Create a custom picklist field to capture classification of information on customer.
  • C. Build reports for customer information and validate.
  • D. Use data classification metadata fields available in field definition.

Answer: D

 

NEW QUESTION 59
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 a third-party AppExchange app to capture changes.
  • D. Use Event Monitoring to capture these changes.

Answer: D

 

NEW QUESTION 60
UC is migrating data from legacy system to SF. UC would like to preserve the following information on records being migrated:
Date time stamps for created date and last modified date.
Ownership of records belonging to inactive users being migrated to Salesforce.
Which 2 solutions should a data architect recommends to preserve the date timestamps and ownership on records? Choose 2 answers.

  • A. Enable Set Audit fields upon Record Creation Permission
  • B. Log a case with SF to update these fields
  • C. Enable update records with Inactive Owners Permission
  • D. Enable modify all and view all permission.

Answer: A,C

 

NEW QUESTION 61
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 custom fields to maintain latitude and longitude information
  • B. Recommend app exchange packages to support this requirement.
  • C. Create formula fields with geolocation function for this requirement.
  • D. Create a geolocation custom field to maintain this requirement

Answer: A

 

NEW QUESTION 62
Universal Containers is using Salesforce for Opportunity management and enterprise resource planning (ERP) for order management. Sales reps do not have access to the ERP and have no visibility into order status.
What solution should a data architect recommend to give the sales team visibility into order status?

  • A. Build real-time integration to pull order line items into Salesforce when viewing orders.
  • B. Leverage Salesforce Connect to bring the order line item from the legacy system to Salesforce.
  • C. Leverage Canvas to bring the order management UI in to the Salesforce tab.
  • D. Build batch jobs to push order line items to Salesforce.

Answer: B

 

NEW QUESTION 63
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 executive sponsorship to assess enterprise data strategy and goals.
  • B. Work with database administrators to assess current database performance metrics.
  • C. Work with IT program managers to assess current velocity of projects in the pipeline.
  • D. Work with business units and IT to assess current operational systems and data models.

Answer: A,D

 

NEW QUESTION 64
North Trail Outfitters (NTO) operates a majority of its business from a central Salesforce org, NTO also owns several secondary orgs that the service, finance, and marketing teams work out of, At the moment, there is no integration between central and secondary orgs, leading to data-visibility issues.
Moving forward, NTO has identified that a hub-and-spoke model is the proper architect to manage its data, where the central org is the hub and the secondary orgs are the spokes.
Which tool should a data architect use to orchestrate data between the hub org and spoke orgs?

  • A. A middleware solution that extracts and distributes data across both the hub and spokes.
  • B. Develop custom APIs to poll the spoke for change data and push into the org.
  • C. A backup and archive solution that extracts and restores data across orgs.
  • D. Develop custom APIs to poll the hub org for change data and push into the spoke orgs.

Answer: A

 

NEW QUESTION 65
Universal Containers wants to automatically archive all inactive Account data that is older than 3 years. The information does not need to remain accessible within the application.
Which two methods should be recommended to meet this requirement? Choose 2 answers

  • A. Schedule a weekly export file from the Salesforce UI.
  • B. Schedule jobs to export and delete using an ETL tool.
  • C. Use the Force.com Workbench to export the data.
  • D. Schedule jobs to export and delete using the Data Loader.

Answer: B,D

 

NEW QUESTION 66
Universal Containers wants their Shipment custom object to always relate to a Container, a Sender, and a Receiver (all separate custom objects). If a Shipment is currently associated with a Container, Sender, or Receiver, deletion of those records should not be allowed. They also want separate sharing models on each custom object. What approach should an architect take to fulfill these requirements?

  • A. Create two Master -Detail and one Lookup relationship to the parent records.
  • B. Create a required Lookup relationship to each of the three parent records.
  • C. Use a VLOOKUP formula field to associate the Shipment to each parent record.
  • D. Create a Master -Detail relationship to each of the three parent records.

Answer: A

 

NEW QUESTION 67
......


For more info visit:

Data-Architecture-And-Management-Designer Exam Reference

 

Pass Salesforce Data-Architecture-And-Management-Designer Exam Info and Free Practice Test: https://www.prep4sures.top/Data-Architecture-And-Management-Designer-exam-dumps-torrent.html

Salesforce Data-Architecture-And-Management-Designer Real Exam Questions and Answers FREE: https://drive.google.com/open?id=14ovOIpmzoBYTWTF7MESTj6BxS5wWOzTa