Salesforce Data-Architecture-And-Management-Designer Dumps Updated [Sep-2021] Get 100% Real Exam Questions! [Q81-Q96]

Share

[Sep-2021] Pass Salesforce Data-Architecture-And-Management-Designer Exam in First Attempt Guaranteed!

Full Data-Architecture-And-Management-Designer Practice Test and 215 unique questions with explanations waiting just for you, get it now!

NEW QUESTION 81
Universal Containers (UC) has adopted Salesforce as its primary sales automated tool. UC has 100,00 customers with a growth rate of 10% a year, UC uses an on-premise web-based billing and invoice system that generates over 1 million invoices a year supporting a monthly billing cycle.
The UC sales team needs to be able to pull a customer record and view their account status, Invoice history, and opportunities without navigating outside of Salesforce.
What should a data architect use to provide the sales team with the required functionality?

  • A. Create a visual force tab with the billing system encapsulated within an iframe.
  • B. Write an Apex callout and populate a related list to display on the account record.
  • C. Create a mashup page that will present the billing system records within Salesforce.
  • D. Create a custom object and migrate the last 12 months of Invoice data into Salesforce so it can be displayed on the Account layout.

Answer: C

 

NEW QUESTION 82
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. Reduce the number of triggers on Order _c object.
  • B. Make the queries more selective using indexed fields.
  • C. Use SOQL queries without WHERE conditions.
  • D. Work with Salesforce Support to enable Skinny Tables.

Answer: B,D

 

NEW QUESTION 83
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 an entity relationship diagram.
  • B. Use Salesforce Object Query Language.
  • C. Use a data definition language.
  • D. Use the Salesforce Metadata API.

Answer: A,D

 

NEW QUESTION 84
Get Cloudy Consulting monitors 15,000 servers, and these servers automatically record their status every
10 minutes. Because of company policy, these status reports must be maintained for 5 years. Managers at Get Cloudy Consulting need access to up to one week's worth of these status reports with all of their details.
An Architect is recommending what data should be integrated into Salesforce and for how long it should be stored in Salesforce.
Which two limits should the Architect be aware of? (Choose two.)

  • A. Workflow rule limits
  • B. API Request limits
  • C. Webservice callout limits
  • D. Data storage limits

Answer: B,D

Explanation:
Explanation

 

NEW QUESTION 85
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. Utilize the Force.com IDE to save the metadata files in source control.
  • B. Maintain a data dictionary with the justification for each field.
  • C. Enter the business purpose into the Description of each field.
  • D. Analyze the setup audit trail for configuration changes.

Answer: B,C

Explanation:
Explanation/Reference:

 

NEW QUESTION 86
A large retail company has recently chosen SF as its CRM solution. They have the following record counts:
2500000 accounts
25000000 contacts
When doing an initial performance test, the data architect noticed an extremely slow response for reports and list views.
What should a data architect do to solve the performance issue?

  • A. Create a skinny table to represent account and contact objects.
  • B. Limit data loading to the 2000 most recently created records.
  • C. Add custom indexes on frequently searched account and contact objects fields
  • D. Load only the data that the users is permitted to access

Answer: A

 

NEW QUESTION 87
Universal Containers (UC) has deployed Salesforce to manage Marketing. Sales, and Support efforts in a multi -system ERP environment After reaching the limits of native reports & dashboards. UC leadership is looking to understand what options can be used to provide more analytical insights. What two approaches should an architect recommend? Choose 2 answers

  • A. Weekly Snapshots
  • B. Setup Audit Trails
  • C. Wave Analytics
  • D. AppExchange Apps

Answer: C,D

 

NEW QUESTION 88
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.

Answer: D

 

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

Answer: A,C

 

NEW QUESTION 90
Universal Containers (UC) has 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 this data into Salesforce so that Salesforce can now act as the System of Record.
What are the three considerations that a data architect should weigh before implementing this requirement?
(Choose three.)

  • A. A selection of the tool required to replicate the data.
  • B. Ensure there is a tight relationship between order data and an enterprise resource planning (ERP) application.
  • C. Ensure the data is CRM-centric and able to populate standard or custom objects.
  • D. Determine if the data is a driver of key processes implemented within Salesforce.
  • E. Consider whether the data is required for sales reports, dashboards, and KPIs.

Answer: A,C,D

 

NEW QUESTION 91
Universal Containers (UC) has implemented Sales Cloud and it has been noticed that Sales reps are not entering enough data to run insightful reports and dashboards. UC executives would like to monitor and measure data quality metrics. What solution addresses this requirement?

  • A. Use third-party AppExchange tools to monitor and measure data quality.
  • B. Generate reports to view the quality of sample data.
  • C. Export the data to an enterprise data warehouse and use BI tools for data quality.
  • D. Use custom objects and fields to calculate data quality.

Answer: A

 

NEW QUESTION 92
The Chief Technology Officer (CTO) of Ursa Major Solar wants error messages to appear when a future date is detected in a custom AnniversaryDate_c field on the Contact object. Additionally, the CTO wants the ability to translate the error messages.
Which two approaches should an Architect use to fulfill this requirement? (Choose two.)

  • A. Implement an external validation API with translation functionality.
  • B. Create a validation rule and translate the error message with translation workbench.
  • C. Create a workflow field update to set the standard ErrorMessage field.
  • D. Create a trigger on Contact and add an error to the record with a custom label.

Answer: B,D

 

NEW QUESTION 93
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.

Answer: A,B

 

NEW QUESTION 94
Universal Containers (UC) provides shipping services to its customers. They use Opportunities to track customer shipments. At any given time, shipping status can be one of the 10 values. UC has 200,000 Opportunity records. When creating a new field to track shipping status on opportunity, what should the architect do to improve data quality and avoid data skew?

  • A. Create a text field and make it an external ID.
  • B. Create a picklist field, values sorted alphabetically.
  • C. Create a Lookup to custom object ShippingStatus c.
  • D. Create a Master -Detail to custom object ShippingStatus c.

Answer: B

 

NEW QUESTION 95
UC developers have created a new lightning component that uses an Apex controller using a SOQL query to populate a custom list view. Users are complaining that the component often fails to load and returns a time-out error.
What tool should a data architect use to identify why the query is taking too long?

  • A. Use Splunk to query the system logs looking for transaction time and CPU usage.
  • B. Open a ticket with salesforce support to retrieve transaction logs to e analyzed for processing time.
  • C. Enable and use the query plan tool in the developer console.
  • D. Use salesforce's query optimizer to analyze the query in the developer console.

Answer: C

 

NEW QUESTION 96
......

Prepare for your Salesforce certification with the updated Test4Engine Data-Architecture-And-Management-Designer exam questions: https://drive.google.com/open?id=10O8Oxmz_E5z2ESOlsPuTIyQzU1LRXbIO

Get Latest Data-Architecture-And-Management-Designer Dumps Exam Questions in here: https://www.test4engine.com/Data-Architecture-And-Management-Designer_exam-latest-braindumps.html