2022 Updated Verified Pass Data-Architecture-And-Management-Designer Study Guides & Best Courses [Q64-Q83]

Share

2022 Updated Verified Pass Data-Architecture-And-Management-Designer Study Guides & Best Courses

Ultimate Guide to the Data-Architecture-And-Management-Designer - Latest Edition Available Now


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.


How to study the Data-Architecture-And-Management-Designer Exam

There are two main types of resources for preparation of certification exams first there are the study guides and the books that are detailed and suitable for building knowledge from ground up then there are video tutorial and lectures that can somehow ease the pain of through study and are comparatively less boring for some candidates yet these demand time and concentration from the learner. Smart Candidates who want to build a solid foundation in all exam topics and related technologies usually combine video lectures with study guides to reap the benefits of both but there is one crucial preparation tool as often overlooked by most candidates the practice exams. Practice exams are built to make students comfortable with the real exam environment. Statistics have shown that most students fail not due to that preparation but due to exam anxiety the fear of the unknown. TroytecDumps expert team recommends you to prepare some notes on these topics along with it don’t forget to practice Salesforce Data-Architecture-And-Management-Designer dumps which been written by our expert team, Both these will help you a lot to clear this exam with good marks.


Certification Path

Salesforce Administrator Certification is a prerequisite for this exam.

 

NEW QUESTION 64
Universal Containers is creating a new B2C service offering for consumers to ship goods across continents.
This is in addition to their well-established B2B offering. Their current Salesforce org uses the standard Account object to track B2B customers. They are expecting to have over 50,000,000 consumers over the next five years across their 50 business regions. B2C customers will be individuals. Household data is not required to be stored. What is the recommended data model for consumer account data to be stored in Salesforce?

  • A. Use 50 umbrella Accounts for each region, with customers as associated Contacts.
  • B. Use the Account object with Person Accounts and a new B2C page layout.
  • C. Use the Account object with a newly created Record Type for B2C customers.
  • D. Create a new picklist value for B2C customers on the Account Type field.

Answer: B

 

NEW QUESTION 65
A large insurance provider is looking to implement Salesforce. The following exist.
1. Multiple channel for lead acquisition
2. Duplication leads across channels
3. Poor customer experience and higher costs
On analysis, it found that there are duplicate leads that are resulting to mitigate the issues?

  • A. Implement third-party solution to clean and event lead data.
  • B. Standard lead information across all channels.
  • C. Build a custom solution to identify and merge duplicate leads.
  • D. Build process is manually search and merge duplicates.
  • E. Implement de-duplication strategy to prevent duplicate leads

Answer: A,B,E

 

NEW QUESTION 66
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. 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.
  • B. 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.
  • C. Provide a button so that the agent can quickly open the point-of-sale system displaying the customer's history.
  • D. 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.

Answer: B

 

NEW QUESTION 67
UC is planning a massive SF implementation with large volumes of dat
a. As part of the org's implementation, several roles, territories, groups, and sharing rules have been configured. The data architect has been tasked with loading all of the required data, including user data, in a timely manner.
What should a data architect do to minimize data load times due to system calculations?

  • A. Leverage the Bulk API and concurrent processing with multiple batches
  • B. Enable granular locking to avoid "UNABLE _TO_LOCK_ROW" error.
  • C. Load the data through data loader, and turn on parallel processing.
  • D. Enable defer sharing calculations, and suspend sharing rule calculations

Answer: D

 

NEW QUESTION 68
Ursa Major Solar has the following two systems:
- Salesforce
- On-premise ERP system
Opportunity records need to be copied to the ERP once they reach a Closed/Won Stage. The Opportunity record in the ERP system will be read-only for all fields copied in from Salesforce.
An Architect needs to recommend a real-time approach that fulfills these requirements.
Which recommendation is appropriate?

  • A. Have an ERP poll Salesforce nightly and bring in the desired Opportunities.
  • B. Implement an hourly integration to send Salesforce Opportunities to the ERP system.
  • C. Create a workflow rule with Outbound Messaging that sends Opportunity data.
  • D. Implement a Master Data Management system to determine system of record.

Answer: C

 

NEW QUESTION 69
Universal Containers is creating a new B2C service offering for consumers to ship goods across continents. This is in addition to their well-established B2B offering. Their current Salesforce org uses the standard Account object to track B2B customers. They are expecting to have over 50,000,000 consumers over the next five years across their 50 business regions. B2C customers will be individuals. Household data is not required to be stored. What is the recommended data model for consumer account data to be stored in Salesforce?

  • A. Use 50 umbrella Accounts for each region, with customers as associated Contacts.
  • B. Use the Account object with Person Accounts and a new B2C page layout.
  • C. Use the Account object with a newly created Record Type for B2C customers.
  • D. Create a new picklist value for B2C customers on the Account Type field.

Answer: B

 

NEW QUESTION 70
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, 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.
  • 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 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.
  • D. 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.

Answer: D

 

NEW QUESTION 71
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. Which profiles and users currently have access to these custom object records?
  • B. Are there any regulatory restrictions that will influence the archiving and purging plans?
  • C. If reporting is necessary, can the information be aggregated into fewer, summary records?
  • D. How many fields are defined on the custom objects that need to be archived?
  • E. Will the data being archived need to be reported on or accessed in any way in the future?

Answer: B,C,E

 

NEW QUESTION 72
Universal Containers has a legacy system that captures Conferences and Venues. These Conferences can occur at any Venue. They create hundreds of thousands of Conferences per year. Historically, they have only used
20 Venues. Which two things should the data architect consider when denormalizing this data model into a single Conference object with a Venue picklist? Choose 2 answers

  • A. Limitations on master -detail relationships.
  • B. Bulk API limitations on picklist fields.
  • C. Standard list view in -line editing.
  • D. Org data storage limitations.

Answer: B,C

 

NEW QUESTION 73
Universal Containers would like to remove data silos and connect their legacy CRM together with their ERP and with Salesforce. Most of their sales team has already migrated to Salesforce for daily use, although a few users are still on the old CRM until some functionality they require is completed. Which two techniques should be used for smooth interoperability now and in the future.

  • A. Specify the legacy CRM as the system of record during transition until it is removed from operation and fully replaced by Salesforce.
  • B. Work with stakeholders to establish a Master Data Management plan for the system of record for specific objects, records, and fields.
  • C. Do not connect Salesforce and the legacy CRM to each other during this transition period, but do allow both to interact with the ERP.
  • D. Replicate ongoing changes in the legacy CRM to Salesforce to facilitate a smooth transition when the legacy CRM is eventually retired.

Answer: A,B

 

NEW QUESTION 74
A company is introducing a new data quality process and needs an Architect to recommend an appropriate approach. The new process will monitor the data that users are manually entering into the system through the Salesforce UI.
Which recommendation is correct?

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

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 75
UC has a salesforce org with multiple automated processes defined for group membership process. UC also have multiple admins on staff that perform manual adjustments to the role hierarchy. The automated task and manual task overlap daily and UC is experiencing "Lock errors" consistently.
What should a data architect recommend mitigate these errors?

  • A. Ask salesforce support for addition CPU power.
  • B. Enable granular locking.
  • C. Enable sharing recalculations
  • D. Remove SOQL statements from APEX loops.

Answer: B

 

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

Answer: B,C

 

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

Answer: C,D

 

NEW QUESTION 78
A customer needs a sales model that allows the following:
1. Opportunities need to be assigned to sales people based on the zip code.
2. Each sales person can be assigned to multiple zip codes.
3. Each zip code is assigned to a sales area definition. Sales is aggregated by sales area for reporting.
What should a data architect recommend?

  • A. Assign opportunities using list views using zip code
  • B. Add custom fields in opportunities for zip code and use assignment rules
  • C. Allow sales users to manually assign opportunity ownership based on zip code
  • D. Configure Territory Management feature to support opportunity assignment

Answer: D

Explanation:
Explanation/Reference: https://help.salesforce.com/articleView?id=000327968&type=1&mode=1

 

NEW QUESTION 79
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 a weekly export file from the Salesforce UI.
  • B. Schedule jobs to export and delete using an ETL tool.
  • C. Schedule jobs to export and delete using the Data Loader.
  • D. Export the data by using the Force.com Workbench.

Answer: B,C

Explanation:
Explanation/Reference:

 

NEW QUESTION 80
Ursa Major Solar plans to use Salesforce to manage their sales organization. However, the company has legacy account data from two aging systems that must be migrated into Salesforce. The Chief Technology Officer (CTO) at Ursa Major Solar is concerned about data duplication and needs it minimized.
What are two design considerations an Architect should take in this scenario? (Choose two.)

  • A. Check and prevent duplicates by using a workflow.
  • B. Before importing into Salesforce, clean the data.
  • C. Import the data concurrently.
  • D. Use Salesforce matching and duplicate rules.

Answer: B,D

 

NEW QUESTION 81
An architect has been asked by a client to develop a solution that will integrate data and resolve duplicates and discrepancies between Salesforce and one or more external systems. What two factors should the architect take into consideration when deciding whether or not to use a Master Data Management system to achieve this solution?
Choose 2 answers

  • A. Whether or not Salesforce replaced a legacy CRM.
  • B. Whether the system of record changes for different tables.
  • C. The number of systems that are integrating with each other.
  • D. Whether the systems are cloud -based or on -premise.

Answer: B,C

 

NEW QUESTION 82
Two million Opportunities need to be loaded in different batches into Salesforce using the Bulk API in parallel mode.
What should an Architect consider when loading the Opportunity records?

  • A. Order batches by Auto-number field.
  • B. Create indexes on Opportunity object text fields.
  • C. Use the Name field values to sort batches.
  • D. Group batches by the AccountId field.

Answer: D

 

NEW QUESTION 83
......

Dumps MoneyBack Guarantee - Data-Architecture-And-Management-Designer Dumps Approved Dumps: https://www.troytecdumps.com/Data-Architecture-And-Management-Designer-troytec-exam-dumps.html

2022 Updated Verified Pass Data-Architecture-And-Management-Designer Exam - Real Questions & Answers: https://drive.google.com/open?id=1lz1CXo3xg9UO1wh7NF0xbWAoA3yK3noW