
Data-Architecture-And-Management-Designer認定で究極のガイド [2024年更新]
Data-Architecture-And-Management-Designer練習試験と学習ガイドは厳密検証された
SalesforceのData-Architecture-And-Management-Designer認定試験は、Salesforceエコシステム内でデータを扱うプロフェッショナルにとって貴重な資格です。この試験は、データアーキテクチャの設計や管理に関連する知識やスキルをテストするように設計されており、合格者はこの分野の専門家として認められます。この資格を取得することに興味がある場合は、試験のトピックや学習資料を注意深く確認し、試験を受ける前にしっかりと準備してください。
質問 # 72
Ursa Major Solar is performance testing a Lightning Platform application.
Which two statements are true about this testing? (Choose two.)
- A. Every Lightning Platform application must be performance tested in a sandbox as well as production.
- B. A performance test plan must be created and submitted to Salesforce customer support.
- C. Applications with highly customized code or large volumes should be performance tested.
- D. Application performance benchmarked in a sandbox can also be expected in production.
正解:B、C
質問 # 73
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. Ask SF support to increase the query timeout value.
- B. The REST API to extract data as it automatically chunks records by 200.
- C. Use ETL tool for extraction of records.
- D. Use a custom auto number and formula field and use that to chunk records while extracting data.
正解:D
質問 # 74
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. A selection of the tool required to replicate the data.
a. - Heroku Connect is required but this is confusing - B. Ensure there is a tight relationship between order data and an enterprise resource plaining (ERP) application.
- C. Ensure the data is CRM center and able to populate standard of custom objects.
- D. Determine if the data is driver of key process implemented within salesforce.
- E. Consider whether the data is required for sales reports, dashboards and KPI's.
正解:C、D
質問 # 75
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. Sync cases older than 2 years to an external database, and provide access to Service agents to the database
- B. Use custom objects for cases older than 2 years and use nightly batch to move them.
- C. Use Big objects for cases older than 2 years, and use nightly batch to move them.
- D. Use Heroku and external objects to display cases older than 2 years and bulk API to hard delete from Salesforce.
正解:C、D
質問 # 76
Universal Containers (UC) is planning to move away from legacy CRM to Salesforce. As part of one-time data migration, UC will need to keep the original date when a contact was created in the legacy system. How should an Architect design the data migration solution to meet this requirement?
- A. After the data is migrated, perform an update on all records to set the original date in a standard CreatedDate field.
- B. Create a new field on Contact object to capture the Created Date. Hide the standard CreatedDate field using Field -Level Security.
- C. Write an Apex trigger on the Contact object, before insert event to set the original value in a standard CreatedDate field.
- D. Enable "Set Audit Fields" and assign the permission to the user loading the data for the duration of the migration.
正解:D
質問 # 77
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. Use scheduled batch Apex to copy aggregate information into a custom object and delete the original records.
- C. Configure the Salesforce Archiving feature to archive older records and remove them from the data storage limits.
- D. Combine Analytics Snapshots with a purging plan by reporting on the snapshot data and deleting the original records.
正解:B、C
質問 # 78
Universal Containers (UC) has a Salesforce instance with over 10.000 Account records.
They have noticed similar, but not identical. Account names and addresses. What should UC do to ensure proper data quality?
- A. Make the Account Owner clean their Accounts' addresses, then merge Accounts with the same address.
- B. Run a report, find Accounts whose name starts with the same five characters, then merge those Accounts.
- C. Enable Account de -duplication by creating matching rules in Salesforce, which will mass merge duplicate Accounts.
- D. Use a service to standardize Account addresses, then use a 3rd -party tool to merge Accounts based on rules.
正解:C
質問 # 79
Universal Containers (UC) has a custom discount request object set as a detail object with a custom product object as the master. There is a requirement to allow the creation of generic discount requests without the custom product object as its master record. What solution should an Architect recommend to UC?
- A. Mandate the selection of a custom product for each discount request.
- B. Remove the master-detail relationship and keep the objects separate.
- C. Change the master-detail relationship to a lookup relationship.
- D. Create a placeholder product record for the generic discount request.
正解:C
質問 # 80
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 creating an Apex trigger for the Report object that will pre-fetch data before the report is run.
- C. Improve reporting performance by replacing the existing reports in Sales Cloud with new reports based on Analytics Cloud.
- D. Improve reporting performance by creating a dashboard that is scheduled to run the reports only once per day.
正解:C
質問 # 81
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 how the archive data will be accessed and used.
- B. Identify the data retention requirements
- C. Identify the recovery point objective.
- D. Identify the recovery time objective.
正解:A、B
質問 # 82
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. Build a custom solution to identify and merge duplicate leads.
- B. Implement third-party solution to clean and event lead data.
- C. Build process is manually search and merge duplicates.
- D. Implement de-duplication strategy to prevent duplicate leads
- E. Standard lead information across all channels.
正解:B、D、E
質問 # 83
Universal Containers wants their Shipment custom object to always relate to a Container, a Sender, and a Receiver (all separate custom objects). If a Shipment is currently associated with a Container, Sender, or Receiver, deletion of those records should not be allowed. They also want separate sharing models on each custom object. What approach should an architect take to fulfill these requirements?
- A. Use a VLOOKUP formula field to associate the Shipment to each parent record.
- B. Create two Master -Detail and one Lookup relationship to the parent records.
- C. Create a Master -Detail relationship to each of the three parent records.
- D. Create a required Lookup relationship to each of the three parent records.
正解:B
質問 # 84
Ursa Major Solar has defined a new Data Quality Plan for their Salesforce data.
Which two approaches should an Architect recommend to enforce the plan throughout the organization? (Choose two.)
- A. Schedule a weekly dashboard displaying records that are missing information to be sent to managers for review.
- B. Enforce critical business processes by using Workflow, Validation Rules, and Apex code.
- C. Schedule reports that will automatically catch duplicates and merge or delete the records every week.
- D. Ensure all data is stored in an external system and set up an integration to Salesforce for view-only access.
正解:A、B
質問 # 85
Ursa Major Solar plans to use Salesforce to manage their sales organization. However, the company has legacy account data from two aging systems that must be migrated into Salesforce. The Chief Technology Officer (CTO) at Ursa Major Solar is concerned about data duplication and needs it minimized.
What are two design considerations an Architect should take in this scenario? (Choose two.)
- A. Use Salesforce matching and duplicate rules.
- B. Before importing into Salesforce, clean the data.
- C. Check and prevent duplicates by using a workflow.
- D. Import the data concurrently.
正解:A、B
質問 # 86
Universal Containers (UC) is expecting to have nearly 5 million shipments records in its Salesforce org. Each shipment record has up to 10 child shipment item records. The Shipment custom object has an Organization-wide Default (OWD) sharing model set to Private and the Shipment Item custom object has a Master-Detail relationship to Shipment.
There are 25 sharing rules set on the Shipment custom object, which allow shipment records to be shared to each of UC's 25 business areas around the globe. These sharing rules use public groups, one for each business area plus a number of groups for management and support roles. UC has a high turnover of Sales Reps and often needs to move Sales Reps between business areas in order to meet local demand. What feature would ensure that performance, when moving Sales Reps between regions, remains adequate while meeting existing requirements?
- A. Implement data archiving for old Shipment records.
- B. Configure shipment OWD to Public Read/Write.
- C. Contact Salesforce to create Skinny tables on Shipment.
- D. Contact Salesforce to enable Defer Sharing Rules
正解:D
質問 # 87
A Salesforce customer has millions of orders every year. Each order contains, on average, ten line items. The customer wants its Sales Reps to know how much money each customer generates year -over -year, but they are running out of data storage in Salesforce. What data archiving plan should the architect recommend?
- A. Annually delete orders and order line items and ensure the customer has order information in another system.
- B. Annually aggregate order amount data to store in a custom object, then delete those orders and order line items.
c Annually export and delete orders and order line items and store them in a zip file in case the data is needed later. - C. Annually export and delete order line items and store them in a zip file in case they data is needed later.
正解:B
質問 # 88
UC is planning a massive SF implementation with large volumes of data. As part of the org's implementation, several roles, territories, groups, and sharing rules have been configured. The data architect has been tasked with loading all of the required data, including user data, in a timely manner.
What should a data architect do to minimize data load times due to system calculations?
- A. Enable granular locking to avoid "UNABLE _TO_LOCK_ROW" error.
- B. Load the data through data loader, and turn on parallel processing.
- C. Enable defer sharing calculations, and suspend sharing rule calculations
- D. Leverage the Bulk API and concurrent processing with multiple batches
正解:C
質問 # 89
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. Determine if the data is a driver of key processes implemented within Salesforce.
- 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. A selection of the tool required to replicate the data.
- E. Ensure the data is CRM-centric and able to populate standard or custom objects.
正解:A、D、E
質問 # 90
An Architect needs to document the data architecture for a multi-system, enterprise Salesforce implementation.
Which two key artifacts should the Architect use? (Choose two.)
- A. Integration specification
- B. Non-functional requirements
- C. Data model
- D. User stories
正解:A、C
質問 # 91
......
Salesforceは、あらゆる規模の企業が販売、マーケティング、顧客サービス運用を管理するために使用する大手クラウドベースの顧客関係管理(CRM)プラットフォームです。 Salesforceは、プラットフォームの使用に関する専門知識を実証したい専門家向けのさまざまな認定を提供します。最も求められている認定の1つは、Salesforce Data-Architecture and-Management-Designer認定です。
究極のガイドはData-Architecture-And-Management-Designer最新時間限定!今すぐダウンロード!:https://www.passtest.jp/Salesforce/Data-Architecture-And-Management-Designer-shiken.html
2024年最新のな厳密検証されたData-Architecture-And-Management-Designer学習合格ガイドでベズトお試しセット:https://drive.google.com/open?id=1LkgZ5DJvV60nOl8eRlJZYILlGCdgtdMR