必ず合格できるSalesforce Data-Architecture-And-Management-Designer試験の正確な224問題と解答あります [Q43-Q64]

Share

必ず合格できるSalesforce Data-Architecture-And-Management-Designer試験の正確な224問題と解答あります

最新 [2022年08月10日]2022年最新の実際にある検証済みのData-Architecture-And-Management-Designer問題集


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

トピック出題範囲
トピック 1
  • 大量のデータとソリューションのパフォーマンス
  • 手法を考慮して拡張するデータモデルを設計し、データが一貫した方法で永続化されるようにします
トピック 2
  • Salesforceからデータをエクスポートするためのさまざまな手法と考慮事項を比較対照する
  • ビッグオブジェクトを実装するさまざまな理由を比較対照する
トピック 3
  • 複数のSalesforceインスタンスからのデータを効果的に統合および
  • または活用するように設計する
  • GDPR準拠のデータモデルを設計するためのアプローチを推奨する
トピック 4
  • 仮想化データをいつ使用するかを決定し、仮想化データのオプション
  • ビジネスおよび技術メタデータをキャプチャおよび管理するためのアプローチと考慮事項を説明します

 

質問 43
A company has 12 million records, and a nightly integration queries these records.
Which two areas should a Data Architect investigate during troubleshooting if queries are timing out?
(Choose two.)

  • A. Make sure the query doesn't contain NULL in any filter criteria.
  • B. Create custom indexes on the fields used in the filter criteria.
  • C. Modify the integration users' profile to have View All Data.
  • D. Create a formula field instead of having multiple filter criteria.

正解: A,B

 

質問 44
Northern Trail Outfitters has these simple requirements for a data export process:
1. File format should be in CSV.
2. Process should be scheduled and run once per week.
3. The export should be configurable through the Salesforce UI.
Which tool should a data architect leverage to accomplish these requirements?

  • A. Data loader
  • B. Bulk API
  • C. Third-party ETL tool
  • D. Data export wizard

正解: D

解説:
Explanation/Reference: https://hevodata.com/learn/automate-salesforce-data-export-4-easy-methods/

 

質問 45
The leadership team at Get Cloudy Consulting has identified a total of ten text fields on the Contact object as critical. The team wants to capture any changes made to these fields, including the following:
* who made the change
* when they made the change
* what is the old value
* what is the new value
Get Cloudy Consulting needs to be able to report on these field data changes within Salesforce for the past 3 months.
Which two approaches will meet this requirement? (Choose two.)

  • A. 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.
  • B. Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object.
  • C. 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.
  • D. Turn on field Contact object history tracking for these ten fields, then create reports on contact history.

正解: B,D

 

質問 46
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 records being updated and inserted in the same CSV file.
  • B. Errors with using the wrong external Id will cause the load to fail.
  • C. Errors when a duplicate Contact name is found cause upsert to fail.
  • D. Errors with duplicate external Id values within the same CSV file.

正解: D

 

質問 47
Universal Containers (UC) is facing data quality issues where Sales Reps are creating duplicate customer accounts, contacts, and leads. UC wants to fix this issue immediately by prompting users about a record that possibly exists in Salesforce. UC wants a report regarding duplicate records. What would be the recommended approach to help UC start immediately?

  • A. Create a duplicate rule for account, lead, and contact, use standard matching rules for these objects, and set the action to report and alert for both creates and edits.
  • B. Create an after insert and update trigger on the account, contact and lead, and send an error if a duplicate is found using a custom matching criteria.
  • C. Create a duplicate rule for account, lead, and contact, use standard matching rules for these objects, and set the action to block for both creates and edits.
  • D. Create a before insert and update trigger on account, contact, and lead, and send an error if a duplicate is found using a custom matching criteria.

正解: A

 

質問 48
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. 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.
  • B. Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object.
  • C. 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.
  • D. Turn on field Contact object history tracking for these ten fields, then create reports on contact history.

正解: B,D

 

質問 49
UC has a roll-up summary field on Account to calculate the count of contacts associated with an account.
During the account load, SF is throwing an "Unable to lock a row" error.
Which solution should a data architect recommend, to resolve the error?

  • A. Perform Batch job in serial mode and reduce batch size
  • B. Defer roll-up summary fields calculation during data migration.
  • C. Leverage data loader platform API to load data.
  • D. Perform Batch job in parallel mode and reduce Batch size

正解: D

 

質問 50
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 de-normalizing this data model into a single Conference object with a Venue picklist? Choose 2 answers

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

正解: A,B

 

質問 51
Universal Containers (UC) loads bulk leads and campaigns from third-party lead aggregators on a weekly and monthly basis. The expected lead record volume is 500K records per week, and the expected campaign records volume is 10K campaigns per week. After the upload, Lead records are shared with various sales agents via sharing rules and added as Campaign members via Apex triggers on Lead creation. UC agents work on leads for 6 months, but want to keep the records in the system for at least 1 year for reference. Compliance requires them to be stored for a minimum of 3 years. After that, data can be deleted. What statement is true with respect to a data archiving strategy for UC?

  • A. UC can leverage the Salesforce Data Backup and Recovery feature for data archival needs.
  • B. UC can store long-term lead records in custom storage objects to avoid counting against storage limits.
  • C. UC can leverage a "tier"-based approach to classify the record storage need.
  • D. UC can leverage recycle bin capability, which guarantees record storage for 15 days after deletion.

正解: C

 

質問 52
A casino is implementing salesforce and is planning to build a customer 360 view for a customer who visits its resorts. The casino currently maintained the following systems that records customer activity:
1. Point of sales system: All purchases for a customer.
2. Salesforce: All customer service activity and sales activity for a customer.
3. Mobile app: All bookings, preferences and browser activity for a customer.
4. Marketing: All email, SMS and social campaigns for a customer.
Customer service agents using salesforce would like to view the activities from all system to provide supports to customers. The information has to be current and real time.
What strategy should the data architect implement to satisfy this requirement?

  • A. Use a customer data mart to view the 360 view of customer.
  • B. Explore external data sources in salesforce to build 360 view of customer.
  • C. Periodically upload summary information in salesforce to build 360 view.
  • D. Migrate customer activities from all 4 systems into salesforce.

正解: B

 

質問 53
A large retail B2C customer wants to build a 360 view of its customer for its call center agents. The customer interaction is currently maintained in the following system:
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 upgrade uniquely identify customer across multiple systems:

  • A. Create a custom object that will serve as a cross reference for the customer id.
  • B. Store the salesforce id in all the solutions to identify the customer.
  • C. Create a customer data base and use this id in all systems.
  • D. Create a custom field as external id to maintain the customer Id from the MDM solution.

正解: D

 

質問 54
Universal Containers (UC) wants to capture information on how data entities are stored within the different applications and systems used within the company. For that purpose, the architecture team decided to create a data dictionary covering the main business domains within UC. Which two common techniques are used building a data dictionary to store information on how business entities are defined?

  • A. Use the Salesforce Metadata API.
  • B. Use an entity relationship diagram.
  • C. Use a data definition language.
  • D. Use Salesforce Object Query Language.

正解: A,B

 

質問 55
A large retail company has recently chosen SF as its CRM solution. They have the following record counts:
2500000 accounts
25000000 contacts
When doing an initial performance test, the data architect noticed an extremely slow response for reports and list views.
What should a data architect do to solve the performance issue?

  • A. Add custom indexes on frequently searched account and contact objects fields
  • B. Limit data loading to the 2000 most recently created records.
  • C. Load only the data that the users is permitted to access
  • D. Create a skinny table to represent account and contact objects.

正解: D

 

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

正解: B

 

質問 57
UC has to 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 the data into salesforce so that salesforce can now act as the system of record.
What are the 3 considerations that data architect should weigh before implementing this requirement? Choose
23 answers:

  • A. Consider whether the data is required for sales reports, dashboards and KPI's.
  • B. Ensure there is a tight relationship between order data and an enterprise resource plaining (ERP) application.
  • C. - Heroku Connect is required but this is confusing
  • D. Ensure the data is CRM center and able to populate standard of custom objects.
  • E. A selection of the tool required to replicate the data.
  • F. Determine if the data is driver of key process implemented within salesforce.

正解: D,F

 

質問 58
Universal Containers (UC) maintains a collection of several million Account records that represent business in the United Sates. As a logistics company, this list is one of the most valuable and important components of UC's business, and the accuracy of shipping addresses is paramount. Recently it has been noticed that too many of the addresses of these businesses are inaccurate, or the businesses don't exist. Which two scalable strategies should UC consider to improve the quality of their Account addresses?

  • A. Leverage Data.com Clean to clean up Account address fields with the D&B database.
  • B. Contact each business on the list and ask them to review and update their address information.
  • C. Integrate with a third-party database or services for address validation and enrichment.
  • D. Build a team of employees that validate Accounts by searching the web and making phone calls.

正解: A,C

 

質問 59
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. Ensure there is a tight relationship between order data and an enterprise resource planning (ERP) application.
  • C. Consider whether the data is required for sales reports, dashboards, and KPIs.
  • 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

 

質問 60
Universal Containers (UC) has 1,000 accounts and 50,000 opportunities. UC has an enterprise security requirement to export all sales data outside of Salesforce on a weekly basis. The security requirement also calls for exporting key operational data that includes events such as file downloads, logins, logouts, etc. Which two recommended approaches would address the above requirement?

  • A. Use Field Audit History to capture operational data and extract it to on-premise systems.
  • B. Use a custom built extract job to extract operational data to on-premise systems.
  • C. Use Weekly Export to extract transactional data to on-premise systems.
  • D. Use Event Monitoring to extract event data to on-premise systems.

正解: B

 

質問 61
Due to security requirements, Universal Containers needs to capture specific user actions, such as login, logout, file attachment download, package install, etc. What is the recommended approach for defining a solution for this requirement?

  • A. Use Event Monitoring to capture these changes.
  • B. Use a field audit trail to capture field changes.
  • C. Use a third-party AppExchange app to capture changes.
  • D. Use a custom object and trigger to capture changes.

正解: A

 

質問 62
Which two statements are accurate with respect to performance testing a Force.com application?

  • A. A performance test plan must be created and submitted to Salesforce customer support.
  • B. Application performance benchmarked in a sandbox can also be expected in production.
  • C. Applications with highly customized code or large volumes should be performance tested.
  • D. All Force.com applications must be performance tested in a sandbox as well as production.

正解: A,C

 

質問 63
Universal Containers (UC) is in the process of migrating lagacy inventory data from an enterprise resources planning (ERP) system into Sales Cloud with the following requirements:
Legacy inventory data will be stored in a custom child objects called Inventory_c.
Inventory data should be related to the standard Account object.
The Inventory_c object should Inhent the same sharing rules as the Account object.
Anytime an Account record is deleted in Salesforce, the related Inventory_c record(s) should be deleted as well.
What type of relationship field should a data architect recommend in this scenario?

  • A. Master-detail relationship filed on Account, related to Inventory_c
  • B. Indirect lookup relationship field on Account, related to Inventory_c
  • C. Lookup relationship fields on Inventory related to Account
  • D. Master-detail relationship filed on Inventory_c, related to Account

正解: A

 

質問 64
......

無料でゲット!2022年最新のに更新されたSalesforce Data-Architecture-And-Management-Designer試験問題と解答: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 繁体中文 한국어