
[2024年06月] 更新されたのはSalesforce Data-Architecture-And-Management-Designer問題集PDFオンラインエンジン
Data-Architecture-And-Management-Designer.PDFで問題解答PDFサンプル問題は信頼され続ける
Salesforce認定データアーキテクチャおよびマネジメントデザイナー資格を取得することで、Salesforceにおけるデータアーキテクチャの設計と管理に関する専門知識が認定されます。この認定は、Salesforceを使用する組織にとって非常に価値があり、データ管理とガバナンスのベストプラクティスを実装し、データの正確性、一貫性、およびセキュリティを確保する能力を示しています。
Salesforce Data-Architecture-And-Management-Designer認定試験は、Salesforceエコシステム内でデータアーキテクチャを設計および管理するための知識とスキルを持つ個人の能力をテストするために設計されています。この認定は、データアーキテクト、データアナリスト、およびデータベース管理者を含むデータを扱う専門家を対象としています。
Salesforce Data-Architecture-And-Management-Designer認定試験は、データモデリング、データベース設計、データ移行、データガバナンス、データ統合、データ分析、およびデータセキュリティなど幅広いトピックをカバーしています。この試験は、ビジネス要件を満たすスケーラブルで効率的かつ安全なデータアーキテクチャを設計する能力を試験するように設計されています。また、Salesforceのデータアーキテクチャを理解し、Salesforceのデータ管理ツールやテクノロジーを活用して複雑なデータ課題を解決する方法を理解しているかどうかも評価されます。
質問 # 50
NTO uses salesforce to manage relationships and track sales opportunities. It has 10 million customers and 100 million opportunities. The CEO has been complaining 10 minutes to run and sometimes failed to load, throwing a time out error.
Which 3 options should help improve the dashboard performance?
Choose 3 answers:
- A. Remove widgets from the dashboard to reduce the number of graphics loaded.
- B. De-normalize the data by reducing the number of joins.
- C. Use selective queries to reduce the amount of data being returned.
- D. Reduce the amount of data queried by archiving unused opportunity records.
- E. Run the dashboard for CEO and send it via email.
正解:B、C、D
質問 # 51
Universal Container (US) is replacing a home grown CRM solution with Salesforce, UC has decided to migrate operational (Open and active) records to Salesforce, while keeping historical records in legacy system, UC would like historical records to be available in Salesforce on an as needed basis.
Which solution should a data architect recommend to meet business requirement?
- A. Leverage real-time integration to pull records into Salesforce.
- B. Build a chair solution to go the legacy system and display records.
- C. Leverage mashup to display historical records in Salesforce.
- D. Bring all data Salesforce, and delete it after a year.
正解:C
質問 # 52
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. Salesforce Sales Cloud license
- B. Partner Community license
- C. Lightning Platform license
- D. Customer Community license
正解:B
質問 # 53
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 de-normalizing this data model into a single Conference object with a Venue picklist? Choose 2 answers
- A. Standard list view in-line editing.
- B. Bulk API limitations on picklist fields.
- C. Limitations on master -detail relationships.
- D. Org data storage limitations.
正解:B、D
質問 # 54
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. Operational Data Users
- C. Salesforce Administrators
- D. Data Domain Stewards
正解:A、D
質問 # 55
A custom pricing engine for a Salesforce customer has to be decided by factors with the following hierarchy:
1. State in which the customer is located
2. City in which the customer is located if available
3. Zip code in which the customer is located if available
4. Changes to this information should have minimum code change
What should a data architect recommend to maintain this information for the custom pricing engine that is to be built in Salesforce?
- A. Maintain required pricing criteria in custom metadata types.
- B. Create a custom object to maintain the pricing criteria.
- C. Assign the pricing criteria within custom pricing engine.
- D. Configure the pricing criteria in price books.
正解:A
質問 # 56
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. Customer community plus.
- B. Customer community.
- C. Lightning external apps starter.
- D. Partner community.
正解:D
質問 # 57
A Customer is migrating 10 million order and 30 million order lines into Salesforce using Bulk API. The Engineer is experiencing time-out errors or long delays querying parents order IDs in Salesforce before importing related order line items. What is the recommended solution?
- A. Leverage a sequence of numbers on the imported orders to import related order lines.
- B. Query only indexed ID field values on the imported order to import related order lines.
- C. Leverage Batch Apex to update order ID on related order lines after import.
- D. Leverage an External ID from source system orders to import related order lines.
正解:D
質問 # 58
Which two best practices should be followed when using SOSL for searching?
- A. Use Find in "ALL FIELDS" for faster searches.
- B. Keep searches specific and avoid wildcards where possible.
- C. Use SOSL option to ignore custom indexes as search fields are pre-indexed.
- D. Use searches against single Objects for greater speed and accuracy.
正解:A、B
質問 # 59
Northern Trail Outfitters (NTO) has multiple systems across its enterprise landscape, including Salesforce, with disparate versions of the customer record. In Salesforce, the customer is represented by the Contact object.
NTO utilizes a master data management (MDM) solution with these attributes:
1. The MDM solution keeps track of the Customer Master with a Master Key.
2. The Master Key is a map to the record IDs from each external system that customer data is stored within.
3. The MDM solution provides deduplication features, so it acts as the Single Source of Truth.
How should a Data Architect implement the storage of the Master Key within Salesforce?
- A. Store the Master Key on the Contact object as an External ID field for referential integrity
- B. Store the Master Key in Heroku Postgres and use Heroku Connect for synchronization
- C. Сreate a custom object to store the Master Key with a lookup field to Contact
- D. Create an external object to store the Master Key with a lookup field to Contact
正解:B
質問 # 60
Universal Containers has a requirement to store more than 100 million records in salesforce and needs to create a custom big object to support this business requirement.
Which two tools should a data architect use to build custom object?
- A. Go to Object manager In setup and select new to create big object.
- B. Use Metadata API to create big object.
- C. Use DX to create big object.
- D. Go to Big Object In setup select new to create big object.
正解:B、D
質問 # 61
Universal Containers (UC) has deployed Salesforce to manage Marketing. Sales, and Support efforts in a multi -system ERP environment After reaching the limits of native reports & dashboards. UC leadership is looking to understand what options can be used to provide more analytical insights. What two approaches should an architect recommend? Choose 2 answers
- A. Weekly Snapshots
- B. AppExchange Apps
- C. Setup Audit Trails
- D. Wave Analytics
正解:B、D
質問 # 62
Universal Containers is creating a new B2C service offering for consumers to ship goods across continents.
This is in addition to their well-established B2B offering. Their current Salesforce org uses the standard Account object to track B2B customers. They are expecting to have over 50,000,000 consumers over the next five years across their 50 business regions. B2C customers will be individuals. Household data is not required to be stored. What is the recommended data model for consumer account data to be stored in Salesforce?
- A. Use 50 umbrella Accounts for each region, with customers as associated Contacts.
- B. Create a new picklist value for B2C customers on the Account Type field.
- C. Use the Account object with a newly created Record Type for B2C customers.
- D. Use the Account object with Person Accounts and a new B2C page layout.
正解:D
質問 # 63
NTO (Northern Trail Outlets) has a complex Salesforce org which has been developed over past 5 years. Internal users are complaining abt multiple data issues, including incomplete and duplicate data in the org. NTO has decided to engage a data architect to analyze and define data quality standards.
Which 3 key factors should a data architect consider while defining data quality standards? Choose 3 answers:
- A. Measure data timeliness and consistency
- B. Finalize an extract transform load (ETL) tool for data migration
- C. Define data duplication standards and rules
- D. Define key fields in staging database for data cleansing
- E. Measure data completeness and accuracy
正解:C、D、E
質問 # 64
UC has to built a B2C ecommerce site on Heroku that shares customer and order data with a Heroku Postgres database. UC is currently utilizing Postgres as the single source of truth for both customers and orders. UC has asked a data architect to replicate the data into salesforce so that salesforce can now act as the system of record.
What are the 3 considerations that data architect should weigh before implementing this requirement? Choose 23 answers:
- A. Determine if the data is driver of key process implemented within salesforce.
- B. Ensure the data is CRM center and able to populate standard of custom objects.
- C. Ensure there is a tight relationship between order data and an enterprise resource plaining (ERP) application.
- D. Consider whether the data is required for sales reports, dashboards and KPI's.
- E. A selection of the tool required to replicate the data.
a. - Heroku Connect is required but this is confusing
正解:A、B
質問 # 65
Universal Containers is planning out their archiving and purging plans going forward for their custom objects Topic__c and Comment__c. Several options are being considered, including analytics snapshots, offsite storage, scheduled purges, etc. Which three questions should be considered when designing an appropriate archiving strategy?
- A. How many fields are defined on the custom objects that need to be archived?
- B. Will the data being archived need to be reported on or accessed in any way in the future?
- C. Are there any regulatory restrictions that will influence the archiving and purging plans?
- D. Which profiles and users currently have access to these custom object records?
- E. If reporting is necessary, can the information be aggregated into fewer, summary records?
正解:B、C、E
質問 # 66
......
Salesforce Data-Architecture-And-Management-Designer問題集PDFのベストを目指すなら問題集を使おう 目指そう高得点:https://www.passtest.jp/Salesforce/Data-Architecture-And-Management-Designer-shiken.html
Salesforce Application Architect Data-Architecture-And-Management-Designer試験と認定テストエンジン:https://drive.google.com/open?id=1d5axatc3RsiILmzlaTKB-Yuno5ASItMF