[2022年最新] 完璧Data-Architecture-And-Management-Designer問題集問題と解答で一年無料最速更新 [Q125-Q141]

Share

[2022年最新] 完璧Data-Architecture-And-Management-Designer問題集問題と解答で一年無料最速更新

更新されたのは2022年リアルな無敵Data-Architecture-And-Management-Designer問題集で100% 無料Data-Architecture-And-Management-Designer試験問題集


Salesforce Data-Architecture-And-Management-Designer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Compare and contrast various techniques and considerations for exporting data from Salesforce
  • Compare and contrast the different reasons for implementing Big Objects
トピック 2
  • Design a data model that scales considering large data volume and solution performance
  • Techniques to ensure data is persisted in a consistent manner
トピック 3
  • Compare and contrast various for designing techniques and considerations a data model for the Customer 360 platform
トピック 4
  • Given a customer scenario, recommend approaches and techniques to avoid data skew
  • Discuss the various options to identify, classify and protect personal and sensitive information

 

質問 125
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. Add a ContentType picklist field to the Attachment layout and create additional picklist options.
  • B. Create a custom picklist field for the Type on the standard Attachment object with the values.
  • C. Add additional options to the standard ContentType picklist field for the Attachment object.
  • D. Create a custom object related to the Invoice object with a picklist field for the Type.

正解: D

 

質問 126
DreamHouse Realty recently implemented a Sales Cloud. Managers have noticed that sales reps are entering an insufficient amount of data to run insightful reports and dashboards. The managers would like to monitor and measure data quality metrics.
Which solution addresses this requirement?

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

正解: D

 

質問 127
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 NOT and != operators.
  • B. Performing large loads and deletions.
  • C. Using leading % wildcards.
  • D. Using trailing % wildcards.
  • E. Using a custom index on a deterministic formula field.

正解: A,C,E

 

質問 128
A shipping and logistics company has created a large number of reports within Sales Cloud since Salesforce was introduced. Some of these reports analyze large amounts of data regarding the whereabouts of the company's containers, and they are starting to time out when users are trying to run the reports. What is a recommended approach to avoid these time-out issues?

  • A. Improve reporting performance by creating a custom Visualforce report that is using a cache of the records in the report.
  • B. Improve reporting performance by replacing the existing reports in Sales Cloud with new reports based on Analytics Cloud.
  • C. Improve reporting performance by creating a dashboard that is scheduled to run the reports only once per day.
  • D. Improve reporting performance by creating an Apex trigger for the Report object that will pre-fetch data before the report is run.

正解: B

 

質問 129
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 update records with Inactive Owners Permission
  • B. Enable Set Audit fields upon Record Creation Permission
  • C. Log a case with SF to update these fields
  • D. Enable modify all and view all permission.

正解: A,B

 

質問 130
UC has a variety of systems across its technology landscape, including SF, legacy enterprise resource planning (ERP) applications and homegrown CRM tools. UC has decided that they would like to consolidate all customer, opportunity and order data into Salesforce as part of its master data management (MDM) strategy.
What are the 3 key steps that a data architect should take when merging data from multiple systems into Salesforce? Choose 3 answers:

  • A. Work with Stakeholders to define record and field survivorship rules
  • B. Install a 3rd party AppExchange tool to handle the merger
  • C. Create new fields to store additional values from all the systems.
  • D. Analyze each system's data model and perform gap analysis
  • E. Utilize an ETL tool to merge, transform and de-duplicate data.

正解: A,D,E

 

質問 131
Universal Containers (UC) has implemented Sales Cloud for its entire sales organization, UC has built a custom object called projects_c that stores customers project detail and employee bitable hours.
The following requirements are needed:
A subnet of individuals from the finance team will need to access to the projects object for reporting and adjusting employee utilization.
The finance users will not access to any sales objects, but they will need to interact with the custom object.
Which license type a data architect recommend for the finance team that best meets the requirements?

  • A. Lighting platform plus
  • B. Light Platform Start
  • C. Sales Cloud
  • D. Service Cloud

正解: A

 

質問 132
NTO would like to retrieve their SF orgs meta data programmatically for backup within a various external.
Which API is the best fit for accomplishing this task?

  • A. SOAP API
  • B. Bulk API in serial mode
  • C. Tooling API
  • D. Metadata API

正解: D

 

質問 133
Universal Containers has a legacy client server app that has a relational database that needs to be migrated to Salesforce.
What are the three key actions that should be done when data modeling in Salesforce? (Choose three.)

  • A. Identify data elements to be persisted in Salesforce
  • B. Work with legacy application owner to analyze legacy data model
  • C. Map legacy data to Salesforce custom objects
  • D. Implement legacy data model within Salesforce using custom fields
  • E. Map legacy data to Salesforce objects

正解: A,D,E

 

質問 134
NTO has a loyalty program to reward repeat customers. The following conditions exists:
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 discount.
3. The program generates 100 million records each month.
NTO customer support would like to see a summary of a customer's recent transaction and reward level(s) they have attained.
Which solution should the data architect use to provide the information within the salesforce for the customer support agents?

  • A. Provide a button so that the agent can quickly open the point of sales system displaying the customer history.
  • B. 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-scale system.
  • C. Capture the reward program data in an external data store and present the 12 months trailing summary in salesforce using salesforce connect and then external object.
  • D. Create a custom object in salesforce to capture and store all reward program. Populate nightly from the point-of-scale system, and present on the customer record.

正解: B

 

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

正解: A,D,E

 

質問 136
DreamHouse Realty has a legacy system that captures Branch Offices and Transactions. DreamHouse Realty has 15 Branch Offices. Transactions can relate to any Branch Office. DreamHouse Realty has created hundreds of thousands of Transactions per year.
A Data Architect needs to denormalize this data model into a single Transaction object with a Branch Office picklist.
What are two important considerations for the Data Architect in this scenario? (Choose two.)

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

正解: B,D

 

質問 137
A customer monitors over 10,000 servers and these servers automatically record their status every 15 minutes The customer is required to maintain all of these status reports for a period of 10 years. Service Reps need access to up to one week's worth of these status reports with all of their details. What are two limits an architect should consider when recommending what data should be integrated into Salesforce and for how long it should be stored in Salesforce?
Choose 2 answers

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

正解: B,D

 

質問 138
Which two aspects of data does an Enterprise data governance program aim to improve?

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

正解: C,D

 

質問 139
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. Einstein Analytics
  • D. Async SOQL with a custom object

正解: C,D

 

質問 140
Universal Containers is migrating individual customers (B2C) data from legacy systems to Salesforce. There are millions of customers stored as account and contacts in the legacy database.
Which object model should a data architect configure within Salesforce?

  • A. Leverage person account object in Salesforce
  • B. Leverage custom person account object in Salesforce
  • C. Leverage standard account and contact object in Salesforce
  • D. Leverage custom account and contact object in Salesforce

正解: A

 

質問 141
......

Data-Architecture-And-Management-Designer問題集PDFとテストエンジン試験問題:https://jp.fast2test.com/Data-Architecture-And-Management-Designer-premium-file.html

Get2022年最新の無料更新されたSalesforce Data-Architecture-And-Management-Designer試験問題と解答:https://drive.google.com/open?id=1zS7-1Nrk5P8AU94iNf54oTOgmzz0ZapE


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어