[2023年10月]更新のData-Architecture-And-Management-Designer試験問題と有効なData-Architecture-And-Management-Designer問題集PDF [Q77-Q92]

Share

[2023年10月]更新のData-Architecture-And-Management-Designer試験問題と有効なData-Architecture-And-Management-Designer問題集PDF

Data-Architecture-And-Management-Designerブレーン問題集学習ガイドにはヒントとコツで試験合格を目指そう


SalesforceのData-Architecture-And-Management-Designer認定試験は、Salesforceエコシステム内でデータを扱うプロフェッショナルにとって貴重な資格です。この試験は、データアーキテクチャの設計や管理に関連する知識やスキルをテストするように設計されており、合格者はこの分野の専門家として認められます。この資格を取得することに興味がある場合は、試験のトピックや学習資料を注意深く確認し、試験を受ける前にしっかりと準備してください。

 

質問 # 77
Universal Container (US) is replacing a home grown CRM solution with Salesforce, UC has decided to migrate operational (Open and active) records to Salesforce, while keeping historical records in legacy system, UC would like historical records to be available in Salesforce on an as needed basis.
Which solution should a data architect recommend to meet business requirement?

  • A. Leverage mashup to display historical records in Salesforce.
  • B. Build a chair solution to go the legacy system and display records.
  • C. Leverage real-time integration to pull records into Salesforce.
  • D. Bring all data Salesforce, and delete it after a year.

正解:A


質問 # 78
DreamHouse Realty has 15 million records in the Order_c custom object. When running a bulk query, the query times out.
What should be considered to address this issue?

  • A. Tooling API
  • B. PK Chunking
  • C. Metadata API
  • D. Streaming API

正解:B


質問 # 79
Universal Containers has millions of cases and are running out storage. Some user groups need to have access to historical cases for up to seven years.
Which two solutions should a data architect recommend in order to minimize performance and storage issues?
(Choose two.)

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

正解:B、D


質問 # 80
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. Configure Territory Management feature to support opportunity assignment
  • C. Add custom fields in opportunities for zip code and use assignment rules
  • D. Allow sales users to manually assign opportunity ownership based on zip code

正解:B

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


質問 # 81
DreamHouse Realty uses Custom Metadata Types instead of Custom setting.
What is an advantage of this decision?

  • A. Packages can be used to deploy Custom metadata records.
  • B. Custom metadata records are NOT copied from production to sandbox.
  • C. Custom metadata records are editable in Apex.
  • D. Report definitions can include references to Custom Metadata Types.

正解:A


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

正解:A、C、E


質問 # 83
Cloud Kicks often uses Data Loader to upsert Contact records into Salesforce to avoid creating duplicate Contacts.
Which is a common error to be aware of when using upsert?

  • A. Errors with using the wrong external Id will cause the load to fail.
  • B. Errors when a duplicate Contact name is found cause upsert to fail.
  • C. Errors with duplicate external Id values within the same CSV file.
  • D. Errors with records being updated and inserted in the same CSV file.

正解:C


質問 # 84
NTO has multiple systems across its enterprise landscape including salesforce, with disparate version the customer records.
In salesforce, the customer is represented by the contact object.
NTO utilizes an MDM solution with these attributes:
1. The MDM solution keeps track of customer master with a master key.
2. The master key is a map to the record ID's from each external system that customer data is stored within.
3. The MDM solution provides de-duplication features, so it acts as the single source of truth.
How should a data architect implement the storage of master key within salesforce?

  • A. Store the master key on the contact object as an external ID (Field for referential imports)
  • B. Create an external object to store the master key with a lookup field to contact.
  • C. Store the master key in Heroku postgres and use Heroku connect for synchronization.
  • D. Create a custom object to store the master key with a lookup field to contact.

正解:A


質問 # 85
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. AppExchange Apps
  • C. Wave Analytics
  • D. Setup Audit Trails

正解:B、C


質問 # 86
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. 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.
  • B. Provide a button so that the agent can quickly open the point of sales system displaying the customer history.
  • C. 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.
  • D. 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.

正解:D


質問 # 87
What makes Skinny tables fast? Choose three answers.

  • A. Their tables are kept in sync with their source tables when the source tables are modified
  • B. They do not include soft-deleted records
  • C. They support up to a max of 100 of columns
  • D. They can contain fields from other objects
  • E. They avoid resource intensive joins

正解:A、B、E


質問 # 88
Universal Containers (UC) management has identified a total of ten text fields on the Contact object as important to capture any changes made to these fields, such as who made the change, when they made the change, what is the old value, and what is the new value. UC needs to be able to report on these field data changes within Salesforce for the past 3 months. What are two approaches that will meet this requirement?
Choose 2 answers

  • A. Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object.
  • B. Create a workflow to evaluate the rule when a record is created and use field update actions to store previous values for these ten fields in ten new fields.
  • C. Turn on field Contact object history tracking for these ten fields, then create reports on contact history.
  • D. Create a Contact report including these ten fields and Salesforce Id, then schedule the report to run once a day and send email to the admin.

正解:A、C


質問 # 89
Universal Containers (UC) requires 2 years of customer related cases to be available on SF for operational reporting. Any cases older than 2 years and upto 7 years need to be available on demand to the Service agents. UC creates 5 million cases per yr.
Which 2 data archiving strategies should a data architect recommend? Choose 2 options:

  • A. Use Big objects for cases older than 2 years, and use nightly batch to move them.
  • B. Use custom objects for cases older than 2 years and use nightly batch to move them.
  • C. Sync cases older than 2 years to an external database, and provide access to Service agents to the database
  • D. Use Heroku and external objects to display cases older than 2 years and bulk API to hard delete from Salesforce.

正解:A、D


質問 # 90
UC migrating 100,000 Accounts from an enterprise resource planning (ERP) to salesforce and is concerned about ownership skew and performance.
Which 3 recommendations should a data architect provide to prevent ownership skew?
Choose 3 answers:

  • A. Assign "view all" permission on profile to give access to account.
  • B. Assign a default user as owner of accounts and assigned top most role in hierarchy.
  • C. Assigned 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 account and do not assign any role to default user.

正解:B、D、E


質問 # 91
Get Cloudy Consulting is migrating their legacy system's users and data to Salesforce. They will be creating 15,000 users, 1.5 million Account records, and 15 million Invoice records. The visibility of these records is controlled by a 50 owner and criteria-based sharing rules.
Get Cloudy Consulting needs to minimize data loading time during this migration to a new organization.
Which two approaches will accomplish this goal? (Choose two.)

  • A. Defer sharing calculations until the data has finished uploading.
  • B. Contact Salesforce to activate indexing before uploading the data.
  • C. Create the users, upload all data, and then deploy the sharing rules.
  • D. First, load all account records, and then load all user records.

正解:A、C


質問 # 92
......


この試験は、Salesforceでデータソリューションの設計と実装の経験があり、この分野でのスキルと知識を検証しようとしている専門家を対象としています。認定試験は、Salesforceに複雑なデータソリューションを設計および実装する候補者の能力をテストし、プラットフォームのさまざまなデータ関連機能と機能を深く理解できるように設計されています。


Salesforce Data-Architecture-and-Management-Designer Certification Examは、Salesforceプラットフォーム内の複雑なデータアーキテクチャと管理ソリューションの設計、構築、管理の専門家の知識とスキルを検証する高度なレベルの認定です。この認定は、クライアント向けのカスタムソリューションを開発するための大規模なデータセット、複雑なデータモデル、およびデータ統合戦略を扱う専門家に最適です。認定試験では、データモデリング、データ統合、データガバナンス、データセキュリティ、およびデータ品質に関する候補者の理解をテストします。

 

Data-Architecture-And-Management-Designer試験問題無料PDFダウンロード 最近更新された問題です:https://jp.fast2test.com/Data-Architecture-And-Management-Designer-premium-file.html

Data-Architecture-And-Management-Designer認定試験問題集には224練習テスト問題:https://drive.google.com/open?id=1zS7-1Nrk5P8AU94iNf54oTOgmzz0ZapE


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어