Data-Architect Exam Questions

Total 257 Questions

Last Updated Exam : 22-Oct-2024

Universal Containers has received complaints that customers are being called by multiple Sales Reps where the second Sales Rep that calls is unaware of the previous call by their coworker. What is a data quality problem that could cause this?


A.

Missing phone number on the Contact record.


B.

Customer phone number has changed on the Contact record.


C.

Duplicate Contact records exist in the system.


D.

Duplicate Activity records on a Contact.





C.
  

Duplicate Contact records exist in the system.



DreamHouse Realty has a data model as shown in the image. The Project object has a private sharing model, and it has Roll-Up summary fields to calculate the number of resources assigned to the project, total hours for the project, and the number of work items associated to the project. There will be a large amount of time entry records to be loaded regularly from an external system into Salesforce.

What should the Architect consider in this situation?


A.

Load all data after deferring sharing calculations.


B.

Calculate summary values instead of Roll-Up by using workflow.


C.

Calculate summary values instead of Roll-Up by using triggers.


D.

Load all data using external IDs to link to parent records.





A.
  

Load all data after deferring sharing calculations.



Universal Containers (UC) has built a custom application on Salesforce to help track shipments around the world. A majority of the shipping records are stored on premise in an external data source. UC needs shipment details to be exposed to the custom application, and the data needs to be accessible in real time. The external data source is not OData enabled, and UC does not own a middleware tool. Which Salesforce Connect procedure should a data architect use to ensure UC's requirements are met?


A.

Write an Apex class that makes a REST callout to the external API.


B.

Develop a process that calls an inviable web service method.


C.

Migrate the data to Heroku and register Postgres as a data source.


D.

Write a custom adapter with the Apex Connector Framework.





D.
  

Write a custom adapter with the Apex Connector Framework.



Universal Container (UC) has accumulated data over years and has never deleted data from its Salesforce org. UC is now exceeding the storage allocations in the org. UC is now looking for option to delete unused from the org. Which three recommendations should a data architect make is order to reduce the number of records from the org? Choose 3 answers


A.

Use hard delete in Bulk API to permanently delete records from Salesforce.


B.

Use hard delete in batch Apex to permanently delete records from Salesforce.


C.

Identify records in objects that have not been modified or used In last 3 years.


D.

Use Rest API to permanently delete records from the Salesforce org.


E.

Archive the records in enterprise data warehouse (EDW) before deleting from Salesforce.





A.
  

Use hard delete in Bulk API to permanently delete records from Salesforce.



C.
  

Identify records in objects that have not been modified or used In last 3 years.



E.
  

Archive the records in enterprise data warehouse (EDW) before deleting from Salesforce.



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.

A middleware solution that extracts and distributes data across both the hub and spokes.


B.

Develop custom APIs to poll the hub org for change data and push into the spoke orgs.


C.

Develop custom APIs to poll the spoke for change data and push into the org.


D.

A backup and archive solution that extracts and restores data across orgs.





A.
  

A middleware solution that extracts and distributes data across both the hub and spokes.



Get Cloudy Consulting monitors 15,000 servers, and these servers automatically record their status every 10 minutes. Because of company policy, these status reports must be maintained for 5 years. Managers at Get Cloudy Consulting need access to up to one week's worth of these status reports with all of their details. An Architect is recommending what data should be integrated into Salesforce and for how long it should be stored in Salesforce. Which two limits should the Architect be aware of? (Choose two.)


A.

Data storage limits


B.

Workflow rule limits


C.

API Request limits


D.

Webservice callout limits





A.
  

Data storage limits



C.
  

API Request limits



UC has one SF org (Org A) and recently acquired a secondary company with its own Salesforce org (Org B). UC has decided to keep the orgs running separately but would like to bidirectionally share opportunities between the orgs in near-real time. Which 3 options should a data architect recommend to share data between Org A and Org B? Choose 3 answers.


A.

Leverage Heroku Connect and Heroku Postgres to bidirectionally sync Opportunities.


B.

Install a 3rd party AppExchange tool to handle the data sharing


C.

Develop an Apex class that pushes opportunity data between orgs daily via the Apex schedule.


D.

Leverage middleware tools to bidirectionally send Opportunity data across orgs.


E.

Use Salesforce Connect and the cross-org adapter to visualize Opportunities into external objects





C.
  

Develop an Apex class that pushes opportunity data between orgs daily via the Apex schedule.



D.
  

Leverage middleware tools to bidirectionally send Opportunity data across orgs.



E.
  

Use Salesforce Connect and the cross-org adapter to visualize Opportunities into external objects



Universal Containers (UC) has an open sharing model for its Salesforce users to allow all its Salesforce internal users to edit all contacts, regardless of who owns the contact. However, UC management wants to allow only the owner of a contact record to delete that contact. If a user does not own the contact, then the user should not be allowed to delete the record. How should the architect approach the project so that the requirements are met?


A.

Create a "before delete" trigger to check if the current user is not the owner.


B.

Set the Sharing settings as Public Read Only for the Contact object.


C.

Set the profile of the users to remove delete permission from the Contact object.


D.

Create a validation rule on the Contact object to check if the current user is not the owner.





A.
  

Create a "before delete" trigger to check if the current user is not the owner.



Universal Containers wishes to maintain Lead data from Leads even after they are deleted and cleared from the Recycle Bin. What approach should be implemented to achieve this solution?


A.

Use a Lead standard report and filter on the IsDeleted standard field.


B.

Use a Converted Lead report to display data on Leads that have been deleted.


C.

Query Salesforce with the queryAll API method or using the ALL ROWS SOQL keywords.


D.

Send data to a Data Warehouse and mark Leads as deleted in that system.





D.
  

Send data to a Data Warehouse and mark Leads as deleted in that system.



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.

Sales Cloud License


B.

Lightning Platform Starter License


C.

Service Cloud License


D.

Salesforce License





C.
  

Service Cloud License




Page 8 out of 26 Pages
Previous