
100% 高得点合格保証Data-Architecture-And-Management-Designer無制限224解答で[2023]
Data-Architecture-And-Management-Designer問題集でPDF、Data-Architecture-And-Management-Designer最速合格したいならここ
Salesforceのデータアーキテクチャおよびマネジメントデザイナー試験は、120分以内に完了する60の多肢選択問題から構成されます。この試験はコンピュータベースで、認可されたテストセンターまたはリモートで受験することができます。試験に合格するための合格点は63%で、試験料は400ドルです。
質問 # 117
Universal Container (UC) has around 200,000 Customers (stored in Account object). They get 1 or 2 Orders every month from each Customer. Orders are stored in a custom object called "Order c"; this has about 50 fields. UC is expecting a growth of 10% year -over -year.
What are two considerations an architect should consider to improve the performance of SOQL queries that retrieve data from the Order _c object? Choose 2 answers
- A. Reduce the number of triggers on Order _c object.
- B. Work with Salesforce Support to enable Skinny Tables.
- C. Make the queries more selective using indexed fields.
- D. Use SOQL queries without WHERE conditions.
正解:B、C
質問 # 118
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. The REST API to extract data as it automatically chunks records by 200.
- B. Ask SF support to increase the query timeout value.
- C. Use a custom auto number and formula field and use that to chunk records while extracting data.
- D. Use ETL tool for extraction of records.
正解:D
質問 # 119
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. Work with stakeholders to establish a Master Data Management plan for the system of record for specific objects, records, and fields.
- B. Replicate ongoing changes in the legacy CRM to Salesforce to facilitate a smooth transition when the legacy CRM is eventually retired.
- C. Do not connect Salesforce and the legacy CRM to each other during this transition period, but do allow both to interact with the ERP.
- D. Specify the legacy CRM as the system of record during transition until it is removed from operation and fully replaced by Salesforce.
正解:A、D
質問 # 120
What should a data architect do to provide additional guidance for users when they enter information in a standard field?
- A. Add custom help text in default value for the field.
- B. Create a custom page with help text for user guidance.
- C. Add a label field with help text adjacent to the custom field.
- D. Provide custom help text under field properties.
正解:D
質問 # 121
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. Recommend app exchange packages to support this requirement.
- B. Create custom fields to maintain latitude and longitude information
- C. Create formula fields with geolocation function for this requirement.
- D. Create a geolocation custom field to maintain this requirement
正解:B
質問 # 122
Two million Opportunities need to be loaded in different batches into Salesforce using the Bulk API in parallel mode.
What should an Architect consider when loading the Opportunity records?
- A. Order batches by Auto-number field.
- B. Create indexes on Opportunity object text fields.
- C. Use the Name field values to sort batches.
- D. Group batches by the AccountId field.
正解:D
質問 # 123
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 denormalizing this data model into a single Conference object with a Venue picklist? Choose 2 answers
- A. Standard list view in -line editing.
- B. Limitations on master -detail relationships.
- C. Org data storage limitations.
- D. Bulk API limitations on picklist fields.
正解:A、D
質問 # 124
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 a custom built extract job to extract operational data to on-premise systems.
- B. Use Field Audit History to capture operational data and extract it 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.
正解:A
質問 # 125
Northern Trail Outfitters (NTO) is in the process of evaluating big objects to store large amounts of asset data from an external system. NTO will need to report on this asset data weekly.
Which two native tools should a data architect recommend to achieve this reporting requirement? (Choose two.)
- A. Async SOQL with a custom object
- B. Standard reports and dashboards
- C. Einstein Analytics
- D. Standard SOQL queries
正解:B、C
質問 # 126
NTO has decided that it is going to build a channel sales portal with the following requirements:
1. External resellers are able to authenticate to the portal with a login.
2. Lead data, opportunity data and order data are available to authenticated users.
3. Authenticated users many need to run reports and dashboards.
4. There is no need for more than 10 custom objects or additional file storage.
Which community cloud license type should a data architect recommend to meet the portal requirements?
- A. Lightning external apps starter.
- B. Partner community.
- C. Customer community.
- D. Customer community plus.
正解:B
質問 # 127
Universal Containers (UC) owns a complex Salesforce org with many Apex classes, triggers, and automated processes that will modify records if available. UC has identified that, in its current development state, UC runs change of encountering race condition on the same record.
What should a data architect recommend to guarantee that records are not being updated at the same time?
- A. Migrate programmatic logic to processes and flows.
- B. Refactor or optimize classes and trigger for maximum CPU performance.
- C. Disable classes or triggers that have the potential to obtain the same record.
- D. Embed the keywords FOR UPDATE after SOQL statements.
正解:D
質問 # 128
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 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.
- B. 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.
- C. 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.
- D. 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.
正解:D
質問 # 129
Universal Containers (UC) is implementing a formal, cross -business -unit data governance program As part of the program, UC will implement a team to make decisions on enterprise
-wide data governance. Which two roles are appropriate as members of this team? Choose
2 answers
- A. Analytics/BI Owners
- B. Salesforce Administrators
- C. Operational Data Users
- D. Data Domain Stewards
正解:A、D
質問 # 130
DreamHouse Realty has a Salesforce org that is used to manage Contacts.
What are two things an Architect should consider using to maintain data quality in this situation? (Choose two.)
- A. Use Salesforce duplicate management.
- B. Use workflow to delete duplicate records.
- C. Use validation rules on new record create and edit.
- D. Use the private sharing model.
正解:A、C
質問 # 131
DreamHouse Realty uses Custom Metadata Types instead of Custom setting.
What is an advantage of this decision?
- A. Report definitions can include references to Custom Metadata Types.
- B. Custom metadata records are NOT copied from production to sandbox.
- C. Custom metadata records are editable in Apex.
- D. Packages can be used to deploy Custom metadata records.
正解:D
質問 # 132
......
最新の検証済みData-Architecture-And-Management-Designer問題と解答合格保証:https://jp.fast2test.com/Data-Architecture-And-Management-Designer-premium-file.html
Data-Architecture-And-Management-Designer練習試験問題集-99% 合格率Salesforce試験が合格できます:https://drive.google.com/open?id=1zS7-1Nrk5P8AU94iNf54oTOgmzz0ZapE