
Data-Architect Actual Questions 100% Same Braindumps with Actual Exam!
Data-Architect Study Material, Preparation Guide and PDF Download
NEW QUESTION # 145
Universal Containers (UC) is in the process of selling half of its company. As part of this split, UC's main Salesforce org will be divided into two org:org A and org B, UC has delivered these requirements to its data architect
1. The data model for Org B will drastically change with different objects, fields, and picklist values.
2. Three million records will need to be migrated from org A to org B for compliance reasons.
3. The migrate will need occur within the next two month, prior to be split.
Which migrate strategy should a data architect use to successfully migrate the date?
- A. Write a script to use the Bulk API
- B. Use the Salesforces CLI to query, export, and import
- C. use as ETL tool to orchestrate the migration.
- D. Use Data Loader for export and Data Import Wizard for import
Answer: A
NEW QUESTION # 146
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. Salesforce License
- C. Sales Cloud License
- D. Service Cloud License
Answer: D
NEW QUESTION # 147
Universal Containers (UC) has adopted Salesforce as its primary sales automated tool. UC has 100,00 customers with a growth rate of 10% a year, UC uses an on-premise web-based billing and invoice system that generates over 1 million invoices a year supporting a monthly billing cycle.
The UC sales team needs to be able to pull a customer record and view their account status, Invoice history, and opportunities without navigating outside of Salesforce.
What should a data architect use to provide the sales team with the required functionality?
- A. Write an Apex callout and populate a related list to display on the account record.
- B. Create a mashup page that will present the billing system records within Salesforce.
- C. Create a visual force tab with the billing system encapsulated within an iframe.
- D. Create a custom object and migrate the last 12 months of Invoice data into Salesforce so it can be displayed on the Account layout.
Answer: B
NEW QUESTION # 148
UC has a roll-up summary field on Account to calculate the count of contacts associated with an account. During the account load, SF is throwing an "Unable to lock a row" error.
Which solution should a data architect recommend, to resolve the error?
- A. Perform Batch job in serial mode and reduce batch size
- B. Leverage data loader platform API to load data.
- C. Defer roll-up summary fields calculation during data migration.
- D. Perform Batch job in parallel mode and reduce Batch size
Answer: D
NEW QUESTION # 149
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. Go to Big Object In setup select new to create big object.
- D. Use DX to create big object.
Answer: B,C
NEW QUESTION # 150
North Trail Outfitters (NTO) operates a majority of its business from a central Salesforce org, NTO also owns several secondary orgs that the service, finance, and marketing teams work out of, At the moment, there is no integration between central and secondary orgs, leading to data-visibility issues.
Moving forward, NTO has identified that a hub-and-spoke model is the proper architect to manage its data, where the central org is the hub and the secondary orgs are the spokes.
Which tool should a data architect use to orchestrate data between the hub org and spoke orgs?
- A. Develop custom APIs to poll the hub org for change data and push into the spoke orgs.
- B. Develop custom APIs to poll the spoke for change data and push into the org.
- C. A middleware solution that extracts and distributes data across both the hub and spokes.
- D. A backup and archive solution that extracts and restores data across orgs.
Answer: C
NEW QUESTION # 151
Universals Containers' system administrators have been complaining that they are not able to make changes to its users' record, including moving them to new territories without getting "unable to lock row" errors. This is causing the system admins to spend hours updating user records every day.
What should the data architect do to prevent the error?
- A. Enable granular locking.
- B. Analyze Splunk query to spot offending records.
- C. Reduce number of users updated concurrently.
- D. Increase CPU for the Salesforce org.
Answer: A
NEW QUESTION # 152
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 a weekly export file from the Salesforce UI.
- B. Use the Force.com Workbench to export the data.
- C. Schedule jobs to export and delete using an ETL tool.
- D. Schedule jobs to export and delete using the Data Loader.
Answer: C,D
NEW QUESTION # 153
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. AppExchange Apps
- B. Wave Analytics
- C. Setup Audit Trails
- D. Weekly Snapshots
Answer: A,B
NEW QUESTION # 154
Universal Containers (UC) uses Salesforce for tracking opportunities (Opportunity). UC uses an internal ERP system for tracking deliveries and invoicing. The ERP system supports SOAP API and OData for bi-directional integration between Salesforce and the ERP system. UC has about one million opportunities. For each opportunity, UC sends 12 invoices, one per month. UC sales reps have requirements to view current invoice status and invoice amount from the opportunity page. When creating an object to model invoices, what should the architect recommend, considering performance and data storage space?
- A. Use Streaming API to get the current status from the ERP and display on the Opportunity page.
- B. Create a custom object Invoice _c with a Lookup relationship with Opportunity.
- C. Create a custom object Invoice _c with a master -detail relationship with Opportunity.
- D. Create an external object Invoice _x with a Lookup relationship with Opportunity.
Answer: D
NEW QUESTION # 155
Universal Containers (UC) is a business that works directly with individual consumers (B2C). They are moving from a current home-grown CRM system to Salesforce. UC has about one million consumer records. What should the architect recommend for optimal use of Salesforce functionality and also to avoid data loading issues?
- A. Create a Custom Object Individual Consumer c to load all individual consumers.
- B. Create one Account and load individual consumers as Contacts linked to that one Account.
- C. Load one Account record and one Contact record for each individual consumer.
- D. Load all individual consumers as Account records and avoid using the Contact object.
Answer: C
NEW QUESTION # 156
Universal Containers (UC) has a complex system landscape and is implementing a data governance program for the first time Which two first steps would be appropriate for UC to initiate an assessment of data architecture? Choose 2 answers
- A. Engage with IT program managers to assess current velocity of projects in the pipeline.
- B. Engage with database administrators to assess current database performance metrics.
- C. Engage with business units and IT to assess current operational systems and data models.
- D. Engage with executive sponsorship to assess enterprise data strategy and goals.
Answer: C,D
NEW QUESTION # 157
A Salesforce customer has plenty of data storage. Sales Reps are complaining that searches are bringing back old records that aren't relevant any longer. Sales Managers need the data for their historical reporting.What strategy should a data architect use to ensure a better user experience for the Sales Reps?
- A. Archive and purge old data from Salesforce on a monthly basis.
- B. Create a Permission Set to hide old data from Sales Reps.
- C. Use Batch Apex to archive old data on a rolling nightly basis.
- D. Set data access to Private to hide old data from Sales Reps.
Answer: A
NEW QUESTION # 158
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. Bulk API limitations on picklist fields.
- D. Org data storage limitations.
Answer: A,C
NEW QUESTION # 159
Universal Containers (UC) is transitioning from Classic to Lightning Experience.
What does UC need to do to ensure users have access to its notices and attachments in Lightning Experience?
- A. Migrate Notes and Attachment to Enhanced Notes and Files a migration tool
- B. Add Notes and Attachments Related List to page Layout in Lighting Experience.
- C. Manually upload Notes in Lighting Experience.
- D. Manually upload Attachments in Lighting Experience.
Answer: A
NEW QUESTION # 160
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. Replace source record ID's with new record ID's from the target org in the import file.
- B. Keep the relationship fields populated with the source record ID's in the import file.
- C. Create a external id field for each object in the target org and map source record ID's to this field.
- D. Redefine the master detail relationship fields to lookup relationship fields in the target org.
- E. Use data loader to export the data from source org and then import or Upsert into the target org in sequential order.
Answer: A,C,E
NEW QUESTION # 161
UC has millions of Cases and are running out of storage. Some user groups need to have access to historical cases for up to 7 years.
Which 2 solutions should a data architect recommend in order to minimize performance and storage issues?
Choose 2 answers:
- A. Export data out of salesforce and store in Flat files on external system.
- B. Leverage big object to archive case data and lightning components to show archived data.
- C. Leverage on premise data archival and build integration to view archived data.
- D. Create a custom object to store case history and run reports on it.
Answer: B,C
NEW QUESTION # 162
Universal Containers has a public website with several forms that create Lead records in Salesforce using the REST API. When designing these forms, which two techniques will help maintain a high level of data quality?
- A. Use cookies to track when visitors submit multiple forms.
- B. Ensure the website visitor is browsing using an HTTPS connection.
- C. Prefer picklist form fields over free text fields, where possible.
- D. Do client-side validation of phone number and email field formats.
Answer: C,D
NEW QUESTION # 163
A large automobile manufacturer has decided to use Salesforce as its CRM. It needs to maintain the following dealer types in their CRM:
Local dealers
Regional distributor
State distributor
Service dealer
The attributes are different for each of the customer types. The CRM users should be allowed to enter only attributes related to the customer types. The processes and business rules for each of the customer types could be different.
How should the different dealers be maintained in Salesforce?
- A. Use Accounts for dealers and custom picklist field for each of the dealer types
- B. Use Accounts for dealers, and create record types for each of the dealer types.
- C. Create Custom objects for each dealer types and custom fields for dealer attributes.
- D. Create dealers as Accounts, and build custom views for each of the dealer types.
Answer: B
NEW QUESTION # 164
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. Use PK Chunking
- B. Export in multiple batches
- C. Limit Batch to 10K records
- D. Export Bulk API in parallel mode
Answer: A,B
NEW QUESTION # 165
......
Data-Architect Certification Study Guide Pass Data-Architect Fast: https://www.testsimulate.com/Data-Architect-study-materials.html