
究極のガイドはData-Architecture-And-Management-Designer最新2023年07月15日時間限定!今すぐダウンロード!
2023年最新のな厳密検証された合格させるData-Architecture-And-Management-Designer試験にはリアル問題と解答
Salesforce Data-Architecture-And-Management-Designerの認定試験に備えて、候補者はデータ管理とアーキテクチャデザインの少なくとも2年の経験を持つことが推奨されています。また、Salesforce Data Architecture and Management Designerの認定コースを受講することで、データモデリング、データ移行、データ分析、およびデータガバナンスなどのトピックをカバーして学ぶことができます。さらに、Salesforce Certified Data Architecture and Management Designer Study Guideを使用して、試験に備えることができます。
Data-Architecture-And-Management-Designer試験に備えるために、候補者はSalesforceでの広範な経験を持ち、プラットフォームのデータ管理機能に精通している必要があります。また、データベース設計とデータモデリングの強い理解を持っていることも重要です。候補者が試験に備えるための多くのリソースがあります。例えば、学習ガイド、練習問題、トレーニングコースなどがあります。
質問 # 128
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. Use Workflow, Validation Rules, and Force.com code (Apex) to enforce critical business processes.
- D. Schedule reports that will automatically catch duplicates and merge or delete the records every week.
正解:A、C
質問 # 129
Northern Trail Outfitters (NTO) has multiple Salesforce orgs based on geographical regions (AMER, EMEA, APAC). NTO products are mastered in the AMER org and need to be created in the EMEA in APAC orgs after the products are approved.
Which two features should a data architect recommend to share records between Salesforce orgs? (Choose two.)
- A. Salesforce Connect
- B. Federated Search
- C. Salesforce 2 Salesforce
- D. Change Data Capture (CDC)
正解:A、D
質問 # 130
NTO 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 many 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. Partner community.
- C. Customer community plus.
- D. Customer community.
正解:B
質問 # 131
DreamHouse Realty has an integration that creates records in a Salesforce Custom Object. The Custom Object has a field marked as required on the page layout.
DreamHouse Realty has noticed that many of the records coming from the external system are missing data in this field.
The Architect needs to ensure this field always contains data coming from the source system.
Which two approaches should the Architect take? Choose 2 answers
- A. Set up a Validation Rule to prevent blank values.
- B. Create a Workflow to default a value into this field.
- C. Mark the field required in setup at the field level.
- D. Blame the customer's external system for bad data.
正解:A、C
質問 # 132
NTO need to extract 50 million records from a custom object everyday from its Salesforce org. NTO is facing query timeout issues while extracting these records.
What should a data architect recommend in order to get around the time out issue?
- A. Use ETL tool for extraction of records.
- B. Ask SF support to increase the query timeout value.
- C. Use a custom auto number and formula field and use that to chunk records while extracting data.
- D. The REST API to extract data as it automatically chunks records by 200.
正解:C
質問 # 133
Universal Containers (UC) has implemented Salesforce. UC is running out of storage and needs to have an archiving solution. UC would like to maintain two years of data in Salesforce and archive older data out of Salesforce.
Which solution should a data architect recommend as an archiving solution?
- A. Use a third-party backup solution to back up all data off platform.
- B. Build a batch job to move all records off platform, and delete old records from Salesforce.
- C. Build a batch job to move all records off platform, and delete all records from Salesforce.
- D. Build a batch job to move two-year-old records off platform, and delete old records from Salesforce.
正解:A
質問 # 134
In a Salesforce org used to manage Contacts, what two options should be considered to maintain data quality?
Choose 2 answers
- A. Use validation rules on new record create and edit.
- B. Use Salesforce duplicate management.
- C. Use the private sharing model.
- D. Use workflow to delete duplicate records.
正解:A、B
質問 # 135
UC has one SF org (Org A) and recently acquired a secondary company with its own Salesforce org (Org B). UC has decided to keep the orgs running separately but would like to bidirectionally share opportunities between the orgs in near-real time.
Which 3 options should a data architect recommend to share data between Org A and Org B?
Choose 3 answers.
- A. Leverage Heroku Connect and Heroku Postgres to bidirectionally sync Opportunities.
- B. Develop an Apex class that pushes opportunity data between orgs daily via the Apex schedule.
- C. Install a 3rd party AppExchange tool to handle the data sharing
- D. Leverage middleware tools to bidirectionally send Opportunity data across orgs.
- E. Use Salesforce Connect and the cross-org adapter to visualize Opportunities into external objects
正解:B、D、E
質問 # 136
A Salesforce customer has plenty of data storage. Sales Reps are complaining that searches are bringing back old records that aren't relevant any longer. Sales Managers need the data for their historical reporting.What strategy should a data architect use to ensure a better user experience for the Sales Reps?
- A. Set data access to Private to hide old data from Sales Reps.
- B. Create a Permission Set to hide old data from Sales Reps.
- C. Archive and purge old data from Salesforce on a monthly basis.
- D. Use Batch Apex to archive old data on a rolling nightly basis.
正解:C
質問 # 137
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. Create data-quality dashboards by using an app from the AppExchange.
- B. Use a 3rd-party solution from the AppExchange for data uploads.
- C. Validate the format of phone numbers and postal codes by using Apex.
- D. Enable users to import their data using the Salesforce Import tools.
正解:A
質問 # 138
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 Batch Apex to update order ID on related order lines after import.
- B. Query only indexed ID field values on the imported order to import related order lines.
- C. Leverage a sequence of numbers on the imported orders to import related order lines.
- D. Leverage an External ID from source system orders to import related order lines.
正解:D
質問 # 139
Universal Containers (UC) is transitioning from Classic to Lightning Experience.
What does UC need to do to ensure users have access to its notices and attachments in Lightning Experience?
- A. Manually upload Attachments in Lighting Experience.
- B. Add Notes and Attachments Related List to page Layout in Lighting Experience.
- C. Migrate Notes and Attachment to Enhanced Notes and Files a migration tool
- D. Manually upload Notes in Lighting Experience.
正解:B
質問 # 140
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 de-duplication strategy to prevent duplicate leads
- B. Build process is manually search and merge duplicates.
- C. Build a custom solution to identify and merge duplicate leads.
- D. Implement third-party solution to clean and event lead data.
- E. Standard lead information across all channels.
正解:A、D、E
質問 # 141
A large retail B2C customer wants to build a 360-degree view of its customers for its call center agents. The customer information is currently maintained in the following systems:
1. Salesforce CRM
2. Custom billing solution
3. Customer master data management (MDM)
4. Contract management system
5. Marketing solution
What should a data architect recommend that would help uniquely identify the customer across multiple systems?
- A. Store the Salesforce ID in all the solutions to identify the customer
- B. Create a customer database, and use this ID in all systems
- C. Create a custom field as external ID to maintain the customer ID from the MDM solution
- D. Create a custom object that will serve as a cross-reference for the customer ID
正解:A
質問 # 142
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 the Data Loader.
- C. Schedule jobs to export and delete using an ETL tool.
- D. Export the data by using the Force.com Workbench.
正解:B、C
質問 # 143
Universal Containers (UC) is in the process of selling half of its company. As part of this split, UC's main Salesforce org will be divided into two orgs: Org A and Org
B. UC has delivered these requirements to its data architect:
1. The data model for Org B will drastically change with different objects, fields, and picklist values.
2. Three million records will need to be migrated from Org A to Org B for compliance reasons.
3. The migration will need occur within the next two months, prior to the spilt.
Which migration strategy should a data architect use to successfully migrate the data?
- A. Use an ETL tool to orchestrate the migration.
- B. Write a script to use the Bulk API.
- C. Use Data Loader for export and Data Import Wizard for import.
- D. Use the Salesforce CLI to query, export, and import.
正解:D
質問 # 144
Universal Containers (UC) is migrating from an on-premise homegrown customer relationship management (CRM) system- During analysis, UC users highlight a pain point that there are multiple versions of many customers.
What should the data architect do for a successful migration to mitigate the pain point?
- A. Have the users manually clean the data in the old system prior to migration.
- B. Store the data in a staging database, and de-duplicate identical records.
- C. Migrate the data as is, and use Salesforce's de-duplicating feature.
- D. Hire an intern manually de-duplicate the records after migrating to Salesforce.
正解:B
質問 # 145
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. An Outbound Message to determine which fields to send to the OMS.
- C. A Field Set that determines which fields to send in an HTTP callout.
- D. Turn on the field-level security permissions for the fields to send.
正解:B、C
解説:
Explanation
質問 # 146
A company wants to document the data architecture of a Salesforce organization.
What are two valid metadata types that should be included? (Choose two.)
- A. RecordType
- B. SecuritySettings
- C. CustomField
- D. Document
正解:A、C
質問 # 147
Northern Trail Outfitters (NTO) has decided to franchise its brand. Upon implementation 1,000 franchisees will be able to access NTO's product information and track large customer sales and opportunities through a portal. The franchisees will also be able to run monthly and quarterly sales reports and projections as well as view the reports in dashboards.
Which license does NTO need to provide these features to the franchisees?
- A. Partner Community License
- B. Lighting Platform License
- C. Customer Community License
- D. Salesforce Sales Cloud License
正解:D
質問 # 148
UC has one SF org (Org A) and recently acquired a secondary company with its own Salesforce org (Org B).
UC has decided to keep the orgs running separately but would like to bidirectionally share opportunities between the orgs in near-real time.
Which 3 options should a data architect recommend to share data between Org A and Org B?
Choose 3 answers.
- A. Leverage Heroku Connect and Heroku Postgres to bidirectionally sync Opportunities.
- B. Develop an Apex class that pushes opportunity data between orgs daily via the Apex schedule.
- C. Install a 3rd party AppExchange tool to handle the data sharing
- D. Leverage middleware tools to bidirectionally send Opportunity data across orgs.
- E. Use Salesforce Connect and the cross-org adapter to visualize Opportunities into external objects
正解:B、D、E
質問 # 149
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 trailing % wildcards.
- B. Performing large loads and deletions.
- C. Using NOT and != operators.
- D. Using a custom index on a deterministic formula field.
- E. Using leading % wildcards.
正解:C、D、E
質問 # 150
NTO uses salesforce to manage relationships and track sales opportunities. It has 10 million customers and 100 million opportunities. The CEO has been complaining 10 minutes to run and sometimes failed to load, throwing a time out error.
Which 3 options should help improve the dashboard performance?
Choose 3 answers:
- A. Run the dashboard for CEO and send it via email.
- B. Use selective queries to reduce the amount of data being returned.
- C. Remove widgets from the dashboard to reduce the number of graphics loaded.
- D. Reduce the amount of data queried by archiving unused opportunity records.
- E. De-normalize the data by reducing the number of joins.
正解:B、D、E
質問 # 151
Universal Containers is experiencing frequent and persistent group membership locking issues that severely restricts its ability to manage manual and a automated updates at the same time.
What should a data architect do in order to restore the issue?
- A. Enable parallel sharing rule calculation.
- B. Enable implicit sharing
- C. Enable defer sharing calculation
- D. Enable granular locking
正解:D
質問 # 152
......
問題集全額返金保証付き!Data-Architecture-And-Management-Designer問題公式問題集:https://jp.fast2test.com/Data-Architecture-And-Management-Designer-premium-file.html
厳密検証されたData-Architecture-And-Management-Designer試験問題集PDF[2023年最新] 時間限定無料アクセスFast2test:https://drive.google.com/open?id=1zS7-1Nrk5P8AU94iNf54oTOgmzz0ZapE