Data-Architecture-And-Management-Designer試験問題でリアルに更新された問題PDF
合格させる無料保証付きクイズ2024年最新の実際に出ると確認されたSalesforce
質問 # 128
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. Leverage data loader platform API to load data.
- B. Perform Batch job in serial mode and reduce batch size
- C. Perform Batch job in parallel mode and reduce Batch size
- D. Defer roll-up summary fields calculation during data migration.
正解:C
質問 # 129
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. 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.
- 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
質問 # 130
Northern Trail Outfitters (NTO) wants to implement backup and restore for Salesforce data, Currently, it has data backup processes that runs weekly, which back up all Salesforce data to an enterprise data warehouse (EDW). NTO wants to move to daily backups and provide restore capability to avoid any data loss in case of outage.
What should a data architect recommend for a daily backup and restore solution?
- A. Use ETL for backup and restore from EDW.
- B. Use Bulk API to extract data on daily basis to EDW and REST API for restore.
- C. Change weekly backup process to daily backup, and implement a custom restore solution.
- D. Use AppExchange package for backup and restore.
正解:D
質問 # 131
Universal containers is implementing Salesforce lead management. UC Procure lead data from multiple sources and would like to make sure lead data as company profile and location information. Which solution should a data architect recommend to make sure lead data has both profile and location information? Option
- A. Ask sales people to search for populating company profile and location data
- B. Leverage external data providers populate company profile and location data
- C. Export data out of Salesforce and send to another team to populate company profile and location data
- D. Run reports to identify records which does not have company profile and location data
正解:D
質問 # 132
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
質問 # 133
Universal Containers has a large volume of Contact data going into Salesforce.com. There are 100,000 existing contact records. 200,000 new contacts will be loaded. The Contact object has an external ID field that is unique and must be populated for all existing records.
What should the architect recommend to reduce data load processing time?
- A. Load Contact records together using the Streaming API via the Upsert operation.
- B. Delete all existing records, and then load all records together via the Insert operation.
- C. Load all records via the Upsert operation to determine new records vs. existing records.
- D. Load new records via the Insert operation and existing records via the Update operation.
正解:D
質問 # 134
Universal Containers is experiencing frequent and persistent group membership locking issues that severely restricts its ability to manage manual and a automated updates at the same time.
What should a data architect do in order to restore the issue?
- A. Enable implicit sharing
- B. Enable granular locking
- C. Enable parallel sharing rule calculation.
- D. Enable defer sharing calculation
正解:B
質問 # 135
UC recently migrated 1 Billion customer related records from a legacy data store to Heroku Postgres. A subset of the data need 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. Use Heroku connect to bi-directional, sync all data between systems.
- B. Virtualize the remaining set of data with salesforce connect and external objects.
- C. As needed, make call outs into Heroku postgres and persist the data in salesforce.
- D. Migrate the data to big objects and leverage async SOQL with custom objects.
正解:B
質問 # 136
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. Non-functional requirements
- B. User stories
- C. Data model
- D. Integration specification
正解:C、D
質問 # 137
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 object in Salesforce to capture and store all reward program, populate nightly from the point-of-sale system, and present on the Customer record.
- B. Provide a button so that the agent can quickly open the point-of-sale system displaying the customer's history.
- C. 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.
- D. 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.
正解:A
質問 # 138
Universal Containers (UC) uses Salesforce for tracking opportunities (Opportunity). UC uses an internal ERP system for tracking deliveries and invoicing. The ERP system supports SOAP API and OData for bi-directional integration between Salesforce and the ERP system. UC has about one million opportunities. For each opportunity, UC sends 12 invoices, one per month. UC sales reps have requirements to view current invoice status and invoice amount from the opportunity page. When creating an object to model invoices, what should the architect recommend, considering performance and data storage space?
- A. Use Streaming API to get the current status from the ERP and display on the Opportunity page.
- B. Create an external object Invoice _x with a Lookup relationship with Opportunity.
- C. Create a custom object Invoice _c with a master -detail relationship with Opportunity.
- D. Create a custom object Invoice _c with a Lookup relationship with Opportunity.
正解:B
質問 # 139
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. Export the setup audit trail to review what fields are being used.
- B. Run key reports to determine what fields should be required.
- C. Determine if any integration points create records in Salesforce.
- D. Review the metadata xml files for redundant fields to consolidate.
- E. Review the sharing model to determine impact on duplicate records.
正解:B、D、E
質問 # 140
US is implementing salesforce and will be using salesforce to track customer complaints, provide white papers on products and provide subscription (Fee) - based support.
Which license type will US users need to fulfil US's requirements?
- A. Lightning platform starter license.
- B. Salesforce license.
- C. Service cloud license.
- D. Sales cloud license
正解:C
質問 # 141
Cloud Kicks has the following requirements:
- They want to automatically archive all inactive Account data that is older than 3 years.
- The information does not need to remain accessible within the application.
Which two approaches should the Architect recommend to meet this requirement? (Choose two.)
- A. Schedule jobs to export and delete using the Data Loader.
- B. Export the data by using the Force.com Workbench.
- C. Schedule a weekly export file from the Salesforce UI.
- D. Schedule jobs to export and delete using an ETL tool.
正解:A、D
解説:
Explanation/Reference:
質問 # 142
Universal Containers (UC) is a business that works directly with individual consumers (B2C). They are moving from a current home-grown CRM system to Salesforce. UC has about one million consumer records.
What should the architect recommend for optimal use of Salesforce functionality and also to avoid data loading issues?
- A. Create one Account and load individual consumers as Contacts linked to that one Account.
- B. Create a Custom Object Individual Consumer c to load all individual consumers.
- C. Load all individual consumers as Account records and avoid using the Contact object.
- D. Load one Account record and one Contact record for each individual consumer.
正解:D
質問 # 143
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. 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.
- 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
質問 # 144
To address different compliance requirements, such as general data protection regulation (GDPR), personally identifiable information (PII), of health insurance Portability and Accountability Act (HIPPA) and others, a SF customer decided to categorize each data element in SF with the following:
Data owner
Security Level, such as confidential
Compliance types such as GDPR, PII, HIPPA
A compliance audit would require SF admins to generate reports to manage compliance.
What should a data architect recommend to address this requirement?
- A. Use field metadata attributes for compliance categorization, data owner, and data sensitivity level.
- B. Build reports for field information, then export the information to classify and report for Audits.
- C. Use metadata API, to extract field attribute information and use the extract to classify and build reports
- D. Create a custom object and field to capture necessary compliance information and build custom reports.
正解:A
質問 # 145
DreamHouse Realty recently implemented a Sales Cloud. Managers have noticed that sales reps are entering an insufficient amount of data to run insightful reports and dashboards. The managers would like to monitor and measure data quality metrics.
Which solution addresses this requirement?
- A. Export the data to an enterprise data warehouse and use BI tools for data quality.
- B. Utilize third-party AppExchange tools to measure and monitor data quality.
- C. Run and generate reports to view the quality of sample data.
- D. Use custom objects and fields to calculate data quality.
正解:B
質問 # 146
Universal Containers (UC) has multi -level account hierarchies that represent departments within their major Accounts. Users are creating duplicate Contacts across multiple departments. UC wants to clean the data so as to have a single Contact across departments. What two solutions should UC implement to cleanse their data?
Choose 2 answers
- A. Use Data.com to standardize Contact address information to help identify duplicates.
- B. Make use of the Merge Contacts feature of Salesforce to merge duplicates for an Account.
- C. Make use of a third -party tool to help merge duplicate Contacts across Accounts.
- D. Use Workflow rules to standardize Contact information to identify and prevent duplicates.
正解:A、C
質問 # 147
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. Create a Master -Detail relationship to each of the three parent records.
- B. Create two Master -Detail and one Lookup relationship to the parent records.
- C. Use a VLOOKUP formula field to associate the Shipment to each parent record.
- D. Create a required Lookup relationship to each of the three parent records.
正解:B
質問 # 148
NTO has decided to franchise its brand. Upon implementation, 1000 franchisees will be able to access BTO's product information and track large customer sales and opportunities through a portal. The Franchisees will also be able to run monthly and quarterly sales reports and projections as well as view the reports in dashboards.
Which licenses does NTO need to provide these features to the Franchisees?
- A. Lightning Platform license
- B. Customer Community license
- C. Salesforce Sales Cloud license
- D. Partner Community license
正解:D
質問 # 149
......
トップクラスのData-Architecture-And-Management-Designer練習試験問題:https://jp.fast2test.com/Data-Architecture-And-Management-Designer-premium-file.html
無料Salesforce Application Architect Data-Architecture-And-Management-Designer究極の学習ガイド:https://drive.google.com/open?id=1zS7-1Nrk5P8AU94iNf54oTOgmzz0ZapE