[Apr-2023] Data-Architecture-And-Management-Designer Exam Dumps, Data-Architecture-And-Management-Designer Practice Test Questions
Attested Data-Architecture-And-Management-Designer Dumps PDF Resource [2023]
How much Data-Architecture-And-Management-Designer Exam Cost
The price of the Salesforce Data-Architecture-And-Management-Designer exam is $400 USD and exam retake fee is $200 USD.
For more info visit:
Data-Architecture-And-Management-Designer Exam Reference
NEW QUESTION 97
Northern trail Outfitters (NTO) runs its entire out of an enterprise data warehouse (EDW), NTD's sales team starting to use Salesforce after a recent implementation, but currently lacks data required to advanced and opportunity to the next stage.
NTO's management has research Salesforce Connect and would like to use It to virtualize and report on data from the EDW within Salesforce. NTO will be running thousands of reports per day across 10 to 15 external objects.
What should a data architect consider before implementing Salesforce Connect for reporting?
- A. Maximum number for records returned
- B. Maximum external objects per org
- C. OData callout limits per day
- D. Maximum page size for server-driven paging
Answer: C
NEW QUESTION 98
DreamHouse Realty has a Salesforce deployment that manages Sales, Support, and Marketing efforts in a multi-system ERP environment. The company recently reached the limits of native reports and dashboards and needs options for providing more analytical insights.
What are two approaches an Architect should recommend? (Choose two.)
- A. Einstein Analytics
- B. Weekly Snapshots
- C. AppExchange Apps
- D. Setup Audit Trails
Answer: A,C
NEW QUESTION 99
Universal Containers has defined a new Data Quality Plan for their Salesforce data and wants to know how they can enforce it throughout the organization. Which two approaches should an architect recommend to enforce this new plan?
Choose 2 answers
- A. Schedule a weekly dashboard displaying records that are missing information to be sent to managers for review.
- B. Store all data in an external system and set up an integration to Salesforce for view - only access.
- C. Schedule reports that will automatically catch duplicates and merge or delete the records every week.
- D. Use Workflow, Validation Rules, and Force.com code (Apex) to enforce critical business processes.
Answer: A,D
NEW QUESTION 100
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 one report per key field, grouped by that field, to understand its data variability.
- B. Run a report which shows the last time the key fields were updated.
- 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.
Answer: B,C
NEW QUESTION 101
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. Modify the integration users' profile to have View All Data.
- D. Make sure the query doesn't contain NULL in any filter criteria.
Answer: B,D
Explanation:
Explanation/Reference:
NEW QUESTION 102
Universal Containers (UC) wants to capture information on how data entities are stored within the different applications and systems used within the company. For that purpose, the architecture team decided to create a data dictionary covering the main business domains within UC. Which two common techniques are used building a data dictionary to store information on how business entities are defined?
- A. Use the Salesforce Metadata API.
- B. Use an entity relationship diagram.
- C. Use a data definition language.
- D. Use Salesforce Object Query Language.
Answer: A,B
NEW QUESTION 103
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 lookup field on the standard Product to reference the parent record in the hierarchy.
- B. Create an Apex trigger to synchronize the Product Family standard picklist field on the Product object.
- C. Create a custom master-detail field on the standard Product to reference the child record in the hierarchy.
- D. Create a custom lookup filed on the standard Product to reference the child record in the hierarchy.
Answer: A
NEW QUESTION 104
Cloud Kicks has the following requirements:
- Data needs to be sent from Salesforce to an external system to generate invoices from their Order Management System (OMS).
- A Salesforce administrator must be able to customize which fields will be sent to the external system without changing code.
What are two approaches for fulfilling these requirements? (Choose two.)
- A. An ObjectField to determine which fields to send in an HTTP callout.
- B. A Field Set that determines which fields to send in an HTTP callout.
- C. An Outbound Message to determine which fields to send to the OMS.
- D. Turn on the field-level security permissions for the fields to send.
Answer: B,C
Explanation:
Explanation
NEW QUESTION 105
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. Leverage a sequence of numbers on the imported orders 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. Query only indexed ID field values on the imported order to import related order lines.
Answer: B
NEW QUESTION 106
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. Lightning External Apps Starter
- B. Customer Community
- C. Partner Community
- D. Customer Community Plus
Answer: C
NEW QUESTION 107
UC has millions of case records with case history and SLA dat
a. UC's compliance team would like historical cases to be accessible for 10 years for Audit purpose.
What solution should a data architect recommend?
- A. Purchase more data storage to support case object
- B. Use a custom Big object to store archived case data.
- C. Use a custom object to store archived case data.
- D. Archive Case data using Salesforce Archiving process
Answer: B
NEW QUESTION 108
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. Enable modify all and view all permission.
- C. Enable update records with Inactive Owners Permission
- D. Log a case with SF to update these fields
Answer: A,C
NEW QUESTION 109
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. Calculate summary values instead of Roll-Up by using workflow.
- C. Load all data after deferring sharing calculations.
- D. Load all data using external IDs to link to parent records.
Answer: C
NEW QUESTION 110
During the implementation of Salesforce a customer has the following requirements for Sales Order:
1. Sales Order information needs to be shown to users in Salesforce.
2. Sales Orders are maintained in the on-premise enterprise resource planning (ERP).
3. Sales Order information has more than 150 million records.
4. Sales Orders will not be updated in Salesforce.
What should a data architect recommend for maintaining Sales Orders in Salesforce?
- A. Use custom big objects to maintain Sales Orders in Salesforce.
- B. Use Standard Order object to maintain Sales Orders in Salesforce.
- C. Use custom objects to maintain Sales Orders in Salesforce.
- D. Use external objects to maintain Sales Orders in Salesforce.
Answer: D
Explanation:
Order object with external systems to maintain a real-time order system and increase the productivity of your organization.
Reference:
https://www.mstsolutions.com/technical/standard-order-object-in-salesforce/
NEW QUESTION 111
DreamHouse Realty needs an Architect to develop a solution that will integrate data and resolve duplicates and discrepancies between Salesforce and one or more external systems.
What are two important questions the Architect should answer when determining whether to use Master Data Management in the solution? (Choose two.)
- A. How many systems are integrating with each other?
- B. Does the system of record change for different tables?
- C. Are the systems cloud-based or on-premise?
- D. Will Salesforce replace a legacy system?
Answer: A,B
NEW QUESTION 112
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. Create a custom picklist field for the Type on the standard Attachment object with the values.
- B. Create a custom object related to the Invoice object with a picklist field for the Type.
- C. Add a ContentType picklist field to the Attachment layout and create additional picklist options.
- D. Add additional options to the standard ContentType picklist field for the Attachment object.
Answer: B
NEW QUESTION 113
Universal Containers is planning out their archiving and purging plans going forward for their custom objects Topic__c and Comment__c. Several options are being considered, including analytics snapshots, offsite storage, scheduled purges, etc. Which three questions should be considered when designing an appropriate archiving strategy?
- A. Will the data being archived need to be reported on or accessed in any way in the future?
- B. If reporting is necessary, can the information be aggregated into fewer, summary records?
- C. Which profiles and users currently have access to these custom object records?
- D. How many fields are defined on the custom objects that need to be archived?
- E. Are there any regulatory restrictions that will influence the archiving and purging plans?
Answer: A,B,E
NEW QUESTION 114
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 business units and IT to assess current operational systems and data models.
- C. Work with database administrators to assess current database performance metrics.
- D. Work with IT program managers to assess current velocity of projects in the pipeline.
Answer: A,B
NEW QUESTION 115
Northern Trail Outfitters (NTO) uses Sales Cloud and Service Cloud to manage their sales and support processes. Some of NTOs teams are complaining they see new fields on their page and are unsure of which values need be input. NTO is concerned about lack of governance in making changes to Salesforce.
Which governance measure should a data architect recommend to solve this issue?
- A. Add description fields to explain why the field is used, and mark the fields as Required.
- B. Create reports to identify which fields users are leaving blank, and use external data sources to augment the missing data.
- C. Create validation rules with error messages to explain why the field is used.
- D. Create and manage a data dictionary, and use a governance process for changes made to common objects.
Answer: D
NEW QUESTION 116
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. Change the integration users' profile to have View All Data.
- C. Ensure the query doesn't contain NULL in any filter criteria.
- D. Create custom indexes on the fields used in the filter criteria.
Answer: B,C
NEW QUESTION 117
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 with five lookup custom fields for each item being shipped. External objects are stored off-platform in Heroku's Postgres database.
- B. 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.
- 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.
Answer: C
NEW QUESTION 118
......
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.
Latest Data-Architecture-And-Management-Designer Actual Free Exam Questions Updated 224 Questions: https://www.dumpsvalid.com/Data-Architecture-And-Management-Designer-still-valid-exam.html
Free Data-Architecture-And-Management-Designer Exam Braindumps certification guide Q&A: https://drive.google.com/open?id=17U-AEnrRPeem_eV7XcLEQrgUCZe-csca