Updated Nov-2022 Premium Data-Architecture-And-Management-Designer Exam Engine pdf - Download Free Updated 224 Questions [Q13-Q37]

Share

Updated Nov-2022 Premium Data-Architecture-And-Management-Designer Exam Engine pdf - Download Free Updated 224 Questions

Authentic Data-Architecture-And-Management-Designer Dumps With 100% Passing Rate Practice Tests Dumps


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.


Who should take the Data-Architecture-And-Management-Designer exam

Salesforce Certified Data Architecture and Management Designer certification is an internationally-recognized validation that identifies persons who earn it as possessing skilled as a Salesforce Certified Data Architecture and Management Designer. If a candidate wants significant improvement in career growth needs enhanced knowledge, skills, and talents. The Salesforce Data-Architecture-And-Management-Designer Exam provides proof of this advanced knowledge and skill. If a candidate has knowledge of associated technologies and skills that are required to pass the Salesforce Data-Architecture-And-Management-Designer Exam then he should take this exam.

 

NEW QUESTION 13
Universal Containers (UC) is implementing its new Internet of Things technology, which consists of smart containers that provide information on container temperature and humidity updated every 10 minutes back to UC. There are roughly 10,000 containers equipped with this technology with the number expected to increase to 50,000 across the next five years. It is essential that Salesforce user have access to current and historical temperature and humidity data for each container. What is the recommended solution?

  • A. Create a new Container Reading custom object with a master-detail relationship to Container which is created when a new measure is received for a specific container. Implement an archiving process that runs every hour.
  • B. Create a new Lightning Component that displays last humidity and temperature data for a specific container and can also display historical trends obtaining relevant data from UC's existing data warehouse.
  • C. Create a new Container Reading custom object, which is created when a new measure is received for a specific container. The Container Reading custom object has a master-detail relationship to the container object.
  • D. Create new custom fields for temperature and humidity in the existing Container custom object, as well as an external ID field that is unique for each container. These custom fields are updated when a new measure is received.

Answer: A

 

NEW QUESTION 14
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 with five lookup custom fields for each item being shipped Implement an archiving process that moves data off-platform after three years.
  • D. 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.

Answer: D

 

NEW QUESTION 15
Universal Containers (UC) stores 10 million rows of inventory data in a cloud database. As part of creating a connected experience in Salesforce, UC would like to expose this inventory data to Sales Cloud without a direct import. UC has asked its data architect to determine if Salesforce Connect is needed.
Which three considerations should the data architect make when evaluating the need for Salesforce Connect?
(Choose three.)

  • A. You need to expose data via a virtual private connection.
  • B. You want real-time access to the latest data from other systems.
  • C. You need small amounts of external data at any one time.
  • D. You have a large amount of data that you don't want to copy into your Salesforce org.
  • E. You have a large amount of data and would like to copy subsets of it into Salesforce.

Answer: B,C,D

Explanation:
You have a large amount of data that you don't want to copy into your Salesforce org.
You need small amounts of data at any one time.
You want real-time access to the latest data.
Reference: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/ platform_connect_about.htm

 

NEW QUESTION 16
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 which shows the last time the key fields were updated.
  • B. Run a report that shows the percentage of blanks for the important fields.
  • C. Run a process that can fill in default values for blank fields.
  • D. Run one report per key field, grouped by that field, to understand its data variability.

Answer: A,B

 

NEW QUESTION 17
Cloud Kicks has the following requirements:
- They want 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 approaches should the Architect recommend to meet this requirement? (Choose two.)

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

Answer: A,B

 

NEW QUESTION 18
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. Service Cloud License
  • B. Salesforce License
  • C. Sales Cloud License
  • D. Lightning Platform Starter License

Answer: A

 

NEW QUESTION 19
Universal Containers wants to implement a data -quality process to monitor the data that users are manually entering into the system through the Salesforce UI. Which approach should the architect recommend?

  • A. Utilize an app from the AppExchange to create data -quality dashboards.
  • B. Use Apex to validate the format of phone numbers and postal codes.
  • C. Allow users to import their data using the Salesforce Import tools.
  • D. Utilize a 3rd -party solution from the AppExchange for data uploads.

Answer: A

 

NEW QUESTION 20
A customer wishes to migrate 700,000 Account records in a single migration into Salesforce. What is the recommended solution to migrate these records while minimizing migration time?

  • A. Use Salesforce Bulk API in parallel mode.
  • B. Use Salesforce Soap API in parallel mode.
  • C. Use Salesforce Soap API in serial mode.
  • D. Use Salesforce Bulk API in serial mode.

Answer: A

 

NEW QUESTION 21
UC has migrated its Back-office data into an on-premise database with REST API access. UC recently implemented Sales cloud for its sales organization. But users are complaining about a lack of order data inside SF.
UC is concerned about SF storage limits but would still like Sales cloud to have access to the data.
Which design patterns should a data architect select to satisfy the requirement?

  • A. Build a UI for the on-premise system and iframe it in Salesforce
  • B. Use SF Connect to virtualize the data in SF and avoid storage limits.
  • C. Develop a bidirectional integration between the on-premise system and Salesforce.
  • D. Migrate and persist the data in SF to take advantage of native functionality.

Answer: B

 

NEW QUESTION 22
A custom pricing engine for a Salesforce customer has to be decided by factors with the following hierarchy:
State in which the customer is located
City in which the customer is located if available
Zip code In which the customer is located if available
Changes to this information should have minimum code changes
What should a data architect recommend to maintain this information for the custom pricing engine that is to be built in Salesforce?

  • A. Assign the pricing criteria within customer pricing engine.
  • B. Configure the pricing criteria in price books.
  • C. Maintain require pricing criteria in custom metadata types.
  • D. Create a custom object to maintain the pricing criteria.

Answer: C

 

NEW QUESTION 23
Members of DreamHouse Realty sales team are reporting that searches are yielding too many irrelevant, outdated records. Management requires that data for historical reporting. DreamHouse Realty has enough data storage.
In this situation, which strategy should a data architect use to ensure a better user experience for the Sales Reps?

  • A. Hide old data from Sales Reps by setting data access to Private.
  • B. Hide old data from Sales Reps by creating a Permission Set.
  • C. Use Batch Apex to archive old data on a rolling nightly basis.
  • D. Archive and purge old data from Salesforce on a monthly basis.

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 24
Universal container (UC) would like to build a Human resources application on Salesforce to manage employee details, payroll, and hiring efforts. To adequately and store the relevant data, the application will need to leverage 45 custom objects. In addition to this, UC expects roughly 20,00 API calls into Salesfoce from an n-premises application daily.
Which license type should a data architect recommend that best fits these requirements?

  • A. Lightning External Apps Starts
  • B. Service Cloud
  • C. Lightning platform Start
  • D. Lightning Platform plus

Answer: D

 

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

Answer: B,C

 

NEW QUESTION 26
Which two aspects of data does an Enterprise data governance program aim to improve?

  • A. Data distribution
  • B. Data integrity
  • C. Data usability
  • D. Data modeling

Answer: B,C

 

NEW QUESTION 27
Universal Containers is migrating 100,000 accounts from an enterprise resource planning (ERP) to Salesforce and is concerned about ownership skew and performances.
Which three recommendations should a data architect provide to prevent ownership skew? (Choose three.)

  • A. Assign view all permissions on profile to give access to account
  • B. Assign a default user as owner of accounts and assign top most role in hierarchy
  • C. Assign a default user as owner of accounts, and assign role in hierarchy
  • D. Keep users out of public groups that can be used as the source for sharing rules
  • E. Assign a default user as owner of accounts and do not assign any role to default user

Answer: A,D,E

 

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

Answer: B,C

 

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

Answer: B,C

Explanation:
Explanation

 

NEW QUESTION 30
UC has millions of Cases and are running out of storage. Some user groups need to have access to historical cases for up to 7 years.
Which 2 solutions should a data architect recommend in order to minimize performance and storage issues?
Choose 2 answers:

  • A. Export data out of salesforce and store in Flat files on external system.
  • B. Create a custom object to store case history and run reports on it.
  • C. Leverage big object to archive case data and lightning components to show archived data.
  • D. Leverage on premise data archival and build integration to view archived data.

Answer: C,D

 

NEW QUESTION 31
Every year, Ursa Major Solar has more than 1 million orders. Each order contains an average of 10 line items. The Chief Executive Officer (CEO) needs the Sales Reps to see how much money each customer generates year-over-year. However, data storage is running low in Salesforce.
Which approach for data archiving is appropriate for this scenario?

  • A. 1. Annually export and delete orders and order line items.
    2. Store them in a zip file in case the data is needed later.
  • B. 1. Annually export and delete order line items.
    2. Store them in a zip file in case the data is needed later.
  • C. 1. Annually aggregate order amount data to store in a custom object.
    2. Delete those orders and order line items.
  • D. 1. Annually delete orders and order line items.
    2. Ensure the customer has order information in another system.

Answer: C

 

NEW QUESTION 32
In their legacy system. Universal Containers has a monthly accounts receivable report that compiles data from Accounts, Contacts, Opportunities, Orders. and Order Line Items. What difficulty will an architect run into when implementing this in Salesforce?

  • A. A report cannot contain data from Accounts and Contacts.
  • B. Custom report types cannot contain Opportunity data.
  • C. Salesforce allows up to four objects in a single report type.
  • D. Salesforce does not support Orders or Order Line Items.

Answer: C

 

NEW QUESTION 33
Cloud Kicks needs to optimize data stewardship engagement for a Salesforce instance.
Before proposing design recommendations, the Data Architect is first assessing relevant areas of Salesforce.
Which three areas are appropriate to assess? (Choose three.)

  • A. Assess the metadata xml files for redundant fields to consolidate.
  • B. Run key reports to determine what fields should be required.
  • C. Export the setup audit trail to review what fields are being used.
  • D. Assess the sharing model to determine impact on duplicate records.
  • E. Determine if any integration points create records in Salesforce.

Answer: A,B,D

Explanation:
Explanation/Reference:

 

NEW QUESTION 34
Northern Trail Outfitters (NTO) has a loyalty program to reward repeat customers. The following conditions exist:
1. Reward levels are earned based on the amount spent during the previous 12 months.
2. The program will track every item a customer has bought and grant them points for discounts.
3. The program generates 100 million records each month.
NTO Customer Support would like to see a summary of a customer's recent transactions and the reward level (s) they have attained.
Which solution should the data architect use to provide the information within Salesforce for the customer support agents?

  • A. Provide a button so that the agent can quickly open the point-of-sale system displaying the customer's history.
  • B. Capture the reward program data in an external data store, and present the 12-month trailing summary in Salesforce using Salesforce Connect and an external object.
  • C. Create a custom Big Object to capture the reward program data, and display it on the contact record and update nightly from the point-of-sale system.
  • D. Create a custom object in Salesforce to capture and store all reward program, populate nightly from the point-of-sale system, and present on the Customer record.

Answer: D

 

NEW QUESTION 35
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. Encrypt Sensitive Customer information maintained in SF.
  • B. Event monitoring to monitor all user activities
  • C. Prevent Sales users access to customer PII information
  • D. Restrict access to SF from users outside specific geography
  • E. Transaction security policies to prevent export of SF Data.

Answer: A,D,E

 

NEW QUESTION 36
Universal Containers (UC) has users complaining about reports timing out or simply taking too long to run What two actions should the data architect recommend to improve the reporting experience? Choose 2 answers

  • A. Create one skinny table per report.
  • B. Share each report with fewer users.
  • C. Enable Divisions for large data objects.
  • D. Index key fields used in report criteria.

Answer: A,D

 

NEW QUESTION 37
......


Certification Path

Salesforce Administrator Certification is a prerequisite for this exam.

 

Verified Pass Data-Architecture-And-Management-Designer Exam in First Attempt Guaranteed: https://dumpstorrent.dumpsking.com/Data-Architecture-And-Management-Designer-testking-dumps.html