Book Image

Salesforce Data Architect Certification Guide

By : Aaron Allport
Book Image

Salesforce Data Architect Certification Guide

By: Aaron Allport

Overview of this book

The Salesforce Data Architect is a prerequisite exam for the Application Architect half of the Salesforce Certified Technical Architect credential. This book offers complete, up-to-date coverage of the Salesforce Data Architect exam so you can take it with confidence. The book is written in a clear, succinct way with self-assessment and practice exam questions, covering all the topics necessary to help you pass the exam with ease. You’ll understand the theory around Salesforce data modeling, database design, master data management (MDM), Salesforce data management (SDM), and data governance. Additionally, performance considerations associated with large data volumes will be covered. You’ll also get to grips with data migration and understand the supporting theory needed to achieve Salesforce Data Architect certification. By the end of this Salesforce book, you'll have covered everything you need to know to pass the Salesforce Data Architect certification exam and have a handy, on-the-job desktop reference guide to re-visit the concepts.
Table of Contents (23 chapters)
1
Section 1: Salesforce Data Architect Theory
9
Section 2: Salesforce Data Architect Design
15
Section 3: Applying What We've Learned – Practice Questions and Revision Aids

Practice questions 1-20

  1. Universal Containers report slow performance and timeouts in some cases when trying to export all data from their Account table. There are 15 million Account records present. Which method should be used to ensure the export can run successfully? Pick one answer:
    1. Batch Apex
    2. Primary Key (PK) chunking
    3. Asynchronous Apex
    4. Bulk API query with a batch size of 200
  2. Universal Containers wish to expose the Lead and Opportunity objects to their resellers using Experience Cloud. Which license type is the correct one for them to purchase for those Experience Cloud users? Pick one answer:
    1. Customer Community
    2. Partner Community
    3. Customer Community Plus
    4. Experience Cloud Plus
  3. What is the annotation on asynchronous Apex methods? Pick one answer:
    1. @async
    2. @batch
    3. @future
    4. @istest
  4. Universal Containers have a generic Account record that is used for all Contact records that don’t have a known parent Account record. Recently, performance has been sluggish with regard to operations...