[2023年06月19日] Data-Architecture-And-Management-Designer PDF問題とテストエンジンには224問があります
更新された試験エンジンはData-Architecture-And-Management-Designer試験無料お試しサンプル365日更新されます
SalesforceのData-Architecture-And-Management-Designer試験に合格するには、Salesforceのデータアーキテクチャと管理原則を綿密に理解する必要があります。この試験は、スケーラブルなデータソリューションの設計と実装、データ品質の管理、異なるソースからのデータの統合、データセキュリティとガバナンスの確保の能力を評価します。また、Salesforceプラットフォームでデータを管理するためのベストプラクティスについての知識もテストされます。
Data-Architecture-And-Management-Designer試験は、Salesforceプラットフォーム内でのデータモデリング、データベース設計、データ移行、およびデータガバナンスの知識を評価するものです。試験ではまた、データセキュリティ、データ品質、およびデータ統合などのトピックもカバーしています。この試験に合格した候補者は、データアーキテクチャの設計と管理において専門家と見なされ、Salesforceを導入する組織から高いニーズを受けます。
質問 # 22
Northern trail Outfitters (NTO) runs its entire out of an enterprise data warehouse (EDW), NTD's sales team starting to use Salesforce after a recent implementation, but currently lacks data required to advanced and opportunity to the next stage.
NTO's management has research Salesforce Connect and would like to use It to virtualize and report on data from the EDW within Salesforce. NTO will be running thousands of reports per day across 10 to 15 external objects.
What should a data architect consider before implementing Salesforce Connect for reporting?
- A. Maximum number for records returned
- B. Maximum page size for server-driven paging
- C. Maximum external objects per org
- D. OData callout limits per day
正解:D
質問 # 23
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. Migrate customer activities from all 4 systems into salesforce.
- C. Periodically upload summary information in salesforce to build 360 view.
- D. Explore external data sources in salesforce to build 360 view of customer.
正解:D
質問 # 24
DreamHouse Realty has a data model as shown in the image. The Project object has a private sharing model, and it has Roll-Up summary fields to calculate the number of resources assigned to the project, total hours for the project, and the number of work items associated to the project.
There will be a large amount of time entry records to be loaded regularly from an external system into Salesforce.
- A. Load all data using external IDs to link to parent records.
- B. Calculate summary values instead of Roll-Up by using triggers.
- C. Load all data after deferring sharing calculations.
- D. Calculate summary values instead of Roll-Up by using workflow.
正解:C
質問 # 25
Universal Containers (UC) recently migrated 1 billion customer related records from a legacy datastore to Heroku Postgres. A subnet of the data needs to be synchronized with Salesforce so that service agents are able to support customers directly within the service console. The remaining non-synchronized set of data will need to be accessed by Salesforce at any point in time, but UC management is concerned about storage limitations.
What should a data architect recommend to meet these requirements with minimal effort?
- A. Virtualize the remaining set of data with Salesforce Connect and external objects
- B. Use Heroku Connect to bidirectionally sync all data between systems
- C. Migrate the data to big objects and leverage Async SOQL with custom objects
- D. As needed, make callouts into Heroku Postgres and persist the data in Salesforce
正解:B
解説:
Explanation/Reference: https://www.heroku.com/connect
質問 # 26
What is an advantage of using Custom metadata type over Custom setting?
- A. Custom metadata types are available for reporting.
- B. Custom metadata records are not copied from production to sandbox.
- C. Custom metadata records are editable in Apex.
- D. Custom metadata records are deployable using packages.
正解:D
質問 # 27
During the implementation of Salesforce, a customer has the following requirements for Sales Orders:
1. Sales Order information needs to be shown to users in Salesforce.
2. Sales Orders are maintained in the on-premises enterprise resource planning (ERP).
3. Sales Order information has more than 150 million records.
4. Sales Orders will not be updated in Salesforce.
What should a data architect recommend for maintaining Sales Orders in salesforce?
- A. Use external objects to maintain Sales Order in Salesforce.
- B. Use Standard order object to maintain Sale Orders in Salesforce
- C. Us custom objects to maintain Sales Orders in Salesforce.
- D. Use custom big objects to maintain Sales Orders in Salesforce.
正解:A
質問 # 28
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. A selection of the tool required to replicate the data.
- C. Ensure there is a tight relationship between order data and an enterprise resource plaining (ERP) application.
- D. - Heroku Connect is required but this is confusing
- E. Ensure the data is CRM center and able to populate standard of custom objects.
- F. Determine if the data is driver of key process implemented within salesforce.
正解:E、F
質問 # 29
A data architect has been tasked with optimizing a data stewardship engagement for a Salesforce instance Which three areas of Salesforce should the architect review before proposing any design recommendation? Choose 3 answers
- A. Review the sharing model to determine impact on duplicate records.
- B. Export the setup audit trail to review what fields are being used.
- C. Run key reports to determine what fields should be required.
- D. Review the metadata xml files for redundant fields to consolidate.
- E. Determine if any integration points create records in Salesforce.
正解:A、C、D
質問 # 30
Universal Containers wishes to maintain Lead data from Leads even after they are deleted and cleared from the Recycle Bin. What approach should be implemented to achieve this solution?
- A. Send data to a Data Warehouse and mark Leads as deleted in that system.
- B. Use a Converted Lead report to display data on Leads that have been deleted.
- C. Use a Lead standard report and filter on the IsDeleted standard field.
- D. Query Salesforce with the queryAll API method or using the ALL ROWS SOQL keywords.
正解:A
質問 # 31
Universal Containers has millions of rows of data in Salesforce that are being used in reports to evaluate historical trends. Performance has become an issue, as well as data storage limits. Which two strategies should be recommended when talking with stakeholders?
- A. Use Data Loader to extract data, aggregate it, and write it back to a custom object, then delete the original records.
- B. Combine Analytics Snapshots with a purging plan by reporting on the snapshot data and deleting the original records.
- C. Use scheduled batch Apex to copy aggregate information into a custom object and delete the original records.
- D. Configure the Salesforce Archiving feature to archive older records and remove them from the data storage limits.
正解:C、D
質問 # 32
Universal Containers is migrating their legacy system's users and data to Salesforce. They will be creating 10,000 users,2 million Account records, and 10 million Invoice records. The visibility of these records is controlled by a few dozen owner and criteria -based sharing rules. What are two approaches that will minimize data loading time during this migration to a new organization? Choose 2 answers
- A. Create the users, upload all data, and then deploy the sharing rules.
- B. Contact Salesforce to activate indexing before uploading the data.
- C. First, load all account records, and then load all user records.
- D. Defer sharing calculations until the data has finished uploading.
正解:A、D
質問 # 33
UC has been using SF for 10 years. Lately, users have noticed, that the pages load slowly when viewing Customer and Account list view.
To mitigate, UC will implement a data archive strategy to reduce the amount of data actively loaded.
Which 2 tasks are required to define the strategy? Choose 2 answers:
- A. Identify the recovery time objective.
- B. Identify the data retention requirements
- C. Identify how the archive data will be accessed and used.
- D. Identify the recovery point objective.
正解:B、C
質問 # 34
A customer wants to maintain geographic location information including latitude and longitude in a custom object.
What would a data architect recommend to satisfy this requirement?
- A. Create a geolocation custom field to maintain this requirement
- B. Recommend AppExchange packages to support this requirement
- C. Create custom fields to maintain latitude and longitude information
- D. Create formula fields with geolocation function for this requirement
正解:A
解説:
Explanation/Reference: https://help.salesforce.com/articleView?id=custom_field_geolocate_overview.htm&type=5
質問 # 35
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. Using trailing % wildcards.
- C. Performing large loads and deletions.
- D. Using leading % wildcards.
- E. Using a custom index on a deterministic formula field.
正解:A、D、E
質問 # 36
Universal Containers (UC) has over 10 million accounts with an average of 20 opportunities with each account. A Sales Executive at UC needs to generate a daily report for all opportunities in a specific opportunity stage.
Which two key considerations should be made to make sure the performance of the report is not degraded due to large data volume?
- A. Number of queries running at a time.
- B. Number of joins used in report query.
- C. Number of records returned by report query.
- D. Number of characters in report query.
正解:B、C
質問 # 37
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 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.
- B. 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.
- C. Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object.
- D. Turn on field Contact object history tracking for these ten fields, then create reports on contact history.
正解:C、D
質問 # 38
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 Notes 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 Attachments in Lighting Experience.
正解:B
質問 # 39
Universal Containers would like to have a Service-Level Agreement (SLA) of 1 day for any data loss due to unintentional or malicious updates of records in Salesforce. What approach should be suggested to address this requirement?
- A. Store all data in shadow custom objects on any updates and deletes, and extract them as needed .
- B. Schedule a Weekly Extract Service for key objects and extract data in XL sheets to on- premise systems.
- C. Build a daily extract job and extract data to on-premise systems for long-term backup and archival purposes.
- D. Evaluate a third-party AppExchange app, such as OwnBackup or Spanning, etc., for backup and archival purposes.
正解:D
質問 # 40
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. Configure Territory Management feature to support opportunity assignment
- B. Assign opportunities using list views using zip code
- C. Allow sales users to manually assign opportunity ownership based on zip code
- D. Add custom fields in opportunities for zip code and use assignment rules
正解:A
解説:
Explanation/Reference: https://help.salesforce.com/articleView?id=000327968&type=1&mode=1
質問 # 41
NTO has implemented salesforce for its sales users. The opportunity management in salesforce is implemented as follows:
1. Sales users enter their opportunities in salesforce for forecasting and reporting purposes.
2. NTO has a product pricing system (PPS) that is used to update opportunity amount field on opportunities on a daily basis.
3. PPS is the trusted source within the NTO for opportunity amount.
4. NTO uses opportunity forecast for its sales planning and management.
Sales users have noticed that their updates to the opportunity amount field are overwritten when PPS updates their opportunities.
How should a data architect address this overriding issue?
- A. Create a custom field for opportunity amount that PPS updates separating the field that sales user updates.
- B. Change opportunity amount field access to read only for sales users using field level security.
- C. Create a custom field for opportunity amount that sales users update separating the fields that PPS updates.
- D. Change PPS integration to update only opportunity amount fields when values is NULL.
正解:B
質問 # 42
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. 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. 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
質問 # 43
A health care provider wishes to use salesforce to track patient care. The following actions are in Salesforce
1. Payment Providers: Orgas who pay for the care 2 patients.
2. Doctors: They provide care plan for patients and need to support multiple patients, they are provided access to patient information.
3. Patients: They are individuals who need care.
A data architect needs to map the actor to Sf objects. What should be the optimal selection by the data architect?
- A. Patients as Person Accounts, Payment providers as Accounts, & Doctors as Person Account
- B. Patients as Person Accounts, Payment providers as Accounts, & Doctors as Contacts
- C. Patients as Accounts, Payment providers as Accounts, & Doctors as Person Accounts
- D. Patients as Contacts, Payment providers as Accounts, & Doctors as Accounts
正解:A
質問 # 44
......
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試験には正確な問題解答付き:https://www.passtest.jp/Salesforce/Data-Architecture-And-Management-Designer-shiken.html
テストエンジンの練習テストならこれData-Architecture-And-Management-Designer有効で更新された問題集:https://drive.google.com/open?id=12lsuxTZ2w-j_AMBL5aKLfO14uSkBlIn3