[Q26-Q42] ベスト良質なSalesforce Data-Architecture-And-Management-Designer試験問題PassTestリアル練習試験 [2023]

Share

ベスト良質なSalesforce Data-Architecture-And-Management-Designer試験問題PassTestリアル練習試験 [2023]

重要な試験問題でSalesforce Certified Data Architecture and Management Designer一発合格


Salesforce認定データアーキテクチャおよびマネジメントデザイナー資格を取得することで、Salesforceにおけるデータアーキテクチャの設計と管理に関する専門知識が認定されます。この認定は、Salesforceを使用する組織にとって非常に価値があり、データ管理とガバナンスのベストプラクティスを実装し、データの正確性、一貫性、およびセキュリティを確保する能力を示しています。

 

質問 # 26
A casino is implementing Salesforce and is planning to build a customer 360 degree view for a customer who visits its resorts. The casino currently maintains the following systems that record customer activity: L Point-of-sale system: All purchases for a customer
2. Salesforce; All customer service activity and sales activities 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 Salesforee would like to view the activities from all four systems to provide support to customers. The information has to be current and real time.
What strategy should the data architect implement to satisfy this requirement?

  • A. Explore external data sources in Salesforce to build a 360 degree view of the customer.
  • B. Migrate customer activities fro, all four system into Salesforce.
  • C. Use a customer data mart to create the 360 degree view of the customer.
  • D. Periodically upload summary information in Salesforce to build a 360 degree view.

正解:A


質問 # 27
Universal Containers (UC) is implementing Salesforce and will be using Salesforce to track customer complaints, provide white papers on products, and provide subscription based support.
Which license type will UC users need to fulfill UC's requirements?

  • A. Lightning Platform Starter License
  • B. Service Cloud License
  • C. Sales Cloud License
  • D. Salesforce License

正解:B


質問 # 28
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 Bulk API in parallel mode
  • B. Limit Batch to 10K records
  • C. Use PK Chunking
  • D. Export in multiple batches

正解:C、D


質問 # 29
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. 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.
  • B. Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object.
  • C. 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.
  • D. Turn on field Contact object history tracking for these ten fields, then create reports on contact history.

正解:B、D


質問 # 30
Universal Containers keeps its Account data in Salesforce and its Invoice data in a third - party ERP system. They have connected the Invoice data through a Salesforce external object. They want data from both Accounts and Invoices visible in one report in one place.
What two approaches should an architect suggest for achieving this solution? Choose 2 answers

  • A. Create a report combining data from the Account standard object and the Invoices external object.
  • B. Create a report in an external system combining Salesforce Account data and Invoice data from the ERP.
  • C. Create a Visualforce page combining Salesforce Account data and Invoice external object data.
  • D. Create a separate Salesforce report for Accounts and Invoices and combine them in a dashboard.

正解:B、C


質問 # 31
Universal Containers (UC) has three systems: Salesforce, a cloud -based ERP system, and an on -premise Order Management System (OMS). An architect has been tasked with creating a solution that uses Salesforce as the system of record for Leads and the OMS as the system of record for Account and Contacts. UC wants Accounts and Contacts to be able to maintain their names in each system (i.e., "John Doe" in the OMS and
"Johnny Doe" in Salesforce), but wants to have a consolidated data store which links referenced records across the systems. What approach should an architect suggest so the requirements are met?

  • A. Use the Streaming API to send Account and Contact data from Salesforce to the OMS.
  • B. Have Salesforce poll the OMS nightly and bring in the desired Accounts and Contacts.
  • C. Implement an integration tool to send OMS Accounts and Contacts to Salesforce.
  • D. Implement a Master Data Management strategy to reconcile Leads, Accounts, and Contacts.

正解:D


質問 # 32
UC has a variety of systems across its technology landscape, including SF, legacy enterprise resource planning (ERP) applications and homegrown CRM tools. UC has decided that they would like to consolidate all customer, opportunity and order data into Salesforce as part of its master data management (MDM) strategy.
What are the 3 key steps that a data architect should take when merging data from multiple systems into Salesforce? Choose 3 answers:

  • A. Analyze each system's data model and perform gap analysis
  • B. Utilize an ETL tool to merge, transform and de-duplicate data.
  • C. Install a 3rd party AppExchange tool to handle the merger
  • D. Work with Stakeholders to define record and field survivorship rules
  • E. Create new fields to store additional values from all the systems.

正解:A、B、D


質問 # 33
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. Use a service to standardize Account addresses, then use a 3rd -party tool to merge Accounts based on rules.
  • B. Enable Account de -duplication by creating matching rules in Salesforce, which will mass merge duplicate Accounts.
  • C. Run a report, find Accounts whose name starts with the same five characters, then merge those Accounts.
  • D. Make the Account Owner clean their Accounts' addresses, then merge Accounts with the same address.

正解:B


質問 # 34
Universal Containers has a legacy client server app that has a relational database that needs to be migrated to Salesforce.
What are the three key actions that should be done when data modeling in Salesforce? (Choose three.)

  • A. Work with legacy application owner to analyze legacy data model
  • B. Implement legacy data model within Salesforce using custom fields
  • C. Map legacy data to Salesforce objects
  • D. Map legacy data to Salesforce custom objects
  • E. Identify data elements to be persisted in Salesforce

正解:B、C、E


質問 # 35
Universal Container is Implementing salesforce and needs to migrate data from two legacy systems. UC would like to clean and duplicate data before migrate to Salesforce.
Which solution should a data architect recommend a clean migration?

  • A. Set up staging data base, and define external IDs to merge, clean duplicate data, and load into Salesforce.
  • B. Define external IDs for an object, Insert data from one database, and use upsert for a second database
  • C. Define duplicate rules in Salesforce, and load data into Salesforce from both databases.
  • D. Define external IDs for an object, migrate second database to first database, and load into Salesforce.

正解:B


質問 # 36
NTO has been using salesforce for sales and service for 10 years. For the past 2 years, the marketing group has noticed a raise from 0 to 35 % in returned mail when sending mail using the contact information stored in salesforce.
Which solution should the data architect use to reduce the amount of returned mails?

  • A. Have the sales team to call all existing customers and ask to verify the contact details.
  • B. Use a 3rd party data source to update contact information in salesforce.
  • C. Delete contacts when the mail is returned to save postal cost to NTO.
  • D. Email all customer and asked them to verify their information and to call NTO if their address is incorrect.

正解:B


質問 # 37
Universal Containers has 30 million case records. The Case object has 80 fields. Agents are reporting performance issues and time-outs while running case reports in the Salesforce org.
Which solution should a data architect recommend to improve reporting performance?

  • A. Build reports using custom Lightning components.
  • B. Create a custom object to store aggregate data and run reports.
  • C. Contact Salesforce support to enable skinny table for cases.
  • D. Move data off of the platform and run reporting outside Salesforce, and give access to reports.

正解:B


質問 # 38
UC has the following system:
* Billing system.
* Customer support system.
* CRM system.
US has been having trouble with business intelligence across the different systems. Recently US implemented a master data management (MDM) solution that will be the system of truth for the customer records.
Which MDM data element is needed to allow reporting across these systems?

  • A. Email address.
  • B. Phone number.
  • C. Full name.
  • D. Global unique customer number.

正解:D


質問 # 39
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. Create custom fields to maintain latitude and longitude information
  • B. Create a geolocation custom field to maintain this requirement
  • C. Create formula fields with geolocation function for this requirement
  • D. Recommend AppExchange packages to support this requirement

正解:B

解説:
Explanation/Reference: https://help.salesforce.com/articleView?id=custom_field_geolocate_overview.htm&type=5


質問 # 40
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 workbench to update files within systems.
  • B. Build synchronization reports and dashboards.
  • C. Integrate Salesforce with the ERP environment.
  • D. Utilize an MDM strategy to outline a single source of truth.

正解:C、D


質問 # 41
Universal Containers (UC) wants to store product data in Salesforce, but the standard Product object does not support the more complex hierarchical structure which is currently being used in the product master system. How can UC modify the standard Product object model to support a hierarchical data structure in order to synchronize product data from the source system to Salesforce?

  • A. Create a custom master-detail field on the standard Product to reference the child record in the hierarchy.
  • B. Create a custom lookup field on the standard Product to reference the parent record in the hierarchy.
  • C. Create a custom lookup filed on the standard Product to reference the child record in the hierarchy.
  • D. Create an Apex trigger to synchronize the Product Family standard picklist field on the Product object.

正解:B


質問 # 42
......


Salesforce認定データアーキテクチャおよび管理デザイナー認定試験は、Salesforceデータアーキテクチャと管理の概念を深く理解している専門家向けです。この認定試験では、候補者がデータモデリング、データ分析、データ移行、データ統合、データガバナンスなどの分野で習熟度を実証する必要があります。この試験は、60の複数選択の質問で構成され、105分間タイミングが合っています。

 

Data-Architecture-And-Management-Designer試験問題集合格保証:https://www.passtest.jp/Salesforce/Data-Architecture-And-Management-Designer-shiken.html

ベスト良質なSalesforce Data-Architecture-And-Management-Designer試験問題:https://drive.google.com/open?id=1d5axatc3RsiILmzlaTKB-Yuno5ASItMF