
有効なSalesforce Application Architect Data-Architecture-And-Management-Designer問題集はあなたの合格を必ず保証します
Data-Architecture-And-Management-Designer問題集でリアル試験問題でテストエンジン問題集でトレーニング
Salesforce Data-Architecture-And-Management-Designer認定は、複雑なデータモデルを管理し、他のシステムと統合することに関する候補者の専門知識を証明するために業界で高く評価されています。この認定は、データアーキテクト、データアナリスト、およびデータマネージャーとして働くプロフェッショナルにとって有益です。また、新しい求人機会や高い給与を開拓することで、プロフェッショナルのキャリアアップを支援します。
Data-Architecture-And-Management-Designer試験は、Salesforceプラットフォーム内でのデータモデリング、データベース設計、データ移行、およびデータガバナンスの知識を評価するものです。試験ではまた、データセキュリティ、データ品質、およびデータ統合などのトピックもカバーしています。この試験に合格した候補者は、データアーキテクチャの設計と管理において専門家と見なされ、Salesforceを導入する組織から高いニーズを受けます。
質問 # 105
Universal Containers developers have created a new Lightning component that uses an Apex controller using a SOQL query to populate a custom list view. Users are complaining that the component often fails to load and returns a time-out error.
What tool should a data architect use to identify why the query is taking too long?
- A. Enable and use the Query Plan tool in the developer console
- B. Use Salesforce's query optimizer to analyze the query in the developer console
- C. Use Splunk to query the system logs looking for transaction time and CPU usage
- D. Open a ticket with Salesforce support to retrieve transaction logs to be analyzed for processing time
正解:B
解説:
Explanation
Explanation/Reference: https://trailhead.salesforce.com/content/learn/modules/database_basics_dotnet/ writing_efficient_queries
質問 # 106
Cloud Kicks is launching a Partner Community, which will allow users to register shipment requests that are then processed by Cloud Kicks employees. Shipment requests contain header information, and then a list of no more than 5 items being shipped.
First, Cloud Kicks will introduce its community to 6,000 customers in North America, and then to 24,000 customers worldwide within the next two years. Cloud Kicks expects 12 shipment requests per week per customer, on average, and wants customers to be able to view up to three years of shipment requests and use Salesforce reports.
What is the recommended solution for the Cloud Kicks Data Architect to address the requirements?
- A. Create a custom object to track shipment requests and a child custom object to track shipment items.
Implement an archiving process that moves data off-platform after three years. - B. Create an external custom object to track shipment requests and a child external object to track shipment items. External objects are stored off-platform in Heroku's Postgres database.
- C. Create an external custom object to track shipment requests with five lookup custom fields for each item being shipped. External objects are stored off-platform in Heroku's Postgres database.
- D. Create a custom object to track shipment requests with five lookup custom fields for each item being shipped Implement an archiving process that moves data off-platform after three years.
正解:A
質問 # 107
As part of a phased Salesforce rollout. there will be 3 deployments spread out over the year. The requirements have been carefully documented. Which two methods should an architect use to trace back configuration changes to the detailed requirements? Choose 2 answers
- A. Put the business purpose in the Description of each field.
- B. Maintain a data dictionary with the justification for each field.
- C. Review the setup audit trail for configuration changes.
- D. Use the Force.com IDE to save the metadata files in source control.
正解:A、B
質問 # 108
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. Turn on field Contact object history tracking for these ten fields, then create reports on contact history.
- 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. 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.
正解:A、C
質問 # 109
Universal Containers (UC) is planning to launch its Customer Community. The community will allow user to register shipment requests which are then processed by UC employees. Shipment requests contain header information, and then a list of no more than 5 items being shipped. UC will initially roll out its community to
5,000 customers in Europe, and will ultimately roll out to 20,000 customers worldwide within the next two years. UC expects an average of 10 shipment requests per week per customer. UC wants customers to be able to view up to three years of shipment requests and use Saleforce reports. What is the recommended solution for UC's Data Architect to address the requirements?
- A. Create a custom object to track shipment requests and a child custom object to track shipment items.
Implement an archiving process that moves data off-platform after three years. - B. Create an external custom object to track shipment requests and a child external object to track shipment items. External objects are stored off-platform in Heroku's Postgres database.
- C. Create an external custom object to track shipment requests with five lookup custom fields for each item being shipped. External objects are stored off-platform in Heroku's Postgres database.
- D. Create a custom object to track shipment requests with five lookup custom fields for each item being shipped Implement an archiving process that moves data off-platform after three years.
正解:A
質問 # 110
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. Use a service to standardize Account addresses, then use a 3rd -party tool to merge Accounts based on rules.
- C. Enable Account de -duplication by creating matching rules in Salesforce, which will mass merge duplicate Accounts.
- D. Run a report, find Accounts whose name starts with the same five characters, then merge those Accounts.
正解:C
質問 # 111
Universal Containers (UC) has implemented Sales Cloud for its entire sales organization. UC has built a custom object called Projects_c that stores customer project details and employee billable hours.
The following requirements are needed:
1. A subset of individuals from the finance team will need access to the Projects object for reporting and adjusting employee utilization.
2. The finance users will not need access to any sales objects, but they will need to interact with the custom object.
Which license type should a data architect recommend for the finance team that best meets the requirements?
- A. Lightning Platform Plus
- B. Lightning Platform Starter
- C. Sales Cloud
- D. Service Cloud
正解:A
質問 # 112
Get Cloudy Consulting needs to evaluate the completeness and consistency of contact information in Salesforce. Their sales reps often have incomplete information about their accounts and contacts. Additionally, they are not able to interpret the information in a consistent manner. Get Cloudy Consulting has identified certain ""key"" fields which are important to their sales reps.
What are two actions Get Cloudy Consulting can take to review their data for completeness and consistency? (Choose two.)
- A. Run one report per key field, grouped by that field, to understand its data variability.
- B. Run a report which shows the last time the key fields were updated.
- C. Run a process that can fill in default values for blank fields.
- D. Run a report that shows the percentage of blanks for the important fields.
正解:B、D
質問 # 113
Universal Containers has a large number of Opportunity fields (100) that they want to track field history on.
Which two actions should an architect perform in order to meet this requirement? Choose 2 answers
- A. Select the 100 fields in the Opportunity Set History Tracking page.
- B. Create a custom object to store a copy of the record when changed.
- C. Create a custom object to store the previous and new field values.
- D. Use Analytic Snapshots to store a copy of the record when changed.
正解:B、C
質問 # 114
Every year, Ursa Major Solar has more than 1 million orders. Each order contains an average of 10 line items. The Chief Executive Officer (CEO) needs the Sales Reps to see how much money each customer generates year-over-year. However, data storage is running low in Salesforce.
Which approach for data archiving is appropriate for this scenario?
- A. 1. Annually export and delete orders and order line items.
2. Store them in a zip file in case the data is needed later. - B. 1. Annually export and delete order line items.
2. Store them in a zip file in case the data is needed later. - C. 1. Annually delete orders and order line items.
2. Ensure the customer has order information in another system. - D. 1. Annually aggregate order amount data to store in a custom object.
2. Delete those orders and order line items.
正解:D
質問 # 115
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. Configure shipment OWD to Public Read/Write.
- B. Implement data archiving for old Shipment records.
- C. Contact Salesforce to create Skinny tables on Shipment.
- D. Contact Salesforce to enable Defer Sharing Rules
正解:D
質問 # 116
Get Cloud Consulting needs to integrate two different systems with customer records into the Salesforce Account object. So that no duplicate records are created in Salesforce, Master Data Management will be used.
An Architect needs to determine which system is the system of record on a field level.
What should the Architect do to achieve this goal?
- A. Any field that is an input field in either external system will be overwritten by the last record integrated and can never have a system of record.
- B. The database schema for each external system should be reviewed, and fields with different names should always be separate fields in Salesforce.
- C. Key stakeholders should review any fields that share the same purpose between systems to see how they will be used in Salesforce.
- D. Master Data Management systems determine system of record, and the Architect doesn't have to think about what data is controlled by what system.
正解:B
質問 # 117
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. Check and prevent duplicates by using a workflow.
- B. Use Salesforce matching and duplicate rules.
- C. Before importing into Salesforce, clean the data.
- D. Import the data concurrently.
正解:B、C
質問 # 118
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. Create a custom object related to the Invoice object with a picklist field for the Type.
- B. Add a ContentType picklist field to the Attachment layout and create additional picklist options.
- C. Create a custom picklist field for the Type on the standard Attachment object with the values.
- D. Add additional options to the standard ContentType picklist field for the Attachment object.
正解:A
質問 # 119
Universal Containers is exporting 40 million Account records from Salesforce using Informatica Cloud. The ETL tool fails and the query log indicates a full table scan time-out failure. What is the recommended solution?
- A. Modify the export job header to specify Export-in-Parallel.
- B. Modify the export job header to specify Sforce-Enable-PKChunking.
- C. Modify the export query that includes standard index fields(s).
- D. Modify the export query with LIMIT clause with Batch size 10,000.
正解:B
質問 # 120
Universal Containers would like to remove data silos and connect their legacy CRM together with their ERP and with Salesforce. Most of their sales team has already migrated to Salesforce for daily use, although a few users are still on the old CRM until some functionality they require is completed. Which two techniques should be used for smooth interoperability now and in the future.
- A. Do not connect Salesforce and the legacy CRM to each other during this transition period, but do allow both to interact with the ERP.
- B. Replicate ongoing changes in the legacy CRM to Salesforce to facilitate a smooth transition when the legacy CRM is eventually retired.
- C. Work with stakeholders to establish a Master Data Management plan for the system of record for specific objects, records, and fields.
- D. Specify the legacy CRM as the system of record during transition until it is removed from operation and fully replaced by Salesforce.
正解:C、D
質問 # 121
A customer needs a sales model that allows the following:
* Opportunities need to be assigned to sales people based on the zip code.
* Each sales person can be assigned to multiple zip codes.
* 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. Add custom fields in opportunities for zip code and use assignment rules.
- B. Allow sales users to manually assign opportunity ownership based on zip code.
- C. Assign opportunities using list views using zip code.
- D. Configure territory management feature to support opportunity assignment.
正解:D
質問 # 122
How can an architect find information about who is creating, changing, or deleting certain fields within the past two months?
- A. Export the metadata and search it for the fields in question.
- B. Export the setup audit trail and find the fields in question.
- C. Create a field history report for the fields in question.
- D. Remove "customize application" permissions from everyone else.
正解:B
質問 # 123
A customer is operating in a highly reputated industry and is planning to implement SF. The customer information maintained in SF, includes the following:
Personally, identifiable information (PII)
IP restrictions on profiles organized by Geographic location
Financial records that need to be private and accessible only by the assigned Sales associate.
User should not be allowed to export information from Salesforce.
Enterprise security has mandate access to be restricted to users within a specific geography and detail monitoring of user activity. Which 3 Salesforce shield capabilities should a data architect recommend? Choose 3 answers:
- A. Event monitoring to monitor all user activities
- B. Encrypt Sensitive Customer information maintained in SF.
- C. Prevent Sales users access to customer PII information
- D. Restrict access to SF from users outside specific geography
- E. Transaction security policies to prevent export of SF Data.
正解:B、D、E
質問 # 124
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. Leverage the Bulk API and concurrent processing with multiple batches
- B. Enable defer sharing calculations, and suspend sharing rule calculations
- C. Enable granular locking to avoid "UNABLE _TO_LOCK_ROW" error.
- D. Load the data through data loader, and turn on parallel processing.
正解:B
質問 # 125
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. Migrate customer activities from all 4 systems into salesforce.
- B. Use a customer data mart to view the 360 view of customer.
- C. Explore external data sources in salesforce to build 360 view of customer.
- D. Periodically upload summary information in salesforce to build 360 view.
正解:C
質問 # 126
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 Outbound Message to determine which fields to send to the OMS.
- B. An ObjectField to determine which fields to send in an HTTP callout.
- C. Turn on the field-level security permissions for the fields to send.
- D. A Field Set that determines which fields to send in an HTTP callout.
正解:A、D
解説:
Explanation
質問 # 127
What 2 data management policies does the data classification feature allow customers to classify in salesforce?
Choose 2 answers:
- A. Data governance policy.
- B. Compliance categorization policy.
- C. Reference data policy.
- D. Data sensitivity policy.
正解:B、D
質問 # 128
Northern Trail Outfitters (NTO) has a loyalty program to reward repeat customers. The following conditions exist:
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 discounts.
3. The program generates 100 million records each month.
NTO Customer Support would like to see a summary of a customer's recent transactions and the reward level (s) they have attained.
Which solution should the data architect use to provide the information within Salesforce for the customer support agents?
- A. 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-sale system.
- B. Provide a button so that the agent can quickly open the point-of-sale system displaying the customer's history.
- C. Capture the reward program data in an external data store, and present the 12-month trailing summary in Salesforce using Salesforce Connect and an external object.
- D. Create a custom object in Salesforce to capture and store all reward program, populate nightly from the point-of-sale system, and present on the Customer record.
正解:D
質問 # 129
Universal Containers is integrating a new Opportunity engagement system with Salesforce.
According to their Master Data Management strategy, Salesforce is the system of record for Account, Contact, and Opportunity data. However, there does seem to be valuable Opportunity data in the new system that potentially conflicts with what is stored in Salesforce. What is the recommended course of action to appropriately integrate this new system?
- A. The MDM strategy defines Salesforce as the system of record, so Salesforce Opportunity values prevail in all conflicts.
- B. Stakeholders should be brought together to discuss the appropriate data strategy moving forward.
- C. A policy should be adopted so that the system whose record was most recently updated should prevail in conflicts.
- D. The Opportunity engagement system should become the system of record for Opportunity records.
正解:B
質問 # 130
......
Salesforce認定データアーキテクチャおよびマネジメントデザイナー資格を取得することで、Salesforceにおけるデータアーキテクチャの設計と管理に関する専門知識が認定されます。この認定は、Salesforceを使用する組織にとって非常に価値があり、データ管理とガバナンスのベストプラクティスを実装し、データの正確性、一貫性、およびセキュリティを確保する能力を示しています。
Salesforce Data-Architecture-And-Management-Designer問題を提供していますSalesforce Application Architect問題集と完璧な解答付き:https://jp.fast2test.com/Data-Architecture-And-Management-Designer-premium-file.html
Data-Architecture-And-Management-Designerテスト問題集とオンライン試験エンジンはここにある:https://drive.google.com/open?id=1zS7-1Nrk5P8AU94iNf54oTOgmzz0ZapE