Data-Architecture-And-Management-Designer問題集を掴み取れ![最新2023]Salesforce試験合格させます [Q41-Q63]

Share

Data-Architecture-And-Management-Designer問題集を掴み取れ![最新2023]Salesforce試験合格させます

Data-Architecture-And-Management-Designer試験問題集PDF正確率保証と更新された問題

質問 # 41
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. Migrate customer activities fro, all four system into Salesforce.
  • B. Periodically upload summary information in Salesforce to build a 360 degree view.
  • C. Use a customer data mart to create the 360 degree view of the customer.
  • D. Explore external data sources in Salesforce to build a 360 degree view of the customer.

正解:D


質問 # 42
A business that works directly with individual consumers (B2C) currently has a home-grown CRM system, but they are moving to Salesforce. The business has 1.2 million consumer records and wants assistance with achieving optimal use of Salesforce functionality while also avoiding data loading issues.
What should an Architect recommend?

  • A. Create one Account and load individual consumers as Contacts linked to that one Account.
  • B. Load one Account record and one Contact record for each individual consumer.
  • C. Load all individual consumers as Account records and avoid using the Contact object.
  • D. Create a Custom object IndividualConsumer_c to load all individual consumers.

正解:B


質問 # 43
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. 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.
  • B. 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.
  • 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-scale system.
  • D. Provide a button so that the agent can quickly open the point of sales system displaying the customer history.

正解:C


質問 # 44
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. Global unique customer number.
  • B. Full name.
  • C. Phone number.
  • D. Email address.

正解:A


質問 # 45
The invoicing system at Universal Containers requires that attachments associated with the Invoice _c custom object be classified by Types (i.e., "Receipt," "Invoice PDF," etc.) so that reporting can be done on invoices showing the number of attachments grouped by Type.
What approach should be taken to categorize the attachments to meet these requirements?

  • A. Create a custom picklist field for the Type on the standard Attachment object with the values.
  • B. Create a custom object related to the Invoice object with a picklist field for the Type.
  • C. Add a ContentType picklist field to the Attachment layout and create additional picklist options.
  • D. Add additional options to the standard ContentType picklist field for the Attachment object.

正解:B


質問 # 46
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. Make the queries more selective using indexed fields.
  • C. Work with Salesforce Support to enable Skinny Tables.
  • D. Use SOQL queries without WHERE conditions.

正解:B、C


質問 # 47
A large automobile company has implemented Salesforce for its sales associates. Leads flow from its website to Salesforce using a batch integration in Salesforce. The batch job converts the leads to Accounts in Salesforce. Customers visiting their retail stores are also created in Salesforce as Accounts.
The company has noticed a large number of duplicate Accounts in Salesforce. On analysis, it was found that certain customers could interact with its website and also visit the store. The sales associates use Global Search to search for customers in Salesforce before they create the customers.
Which option should a data architect choose to implement to avoid duplicates?

  • A. Build a custom search functionality that allows sales associates to search for customer in real time upon visiting their retail stores.
  • B. leverage duplicate rules in Salesforce to validate duplicates during the account creation process.
  • C. Implement an MDM solution to validate the customer information before creating Salesforce.
  • D. Develop an Apex class that searches for duplicates and removes them nightly.

正解:B


質問 # 48
DreamHouse Realty has 15 million records in the Order_c custom object. When running a bulk query, the query times out.
What should be considered to address this issue?

  • A. Metadata API
  • B. Streaming API
  • C. PK Chunking
  • D. Tooling API

正解:C


質問 # 49
UC has millions of case records with case history and SLA data. UC's compliance team would like historical cases to be accessible for 10 years for Audit purpose.
What solution should a data architect recommend?

  • A. Use a custom object to store archived case data.
  • B. Use a custom Big object to store archived case data.
  • C. Archive Case data using Salesforce Archiving process
  • D. Purchase more data storage to support case object

正解:B


質問 # 50
A company is introducing a new data quality process and needs an Architect to recommend an appropriate approach. The new process will monitor the data that users are manually entering into the system through the Salesforce UI.
Which recommendation is correct?

  • A. Create data-quality dashboards by using an app from the AppExchange.
  • B. Use a 3rd-party solution from the AppExchange for data uploads.
  • C. Validate the format of phone numbers and postal codes by using Apex.
  • D. Enable users to import their data using the Salesforce Import tools.

正解:A


質問 # 51
Universal Containers wants 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 methods should be recommended to meet this requirement? Choose 2 answers

  • A. Schedule jobs to export and delete using an ETL tool.
  • B. Use the Force.com Workbench to export the data.
  • C. Schedule a weekly export file from the Salesforce UI.
  • D. Schedule jobs to export and delete using the Data Loader.

正解:A、D


質問 # 52
Universal Containers has a custom object with millions of rows of data.
When executing SOQL queries, which three options prevent a query from being selective? (Choose three.)

  • A. Using trailing % wildcards.
  • B. Using NOT and != operators.
  • C. Performing large loads and deletions.
  • D. Using a custom index on a deterministic formula field.
  • E. Using leading % wildcards.

正解:B、D、E


質問 # 53
Northern Trail Outfitters (NTO) has decided to franchise its brand. Upon implementation 1,000 franchisees will be able to access NTO'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 license does NTO need to provide these features to the franchisees?

  • A. Customer Community License
  • B. Salesforce Sales Cloud License
  • C. Lighting Platform License
  • D. Partner Community License

正解:B


質問 # 54
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. Have Salesforce poll the OMS nightly and bring in the desired Accounts and Contacts.
  • B. Implement an integration tool to send OMS Accounts and Contacts to Salesforce.
  • C. Implement a Master Data Management strategy to reconcile Leads, Accounts, and Contacts.
  • D. Use the Streaming API to send Account and Contact data from Salesforce to the OMS.

正解:C


質問 # 55
A customer is facing locking issued when importing large data volumes of order records that are children in a master-detail relationship with the Account object. What is the recommended way to avoid locking issues during import?

  • A. Import Account records first followed by order records after sorting order by OrderID.
  • B. Change the relationship to Lookup and update the relationship to master-detail after import.
  • C. Import Account records first followed by order records after sorting orders by AccountID.
  • D. Import Order records and Account records separately and populate AccountID in orders using batch Apex.

正解:C


質問 # 56
Northern trail Outfitters (NTO) uses Sales Cloud and service Cloud to manage sales and support processes. Some of NTOs team are complaining they see new fields on their page unsure of which values need be input. NTO is concerned about lack of governance in making changes to Salesforce.
Which governance measure should a data architect recommend to solve this issue?

  • A. Create validation rules with error messages to explain why the fields is used
  • B. Create reports to identify which users are leaving blank, and use external data sources o agreement the missing data.
  • C. Create and manage a data dictionary and ups a governance process for changes made to common objects.
  • D. Add description fields to explain why the field is used, and mark the field as required.

正解:C


質問 # 57
Company S was recently acquired by Company T. As part of the acquisition, all of the data for the Company S's Salesforce instance (source) must be migrated into the Company T's Salesforce instance (target).
Company S has 6 million Case records.
An Architect has been tasked with optimizing the data load time.
What should the Architect consider to achieve this goal?

  • A. Directly leverage Salesforce-to-Salesforce functionality to load Case data.
  • B. Utilize the Salesforce Org Migration Tool from the Setup Data Management menu.
  • C. Load the data in multiple sets using Bulk API parallel processes.
  • D. Pre-process the data, then use Data Loader with SOAP API to upsert with zip compression enabled.

正解:D


質問 # 58
DreamHouse Realty uses Custom Metadata Types instead of Custom setting.
What is an advantage of this decision?

  • A. Custom metadata records are editable in Apex.
  • B. Custom metadata records are NOT copied from production to sandbox.
  • C. Packages can be used to deploy Custom metadata records.
  • D. Report definitions can include references to Custom Metadata Types.

正解:C


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

正解:C、D


質問 # 60
DreamHouse Realty has a legacy system that captures Branch Offices and Transactions. DreamHouse Realty has 15 Branch Offices. Transactions can relate to any Branch Office. DreamHouse Realty has created hundreds of thousands of Transactions per year.
A Data Architect needs to denormalize this data model into a single Transaction object with a Branch Office picklist.
What are two important considerations for the Data Architect in this scenario? (Choose two.)

  • A. Standard list view in-line editing.
  • B. Limitations on master-detail relationships.
  • C. Limitations on Org data storage.
  • D. Bulk API limitations on picklist fields.

正解:C、D


質問 # 61
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. 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.
  • B. 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.
  • 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-scale system.
  • D. Provide a button so that the agent can quickly open the point of sales system displaying the customer history.

正解:C


質問 # 62
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. Operational Data Users
  • B. Data Domain Stewards
  • C. Analytics/BI Owners
  • D. Salesforce Administrators

正解:B、C


質問 # 63
......

最新をゲットせよ!Data-Architecture-And-Management-Designer認定練習テスト問題 試験問題集:https://jp.fast2test.com/Data-Architecture-And-Management-Designer-premium-file.html

合格させるData-Architecture-And-Management-Designer試験にはリアルテストエンジンPDFには224問題あります:https://drive.google.com/open?id=1zS7-1Nrk5P8AU94iNf54oTOgmzz0ZapE


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어