
合格させるSalesforce Data-Architect試験最速合格
準備Data-Architect問題解答でData-Architect試験問題集
Salesforce Data-Architect認定試験は、Salesforceエコシステム内でのデータアーキテクチャと管理に取り組むプロフェッショナルに最適です。これには、データアーキテクト、データアナリスト、データエンジニア、データサイエンティストが含まれます。試験は、Salesforceデータで作業する経験があり、スキルを向上させたい個人にも適しています。
質問 # 71
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. A set<sobjectFieldset> to determine which fields to send in an HTTP callout.
- C. Enable 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
質問 # 72
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. Data Domain Stewards
- B. Salesforce Administrators
- C. Operational Data Users
- D. Analytics/BI Owners
正解:A、D
質問 # 73
DreamHouse Realty has an integration that creates records in a Salesforce Custom Object. The Custom Object has a field marked as required on the page layout.
DreamHouse Realty has noticed that many of the records coming from the external system are missing data in this field.
The Architect needs to ensure this field always contains data coming from the source system.
Which two approaches should the Architect take? Choose 2 answers
- A. Blame the customer's external system for bad data.
- B. Mark the field required in setup at the field level.
- C. Set up a Validation Rule to prevent blank values.
- D. Create a Workflow to default a value into this field.
正解:B、C
質問 # 74
Universal Containers (UC) is using Salesforce Sales & Service Cloud for B2C sales and customer service but they are experiencing a lot of duplicate customers in the system. Which are two recommended approaches for UC to avoid duplicate data and increase the level of data quality?
- A. Use Data.com Clean
- B. Use Duplicate Management.
- C. Use an Enterprise Service Bus.
- D. Use a data wharehouse.
正解:A、B
質問 # 75
Northern Trail outfitters in migrating to salesforce from a legacy CRM system that identifies the agent relationships in a look-up table.
What should the data architect do in order to migrate the data to Salesfoce?
- A. Assign record owner based on relationship.
- B. Create custom objects to store agent relationships.
- C. Migrate the data and assign to a non-person system user.
- D. Migrate to Salesforce without a record owner.
正解:B
質問 # 76
Which two best practices should be followed when using SOSL for searching?
- A. Use SOSL option to ignore custom indexes as search fields are pre-indexed.
- B. Use searches against single Objects for greater speed and accuracy.
- C. Use Find in "ALL FIELDS" for faster searches.
- D. Keep searches specific and avoid wildcards where possible.
正解:C、D
質問 # 77
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 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.
- 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 and a child custom object to track shipment items. Implement an archiving process that moves data off-platform after three years.
正解:D
質問 # 78
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. Run key reports to determine what fields should be required.
- B. Determine if any integration points create records in Salesforce.
- C. Review the metadata xml files for redundant fields to consolidate.
- D. Export the setup audit trail to review what fields are being used.
- E. Review the sharing model to determine impact on duplicate records.
正解:A、C、E
質問 # 79
Universal Containers (UC) is concerned that data is being corrupted daily either through negligence or maliciousness. They want to implement a backup strategy to help recover any corrupted data or data mistakenly changed or even deleted. What should the data architect consider when designing a field -level audit and recovery plan?
- A. Reduce data storage by purging old data.
- B. Implement an AppExchange package.
- C. Review projected data storage needs.
- D. Schedule a weekly export file.
正解:A
質問 # 80
(NTO) has multiple salesforce orgs based on geographical reports (AMER, EMEA, APAC). NTO products are in the AMER org and need to be created in the EMEA and APAC after the products are approved.
Which two features should a data architect recommend to share records between salesforce orgs? Choose 2.
- A. Federation search
- B. Change data capture (CDC)
- C. Salesforce connect.
- D. Salesforce 2 Salesforce
正解:B、D
質問 # 81
UC is having issues using Informatica Cloud Louder to export +10MOrder records. Each Order record has 10 Order Line Items. What two steps can you take to help correct this? Choose two answers.
- A. Export in multiple batches
- B. Limit Batch to 10K records
- C. Use PK Chunking
- D. Export Bulk API in parallel mode
正解:A、C
質問 # 82
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
質問 # 83
UC has migrated its Back-office data into an on-premise database with REST API access. UC recently implemented Sales cloud for its sales organization. But users are complaining about a lack of order data inside SF.
UC is concerned about SF storage limits but would still like Sales cloud to have access to the data.
Which design patterns should a data architect select to satisfy the requirement?
- A. Migrate and persist the data in SF to take advantage of native functionality.
- B. Build a UI for the on-premise system and iframe it in Salesforce
- C. Develop a bidirectional integration between the on-premise system and Salesforce.
- D. Use SF Connect to virtualize the data in SF and avoid storage limits.
正解:D
質問 # 84
Universal Containers (UC) is going thought major reorganization of their sales team. This would require changes to a large a number of group members and sharing rules. UCs administrator is concerned about long processing time and failure during the process.
What should a Data architect implement to make changes efficiently?
- A. Enable Defer Sharing Calculation prior to making sharing rule changes.
- B. Delete old sharing rules and build new sharing rules
- C. Log a case with salesforce to make sharing rule changes.
- D. Log out all users and make changes to sharing rules.
正解:A
質問 # 85
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
質問 # 86
Universal Containers (UC) has implemented Sales Cloud for its entire sales organization, UC has built a custom object called projects_c that stores customers project detail and employee bitable hours.
The following requirements are needed:
A subnet of individuals from the finance team will need to access to the projects object for reporting and adjusting employee utilization.
The finance users will not access to any sales objects, but they will need to interact with the custom object.
Which license type a data architect recommend for the finance team that best meets the requirements?
- A. Lighting platform plus
- B. Service Cloud
- C. Sales Cloud
- D. Light Platform Start
正解:A
質問 # 87
Salesforce is being deployed in Ursa Major Solar's disparate, multi-system ERP environment. Ursa major Solar wants to maintain data synchronization between systems.
Which two techniques should be used to achieve this goal? (Choose two.)
- A. Utilize an MDM strategy to outline a single source of truth.
- B. Build synchronization reports and dashboards.
- C. Integrate Salesforce with the ERP environment.
- D. Utilize workbench to update files within systems.
正解:A、C
質問 # 88
NTO has outgrown its current salesforce org and will be migrating to new org shortly. As part of this process NTO will be migrating all of its metadata and dat a. NTO's data model in the source org has a complex relationship hierarchy with several master detail and lookup relationships across objects, which should be maintained in target org.
What 3 things should a data architect do to maintain the relationship hierarchy during migration?
Choose 3 answers:
- A. Redefine the master detail relationship fields to lookup relationship fields in the target org.
- B. Create a external id field for each object in the target org and map source record ID's to this field.
- C. Keep the relationship fields populated with the source record ID's in the import file.
- D. Use data loader to export the data from source org and then import or Upsert into the target org in sequential order.
- E. Replace source record ID's with new record ID's from the target org in the import file.
正解:B、D、E
質問 # 89
UC is preparing to implement sales cloud and would like to its users to have read only access to an account record if they have access to its child opportunity record. How would a data architect implement this sharing requirement between objects?
- A. Implicit sharing will automatically handle with standard functionality.
- B. Create an owner-based sharing rule.
- C. Add appropriate users to the account team.
- D. Create a criteria-based sharing rule.
正解:A
質問 # 90
......
リアルSalesforce Data-Architect試験問題 [更新されたのは2023年]:https://www.goshiken.com/Salesforce/Data-Architect-mondaishu.html
無料Data-Architect試験問題集には合格させるお手軽に試験合格:https://drive.google.com/open?id=1Ke1TKmP7ri44dqcHDczYbYChva-RwYLd